Author Topic: Test Net for Advanced Users  (Read 269077 times)

0 Members and 1 Guest are viewing this topic.

Offline bytemaster

Quote
"transaction_merkle_root": "00https://bitsharestalk.org/Themes/default/images/bbc/left.gif00000000000000000000000000000000000000",

What is up with this line?
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
I just generated 47457
Code: [Select]
get_block 47457
{
  "previous": "0000b96067bc8afae17b8e6b9a5db4312848b454",
  "timestamp": "2015-09-03T20:49:30",
  "witness": "1.6.1527",
  "transaction_merkle_root": "00https://bitsharestalk.org/Themes/default/images/bbc/left.gif00000000000000000000000000000000000000",
  "extensions": [],
  "witness_signature": "1f33614ffcb1e2b63110f6b0ed873a6fca3350ce0f66167505d8b11e60489f44f616201cc003c02dee28160722fcd99b4796929ffd630c1b7ba2c3fc9948d558e4",
  "transactions": [],
  "block_id": "0000b96116fe0ebf0f0a0afa47d54936287de751",
  "signing_key": "0321731744e219f69c9dd5cf43127205da272ca02d7927b4f0a90a33e34a812fee"
}
Is there any easy way to check witness production?
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bytemaster

Well that was fast.  I managed to empty my wallet, and generate some giant log files, but nothing special there.
Bam! Good job

Looks like 1 block with 90 transactions in it doing 18 TPS.   Good job. 

We are working on some improvements in the networking code to reduce log file spam and unnecessary network communication.   

We only seem to have 94% participation which given there are only 10 unique witnesses, 1 of which is responsible for 90% of blocks means the others are not producing. 
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Well that was fast.  I managed to empty my wallet, and generate some giant log files, but nothing special there.
Bam! Good job

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
Well that was fast.  I managed to empty my wallet, and generate some giant log files, but nothing special there.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline Riverhead


Some delegate love for 1.6.3968 would be much appreciated :).

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
I have run out of spam.

Anyone know how the fee structure works?  How are lifetime member funds refunded?  Is there a delay?

Sent more fund.

Thanks clayop.  I'm gonna start an epic spam session.  See if I can get something to break.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
I have run out of spam.

Anyone know how the fee structure works?  How are lifetime member funds refunded?  Is there a delay?

Sent more fund.
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
Reminder that
apt-add-repository ppa:showard314/ppa
has graphene Ubuntu packages built daily off of master in case you're a lurker that wants to jump in and give it a shot
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
I have run out of spam.

Anyone know how the fee structure works?  How are lifetime member funds refunded?  Is there a delay?
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Hi,

I have recreated everything and when I dump_private_keys, I only get the key pair for my account, not the signing key.

Any ideas?

Edit: It is a known issue :

Somehow I think I lost the private signing key because dump_private_keys only shows one set, and it belongs to the account itself. I guess I will have to register a new witness.. unless there's a way to generate a new signing key pair?

Btw: How do you read this:

Code: [Select]
1522956ms th_a       witness.cpp:240               block_production_loo ] slot: 1 scheduled_witness: 1.6.1537 scheduled_time: 2015-08-21T16:25:21 now: 2015-08-21T16:25:21
1523956ms th_a       witness.cpp:240               block_production_loo ] slot: 2 scheduled_witness: 1.6.56 scheduled_time: 2015-08-21T16:25:22 now: 2015-08-21T16:25:22
1524185ms th_a       application.cpp:348           handle_block         ] Got block #76718 from network
1524234ms th_a       application.cpp:443           get_item             ] Request for item {"item_type":1001,"item_hash":"00012bae7445dfa925a756d82e6f68d9be6e20be"}
1524234ms th_a       application.cpp:451           get_item             ] Serving up block #76718
1524386ms th_a       application.cpp:443           get_item             ] Request for item {"item_type":1001,"item_hash":"00012bae7445dfa925a756d82e6f68d9be6e20be"}
1524386ms th_a       application.cpp:451           get_item             ] Serving up block #76718

Did Witness 1.6.1537 produce his block? Why is the init-witness directly "queueing up" or getting another slot then?

I read it as 1.6.1537 missed the slot, and 1.6.56 filled in.

Ben had this problem too.  Will look into this.

Edit 2: I found the keys on some notes, so I can get it up and running ;)
« Last Edit: September 03, 2015, 04:23:59 pm by betax »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
http://stats.bitshares.eu/

that is cool
Just installed an upgrade to this ..
sources are here:
https://github.com/BitSharesEurope/stats.bitshares.eu

definitely more to come once I figured out how trading ops look like

Very nice Xeroc.  It seems much more stable.  It still locks up pretty bad when I am flooding the network, but recovers nicely. 

 +5% +5%
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline taoljj

  • Full Member
  • ***
  • Posts: 177
    • View Profile
I got the error, what is wrong?
Code: [Select]
3570357ms th_a       application.cpp:228           operator()           ] Initializing database...
11127ms th_a       thread.cpp:95                 thread               ] name:ntp tid:140570790082304
11137ms ntp        ntp.cpp:77                    request_now          ] resolving... ["pool.ntp.org",123]
11145ms th_a       thread.cpp:95                 thread               ] name:p2p tid:140570760709888
11153ms ntp        ntp.cpp:81                    request_now          ] sending request to 97.107.128.58:123
11160ms th_a       application.cpp:117           reset_p2p_node       ] Adding seed node 104.236.118.105:1776
11166ms th_a       application.cpp:129           reset_p2p_node       ] Configured p2p node to listen on 0.0.0.0:34366
11169ms th_a       application.cpp:179           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090
11184ms th_a       thread.cpp:115                ~thread              ] calling quit() on p2p
11184ms th_a       thread.cpp:160                quit                 ] destroying boost thread 140570760709888
11184ms p2p        thread.cpp:246                exec                 ] thread canceled: 9 canceled_exception: Canceled
cancellation reason: [none given]
    {"reason":"[none given]"}
    p2p  thread_d.hpp:463 start_next_fiber
11223ms ntp        ntp.cpp:147                   read_loop            ] received ntp reply from 97.107.128.58:123
11223ms ntp        ntp.cpp:161                   read_loop            ] ntp offset: 1475, round_trip_delay 70059
11223ms ntp        ntp.cpp:177                   read_loop            ] ntp_delta_time updated to 1475
13408ms th_a       main.cpp:173                  main                 ] Exiting with error:
13 N11websocketpp9exceptionE: Underlying Transport Error
Underlying Transport Error:
    {"what":"Underlying Transport Error"}
    th_a  application.cpp:182 reset_websocket_server

    {}
    th_a  application.cpp:309 startup
BTS      Witness: delegate.taoljj

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Very nice Xeroc.  It seems much more stable.  It still locks up pretty bad when I am flooding the network, but recovers nicely. 
Yes .. I noticed that too .. it is currently storing all blocks .. I removed that .. I will definitely need to work more on the scalability ..

Offline fav

  • Hero Member
  • *****
  • Posts: 4278
  • No Pain, No Gain
    • View Profile
    • Follow Me!
  • BitShares: fav