BitShares Forum

Main => General Discussion => Topic started by: toast on July 08, 2014, 03:58:01 pm

Title: Dry Run 8: Need for Speed
Post by: toast on July 08, 2014, 03:58:01 pm
I've got a need...


10 second blocks?
That's faster than I can type "blockchain_get_pending_transactions" with one hand!
10 transactions per second?
That's more than bitcoin!

wipe, pull, build, run, attack at will

Mac OS X: http://bitshares.org/BitSharesXT-0.1.1.dmg
Windows: http://bitshares.org/BitSharesXT-0.1.0.exe

Update:
7/8/2014  -  We have successfully run at 10 TPS with no missed blocks and 0 sec latency most of the time.
Title: Re: Dry Run 8: Need for Speed
Post by: ripplexiaoshan on July 08, 2014, 04:08:36 pm
Let's rock and roll. +5%
Title: Re: Dry Run 8: Need for Speed
Post by: cgafeng on July 08, 2014, 04:09:42 pm
waiting...
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 08, 2014, 04:09:57 pm
Am I in a fork?
Code: [Select]
(wallet closed) >>> info
{
  "blockchain_head_block_num": 2,
  "blockchain_head_block_age": "8 minutes old",
  "blockchain_head_block_timestamp": "20140708T160110",
  "blockchain_average_delegate_participation": 4,
  "blockchain_delegate_pay_rate": 0,
  "blockchain_blocks_left_in_round": 99,
  "blockchain_confirmation_requirement": 200,
  "blockchain_share_supply": 199999999981923,
  "blockchain_random_seed": "ba38292f09b78f74a98a636cba61962e8c058e45",
  "blockchain_database_version": 110,
  "blockchain_version": 105,
  "network_num_connections": 1,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140708T160925",
  "ntp_error": -0.0028379999999999998,
  "wallet_open": false,
  "wallet_unlocked": null,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 08, 2014, 04:12:30 pm
^^  no, our delegates do not have enough connections to produce blocks yet. Should come alive pretty soon
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 08, 2014, 04:12:58 pm
Bam .. compiling
Title: Re: Dry Run 8: Need for Speed
Post by: linyibo010 on July 08, 2014, 04:24:26 pm
one more exciting...Can be faster?
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 08, 2014, 04:26:06 pm
compiling :D
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 08, 2014, 04:30:04 pm
Pause while we figure out why nobody can sync
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 08, 2014, 07:29:59 pm
We apologize for the brief interruption of service, please wipe/pull/build to reconnect.
Title: Re: Dry Run 8: Need for Speed
Post by: codinat on July 08, 2014, 07:42:13 pm
WOW :) +5%
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 08, 2014, 07:42:52 pm
delegates
xeroc-delegate-1
to
xeroc-delegate-10
up and running .. (waiting for more approvals)

Code: [Select]
wallet_approve_delegate xeroc-delegate-1  true
wallet_approve_delegate xeroc-delegate-2  true
wallet_approve_delegate xeroc-delegate-3  true
wallet_approve_delegate xeroc-delegate-4  true
wallet_approve_delegate xeroc-delegate-5  true
wallet_approve_delegate xeroc-delegate-6  true
wallet_approve_delegate xeroc-delegate-7  true
wallet_approve_delegate xeroc-delegate-8  true
wallet_approve_delegate xeroc-delegate-9  true
wallet_approve_delegate xeroc-delegate-10 true
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 08, 2014, 07:58:24 pm
Thx to an anonymous approver I can now produce blocks .. thx
Title: Re: Dry Run 8: Need for Speed
Post by: Xeldal on July 08, 2014, 08:17:18 pm
Up and running.  Looks good!

wallet_approve_delegate xeldal true   +5%

Is there a maximum transaction size?  I had some issues in the last run.
I'll try and recreate them.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 08, 2014, 08:18:30 pm
The maximum transaction size is half the maximum block size.

We have successfully run at 10 TPS with no missed blocks and 0 sec latency most of the time.
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 08, 2014, 08:20:34 pm
The maximum transaction size is half the maximum block size.

We have successfully run at 10 TPS with no missed blocks and 0 sec latency most of the time.
Awesome!!
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 08, 2014, 08:22:18 pm
The maximum transaction size is half the maximum block size.

We have successfully run at 10 TPS with no missed blocks and 0 sec latency most of the time.
Awesome!!

We will try the stress test again once more users and delegates are on the network.
Title: Re: Dry Run 8: Need for Speed
Post by: dovaboy on July 08, 2014, 08:42:00 pm
ive looked around for the tut on getting this set, i did set up dry 7 and for most of previous had no conenctions and stopped updating blocks.  any pointers? ive installed and created an account but not gonna register it unless i see it working all the way for me. win7x64
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 08, 2014, 08:51:28 pm
ive looked around for the tut on getting this set, i did set up dry 7 and for most of previous had no conenctions and stopped updating blocks.  any pointers? ive installed and created an account but not gonna register it unless i see it working all the way for me. win7x64

what does "get_info" show for you?
Title: Re: Dry Run 8: Need for Speed
Post by: vikram on July 08, 2014, 08:57:04 pm
Up and running.  Looks good!

wallet_approve_delegate xeldal true   +5%

Is there a maximum transaction size?  I had some issues in the last run.
I'll try and recreate them.

A reminder, wallet_approve_delegate <delegate_name> [approved] now defaults to [approved=true] based on feedback from the last dry run.
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 08, 2014, 09:02:11 pm
Oh thats nice
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 08, 2014, 09:04:33 pm
Up & running, some

wallet_approve_delegate calyau1 
wallet_approve_delegate calyau2
wallet_approve_delegate calyau3 
wallet_approve_delegate calyau4 
wallet_approve_delegate calyau5 
wallet_approve_delegate calyau6

c / p appreciated  :)
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 08, 2014, 09:09:23 pm
Mac OS X: http://bitshares.org/BitSharesXT-0.1.0.dmg
Title: Re: Dry Run 8: Need for Speed
Post by: dovaboy on July 08, 2014, 09:14:50 pm
ive looked around for the tut on getting this set...

what does "get_info" show for you?

>> get_info

{
  "blockchain_head_block_num": 4562,
  "blockchain_head_block_age": "6 days old",
  "blockchain_head_block_timestamp": "20140702T170600",
  "blockchain_average_delegate_participation": 0.28353264836337094,
  "blockchain_delegate_pay_rate": 105087,
  "blockchain_blocks_left_in_round": 84,
  "blockchain_confirmation_requirement": 1,
  "blockchain_share_supply": 199999343910827,
  "blockchain_random_seed": "7f4ef399073bc1ca64c1e54336780521bb85b2a5",
  "blockchain_database_version": 110,
  "blockchain_version": 104,
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": null,
  "ntp_error": null,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "52 years  in the future",
  "wallet_unlocked_until_timestamp": "19301224T080004",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}

wipe it all again and start over? im using the windows gui, and then i suppose the console tab?
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 08, 2014, 09:18:11 pm
ive looked around for the tut on getting this set...

what does "get_info" show for you?

>> get_info

{
  "blockchain_head_block_num": 4562,
  "blockchain_head_block_age": "6 days old",
  "blockchain_head_block_timestamp": "20140702T170600",
  "blockchain_average_delegate_participation": 0.28353264836337094,
  "blockchain_delegate_pay_rate": 105087,
  "blockchain_blocks_left_in_round": 84,
  "blockchain_confirmation_requirement": 1,
  "blockchain_share_supply": 199999343910827,
  "blockchain_random_seed": "7f4ef399073bc1ca64c1e54336780521bb85b2a5",
  "blockchain_database_version": 110,
  "blockchain_version": 104,
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": null,
  "ntp_error": null,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "52 years  in the future",
  "wallet_unlocked_until_timestamp": "19301224T080004",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}

You're still on the previous chain. Remove the data directory (~/.BitSharesXTS   or in your application support directory on osx / windows). Then git pull && git submodule update  and try again.
Title: Re: Dry Run 8: Need for Speed
Post by: gamey on July 08, 2014, 09:23:18 pm
[ 66%] Generating include/bts/api/common_api.hpp, ../rpc_stubs/common_api_rpc_server.cpp, ../rpc_stubs/common_api_rpc_client.cpp, ../rpc_stubs/common_api_client.cpp, ../rpc_stubs/include/bts/rpc_stubs/common_api_rpc_server.hpp, ../rpc_stubs/include/bts/rpc_stubs/common_api_rpc_client.hpp, ../rpc_stubs/include/bts/rpc_stubs/common_api_client.hpp, ../rpc_stubs/include/bts/rpc_stubs/common_api_overrides.ipp
terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Aborted
make[2]: *** [libraries/api/include/bts/api/common_api.hpp] Error 134
make[1]: *** [libraries/api/CMakeFiles/bts_api.dir/all] Error 2


So on the last step of the build process "make"... I get the above.  Is no one else having this issue on ubuntu 14.04 ?

BTW .. you guys really need to spend a few minutes to dig up a youtube video for the announcement of these things.. :)
Title: Re: Dry Run 8: Need for Speed
Post by: dxtr on July 08, 2014, 09:23:58 pm
My delegate was unable to produce a block. List_errors gives me following, I was not making this transaction:

Code: [Select]
30007 duplicate_transaction: duplicate transaction

    {"trx_id":"4f9833e3ba9a5313155cb9f316b238065098d539"}
    th_a  transaction_evaluation_state.cpp:189 evaluate

    {"trx":{"expiration":"20140708T231939","delegate_slate_id":null,"operations":[{"type":"register_account_op_type","data":{"name":"betax1","public_data":null,"owner_key":"XTS5LppjnMHEhbteYTt5ekrYVx1PTCuRu4C9bCaRjESQSvazZDAcd","active_key":"XTS5LppjnMHEhbteYTt5ekrYVx1PTCuRu4C9bCaRjESQSvazZDAcd","delegate_pay_rate":80,"meta_data":null}},{"type":"withdraw_op_type","data":{"balance_id":"XTSMMikCQNuDxhfqxEVDmjGtKY5LBeL1zdJV","amount":388661666,"claim_input_data":""}}],"signatures":["2005ca3df034e9f8a42e787f618cab73f1c47d40d1a2510596358bdc0b3891ceba71c281c3ad066d333161361cc2236494dbe1ed7a6c7e14ccc675bef75eb42807"]}}
    th_a  transaction_evaluation_state.cpp:218 evaluate

    {"trx":{"expiration":"20140708T231939","delegate_slate_id":null,"operations":[{"type":"register_account_op_type","data":{"name":"betax1","public_data":null,"owner_key":"XTS5LppjnMHEhbteYTt5ekrYVx1PTCuRu4C9bCaRjESQSvazZDAcd","active_key":"XTS5LppjnMHEhbteYTt5ekrYVx1PTCuRu4C9bCaRjESQSvazZDAcd","delegate_pay_rate":80,"meta_data":null}},{"type":"withdraw_op_type","data":{"balance_id":"XTSMMikCQNuDxhfqxEVDmjGtKY5LBeL1zdJV","amount":388661666,"claim_input_data":""}}],"signatures":["2005ca3df034e9f8a42e787f618cab73f1c47d40d1a2510596358bdc0b3891ceba71c281c3ad066d333161361cc2236494dbe1ed7a6c7e14ccc675bef75eb42807"]}}
    th_a  chain_database.cpp:1148 evaluate_transaction

    {"trx":{"expiration":"20140708T231939","delegate_slate_id":null,"operations":[{"type":"register_account_op_type","data":{"name":"betax1","public_data":null,"owner_key":"XTS5LppjnMHEhbteYTt5ekrYVx1PTCuRu4C9bCaRjESQSvazZDAcd","active_key":"XTS5LppjnMHEhbteYTt5ekrYVx1PTCuRu4C9bCaRjESQSvazZDAcd","delegate_pay_rate":80,"meta_data":null}},{"type":"withdraw_op_type","data":{"balance_id":"XTSMMikCQNuDxhfqxEVDmjGtKY5LBeL1zdJV","amount":388661666,"claim_input_data":""}}],"signatures":["2005ca3df034e9f8a42e787f618cab73f1c47d40d1a2510596358bdc0b3891ceba71c281c3ad066d333161361cc2236494dbe1ed7a6c7e14ccc675bef75eb42807"]}}
    th_a  chain_database.cpp:1529 store_pending_transaction
20140708T212010.016096 (27 seconds ago )
10 assert_exception: Assert Exception
network_get_connection_count() >= _min_delegate_connection_count: Client must have 5 connections before you may produce blocks
    {"count":5}
    th_a  client.cpp:671 delegate_loop
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 08, 2014, 09:32:39 pm
@gamey I have no idea..

@dxtr  those errors are unrelated - are you registered as delegate? did you wallet_delegate_set_block_production ? do you have more than 5 connections?
Title: Re: Dry Run 8: Need for Speed
Post by: dovaboy on July 08, 2014, 09:35:49 pm
ive looked around for the tut on getting this set...

what does "get_info" show for you?

>> get_info...

You're still on the previous chain. Remove the data directory (~/.BitSharesXTS   or in your application support directory on osx / windows). Then git pull && git submodule update  and try again.

ok, thank you, i'll report back later , gotta run. how exactly would that look in the console, i tried git pull &&. said invalid command. im nub
Title: Re: Dry Run 8: Need for Speed
Post by: Fox on July 08, 2014, 09:36:21 pm
I'm in!
Code: [Select]
wallet_approve_delegate fox
Title: Re: Dry Run 8: Need for Speed
Post by: dxtr on July 08, 2014, 09:39:58 pm
OK, I can see, that this delegate currently has only 2 network connections, I can see now that error message as well.

Sorry, that's possibly because I'm splitting attention with BRA-GER (0-6) ;)

Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 08, 2014, 09:41:45 pm
Is it too late to apply for being a delegate?
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 08, 2014, 09:48:16 pm
Is it too late to apply for being a delegate?

There's no "apply", you just register and try to get votes.
Title: Re: Dry Run 8: Need for Speed
Post by: vikram on July 08, 2014, 09:53:38 pm
We had a bug with asset creation, everyone please pull and build the latest code so that you don't end up on a fork in the future. Your database will automatically reindex on restart, but should be quick.
Title: Re: Dry Run 8: Need for Speed
Post by: sfinder on July 08, 2014, 09:55:42 pm
not able to create asset but working for last run.
that is insane for charging 65M XTS for creating a asset

{"required":"6,502,702.04561 XTS","available":"857,344.66211 XTS"}
Code: [Select]
wallet_asset_create PPP "PAN Dollar" chinese "Free money for all" null 1000000000 100
20010 insufficient_funds: insufficient funds

    {"required":"6,502,702.04561 XTS","available":"857,344.66211 XTS"}
    th_a  wallet.cpp:242 withdraw_to_transaction

    {"amount":650270204561,"asset_id":0,"from_account_address":"XTS7HAkfyYwqn8d1R92MT6kok1HALZx5fz2b","trx":{"expiration":"19700101T000000","delegate_slate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTS3STpNzQi1wHZn4Dy7BLNyz4ap74hkhuzx","amount":1383064491,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSPzvdi9iESAUk14W7zSi2QomLZYGgSySiq","amount":3808635113,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTS6y6neLNB8NkZSkJ41Jk4EJZrpjpmbfQTx","amount":33929631215,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTS7duVgKkjFeRokPacUZRw7YNyEocLNyvYn","amount":8295094648,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSJ14EEhQwndNaP66zs1EWe7tvZp7m3SCaw","amount":10609138717,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSB6EmzVHpNCrJaaEc1kXnpbCoi6FRMWALg","amount":4853644745,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSD8JJ4T5YAB53x1fLJBhdJ1B2qdKWAxsvK","amount":12913459586,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTS8G7m5BMLnMjhV8DjYfDHVPtGyCm7iDLP5","amount":2912148887,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSDnfioeaAH2kz6xsmDD5ESy76HX6K4k8hh","amount":1227822236,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSMFGDqWyNYqSn4kUhS8wbapojCxTvJus2g","amount":2817263284,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSMvWWQMqxKDBjcfY3sS9R6uMTqwvBusUV5","amount":2984563289,"claim_input_data":""}}],"signatures":[]},"required_signatures":["XTS9C6gTx3gMkpHhz21779ApkJJHag4VoxVY","XTSL56kr8wYXSSMSPRXXfNzAZ1NxbEMVRBVF","XTSKzUW72bgbNsjpVQEE5rQL7vjw9Dcu8UH6","XTS4bFVJ2tRh7nhBBWsPeqQmQNgti8ez4271","XTSJreRPWaid6Eo1pzhy9BSks9MYLJrt2ZFe","XTS13jSVGP28vKC7ZPdMkX6MefNeubF6o9tj","XTSQH2Bw6UscGVVRX8hzd1AkyyYoGnXZzAtV","XTS7RAH7LE7NbUzAp1PFCCJZiMda5wZK4eRu","XTSHBq5sDT4aWHV6QzjBuqYni3y62ah729zA","XTSF7RPjRVxonef6vYQG8Wv4RuTKznuAJQyR","XTSPi5hPTXLsUhXye5JebqDVWbbz8p89yt7f"]}
    th_a  wallet.cpp:243 withdraw_to_transaction

    {"symbol":"PPP","name":"PAN Dollar","description":"Free money for all","issuer_account":"chinese"}
    th_a  wallet.cpp:2178 create_asset

    {}
    th_a  common_api_client.cpp:1043 wallet_asset_create

    {"command":"wallet_asset_create"}
    th_a  cli.cpp:538 execute_command
Title: Re: Dry Run 8: Need for Speed
Post by: puppies on July 08, 2014, 09:58:20 pm
Is registering a delegate supposed to cost 64k XTS?
Title: Re: Dry Run 8: Need for Speed
Post by: bitcoinerS on July 08, 2014, 09:58:45 pm
Why does delegate registration fee vary? for one it is 12011 for the other it is 13688 XTS


Code: [Select]
wallet_account_transaction_history
     BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT                FEE                 MEMO                                   ID     
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
     725.0    2014-07-08T21:35:30 bitcoiners          bitcoiners          0.00000 XTS           12,011.42801 XTS    register bitcoiners as a delegate      221b2b8c
     730.0    2014-07-08T21:36:30 bitcoiners          bits                0.00000 XTS           13,668.61593 XTS    register bits as a delegate            46cc8d60
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 08, 2014, 10:01:59 pm
Why does delegate registration fee vary? for one it is 12011 for the other it is 13688 XTS


Code: [Select]
wallet_account_transaction_history
     BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT                FEE                 MEMO                                   ID     
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
     725.0    2014-07-08T21:35:30 bitcoiners          bitcoiners          0.00000 XTS           12,011.42801 XTS    register bitcoiners as a delegate      221b2b8c
     730.0    2014-07-08T21:36:30 bitcoiners          bits                0.00000 XTS           13,668.61593 XTS    register bits as a delegate            46cc8d60

FEE  =  Expected Delegate Pay over 2 weeks

Expected Delegate Pay = Average Block Transaction Fees * BLOCKS_PER_2_WEEKS / 101

Title: Re: Dry Run 8: Need for Speed
Post by: bitcoinerS on July 08, 2014, 10:05:51 pm
Why does delegate registration fee vary? for one it is 12011 for the other it is 13688 XTS


Code: [Select]
wallet_account_transaction_history
     BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT                FEE                 MEMO                                   ID     
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
     725.0    2014-07-08T21:35:30 bitcoiners          bitcoiners          0.00000 XTS           12,011.42801 XTS    register bitcoiners as a delegate      221b2b8c
     730.0    2014-07-08T21:36:30 bitcoiners          bits                0.00000 XTS           13,668.61593 XTS    register bits as a delegate            46cc8d60

FEE  =  Expected Delegate Pay over 2 weeks

Expected Delegate Pay = Average Block Transaction Fees * BLOCKS_PER_2_WEEKS / 101

Since both delegates were registered within a minute of each other, how come fees are so different?
Title: Re: Dry Run 8: Need for Speed
Post by: spartako on July 08, 2014, 10:15:38 pm
I tried to register 10 delegate and this is the transaction_history:
Code: [Select]
default (unlocked) >>> wallet_account_transaction_history
     BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT                FEE                 MEMO                                   ID     
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
     775.1    2014-07-08T21:46:00 spartako            spartako            0.00000 XTS           17,367.45297 XTS    register spartako as a delegate        d5d09ff7
     788.1    2014-07-08T21:48:10 spartako            spartako1           0.00000 XTS           22,149.27722 XTS    register spartako1 as a delegate       274df756
     788.0    2014-07-08T21:48:10 spartako            spartako2           0.00000 XTS           22,149.27722 XTS    register spartako2 as a delegate       24c7923b
     789.2    2014-07-08T21:48:20 spartako            spartako5           0.00000 XTS           28,287.09901 XTS    register spartako5 as a delegate       ccb6547e
     789.1    2014-07-08T21:48:20 spartako            spartako3           0.00000 XTS           28,287.09901 XTS    register spartako3 as a delegate       9f84851e
     789.0    2014-07-08T21:48:20 spartako            spartako4           0.00000 XTS           28,287.09901 XTS    register spartako4 as a delegate       3a0849f1
     801.0    2014-07-08T21:50:20 spartako            spartako6           0.00000 XTS           39,995.85934 XTS    register spartako6 as a delegate       d7de0681
   PENDING    2014-07-08T21:50:20 spartako            spartako7           0.00000 XTS           39,995.85934 XTS    register spartako7 as a delegate       ee692e3e
     802.1    2014-07-08T21:50:30 spartako            spartako10          0.00000 XTS           45,535.20458 XTS    register spartako10 as a delegate      ba127d7a
     802.2    2014-07-08T21:50:30 spartako            spartako9           0.00000 XTS           45,535.20458 XTS    register spartako9 as a delegate       c648776b
     802.0    2014-07-08T21:50:30 spartako            spartako8           0.00000 XTS           45,535.20458 XTS    register spartako8 as a delegate       b63c3c29

The cost of the last transaction is 3X than the first one, I suppose because change the "Average Block Transaction Fees" in the formula:
Expected Delegate Pay = Average Block Transaction Fees * BLOCKS_PER_2_WEEKS / 101

I have the registration of spartako7 PENDING for long time (more than 10 minutes)
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 08, 2014, 10:16:05 pm
Why does delegate registration fee vary? for one it is 12011 for the other it is 13688 XTS


Code: [Select]
wallet_account_transaction_history
     BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT                FEE                 MEMO                                   ID     
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
     725.0    2014-07-08T21:35:30 bitcoiners          bitcoiners          0.00000 XTS           12,011.42801 XTS    register bitcoiners as a delegate      221b2b8c
     730.0    2014-07-08T21:36:30 bitcoiners          bits                0.00000 XTS           13,668.61593 XTS    register bits as a delegate            46cc8d60

FEE  =  Expected Delegate Pay over 2 weeks

Expected Delegate Pay = Average Block Transaction Fees * BLOCKS_PER_2_WEEKS / 101

Since both delegates were registered within a minute of each other, how come fees are so different?

Fee from first delegate registration increased the average and made the second registration more expensive.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 08, 2014, 10:18:01 pm
Quote
I have the registration of spartako7 PENDING for long time (more than 10 minutes)

We have a known bug where some transactions get stuck in your output queue.  I have fixed it in the past by restarting and making a transaction to myself...
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 08, 2014, 10:23:38 pm
My delegates are back from the asset-fork
Title: Re: Dry Run 8: Need for Speed
Post by: spartako on July 08, 2014, 10:28:17 pm
Quote
I have the registration of spartako7 PENDING for long time (more than 10 minutes)

We have a known bug where some transactions get stuck in your output queue.  I have fixed it in the past by restarting and making a transaction to myself...

I restarted the client, then I made a transaction to myself but the spartako7 is still in PENDING state:
Code: [Select]
default (unlocked) >>> wallet_account_transaction_history
     BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT                FEE                 MEMO                                   ID     
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
     775.1    2014-07-08T21:46:00 spartako            spartako            0.00000 XTS           17,367.45297 XTS    register spartako as a delegate        d5d09ff7
     788.1    2014-07-08T21:48:10 spartako            spartako1           0.00000 XTS           22,149.27722 XTS    register spartako1 as a delegate       274df756
     788.0    2014-07-08T21:48:10 spartako            spartako2           0.00000 XTS           22,149.27722 XTS    register spartako2 as a delegate       24c7923b
     789.2    2014-07-08T21:48:20 spartako            spartako5           0.00000 XTS           28,287.09901 XTS    register spartako5 as a delegate       ccb6547e
     789.1    2014-07-08T21:48:20 spartako            spartako3           0.00000 XTS           28,287.09901 XTS    register spartako3 as a delegate       9f84851e
     789.0    2014-07-08T21:48:20 spartako            spartako4           0.00000 XTS           28,287.09901 XTS    register spartako4 as a delegate       3a0849f1
     801.0    2014-07-08T21:50:20 spartako            spartako6           0.00000 XTS           39,995.85934 XTS    register spartako6 as a delegate       d7de0681
   PENDING    2014-07-08T21:50:20 spartako            spartako7           0.00000 XTS           39,995.85934 XTS    register spartako7 as a delegate       ee692e3e
     802.1    2014-07-08T21:50:30 spartako            spartako10          0.00000 XTS           45,535.20458 XTS    register spartako10 as a delegate      ba127d7a
     802.2    2014-07-08T21:50:30 spartako            spartako9           0.00000 XTS           45,535.20458 XTS    register spartako9 as a delegate       c648776b
     802.0    2014-07-08T21:50:30 spartako            spartako8           0.00000 XTS           45,535.20458 XTS    register spartako8 as a delegate       b63c3c29
     957.2    2014-07-08T22:23:56 spartako            spartako            10,000.00000 XTS      0.10000 XTS                                                18639ebe
Title: Re: Dry Run 8: Need for Speed
Post by: emski on July 08, 2014, 10:31:36 pm
Delegates angel and emski up and running. Voting for them is your second chance to earn my eternal gratitude.

Another delegate requires more than 81K XTS ???
Code: [Select]
wallet_account_register lotto emski a 100
20010 insufficient_funds: insufficient funds

    {"required":"81,939.13458 XTS"

Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 08, 2014, 10:31:58 pm
Quote
I have the registration of spartako7 PENDING for long time (more than 10 minutes)

We have a known bug where some transactions get stuck in your output queue.  I have fixed it in the past by restarting and making a transaction to myself...

I restarted the client, then I made a transaction to myself but the spartako7 is still in PENDING state:
Code: [Select]
default (unlocked) >>> wallet_account_transaction_history
     BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT                FEE                 MEMO                                   ID     
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
     775.1    2014-07-08T21:46:00 spartako            spartako            0.00000 XTS           17,367.45297 XTS    register spartako as a delegate        d5d09ff7
     788.1    2014-07-08T21:48:10 spartako            spartako1           0.00000 XTS           22,149.27722 XTS    register spartako1 as a delegate       274df756
     788.0    2014-07-08T21:48:10 spartako            spartako2           0.00000 XTS           22,149.27722 XTS    register spartako2 as a delegate       24c7923b
     789.2    2014-07-08T21:48:20 spartako            spartako5           0.00000 XTS           28,287.09901 XTS    register spartako5 as a delegate       ccb6547e
     789.1    2014-07-08T21:48:20 spartako            spartako3           0.00000 XTS           28,287.09901 XTS    register spartako3 as a delegate       9f84851e
     789.0    2014-07-08T21:48:20 spartako            spartako4           0.00000 XTS           28,287.09901 XTS    register spartako4 as a delegate       3a0849f1
     801.0    2014-07-08T21:50:20 spartako            spartako6           0.00000 XTS           39,995.85934 XTS    register spartako6 as a delegate       d7de0681
   PENDING    2014-07-08T21:50:20 spartako            spartako7           0.00000 XTS           39,995.85934 XTS    register spartako7 as a delegate       ee692e3e
     802.1    2014-07-08T21:50:30 spartako            spartako10          0.00000 XTS           45,535.20458 XTS    register spartako10 as a delegate      ba127d7a
     802.2    2014-07-08T21:50:30 spartako            spartako9           0.00000 XTS           45,535.20458 XTS    register spartako9 as a delegate       c648776b
     802.0    2014-07-08T21:50:30 spartako            spartako8           0.00000 XTS           45,535.20458 XTS    register spartako8 as a delegate       b63c3c29
     957.2    2014-07-08T22:23:56 spartako            spartako            10,000.00000 XTS      0.10000 XTS                                                18639ebe

I suspect that the fee went up and thus your transaction did not include enough fees to register that delegate.
Code: [Select]
wallet_get_pending_transaction_errors
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 08, 2014, 10:33:43 pm
Delegates angel and emski up and running. Voting for them is your second chance to earn my eternal gratitude.

Another delegate requires more than 81K XTS ???
Code: [Select]
wallet_account_register lotto emski a 100
20010 insufficient_funds: insufficient funds

    {"required":"81,939.13458 XTS"

Delegates are currently earning 68.14912 XTS every 8 minutes.
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 08, 2014, 10:35:59 pm
Wtf .. my 10 delegates costed like .1 XTS each .. earning a 600 fold every 8 minutes? Maybe you should rethink initial fees
Title: Re: Dry Run 8: Need for Speed
Post by: spartako on July 08, 2014, 10:38:28 pm
I suspect that the fee went up and thus your transaction did not include enough fees to register that delegate.
Code: [Select]
wallet_get_pending_transaction_errors

Yes I think this is the problem:

Code: [Select]
[
    "ee692e3eb33797aeed06827fd95b944f03f25c89",{
      "code": 31004,   
      "name": "unknown_balance_record",
      "message": "unknown balance record",
      "stack": [{
          "context": {
            "level": "error",
            "file": "balance_operations.cpp",
            "line": 79,
            "method": "evaluate",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140708T223304.387225"
          },
          "format": "",
          "data": {
            "balance_id": "XTSJRAZ2ESTNrZGwHUhy5eH3bcB5syUXDs8g"
          }
        },{
          "context": {
            "level": "warn",
            "file": "balance_operations.cpp",
            "line": 169,
            "method": "evaluate",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140708T223304.387279"
          },
          "format": "",
          "data": {
            "*this": {
              "balance_id": "XTSJRAZ2ESTNrZGwHUhy5eH3bcB5syUXDs8g",
              "amount": 3999585934,
              "claim_input_data": ""
            }
          }
        },{
          "context": {
            "level": "warn",
            "file": "operation_factory.hpp",
            "line": 52,
           "method": "evaluate",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140708T223304.387366"
          },
          "format": "",
          "data": {
            "op": {
              "type": "withdraw_op_type",
              "data": {
                "balance_id": "XTSJRAZ2ESTNrZGwHUhy5eH3bcB5syUXDs8g",
                "amount": 3999585934,
                "claim_input_data": ""
              }
            }
          }
        },{
          "context": {
            "level": "warn",
            "file": "transaction_evaluation_state.cpp",
            "line": 218,
            "method": "evaluate",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140708T223304.387519"
          },
          "format": "",
          "data": {
            "trx": {   
              "expiration": "20140708T235019",
              "delegate_slate_id": null,
              "operations": [{
                  "type": "register_account_op_type",
                  "data": {
                    "name": "spartako7",
                    "public_data": null,
                    "owner_key": "XTS5s7xkzFWgV6JN6r1knKgsLRBtuKgRyJ5e8E6WU7x3M2yop5AmV",
                    "active_key": "XTS5s7xkzFWgV6JN6r1knKgsLRBtuKgRyJ5e8E6WU7x3M2yop5AmV",
                    "delegate_pay_rate": 100,
                    "meta_data": null
                  }
                },{
                  "type": "withdraw_op_type",
                  "data": {
                    "balance_id": "XTSJRAZ2ESTNrZGwHUhy5eH3bcB5syUXDs8g",
                    "amount": 3999585934,
                    "claim_input_data": ""
                  }
                }
              ],
              "signatures": [
                "201c1ac227aafa4d63b63e484a320b75a28fc89d6a8e2f111b6c28c6dc2556e1a1a724d7c0ce62df524f528e25116f738b94a94d2d2cb8bc0a71ba9c70461dcdac"
              ]
            }
          }
        },{
          "context": {
            "level": "warn",
            "file": "chain_database.cpp",
            "line": 1148,
            "method": "evaluate_transaction",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140708T223304.387648"
          },
          "format": "",
          "data": {
            "trx": {   
              "expiration": "20140708T235019",
              "delegate_slate_id": null,
              "operations": [{
                  "type": "register_account_op_type",
                  "data": {
                    "name": "spartako7",
                    "public_data": null,
                    "owner_key": "XTS5s7xkzFWgV6JN6r1knKgsLRBtuKgRyJ5e8E6WU7x3M2yop5AmV",
                    "active_key": "XTS5s7xkzFWgV6JN6r1knKgsLRBtuKgRyJ5e8E6WU7x3M2yop5AmV",
                    "delegate_pay_rate": 100,
                    "meta_data": null
                  }
                },{
                  "type": "withdraw_op_type",
                  "data": {
                    "balance_id": "XTSJRAZ2ESTNrZGwHUhy5eH3bcB5syUXDs8g",
                    "amount": 3999585934,
                    "claim_input_data": ""
                  }
                }
              ],
              "signatures": [
                "201c1ac227aafa4d63b63e484a320b75a28fc89d6a8e2f111b6c28c6dc2556e1a1a724d7c0ce62df524f528e25116f738b94a94d2d2cb8bc0a71ba9c70461dcdac"
              ]
            }
          }
        }
      ]
    }
  ]
]
Title: Re: Dry Run 8: Need for Speed
Post by: emski on July 08, 2014, 10:41:36 pm
This favors early birds too much.
In the beginning you just dont have enough statistical data to properly set delegate registration fee.

Moreover If I'm EVIL delegate I could create transactions with all my stake every time I have a chance (recipient me of course) so I can increase the price for newcomers.

I would suggest minimum and maximum fee.
Title: Re: Dry Run 8: Need for Speed
Post by: cass on July 08, 2014, 10:47:30 pm
XTS8WXA5ocsBJFQJxbsdrKTxmzLVMQ9PpZZcJqK1Vo96F2E36NT7R thx
Title: Re: Dry Run 8: Need for Speed
Post by: spartako on July 08, 2014, 10:51:22 pm
XTS8WXA5ocsBJFQJxbsdrKTxmzLVMQ9PpZZcJqK1Vo96F2E36NT7R thx

sent
Code: [Select]
1111.0    2014-07-08T22:50:30 spartako-w          cass                10,000.00000 XTS      0.10000 XTS    4b3b7a88
Title: Re: Dry Run 8: Need for Speed
Post by: bitcoinerS on July 08, 2014, 10:52:58 pm
Seems creating assets is super exensive now..

Code: [Select]
>>> wallet_asset_create OIL "Brent Crude Oil" bits "lets trade oil" null 1000000000 100 true
20010 insufficient_funds: insufficient funds

    {"required":"8,147,452.01681 XTS","available":"500,000.00000 XTS"}
Title: Re: Dry Run 8: Need for Speed
Post by: cass on July 08, 2014, 10:56:14 pm
XTS8WXA5ocsBJFQJxbsdrKTxmzLVMQ9PpZZcJqK1Vo96F2E36NT7R thx

sent
Code: [Select]
1111.0    2014-07-08T22:50:30 spartako-w          cass                10,000.00000 XTS      0.10000 XTS    4b3b7a88

merci
Title: Re: Dry Run 8: Need for Speed
Post by: vikram on July 08, 2014, 11:02:02 pm
Seems creating assets is super exensive now..

Code: [Select]
>>> wallet_asset_create OIL "Brent Crude Oil" bits "lets trade oil" null 1000000000 100 true
20010 insufficient_funds: insufficient funds

    {"required":"8,147,452.01681 XTS","available":"500,000.00000 XTS"}

Currently uses a similar calculation to the delegate fee..
Title: Re: Dry Run 8: Need for Speed
Post by: gamey on July 08, 2014, 11:09:43 pm

Ok after reconfiguring the localization stuff it has compiled.

XTS5QEFbiSu48b7Ega5VJA5sznXkq4PeqLpHSzrszMmWrAKfFQK5L
Title: Re: Dry Run 8: Need for Speed
Post by: lzr1900 on July 08, 2014, 11:12:39 pm
XTS8MaWqPJy7j2Nm3YGf7ugcfDMepqYuUNGE5QbYFuh9x8EMiZEjc

lzr1900

thx
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 08, 2014, 11:16:02 pm
Code: [Select]
  "blockchain_average_delegate_participation": 97.115384615384613,

 :) :) :)
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 08, 2014, 11:52:08 pm
my client B is  in a fork now, and the switch fork seems not work
this is from client A
Code: [Select]
default (unlocked) >>> blockchain_list_forks
   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
           1320
     b662daae9f3781b3d939a1ed568a74cb4131ebfc                           fox              0       182 2014-07-08T23:26:50         0     YES                 YES
     a48b365c52b22dd17defaefb77561185cb37d539                           fox              0       182 2014-07-08T23:26:50         0     N/A                  NO
           1439
     eb4e44872a770fd37c2eb8dae6d626b3d1e4361d                           fox             10      2953 2014-07-08T23:47:50         0     YES                 YES
     f07d59b4d600758e6725b6061b0e78ebb12bcd22                           fox              9      2709 2014-07-08T23:47:50         0     N/A                  NO
this is from client B
Code: [Select]
default (unlocked) >>> info
{
  "blockchain_head_block_num": 1440,
  "blockchain_head_block_age": "4 minutes old",
  "blockchain_head_block_timestamp": "20140708T234750",
  "blockchain_average_delegate_participation": 77.099236641221367,
  "blockchain_delegate_pay_rate": 9568222,
....
and from the log of client B, it never receive the correct block eb4e44872a770fd37c2eb8dae6d626b3d1e4361d
Code: [Select]
  20140708T234800.613326       th_a      store_and_index ]            we don't know about its previous: eb4e44872a770fd37c2eb8dae6d626b3d1e4361d       chain_database.cpp  :431
  20140708T234800.613500       th_a         on_new_block ] After push_block, current head block is 1440     client.cpp:826
...
  20140708T234810.546981       th_a      store_and_index ]            we already know about its previous: c0fe091ae94237ab6781199da9744d57a90ff85c      chain_database.c  pp:423
  20140708T234810.547070       th_a         on_new_block ] After push_block, current head block is 1440     client.cpp:826
...
Title: Re: Dry Run 8: Need for Speed
Post by: mineforme on July 08, 2014, 11:56:10 pm
On the current windows build entering too many 9's into the auto log out section in the preferences creates a never ending auto logout loop that will not stop without uninstalling and re-installing the software btw.
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 08, 2014, 11:58:14 pm
I closed the client on linux a and restarted it...   (I had created from json my old account...)
and I get this errors...

Code: [Select]
~/bitshares_toolkit/programs/client $ ./bitshares_client
Loading blockchain from "/home/liondani/.BitSharesXTS/chain"
Loading config "/home/liondani/.BitSharesXTS/config.json"
------------ error --------------
10001 db_in_use_exception: Database in Use
Unable to open database /home/liondani/.BitSharesXTS/peers.leveldb
IO error: lock /home/liondani/.BitSharesXTS/peers.leveldb/LOCK: Resource temporarily unavailable
    {"db":"/home/liondani/.BitSharesXTS/peers.leveldb","msg":"IO error: lock /home/liondani/.BitSharesXTS/peers.leveldb/LOCK: Resource temporarily unavailable"}
    p2p  level_pod_map.hpp:45 open

it's the first time I have an issue like this...
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 12:05:38 am

I closed the client on linux a and restarted it...   (I had created from json my old account...)
and I get this errors...

Code: [Select]
~/bitshares_toolkit/programs/client $ ./bitshares_client
Loading blockchain from "/home/liondani/.BitSharesXTS/chain"
Loading config "/home/liondani/.BitSharesXTS/config.json"
------------ error --------------
10001 db_in_use_exception: Database in Use
Unable to open database /home/liondani/.BitSharesXTS/peers.leveldb
IO error: lock /home/liondani/.BitSharesXTS/peers.leveldb/LOCK: Resource temporarily unavailable
    {"db":"/home/liondani/.BitSharesXTS/peers.leveldb","msg":"IO error: lock /home/liondani/.BitSharesXTS/peers.leveldb/LOCK: Resource temporarily unavailable"}
    p2p  level_pod_map.hpp:45 open

it's the first time I have an issue like this...

Looks like it is still open somewhere.


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 09, 2014, 12:05:42 am
restarted my computer and everything is fine...
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 09, 2014, 12:09:39 am
my client B is  in a fork now, and the switch fork seems not work
this is from client A
Code: [Select]
default (unlocked) >>> blockchain_list_forks
   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
           1320
     b662daae9f3781b3d939a1ed568a74cb4131ebfc                           fox              0       182 2014-07-08T23:26:50         0     YES                 YES
     a48b365c52b22dd17defaefb77561185cb37d539                           fox              0       182 2014-07-08T23:26:50         0     N/A                  NO
           1439
     eb4e44872a770fd37c2eb8dae6d626b3d1e4361d                           fox             10      2953 2014-07-08T23:47:50         0     YES                 YES
     f07d59b4d600758e6725b6061b0e78ebb12bcd22                           fox              9      2709 2014-07-08T23:47:50         0     N/A                  NO
this is from client B
Code: [Select]
default (unlocked) >>> info
{
  "blockchain_head_block_num": 1440,
  "blockchain_head_block_age": "4 minutes old",
  "blockchain_head_block_timestamp": "20140708T234750",
  "blockchain_average_delegate_participation": 77.099236641221367,
  "blockchain_delegate_pay_rate": 9568222,
....
and from the log of client B, it never receive the correct block eb4e44872a770fd37c2eb8dae6d626b3d1e4361d
Code: [Select]
  20140708T234800.613326       th_a      store_and_index ]            we don't know about its previous: eb4e44872a770fd37c2eb8dae6d626b3d1e4361d       chain_database.cpp  :431
  20140708T234800.613500       th_a         on_new_block ] After push_block, current head block is 1440     client.cpp:826
...
  20140708T234810.546981       th_a      store_and_index ]            we already know about its previous: c0fe091ae94237ab6781199da9744d57a90ff85c      chain_database.c  pp:423
  20140708T234810.547070       th_a         on_new_block ] After push_block, current head block is 1440     client.cpp:826
...
When this happened, I am doing a press test with 1 trx.
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 12:09:43 am
XTS53f98u86u7juNXb2hjBHPqp1SZocyAgWtvDWDmhDZrvUF92HGn

THX   ;D
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 09, 2014, 12:17:15 am
why fox always double product block?
Code: [Select]
   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
           1320
     b662daae9f3781b3d939a1ed568a74cb4131ebfc                           fox              0       182 2014-07-08T23:26:50         0     YES                 YES
     a48b365c52b22dd17defaefb77561185cb37d539                           fox              0       182 2014-07-08T23:26:50         0     N/A                  NO
           1439
     eb4e44872a770fd37c2eb8dae6d626b3d1e4361d                           fox             10      2953 2014-07-08T23:47:50         0     YES                 YES
     f07d59b4d600758e6725b6061b0e78ebb12bcd22                           fox              9      2709 2014-07-08T23:47:50         0     N/A                  NO
           1492
     309f47c5e09d60e42f0f4bf503ec865e8ecc55a7                    bitcoiners             38     11086 2014-07-08T23:56:40         1     YES                  NO
     6a0d9f3cbec738a898d605a2a2694009cd567c0e                     spartako9             68     19654 2014-07-08T23:56:50         1     YES                 YES
           1545
     6e10049e85f4e2bda1ac029361be1a5d1177339c                           fox             39     11522 2014-07-09T00:06:20         1     YES                  NO
     42e1d86a3e2d7aa7e311f1cdc5689ca12791b229                           fox             36     10790 2014-07-09T00:06:20         1     YES                 YES
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 09, 2014, 12:22:01 am
my client B is  in a fork now, and the switch fork seems not work
this is from client A
Code: [Select]
default (unlocked) >>> blockchain_list_forks
   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
           1320
     b662daae9f3781b3d939a1ed568a74cb4131ebfc                           fox              0       182 2014-07-08T23:26:50         0     YES                 YES
     a48b365c52b22dd17defaefb77561185cb37d539                           fox              0       182 2014-07-08T23:26:50         0     N/A                  NO
           1439
     eb4e44872a770fd37c2eb8dae6d626b3d1e4361d                           fox             10      2953 2014-07-08T23:47:50         0     YES                 YES
     f07d59b4d600758e6725b6061b0e78ebb12bcd22                           fox              9      2709 2014-07-08T23:47:50         0     N/A                  NO
this is from client B
Code: [Select]
default (unlocked) >>> info
{
  "blockchain_head_block_num": 1440,
  "blockchain_head_block_age": "4 minutes old",
  "blockchain_head_block_timestamp": "20140708T234750",
  "blockchain_average_delegate_participation": 77.099236641221367,
  "blockchain_delegate_pay_rate": 9568222,
....
and from the log of client B, it never receive the correct block eb4e44872a770fd37c2eb8dae6d626b3d1e4361d
Code: [Select]
  20140708T234800.613326       th_a      store_and_index ]            we don't know about its previous: eb4e44872a770fd37c2eb8dae6d626b3d1e4361d       chain_database.cpp  :431
  20140708T234800.613500       th_a         on_new_block ] After push_block, current head block is 1440     client.cpp:826
...
  20140708T234810.546981       th_a      store_and_index ]            we already know about its previous: c0fe091ae94237ab6781199da9744d57a90ff85c      chain_database.c  pp:423
  20140708T234810.547070       th_a         on_new_block ] After push_block, current head block is 1440     client.cpp:826
...
When this happened, I am doing a press test with 1 trx.
good news, client B receive the right block  after about 17 minutes, and switch to the correct  chain finally
Code: [Select]
20140709T000457.316256       th_a       handle_message ] CLIENT: just received block eb4e44872a770fd37c2eb8dae6d626b3d1e4361d     client.cpp:902
....
20140709T000457.319002       th_a      store_and_index ]           current_fork: {"next_blocks":["c0fe091ae94237ab6781199da9744d57a90ff85c"],"is_linked":false,"is_valid":null,"invalid_reason":null,"is_included":false,"is_known":false}      chain_database.cpp:447
20140709T000457.319053       th_a      store_and_index ]           prev_fork: {"next_blocks":["eb20140709T000457.316256       th_a       handle_message ] CLIENT: just received block eb4e44872a770fd37c2eb8dae6d626b3d1e4361d     client.cpp:902
4e44872a770fd37c2eb8dae6d626b3d1e4361d","f07d59b4d600758e6725b6061b0e78ebb12bcd22"],"is_linked":true,"is_valid":true,"invalid_reason":null,"is_included":true,"is_known":true}     chain_database.cpp:448
20140709T000457.320763       th_a       switch_to_fork....
 ] switch from fork f07d59b4d600758e6725b6061b0e78ebb12bcd22 to acb69376fbbb7abe1405c2e386a4db57dfd9ca51      chain_database.cpp:497
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 09, 2014, 12:31:46 am
XTS7dGzQzudxwyvRiS8UVwmEd3nUcNaEccibCyBaNkPY4Z6jLsfLX

can somebody sent me some XTS?  :)
Title: Re: Dry Run 8: Need for Speed
Post by: springlh on July 09, 2014, 12:42:14 am
Can someone send me some XTS for testing?  Thanks.
XTS6RbaTbRZJibXQty8yBnRg7Lg3ftNGWAAtLurFoCaSVuaxrWWst
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 09, 2014, 12:48:26 am
node B hang again, at block 1631
Code: [Select]
default (locked) >>> info
{
  "blockchain_head_block_num": 1631,
  "blockchain_head_block_age": "22 minutes old",
the reason is it missed block 1632, and still not receive it now.
this time is not because of fork, at that moment , I was unlock through web wallet, and the client begin scanning, frozen a while.
Code: [Select]
  20140709T002251.260177       th_a      store_and_index ]            we don't know about its previous: c03efc050ab0b1bd96886cf966e8a54b56c7baaf      chain_database.cpp  :431
Title: Re: Dry Run 8: Need for Speed
Post by: 888 on July 09, 2014, 12:57:49 am
XTS8221TbNUJepvHU7HTnLRxfAVcFnSwiUTRdgo5FoJTir9iJPrnW
who can send some xts to me?
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 01:18:55 am
node B hang again, at block 1631
Code: [Select]
default (locked) >>> info
{
  "blockchain_head_block_num": 1631,
  "blockchain_head_block_age": "22 minutes old",
the reason is it missed block 1632, and still not receive it now.
this time is not because of fork, at that moment , I was unlock through web wallet, and the client begin scanning, frozen a while.
Code: [Select]
  20140709T002251.260177       th_a      store_and_index ]            we don't know about its previous: c03efc050ab0b1bd96886cf966e8a54b56c7baaf      chain_database.cpp  :431

We moved the network code into its own thread, so I wouldn't be surprised if this kind of thing is an artifact of that. 
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 09, 2014, 01:22:46 am
node B hang again, at block 1631
Code: [Select]
default (locked) >>> info
{
  "blockchain_head_block_num": 1631,
  "blockchain_head_block_age": "22 minutes old",
the reason is it missed block 1632, and still not receive it now.
this time is not because of fork, at that moment , I was unlock through web wallet, and the client begin scanning, frozen a while.
Code: [Select]
  20140709T002251.260177       th_a      store_and_index ]            we don't know about its previous: c03efc050ab0b1bd96886cf966e8a54b56c7baaf      chain_database.cpp  :431
receive the block at T011119, latency 2919 seconds
Code: [Select]
default (locked) >>> blockchain_list_blocks 1630 10
HEIGHT  TIMESTAMP           SIGNING DELEGATE                # TXS   SIZE    TOTAL FEES      LATENCY PROCESSING TIME
-------------------------------------------------------------------------------------------------------------------
1630    2014-07-09T00:22:20 init46                          62      16654   6.20000 XTS     1       0.973523       
1631    2014-07-09T00:22:30 init7                           76      19686   7.60000 XTS     0       1.07478       
1632    2014-07-09T00:22:40 init18                          78      21134   7.80000 XTS     2919    0.423173       
1633    2014-07-09T00:22:50 init37                          102     28814   10.20000 XTS    1       0.000498       
Title: Re: Dry Run 8: Need for Speed
Post by: Webber on July 09, 2014, 01:25:44 am
oh,my god!
Code: [Select]
PENDING    2014-07-09T01:23:13 webber              webber              0.00000 XTS           108,516.35807 XTS   update webber
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 09, 2014, 01:30:01 am
I have created my account from previous json file (Dry Run7)

When I check for my delegate accounts I see this:

Code: [Select]
liondani (unlocked) >>> wallet_list_my_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       APPROVED       BLOCK PRODUCTION ENABLED
liondani *                         XTS7DcP75mjsqxMSKUjoS7pKZQd6ZVgJcE2LbJSyApHAjDEhT7ijv           2014-07-01T22:37:45   NO             1              YES                     
liondani-linux *                   XTS7kn3gC9d6iKeFxieMj2Sf5PSLuerYZZFzGBQC7Ktu2p1dsyGGE           2014-07-02T00:26:15   NO             1              YES                     
liondani-linux-1 *                 XTS5mJjufSgJWmm9yNyWfAAoZSUKFfxphzmvYZzY7WtDHTDQ15bwL           2014-07-05T14:29:45   NO             1              YES                     
liondani-linux-2 *                 XTS7ackbkNREQgzVK9GJrTuMNGxigH2F7qQbf5ePnGU4hH4DyPDJ3           2014-07-05T14:33:00   NO             1              YES                     
liondani-linux-3 *                 XTS8YjkqXLakiz6RZm1C82BWmfYhcHRZFkh8So3YR58ACazqdxJ6q           2014-07-05T14:52:00   NO             1              YES                     
liondani-linux-4 *                 XTS6JZYMvUP5ZQ4MpAXPD2JcDareZx4xcMC8pohjDxxj28UCUYKtb           2014-07-05T14:52:30   NO             1              YES                     
liondani-linux-5 *                 XTS5F8jYJ8V97S3t9esh2iBGZpbqyQag1HR8hoaaz8xbyPxyfE7Pi           2014-07-05T14:52:45   NO             1              YES                     
liondani-linux-6 *                 XTS7nMRTfnUL2HE7QEN6TQ55CA3tKfjbLD6kUhS9q7UjuUN168WCv           2014-07-05T14:53:30   NO             1              YES                     
liondani-linux-7 *                 XTS5Ej2BjSpk8Zdq9n7LeMz1EGAh2G2CC1oMVf7FPx4YDKZyesQmq           2014-07-05T14:53:30   NO             1              YES                     
liondani-linux-8 *                 XTS6iJ1WANuiYMwJPJhxVd1uXHDETftFVtBQpB5FYAfdsjMHQD6DQ           2014-07-05T15:08:00   NO             1              YES                     
liondani-linux-9 *                 XTS85MyJwtZNzsptnue5rf8JhUEBpjLeaWxZEp8HrHs3A3PLizaW1           2014-07-05T14:54:45   NO             1              YES                     
liondaniel                         XTS6d5fuzezqyaBqzSJY6ityNWV59nGxoaf3ydHLPhFZQGKpuSfhP           NO                    NO             0              N/A                     
user123                            XTS747iL3PPsWy5ZyxjXVArdkv8hRCEZMFwudkYsnjsUb3dX6Znjj           NO                    NO             0              N/A                     

But I don't see them nowhere with command:
blockchain_list_delegates 1 500

I assume due to the new chain I can't use old json files...
So I must delete everything and start from scratch and creating all accounts again, right ?

Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 01:30:13 am
node B hang again, at block 1631
Code: [Select]
default (locked) >>> info
{
  "blockchain_head_block_num": 1631,
  "blockchain_head_block_age": "22 minutes old",
the reason is it missed block 1632, and still not receive it now.
this time is not because of fork, at that moment , I was unlock through web wallet, and the client begin scanning, frozen a while.
Code: [Select]
  20140709T002251.260177       th_a      store_and_index ]            we don't know about its previous: c03efc050ab0b1bd96886cf966e8a54b56c7baaf      chain_database.cpp  :431
receive the block at T011119, latency 2919 seconds
Code: [Select]
default (locked) >>> blockchain_list_blocks 1630 10
HEIGHT  TIMESTAMP           SIGNING DELEGATE                # TXS   SIZE    TOTAL FEES      LATENCY PROCESSING TIME
-------------------------------------------------------------------------------------------------------------------
1630    2014-07-09T00:22:20 init46                          62      16654   6.20000 XTS     1       0.973523       
1631    2014-07-09T00:22:30 init7                           76      19686   7.60000 XTS     0       1.07478       
1632    2014-07-09T00:22:40 init18                          78      21134   7.80000 XTS     2919    0.423173       
1633    2014-07-09T00:22:50 init37                          102     28814   10.20000 XTS    1       0.000498       

Right the scanning issue is a problem at 10 TRX per second if you are behind... 
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 01:30:59 am
I have created my account from previous json file (Dry Run7)

When I check for my delegate accounts I see this:

Code: [Select]
liondani (unlocked) >>> wallet_list_my_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       APPROVED       BLOCK PRODUCTION ENABLED
liondani *                         XTS7DcP75mjsqxMSKUjoS7pKZQd6ZVgJcE2LbJSyApHAjDEhT7ijv           2014-07-01T22:37:45   NO             1              YES                     
liondani-linux *                   XTS7kn3gC9d6iKeFxieMj2Sf5PSLuerYZZFzGBQC7Ktu2p1dsyGGE           2014-07-02T00:26:15   NO             1              YES                     
liondani-linux-1 *                 XTS5mJjufSgJWmm9yNyWfAAoZSUKFfxphzmvYZzY7WtDHTDQ15bwL           2014-07-05T14:29:45   NO             1              YES                     
liondani-linux-2 *                 XTS7ackbkNREQgzVK9GJrTuMNGxigH2F7qQbf5ePnGU4hH4DyPDJ3           2014-07-05T14:33:00   NO             1              YES                     
liondani-linux-3 *                 XTS8YjkqXLakiz6RZm1C82BWmfYhcHRZFkh8So3YR58ACazqdxJ6q           2014-07-05T14:52:00   NO             1              YES                     
liondani-linux-4 *                 XTS6JZYMvUP5ZQ4MpAXPD2JcDareZx4xcMC8pohjDxxj28UCUYKtb           2014-07-05T14:52:30   NO             1              YES                     
liondani-linux-5 *                 XTS5F8jYJ8V97S3t9esh2iBGZpbqyQag1HR8hoaaz8xbyPxyfE7Pi           2014-07-05T14:52:45   NO             1              YES                     
liondani-linux-6 *                 XTS7nMRTfnUL2HE7QEN6TQ55CA3tKfjbLD6kUhS9q7UjuUN168WCv           2014-07-05T14:53:30   NO             1              YES                     
liondani-linux-7 *                 XTS5Ej2BjSpk8Zdq9n7LeMz1EGAh2G2CC1oMVf7FPx4YDKZyesQmq           2014-07-05T14:53:30   NO             1              YES                     
liondani-linux-8 *                 XTS6iJ1WANuiYMwJPJhxVd1uXHDETftFVtBQpB5FYAfdsjMHQD6DQ           2014-07-05T15:08:00   NO             1              YES                     
liondani-linux-9 *                 XTS85MyJwtZNzsptnue5rf8JhUEBpjLeaWxZEp8HrHs3A3PLizaW1           2014-07-05T14:54:45   NO             1              YES                     
liondaniel                         XTS6d5fuzezqyaBqzSJY6ityNWV59nGxoaf3ydHLPhFZQGKpuSfhP           NO                    NO             0              N/A                     
user123                            XTS747iL3PPsWy5ZyxjXVArdkv8hRCEZMFwudkYsnjsUb3dX6Znjj           NO                    NO             0              N/A                     

But I don't see them nowhere with command:
blockchain_list_delegates 1 500

I assume due to the new chain I can't use old json files...
So I must delete everything and start from scratch and creating all accounts again, right ?

Correct.
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 09, 2014, 01:40:27 am
node B hang again, at block 1631
Code: [Select]
default (locked) >>> info
{
  "blockchain_head_block_num": 1631,
  "blockchain_head_block_age": "22 minutes old",
the reason is it missed block 1632, and still not receive it now.
this time is not because of fork, at that moment , I was unlock through web wallet, and the client begin scanning, frozen a while.
Code: [Select]
  20140709T002251.260177       th_a      store_and_index ]            we don't know about its previous: c03efc050ab0b1bd96886cf966e8a54b56c7baaf      chain_database.cpp  :431
receive the block at T011119, latency 2919 seconds
Code: [Select]
default (locked) >>> blockchain_list_blocks 1630 10
HEIGHT  TIMESTAMP           SIGNING DELEGATE                # TXS   SIZE    TOTAL FEES      LATENCY PROCESSING TIME
-------------------------------------------------------------------------------------------------------------------
1630    2014-07-09T00:22:20 init46                          62      16654   6.20000 XTS     1       0.973523       
1631    2014-07-09T00:22:30 init7                           76      19686   7.60000 XTS     0       1.07478       
1632    2014-07-09T00:22:40 init18                          78      21134   7.80000 XTS     2919    0.423173       
1633    2014-07-09T00:22:50 init37                          102     28814   10.20000 XTS    1       0.000498       

Right the scanning issue is a problem at 10 TRX per second if you are behind...
the scanning  is not easy to improve.
but maybe block sync is another issue?I remember you have move block sync to another thread.
Title: Re: Dry Run 8: Need for Speed
Post by: laow on July 09, 2014, 01:42:00 am
can't connect to the network, could someone give me some nodes?
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 09, 2014, 01:51:32 am
XTS7dGzQzudxwyvRiS8UVwmEd3nUcNaEccibCyBaNkPY4Z6jLsfLX

can somebody sent me some XTS?  :)

somebody  :)
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 09, 2014, 02:01:11 am
can't connect to the network, could someone give me some nodes?

also can't connect !

Code: [Select]
~/bitshares_toolkit/programs/client $ ./bitshares_client
Loading blockchain from "/home/liondani/.BitSharesXTS/chain"
Loading config "/home/liondani/.BitSharesXTS/config.json"
Initializing genesis state from built-in genesis file
Please be patient, this could take a few minutes.
Successfully re-indexed 0 blocks in 0 seconds.
Not starting RPC server, use --server to enable the RPC interface
Attempting to map P2P port 8801 with UPNP...
Listening for P2P connections on port 8801
Attempting to connect to peer 107.170.30.182:8801
Attempting to connect to peer 107.170.30.182:8802
Attempting to connect to peer 107.170.30.182:8803
(wallet closed) >>>
Title: Re: Dry Run 8: Need for Speed
Post by: raslfrasl on July 09, 2014, 02:02:59 am
Hey guys, new one here please seed. Thanks!
bs02  XTS5meXEDAgQ7RmVxTUg7H17bfrkdpqpPFtMTJwZtyBqQHKeEBA5S
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 09, 2014, 02:09:58 am
can't connect  on my linux system (on windows connected)...

I am drawing dead...

(http://2.bp.blogspot.com/_DALZ0zpXEL4/TEblwB81lnI/AAAAAAAABEI/cxarzLJoCos/s320/dead_twitter_bird-300x209.jpg)



PS  Please to my windows account....
XTS7dGzQzudxwyvRiS8UVwmEd3nUcNaEccibCyBaNkPY4Z6jLsfLX

can somebody sent me some XTS?  :)
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 09, 2014, 02:20:22 am
Hey guys, new one here please seed. Thanks!
bs02  XTS5meXEDAgQ7RmVxTUg7H17bfrkdpqpPFtMTJwZtyBqQHKeEBA5S

Enjoy your xts!
Next try:  "help wallet_account_register"
Title: Re: Dry Run 8: Need for Speed
Post by: gyhy on July 09, 2014, 02:26:04 am
my win client restart .
Can't access the system.
Always prompt 'scanning transaltions,please wait...'
Title: Re: Dry Run 8: Need for Speed
Post by: lzr1900 on July 09, 2014, 02:26:56 am
XTS8MaWqPJy7j2Nm3YGf7ugcfDMepqYuUNGE5QbYFuh9x8EMiZEjc

lzr1900

thx

 :o :o  can somebody show some love for me.~ha
Title: Re: Dry Run 8: Need for Speed
Post by: raslfrasl on July 09, 2014, 02:34:53 am
yep, got registered... thanks for the seed. Now can I get approved? "wallet_approve_delegate bs02 true"

Thanks much!
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 03:13:49 am
XTS8MaWqPJy7j2Nm3YGf7ugcfDMepqYuUNGE5QbYFuh9x8EMiZEjc

lzr1900

thx

 :o :o  can somebody show some love for me.~ha

seed  100 xts
Title: Re: Dry Run 8: Need for Speed
Post by: lzr1900 on July 09, 2014, 03:15:13 am
XTS8MaWqPJy7j2Nm3YGf7ugcfDMepqYuUNGE5QbYFuh9x8EMiZEjc

lzr1900

thx

 :o :o  can somebody show some love for me.~ha

seed  100 xts
thank you bm and dexinwong.
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 03:15:38 am
Hey guys, new one here please seed. Thanks!
bs02  XTS5meXEDAgQ7RmVxTUg7H17bfrkdpqpPFtMTJwZtyBqQHKeEBA5S

Send to you 100 XTS.
Title: Re: Dry Run 8: Need for Speed
Post by: solaaire on July 09, 2014, 03:16:35 am
need some xts pls :)

XTS5Cp4Y5FfFMGRmC6871bDeoD3isv6aEetZmiu8K52hwARs3rt3z
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 03:17:02 am
Can someone send me some XTS for testing?  Thanks.
XTS6RbaTbRZJibXQty8yBnRg7Lg3ftNGWAAtLurFoCaSVuaxrWWst

Send to you 100 XTS.
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 03:18:11 am
XTS8221TbNUJepvHU7HTnLRxfAVcFnSwiUTRdgo5FoJTir9iJPrnW
who can send some xts to me?

Send to you 100 XTS.
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 03:20:34 am

Ok after reconfiguring the localization stuff it has compiled.

XTS5QEFbiSu48b7Ega5VJA5sznXkq4PeqLpHSzrszMmWrAKfFQK5L

Send to you 100 XTS.
Title: Re: Dry Run 8: Need for Speed
Post by: solaaire on July 09, 2014, 03:22:28 am
need some xts pls :)

XTS5Cp4Y5FfFMGRmC6871bDeoD3isv6aEetZmiu8K52hwARs3rt3z

actually it seems that im unable to connect from the 0.1.0 windows client, i dont recall running into this before. any suggestions?
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 03:22:37 am
XTS8WXA5ocsBJFQJxbsdrKTxmzLVMQ9PpZZcJqK1Vo96F2E36NT7R thx

Send to you 100 XTS.
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 03:24:40 am
need some xts pls :)

XTS5Cp4Y5FfFMGRmC6871bDeoD3isv6aEetZmiu8K52hwARs3rt3z

Send to you 100 XTS.
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 03:27:32 am
need some xts pls :)

XTS5Cp4Y5FfFMGRmC6871bDeoD3isv6aEetZmiu8K52hwARs3rt3z

actually it seems that im unable to connect from the 0.1.0 windows client, i dont recall running into this before. any suggestions?

C:\Users\Administrator\AppData\Roaming\BitShares XTS
In addition to this folder "wallets",other are deleted.
Title: Re: Dry Run 8: Need for Speed
Post by: sfinder on July 09, 2014, 03:40:04 am
my client stuck  at blockchain_head_block_num": 2070,

restarted my client and back to normal

Code: [Select]

 info
{
  "blockchain_head_block_num": 2070,
  "blockchain_head_block_age": "2 hours old",
  "blockchain_head_block_timestamp": "20140709T015020",
  "blockchain_average_delegate_participation": 13.237221494102227,
  "blockchain_delegate_pay_rate": 14997465,
  "blockchain_blocks_left_in_round": 51,
  "blockchain_confirmation_requirement": 1,
  "blockchain_share_supply": 199870133755603,
  "blockchain_random_seed": "e9bd4da0027f8f0b42d204fdd9ae9498f9b38da1",
  "blockchain_database_version": 110,
  "blockchain_version": 105,
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140709T033651",
  "ntp_error": -0.074469999999999995,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "15 weeks in the future",
  "wallet_unlocked_until_timestamp": "20141019T185644",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "2 minutes in the future",
  "wallet_next_block_production_timestamp": "20140709T033910",
  "wallet_version": 101
}
Title: Re: Dry Run 8: Need for Speed
Post by: metalallen on July 09, 2014, 03:44:55 am
Win wallet

It shows "Blocks are syncing, undefined network connections".

What's the problem?
Title: Re: Dry Run 8: Need for Speed
Post by: solaaire on July 09, 2014, 03:50:51 am
need some xts pls :)

XTS5Cp4Y5FfFMGRmC6871bDeoD3isv6aEetZmiu8K52hwARs3rt3z

actually it seems that im unable to connect from the 0.1.0 windows client, i dont recall running into this before. any suggestions?

C:\Users\Administrator\AppData\Roaming\BitShares XTS
In addition to this folder "wallets",other are deleted.

just tried this, didnt seem to fix anything. still stuck on Blocks are syncing (says undefined network connections on mouse hover)

but thanks for the xts dexinwong
Title: Re: Dry Run 8: Need for Speed
Post by: dcchong on July 09, 2014, 03:59:55 am
need some xts pls :)

XTS5Cp4Y5FfFMGRmC6871bDeoD3isv6aEetZmiu8K52hwARs3rt3z

actually it seems that im unable to connect from the 0.1.0 windows client, i dont recall running into this before. any suggestions?

C:\Users\Administrator\AppData\Roaming\BitShares XTS
In addition to this folder "wallets",other are deleted.

just tried this, didnt seem to fix anything. still stuck on Blocks are syncing (says undefined network connections on mouse hover)

but thanks for the xts dexinwong


The same as my BitSharesXT-0.1.0 client on my mac osx 10.9.2, but client 0.1.0 on my win7 is normal to have 8 connections.
Title: Re: Dry Run 8: Need for Speed
Post by: puppies on July 09, 2014, 04:08:52 am
It's up tp 167K XTS to register a delegate.  Anyone want to loan me 162K XTS?  I'll pay you back in two weeks.  Puppies is the account name
Title: Re: Dry Run 8: Need for Speed
Post by: puppies on July 09, 2014, 04:10:50 am
Also, since I have never seen any of the need for speed flics, couldn't we call this run point break 2.0?
Title: Re: Dry Run 8: Need for Speed
Post by: sfinder on July 09, 2014, 04:13:12 am
linux client not able to get any connection



Code: [Select]
info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": null,
  "blockchain_head_block_timestamp": null,
  "blockchain_average_delegate_participation": 0,
  "blockchain_delegate_pay_rate": 0,
  "blockchain_blocks_left_in_round": 101,
  "blockchain_confirmation_requirement": 202,
  "blockchain_share_supply": 199999999981923,
  "blockchain_random_seed": "0000000000000000000000000000000000000000",
  "blockchain_database_version": 110,
  "blockchain_version": 105,
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140709T041158",
  "ntp_error": -0.029441999999999999,
  "wallet_open": true,
  "wallet_unlocked": false,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
Title: Re: Dry Run 8: Need for Speed
Post by: cygnify on July 09, 2014, 04:18:32 am
Where do you find linux/ubuntu version?
Title: Re: Dry Run 8: Need for Speed
Post by: puppies on July 09, 2014, 04:19:24 am
linux client not able to get any connection



Code: [Select]
info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": null,
  "blockchain_head_block_timestamp": null,
  "blockchain_average_delegate_participation": 0,
  "blockchain_delegate_pay_rate": 0,
  "blockchain_blocks_left_in_round": 101,
  "blockchain_confirmation_requirement": 202,
  "blockchain_share_supply": 199999999981923,
  "blockchain_random_seed": "0000000000000000000000000000000000000000",
  "blockchain_database_version": 110,
  "blockchain_version": 105,
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140709T041158",
  "ntp_error": -0.029441999999999999,
  "wallet_open": true,
  "wallet_unlocked": false,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}

My seednode is up try
Code: [Select]
network_add_node "95.85.33.16:8764" add
Title: Re: Dry Run 8: Need for Speed
Post by: alexxy on July 09, 2014, 04:35:56 am
Why delegate register pay are so insane in this dry run?!

Code: [Select]
alexxy (unlocked) >>> wallet_account_transaction_history
     BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT                FEE                 MEMO                                   ID     
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
    2774.0    2014-07-09T04:31:50 alexxy              alexxy              0.00000 XTS           188,540.34423 XTS   update alexxy                          c550355a
   PENDING    2014-07-09T04:31:50 alexxy              alexxy              0.00000 XTS           188,540.34423 XTS   update alexxy                          d4a44725
    2778.0    2014-07-09T04:32:50 alexxy              alexxy-1            0.00000 XTS           214,578.27765 XTS   register alexxy-1 as a delegate        401a4626
    2779.0    2014-07-09T04:33:10 alexxy              alexxy-2            0.00000 XTS           244,296.96401 XTS   register alexxy-2 as a delegate        e84ce370
alexxy (unlocked) >>>

Vote for my 3 delegates:

alexxy
alexxy-1
alexxy-2

Title: Re: Dry Run 8: Need for Speed
Post by: yangsbo on July 09, 2014, 04:58:13 am
pleasesend me some asset

duduhua
Title: Re: Dry Run 8: Need for Speed
Post by: yangsbo on July 09, 2014, 04:58:34 am
xts and bitasset
Title: Re: Dry Run 8: Need for Speed
Post by: sfinder on July 09, 2014, 05:09:03 am

thanks. it works. btw . do you have more nodes information?
linux client not able to get any connection



Code: [Select]
info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": null,
  "blockchain_head_block_timestamp": null,
  "blockchain_average_delegate_participation": 0,
  "blockchain_delegate_pay_rate": 0,
  "blockchain_blocks_left_in_round": 101,
  "blockchain_confirmation_requirement": 202,
  "blockchain_share_supply": 199999999981923,
  "blockchain_random_seed": "0000000000000000000000000000000000000000",
  "blockchain_database_version": 110,
  "blockchain_version": 105,
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140709T041158",
  "ntp_error": -0.029441999999999999,
  "wallet_open": true,
  "wallet_unlocked": false,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}

My seednode is up try
Code: [Select]
network_add_node "95.85.33.16:8764" add
Title: Re: Dry Run 8: Need for Speed
Post by: gyhy on July 09, 2014, 05:16:37 am
my win client is ok. after
network_add_node "95.85.33.16:8764" add
Title: Re: Dry Run 8: Need for Speed
Post by: Harvey on July 09, 2014, 05:29:54 am
It seems to be wrong in the wallet_account_balance

Code: [Select]
harvey (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE
--------------------------------------------------------
harvey-xts                      59,296.67183 XTS
harvey-xts2                     43,062.54528 XTS
harvey (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE
--------------------------------------------------------
harvey-xts                      43,062.57183 XTS
harvey-xts2                     59,296.44528 XTS
Title: Re: Dry Run 8: Need for Speed
Post by: sfinder on July 09, 2014, 05:32:53 am
i am not able to get more than 2 connections.....................................


Code: [Select]
info
{
  "blockchain_head_block_num": 3040,
  "blockchain_head_block_age": "7 seconds old",
  "blockchain_head_block_timestamp": "20140709T053200",
  "blockchain_average_delegate_participation": 73.722627737226276,
  "blockchain_delegate_pay_rate": 29212773,
  "blockchain_blocks_left_in_round": 91,
  "blockchain_confirmation_requirement": 4,
  "blockchain_share_supply": 199747024830624,
  "blockchain_random_seed": "f8065cf2ac2426770c370275a653fdf8ba79a742",
  "blockchain_database_version": 110,
  "blockchain_version": 105,
  "network_num_connections": 2,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140709T053207",
  "ntp_error": -0.0057819999999999998,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "9 days in the future",
  "wallet_unlocked_until_timestamp": "20140718T051547",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "10 minutes in the future",
  "wallet_next_block_production_timestamp": "20140709T054150",
  "wallet_version": 101
}
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 05:33:29 am
It seems to be wrong in the wallet_account_balance

Code: [Select]
harvey (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE
--------------------------------------------------------
harvey-xts                      59,296.67183 XTS
harvey-xts2                     43,062.54528 XTS
harvey (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE
--------------------------------------------------------
harvey-xts                      43,062.57183 XTS
harvey-xts2                     59,296.44528 XTS

Good catch, could you tell me what steps you took exactly so I can reproduce?
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 05:39:22 am
i am not able to get more than 2 connections.....................................


Code: [Select]
info
{
  "blockchain_head_block_num": 3040,
  "blockchain_head_block_age": "7 seconds old",
  "blockchain_head_block_timestamp": "20140709T053200",
  "blockchain_average_delegate_participation": 73.722627737226276,
  "blockchain_delegate_pay_rate": 29212773,
  "blockchain_blocks_left_in_round": 91,
  "blockchain_confirmation_requirement": 4,
  "blockchain_share_supply": 199747024830624,
  "blockchain_random_seed": "f8065cf2ac2426770c370275a653fdf8ba79a742",
  "blockchain_database_version": 110,
  "blockchain_version": 105,
  "network_num_connections": 2,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140709T053207",
  "ntp_error": -0.0057819999999999998,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "9 days in the future",
  "wallet_unlocked_until_timestamp": "20140718T051547",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "10 minutes in the future",
  "wallet_next_block_production_timestamp": "20140709T054150",
  "wallet_version": 101
}


Try now... I just reconnected and got 5 connections very quickly.
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 05:43:28 am
win version, There are 8 connection.   :) :)

Code: [Select]
>> get_info

{
  "blockchain_head_block_num": 3074,
  "blockchain_head_block_age": "10 seconds old",
  "blockchain_head_block_timestamp": "20140709T054210",
  "blockchain_average_delegate_participation": 66.013071895424844,
  "blockchain_delegate_pay_rate": 29098019,
  "blockchain_blocks_left_in_round": 57,
  "blockchain_confirmation_requirement": 25,
  "blockchain_share_supply": 199747989804931,
  "blockchain_random_seed": "d0e1700330d04ee9e4cdf78f9e9d5c4323139bfa",
  "blockchain_database_version": 110,
  "blockchain_version": 105,
  "network_num_connections": 8,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": null,
  "ntp_error": null,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "13 days in the future",
  "wallet_unlocked_until_timestamp": "20140722T145319",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
Title: Re: Dry Run 8: Need for Speed
Post by: gyhy on July 09, 2014, 05:50:53 am
win version
Code: [Select]
>> get_info

{
  "blockchain_head_block_num": 2251,
  "blockchain_head_block_age": "3 hours old",
  "blockchain_head_block_timestamp": "20140709T023750",
  "blockchain_average_delegate_participation": 7.7276205049732214,
  "blockchain_delegate_pay_rate": 14687502,
  "blockchain_blocks_left_in_round": 72,
  "blockchain_confirmation_requirement": 28,
  "blockchain_share_supply": 199872737642087,
  "blockchain_random_seed": "f70f1d695f39208cf449c200519b51b4f5b6f069",
  "blockchain_database_version": 110,
  "blockchain_version": 105,
  "network_num_connections": 7,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": null,
  "ntp_error": null,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "16 hours in the future",
  "wallet_unlocked_until_timestamp": "20140709T214743",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
Title: Re: Dry Run 8: Need for Speed
Post by: metalallen on July 09, 2014, 05:52:28 am
my win client is ok. after
network_add_node "95.85.33.16:8764" add

It works!

XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please :D
Title: Re: Dry Run 8: Need for Speed
Post by: gyhy on July 09, 2014, 05:55:46 am
my win client is ok. after
network_add_node "95.85.33.16:8764" add

It works!

XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please :D
send
Title: Re: Dry Run 8: Need for Speed
Post by: gordonhucn on July 09, 2014, 06:03:13 am
send me some funds please, so i can start testing, thanks

XTS5yfmgfgaP9qUs4U2zDNXsbxEQ27sCoyPDbTNN5iEWEbej7hdf4
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 06:05:13 am
send me some funds please, so i can start testing, thanks

XTS5yfmgfgaP9qUs4U2zDNXsbxEQ27sCoyPDbTNN5iEWEbej7hdf4

Send you 50 XTS.
Title: Re: Dry Run 8: Need for Speed
Post by: Harvey on July 09, 2014, 06:05:34 am
It seems to be wrong in the wallet_account_balance

Code: [Select]
harvey (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE
--------------------------------------------------------
harvey-xts                      59,296.67183 XTS
harvey-xts2                     43,062.54528 XTS
harvey (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE
--------------------------------------------------------
harvey-xts                      43,062.57183 XTS
harvey-xts2                     59,296.44528 XTS

Good catch, could you tell me what steps you took exactly so I can reproduce?

Code: [Select]
harvey (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE
--------------------------------------------------------
harvey-xts                      59,296.67183 XTS
harvey-xts2                     43,062.54528 XTS
harvey (unlocked) >>> wallet_transfer
amount_to_transfer: 43000
asset_symbol: XTS
from_account_name: harvey-xts2
to_account_name: harvey-xts
     BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT                FEE                 MEMO                                   ID
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
   PENDING    2014-07-09T06:02:58 harvey-xts2         harvey-xts          43,000.00000 XTS      0.10000 XTS                                                a7df72b8
harvey (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE
--------------------------------------------------------
harvey-xts                      43,062.57183 XTS
harvey-xts2                     59,296.44528 XTS
Title: Re: Dry Run 8: Need for Speed
Post by: gordonhucn on July 09, 2014, 06:06:39 am
send me some funds please, so i can start testing, thanks

XTS5yfmgfgaP9qUs4U2zDNXsbxEQ27sCoyPDbTNN5iEWEbej7hdf4

Send you 50 XTS.

thank you  :D
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 06:16:34 am
Quick question - do I have to import my BTC/PTS private keys in order to use this system?

Also, if I do import it, is there a risk of this becoming the real net? i.e. should I be careful using my BTSX when running for delegate?
Title: Re: Dry Run 8: Need for Speed
Post by: Pheonike on July 09, 2014, 06:18:31 am
I could use some funds to test

pheonike01

XTS7RkRnco48MNCLTTk7CtnyQRAb5XcasWXWoRxVbJT1h8bwuVj5W

 :D
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 06:32:17 am
I could use some funds to test

pheonike01

XTS7RkRnco48MNCLTTk7CtnyQRAb5XcasWXWoRxVbJT1h8bwuVj5W

 :D

Send you 49 XTS.
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 06:32:50 am
I would like to test. And I am hesitant to import my private keys, unless someone from Invictus chimes in.

XTS6ZrxnyBmKCXL7tVBoXJDbJ5Ec85TtUQPUNE4Ar1pbvwyAQ9wpd
Title: Re: Dry Run 8: Need for Speed
Post by: lzr1900 on July 09, 2014, 06:34:31 am
“alert_level": "red",what happen?
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 06:34:52 am
I would like to test. And I am hesitant to import my private keys, unless someone from Invictus chimes in.

XTS6ZrxnyBmKCXL7tVBoXJDbJ5Ec85TtUQPUNE4Ar1pbvwyAQ9wpd

Send you 40 XTS.
Title: Re: Dry Run 8: Need for Speed
Post by: gordonhucn on July 09, 2014, 06:35:26 am
send me some funds please, so i can start testing, thanks

XTS5yfmgfgaP9qUs4U2zDNXsbxEQ27sCoyPDbTNN5iEWEbej7hdf4

thanks to "dc" for the funds  :D
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 06:37:59 am
I would like to test. And I am hesitant to import my private keys, unless someone from Invictus chimes in.

XTS6ZrxnyBmKCXL7tVBoXJDbJ5Ec85TtUQPUNE4Ar1pbvwyAQ9wpd

Send you 40 XTS.

Got it! Thank you!
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 06:45:20 am
my delegates lost all connections and got stuck on block 1512.

why I lost all connections? I cant tell :(
Last message I got was:
--- there are now 9 active connections to the p2p network
Title: Re: Dry Run 8: Need for Speed
Post by: Webber on July 09, 2014, 06:46:25 am
“alert_level": "red",what happen?
'init' delegate all missed,I take it that bm's server all crashed.
Title: Re: Dry Run 8: Need for Speed
Post by: solaaire on July 09, 2014, 06:47:58 am
my win client is ok. after
network_add_node "95.85.33.16:8764" add

It works!

XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please :D

worked for me as well, thx gyhy
Title: Re: Dry Run 8: Need for Speed
Post by: solaaire on July 09, 2014, 06:51:37 am
need some xts pls :)

XTS5Cp4Y5FfFMGRmC6871bDeoD3isv6aEetZmiu8K52hwARs3rt3z

actually it seems that im unable to connect from the 0.1.0 windows client, i dont recall running into this before. any suggestions?

doesnt look like i received these funds, did i post my private key by mistake? i found that address under Advanced>Account Key
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 06:52:52 am
A few funds for me XTS87934VhPtd3LwrLUwpdMaaWdQZLyiwDwADGbg8W5rcmwriuvkz

and some nodes, have only 1 connection.
Title: Re: Dry Run 8: Need for Speed
Post by: mtang on July 09, 2014, 06:53:10 am
Would any of you give some test coin for me to test ?

XTS8BzHxxaeaVTcSACxSBQd72CzdgSgGrQ2zY1iNhZFagGTh29PE5
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 07:07:43 am
Code: [Select]
   PENDING    2014-07-09T07:07:12 xeroc               mtang               100.00000 XTS         0.10000 XTS                                                d481718c
   PENDING    2014-07-09T07:07:15 xeroc               solaaire            100.00000 XTS         0.10000 XTS                                                82485fbd
   PENDING    2014-07-09T07:07:18 xeroc               sumantso            100.00000 XTS         0.10000 XTS                                                66c8ce39
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 09, 2014, 07:10:00 am
Consistent behaviour since dry run 7, after restart up to 10 connections, then loosing all:

Code: [Select]
"blockchain_head_block_num": 3284,
  "blockchain_head_block_age": "11 seconds old",
  "blockchain_head_block_timestamp": "20140709T064600",
  "blockchain_average_delegate_participation": 53.157894736842103,
  "blockchain_delegate_pay_rate": 36818933,
  "blockchain_blocks_left_in_round": 49,
  "blockchain_confirmation_requirement": 161,
  "blockchain_share_supply": 199681152274109,
  "blockchain_random_seed": "853ea0bfe8ea99de67aa820572413b7f89be2f21",
  "blockchain_database_version": 111,
  "blockchain_version": 105,
  "network_num_connections": 3,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140709T064611",
  "ntp_error": -0.016576,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "6 days in the future",
  "wallet_unlocked_until_timestamp": "20140715T012425",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "5 minutes in the future",
  "wallet_next_block_production_timestamp": "20140709T065130",
  "wallet_version": 101   
 
some minutes later:

Code: [Select]
"blockchain_head_block_num": 3302,
  "blockchain_head_block_age": "5 minutes old",
  "blockchain_head_block_timestamp": "20140709T065320",
  "blockchain_average_delegate_participation": 43.913043478260867,
  "blockchain_delegate_pay_rate": 36742294,
  "blockchain_blocks_left_in_round": 31,
  "blockchain_confirmation_requirement": 195,
  "blockchain_share_supply": 199681814276613,
  "blockchain_random_seed": "a7d141a71d21c19e47c502a820763886ebe162b1",
  "blockchain_database_version": 111,
  "blockchain_version": 105,
  "network_num_connections": 0,
  "network_num_connections_max": 64,
  "network_protocol_version": 104,
  "ntp_time": "20140709T065815",
  "ntp_error": -0.016573999999999998,
reconnect again:
Code: [Select]
"blockchain_head_block_num": 3329,
  "blockchain_head_block_age": "3 seconds old",
  "blockchain_head_block_timestamp": "20140709T070130",
  "blockchain_average_delegate_participation": 51.01010101010101,
  "blockchain_delegate_pay_rate": 36627636,
  "blockchain_blocks_left_in_round": 4,
  "blockchain_confirmation_requirement": 212,
  "blockchain_share_supply": 199682804672481,
  "blockchain_random_seed": "d20a3228e0ed93b348b20e2a86e938dd97a5e1b8",
  "blockchain_database_version": 111,
  "blockchain_version": 105,
  "network_num_connections": 1,
  "network_num_connections_max": 64,
  "network_protocol_version": 104,
  "ntp_time": "20140709T070133",
  "ntp_error": -0.016576,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "6 days in the future",
  "wallet_unlocked_until_timestamp": "20140715T012425",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "7 minutes in the future",
  "wallet_next_block_production_timestamp": "20140709T070820",
  "wallet_version": 101   


added all published nodes.
Title: Re: Dry Run 8: Need for Speed
Post by: solaaire on July 09, 2014, 07:10:47 am
need some xts pls :)

XTS5Cp4Y5FfFMGRmC6871bDeoD3isv6aEetZmiu8K52hwARs3rt3z

actually it seems that im unable to connect from the 0.1.0 windows client, i dont recall running into this before. any suggestions?

doesnt look like i received these funds, did i post my private key by mistake? i found that address under Advanced>Account Key

welp, i dunno what happened but apparently that isn't my account key

could someone pls send some funds to me @  XTS57H7cVSmFAKFB5RmzB6WfqiPYbTxrxcBGJCq35tDydHq8FuAwF :)
Title: Re: Dry Run 8: Need for Speed
Post by: gordonhucn on July 09, 2014, 07:15:00 am
A few funds for me XTS87934VhPtd3LwrLUwpdMaaWdQZLyiwDwADGbg8W5rcmwriuvkz

and some nodes, have only 1 connection.
sent 50
Title: Re: Dry Run 8: Need for Speed
Post by: mtang on July 09, 2014, 07:15:33 am
Code: [Select]
   PENDING    2014-07-09T07:07:12 xeroc               mtang               100.00000 XTS         0.10000 XTS                                                d481718c
   PENDING    2014-07-09T07:07:15 xeroc               solaaire            100.00000 XTS         0.10000 XTS                                                82485fbd
   PENDING    2014-07-09T07:07:18 xeroc               sumantso            100.00000 XTS         0.10000 XTS                                                66c8ce39

Got them.
Thanks  ;)
Title: Re: Dry Run 8: Need for Speed
Post by: gordonhucn on July 09, 2014, 07:16:10 am
Would any of you give some test coin for me to test ?

XTS8BzHxxaeaVTcSACxSBQd72CzdgSgGrQ2zY1iNhZFagGTh29PE5
sent 50
Title: Re: Dry Run 8: Need for Speed
Post by: dexinwong on July 09, 2014, 07:18:42 am
 :) :)
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 09, 2014, 07:20:48 am
Code: [Select]
PENDING    2014-07-09T07:14:03 calyaux             mtang               1,000.00000 XTS       0.10000 XTS         cheers calabiyau                       baa0b39e
PENDING    2014-07-09T07:14:15 calyaux             sumantso            1,000.00000 XTS       0.10000 XTS         cheers calabiyau                       25599477
PENDING    2014-07-09T07:14:36 calyaux             crabbypattie        1,000.00000 XTS       0.10000 XTS         cheers calabiyau                       bef4c21a
PENDING    2014-07-09T07:16:16 calyaux             solaaire            1,000.00000 XTS       0.10000 XTS         cheers calabiyau                       79f4d0a1

Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 07:27:46 am
I would like to test setting up a delegate crabbypattie-1 XTS77XVea48TbrDmvafkkd2HvvmT4b9HQgDZYsy2C3z4nKsXUYdhc
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 07:36:11 am
FYI
Code: [Select]
default (unlocked) >>> blockchain_market_order_book USD XTS
                            BIDS                             |                             ASKS                           
TOTAL                     QUANTITY                     PRICE | PRICE                     QUANTITY                     TOTAL
---------------------------------------------------------------------------------------------------------------------------
100.0000 USD              10.00000 XTS         10. USD / XTS*| 5. USD / XTS         100.00000 XTS              500.0000 USD
1,000.0000 USD            250.00000 XTS         4. USD / XTS*| 10. USD / XTS        100.00000 XTS            1,000.0000 USD
100,000.0000 USD          100,000.00000 XTS        1. USD / XTS*| 10. USD / XTS         10.00000 XTS              100.0000 USD

* Short Order
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 07:43:26 am
When I do that I get some weird CNY in there...

Code: [Select]

>> blockchain_market_order_book USD XTS

                            BIDS                             |                             ASKS                           
TOTAL                     QUANTITY                     PRICE | PRICE                     QUANTITY                     TOTAL
---------------------------------------------------------------------------------------------------------------------------
100.0000 USD              0.20000 XTS         500. USD / XTS*| 0.1 CNY / XTS         10.00000 XTS                1.0000 CNY
100.0000 USD              10.00000 XTS         10. USD / XTS*| 2. CNY / XTS          10.00000 XTS               20.0000 CNY
1,000.0000 USD            250.00000 XTS         4. USD / XTS*| 5. USD / XTS         100.00000 XTS              500.0000 USD
10.0000 CNY               5.00000 XTS           2. CNY / XTS*| 10. USD / XTS        100.00000 XTS            1,000.0000 USD
100,000.0000 USD          100,000.00000 XTS        1. USD / XTS*| 10. USD / XTS         10.00000 XTS              100.0000 USD
9.9999 CNY                11.11111 XTS         0.9 CNY / XTS*|

* Short Order

Title: Re: Dry Run 8: Need for Speed
Post by: emski on July 09, 2014, 08:03:26 am
Issue 1: Cant connect to seed nodes.
Issue 2: The same IP that was creating numerous connections per second to me in Dry Run 7 is still doing that. Every time it connects some of my other peers gets disconnected.
Issue 3: I'm out of XTS.
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 08:04:58 am
wowzers... what does a guy have to do register as delegate? :)

Code: [Select]
{"required":"427,780.00237 XTS","available":"100.00000 XTS"}
    bitshares  wallet.cpp:242 bts::wallet::detail::wallet_impl::withdraw_to_transaction

Title: Re: Dry Run 8: Need for Speed
Post by: yangsbo on July 09, 2014, 08:05:47 am
XTS5DjmGS36qLJ4RN99fDnd6iqugtwA39BE6c2CUA4ACxtEC7y3t2

send me song asset......
Title: Re: Dry Run 8: Need for Speed
Post by: Webber on July 09, 2014, 08:07:10 am
I am puzzled why when I make a transaction different delegates to get different votes,some to get full of transtactions ,some to get the balance of votes,and some to get nagative votes.

Code: [Select]
"net_delegate_votes": [[
      377,{
        "votes_for": -35788171031
      }
    ],[
      373,{
        "votes_for": 35800000000
      }
    ],[
      314,{
        "votes_for": 11828969
      }
    ],[
      366,{
        "votes_for": 35800000000
      }
    ],[
      307,{
        "votes_for": -35788171031
      }
    ],[
      335,{
        "votes_for": 35800000000
      }
    ],[
      325,{
        "votes_for": 35800000000
      }
    ],[
      324,{
        "votes_for": 35800000000
      }
    ],[
      383,{
        "votes_for": 11828969
      }
    ],[
      322,{
        "votes_for": 35800000000
      }
    ],[
      381,{
        "votes_for": 11828969
      }
    ],[
      315,{
        "votes_for": 35800000000
      }
    ],[
      374,{
        "votes_for": 11828969
      }
    ],[
      309,{
        "votes_for": 35800000000
      }
    ],[
      368,{
        "votes_for": 11828969
      }
    ],[
      272,{
        "votes_for": 35800000000
      }
    ],[
      331,{
        "votes_for": -35788171031
      }
    ],[
      387,{
        "votes_for": 11828969
      }
    ],[
      333,{
        "votes_for": 11828969
      }
    ],[
      326,{
        "votes_for": 11828969
      }
    ],[
      418,{
        "votes_for": 35800000000
      }
    ],[
      300,{
        "votes_for": 11828969
      }
    ],[
      321,{
        "votes_for": -35788171031
      }
    ],[
      417,{
        "votes_for": 35800000000
      }
    ],[
      320,{
        "votes_for": 11828969
      }
    ],[
      370,{
        "votes_for": 35800000000
      }
    ],[
      311,{
        "votes_for": -35788171031
      }
    ],[
      273,{
        "votes_for": 11828969
      }
    ],[
      318,{
        "votes_for": 11828969
      }
    ],[
      365,{
        "votes_for": 11828969
      }
    ],[
      306,{
        "votes_for": 11828969
      }
    ],[
      317,{
        "votes_for": 11828969
      }
    ],[
      376,{
        "votes_for": 11828969
      }
    ],[
      316,{
        "votes_for": 11828969
      }
    ],[
      363,{
        "votes_for": 11828969
      }
    ],[
      304,{
        "votes_for": -35788171031
      }
    ],[
      361,{
        "votes_for": 11828969
      }
    ],[
      313,{
        "votes_for": 11828969
      }
    ],[
      372,{
        "votes_for": 11828969
      }
    ],[
      296,{
        "votes_for": -35788171031
      }
    ],[
      354,{
        "votes_for": 11828969
      }
    ],[
      323,{
        "votes_for": -35788171031
      }
    ],[
      347,{
        "votes_for": 11828969
      }
    ],[
      104,{
        "votes_for": -35788171031
      }
    ],[
      340,{
        "votes_for": -35788171031
      }
    ],[
      339,{
        "votes_for": 11828969
      }
    ],[
      327,{
        "votes_for": 11828969
      }
    ],[
      308,{
        "votes_for": -35788171031
      }
    ],[
      312,{
        "votes_for": -35788171031
      }
    ],[
      371,{
        "votes_for": 11828969
      }
    ],[
      334,{
        "votes_for": 11828969
      }
    ],[
      336,{
        "votes_for": 11828969
      }
    ],[
      337,{
        "votes_for": -35788171031
      }
    ],[
      338,{
        "votes_for": 11828969
      }
    ],[
      341,{
        "votes_for": -35788171031
      }
    ],[
      346,{
        "votes_for": -35788171031
      }
    ],[
      349,{
        "votes_for": 11828969
      }
    ],[
      352,{
        "votes_for": -35788171031
      }
    ],[
      356,{
        "votes_for": -35788171031
      }
    ]
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 08:10:35 am
XTS5DjmGS36qLJ4RN99fDnd6iqugtwA39BE6c2CUA4ACxtEC7y3t2

send me song asset......

Sent
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 08:11:24 am
wowzers... what does a guy have to do register as delegate? :)

Code: [Select]
{"required":"427,780.00237 XTS","available":"100.00000 XTS"}
    bitshares  wallet.cpp:242 bts::wallet::detail::wallet_impl::withdraw_to_transaction


Wow, I sent you something but not that much
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 08:14:43 am
Issue 1: Cant connect to seed nodes.
Issue 2: The same IP that was creating numerous connections per second to me in Dry Run 7 is still doing that. Every time it connects some of my other peers gets disconnected.
Issue 3: I'm out of XTS.

1. I used for windows puppies
Code: [Select]
network_add_node "95.85.33.16:8764" add3. Sent you some.
Title: Re: Dry Run 8: Need for Speed
Post by: metalallen on July 09, 2014, 08:45:10 am
metalallen: XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please that I can register as a delegate :D :D
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 08:46:40 am
metalallen: XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please that I can register as a delegate :D :D

It requires 427,780.00237 XTS...
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 09, 2014, 08:56:34 am
metalallen: XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please that I can register as a delegate :D :D

It requires 427,780.00237 XTS...

I have 100,000 XTS right now... (thanks vikram)
I must sell my house to get a delegate....

...or you can help  :)

XTS7dGzQzudxwyvRiS8UVwmEd3nUcNaEccibCyBaNkPY4Z6jLsfLX
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 09:05:28 am
Liondani sent you 10k..
I need some seeds, any ips?
Title: Re: Dry Run 8: Need for Speed
Post by: plazmashart on July 09, 2014, 09:07:20 am
Could someone send XTS5zpNmfYKtKoN3atwBBtvdvDyeL7JGi6yx7ZyK1qdSkntGKHaB4 some play! Thanks!
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 09:09:19 am
Could someone send XTS5zpNmfYKtKoN3atwBBtvdvDyeL7JGi6yx7ZyK1qdSkntGKHaB4 some play! Thanks!

Sent
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 09:09:49 am
Thanks all, got a lot :) But I can't register as delegate; says insufficient funds.

Voted for a few, but calayu1 is giving some exception error. I guess he has enough votes?

Quote
dc-delegate                     1004990000     
dc-delegate1                    999890000       
xeroc-delegate-1                10000000       
xeroc-delegate-10               10000000       
xeroc-delegate-2                10000000       
xeroc-delegate-3                10000000       
xeroc-delegate-4                10000000       
xeroc-delegate-5                10000000       
xeroc-delegate-7                10000000       
xeroc-delegate-9                10000000
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 09:12:44 am
Has it intentionally left high to dissuade new delegates for now?

Anyways, my address in case anybody has over that limit :) XTS87934VhPtd3LwrLUwpdMaaWdQZLyiwDwADGbg8W5rcmwriuvkz
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 09:18:05 am
Has it intentionally left high to dissuade new delegates for now?

Anyways, my address in case anybody has over that limit :) XTS87934VhPtd3LwrLUwpdMaaWdQZLyiwDwADGbg8W5rcmwriuvkz

Sent something towards your goal! Got any IP seeds? Im stuck on 4.
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 09, 2014, 09:33:01 am
Liondani sent you 10k..
I need some seeds, any ips?

thanks  ;)

84.238.140.192:8801
107.170.170.214:8801
79.173.81.171:8764
176.9.234.167:8801
128.199.180.19:8801
176.9.234.166:8801

Title: Re: Dry Run 8: Need for Speed
Post by: cass on July 09, 2014, 09:34:42 am
Hey guys, just short ... i've deleted my delegate ... so pls don't vote for cass-delegate anymore thx
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 09:36:07 am
Liondani sent you 10k..
I need some seeds, any ips?

thanks  ;)

84.238.140.192:8801
107.170.170.214:8801
79.173.81.171:8764
176.9.234.167:8801
128.199.180.19:8801
176.9.234.166:8801

Thanks to you!
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 09:38:55 am
Has it intentionally left high to dissuade new delegates for now?

Anyways, my address in case anybody has over that limit :) XTS87934VhPtd3LwrLUwpdMaaWdQZLyiwDwADGbg8W5rcmwriuvkz

Sent something towards your goal! Got any IP seeds? Im stuck on 4.

Voted you up :)

Getting these connections
95.85.33.16:8764
176.9.234.167:8801
176.9.234.166:8801
79.173.81.171:8764
107.170.170.214:8801
106.185.24.234:48601

Title: Re: Dry Run 8: Need for Speed
Post by: maverica on July 09, 2014, 09:46:22 am
Can we get some funds please:
"XTS8HBguEZ6FTGrHmcNcaiuG5EQvHEy9QyLHSvTnChMpjKiDopbjx" account name bitsapphire. thanks in advance
Title: Re: Dry Run 8: Need for Speed
Post by: metalallen on July 09, 2014, 09:47:17 am
metalallen: XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please that I can register as a delegate :D :D

It requires 427,780.00237 XTS...

OK... I give up :'(
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 09:51:05 am
Is there info on how voting works in this build? i.e. can I vote for my delegate? Or do I need others to do it?
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 10:21:13 am
Has it intentionally left high to dissuade new delegates for now?

Anyways, my address in case anybody has over that limit :) XTS87934VhPtd3LwrLUwpdMaaWdQZLyiwDwADGbg8W5rcmwriuvkz

Sent something towards your goal! Got any IP seeds? Im stuck on 4.

Voted you up :)

Getting these connections
95.85.33.16:8764
176.9.234.167:8801
176.9.234.166:8801
79.173.81.171:8764
107.170.170.214:8801
106.185.24.234:48601

Thanks, but I rebuilt and getting now only 1 connection :(
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 10:22:13 am
Is there info on how voting works in this build? i.e. can I vote for my delegate? Or do I need others to do it?

You can vote your own delegates, but you have to disable production or do it from another wallet.
Title: Re: Dry Run 8: Need for Speed
Post by: emski on July 09, 2014, 10:28:04 am
Liondani sent you 10k..
I need some seeds, any ips?

thanks  ;)

84.238.140.192:8801
107.170.170.214:8801
79.173.81.171:8764
176.9.234.167:8801
128.199.180.19:8801
176.9.234.166:8801

84.238.140.192:8801 is mine. It is bitsharesnode.mavenfrog.com .

I have reliable connection and I've increased the amount of connections so everyone can connect.

I've overwritten my previous wallet so delegate emski and angel are no longer accessible (do not vote for them).

If I collect enough funds I'll register new delegate. In the meantime you can donate XTS to:
emski2                             XTS7zXoBz2PE7HGKsPY7mkCMqnqjYGULsRrZQR6G866PVFzJD69dc
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 10:29:35 am
You can vote your own delegates, but you have to disable production or do it from another wallet.

So how do I do it on the same machine?

I did the following:

Code: [Select]
>> wallet_delegate_set_block_production crabbypattie-1 false

OK

Now do I use the vote proposal? I don't understand the proposal_id there

Code: [Select]
>> help wallet_vote_proposal

Usage:
wallet_vote_proposal <name> <proposal_id> <vote> [message]                                            Vote on a proposal
Vote on a proposal

Parameters:
  name (account_name, required): the name of the account to vote with
  proposal_id (proposal_id, required): the id of the proposal to vote on
  vote (vote_type, required): your vote
  message (string, optional, defaults to ""): comment to go along with vote

Returns:
  signed_transaction
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 10:38:48 am
Liondani sent you 10k..
I need some seeds, any ips?

thanks  ;)

84.238.140.192:8801
107.170.170.214:8801
79.173.81.171:8764
176.9.234.167:8801
128.199.180.19:8801
176.9.234.166:8801

84.238.140.192:8801 is mine. It is bitsharesnode.mavenfrog.com .

I have reliable connection and I've increased the amount of connections so everyone can connect.

I've overwritten my previous wallet so delegate emski and angel are no longer accessible (do not vote for them).

If I collect enough funds I'll register new delegate. In the meantime you can donate XTS to:
emski2                             XTS7zXoBz2PE7HGKsPY7mkCMqnqjYGULsRrZQR6G866PVFzJD69dc

You are my only peer at the moment, send you some funds
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 10:41:34 am
You can vote your own delegates, but you have to disable production or do it from another wallet.

So how do I do it on the same machine?

I did the following:

Code: [Select]
>> wallet_delegate_set_block_production crabbypattie-1 false

OK

Now do I use the vote proposal? I don't understand the proposal_id there

Code: [Select]
>> help wallet_vote_proposal

Usage:
wallet_vote_proposal <name> <proposal_id> <vote> [message]                                            Vote on a proposal
Vote on a proposal

Parameters:
  name (account_name, required): the name of the account to vote with
  proposal_id (proposal_id, required): the id of the proposal to vote on
  vote (vote_type, required): your vote
  message (string, optional, defaults to ""): comment to go along with vote

Returns:
  signed_transaction

You will need to:

wallet_approve_delegate crabbypattie-1

do a transfer to broadcast the vote

wallet_transfer 10000 XTS crabbypattie-1 crabbypattie-1

and then re-enable block production

wallet_delegate_set_block_production crabbypattie-1 true

Title: Re: Dry Run 8: Need for Speed
Post by: emski on July 09, 2014, 10:50:10 am
A lot of peers seem to have outdated submodules.
Code: [Select]
"bitshares_git_revision_sha": "36b2cefd77cf13983d3a7b079ef6fe19660b94a2 (different from ours)",
    "bitshares_git_revision_unix_timestamp": "20140708T204414",
    "bitshares_git_revision_age": "14 hours ago (older than ours)",
    "fc_git_revision_sha": "ace06d775c285673d4ade7683e332095d2440646 (different from ours)",
    "fc_git_revision_unix_timestamp": "20140704T212347",
    "fc_git_revision_age": "5 days ago (older than ours)",
Title: Re: Dry Run 8: Need for Speed
Post by: vlight on July 09, 2014, 11:04:32 am
metalallen: XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please that I can register as a delegate :D :D

It requires 427,780.00237 XTS...

lol
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 11:15:37 am
A lot of peers seem to have outdated submodules.
Code: [Select]
"bitshares_git_revision_sha": "36b2cefd77cf13983d3a7b079ef6fe19660b94a2 (different from ours)",
    "bitshares_git_revision_unix_timestamp": "20140708T204414",
    "bitshares_git_revision_age": "14 hours ago (older than ours)",
    "fc_git_revision_sha": "ace06d775c285673d4ade7683e332095d2440646 (different from ours)",
    "fc_git_revision_unix_timestamp": "20140704T212347",
    "fc_git_revision_age": "5 days ago (older than ours)",

A reminder

Code: [Select]
git clone https://github.com/BitShares/bitshares_toolkit.git
cd bitshares_toolkit
git submodule init
git submodule update
cmake .
make
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 11:33:14 am
You will need to:

wallet_approve_delegate crabbypattie-1

do a transfer to broadcast the vote

wallet_transfer 10000 XTS crabbypattie-1 crabbypattie-1

and then re-enable block production

wallet_delegate_set_block_production crabbypattie-1 true

Thanks - I am now an approved delegate, but don't seem to be producing any blocks. What should I do to investigate? Also do I need to open up any port on the firewall?

It is connected to 3 nodes at the moment.

EDIT: I am NOW an approved delegate.
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 11:38:05 am
You will need to:

wallet_approve_delegate crabbypattie-1

do a transfer to broadcast the vote

wallet_transfer 10000 XTS crabbypattie-1 crabbypattie-1

and then re-enable block production

wallet_delegate_set_block_production crabbypattie-1 true

Thanks - I am not an approved delegate, but don't seem to be producing any blocks. What should I do to investigate? Also do I need to open up any port on the firewall?

It is connected to 3 nodes at the moment.
To produce blocks you need
* register a name as delegate on the blockchain
* to be approved/votes and be within the top 101 delegates
* more than 5 connections
* blockproduction enabled
* wallet unlocked
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 11:43:47 am
To produce blocks you need
* register a name as delegate on the blockchain
* to be approved/votes and be within the top 101 delegates
* more than 5 connections
* blockproduction enabled
* wallet unlocked


Got all of the above, except for more than 5 connections.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 11:50:45 am
You can override the required connection count until we figure out what is happening to connections:

--min-delegate-connection-count 3
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 11:55:29 am
You can override the required connection count until we figure out what is happening to connections:

--min-delegate-connection-count 3

Thank you, bytemaster! I'm off to bed...

Instructions didn't mention, but I would like to setup linux nodes that run constantly - is there a specific branch I should get the source code from for this Dry Run?
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 11:55:54 am
My delegates got disconnected .. had to resync the whole chain to be able to produce more blocks
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 12:07:10 pm
My delegates got disconnected .. had to resync the whole chain to be able to produce more blocks

For you delegates out there: 

Code: [Select]
network_set_advanced_node_parameters {"desired_number_of_connections":50,  "maximum_number_of_connections": 100}

This will maximize your connectivity.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 12:09:59 pm
So I relaunched the seed node last night and forgot to unlock the wallet so that is why delegate participation was in the dumps. 

We have some kind of latent bug that only appears to show up after hours of operation where all of a sudden the connection count just starts falling off.  Our seed node dropped from 45 connections to 12 over time (no new connections).... I then relaunch it and it quickly climbed back up to 12.  I then increased the desired connection count and got up to 25. 

If other delegates are seeing similar behavior I would like to know.
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 12:11:35 pm
Running on Windows by the way...

Tried the param --min-delegate-connection-count 3 (added it to target in the shortcut)
Also did the desired connections set to 50. Still not producing blocks.

Still have only 4 connections. Should I forward a specific port from the firewall to my PC? Or is the client using UPnP?

Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 12:13:00 pm
Running on Windows by the way...

Tried the param --min-delegate-connection-count 3 (added it to target in the shortcut)
Also did the desired connections set to 50. Still not producing blocks.

Still have only 4 connections. Should I forward a specific port from the firewall to my PC? Or is the client using UPnP?

I will have Eric work on making UPnP more robust.   Right now it considers you firewalled if you report a different IP than the server sees.

Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 12:13:09 pm
For you delegates out there: 

Code: [Select]
network_set_advanced_node_parameters {"desired_number_of_connections":50,  "maximum_number_of_connections": 100}

This will maximize your connectivity.

That's what I run it with .. usually:
Code: [Select]
{
  "peer_connection_retry_timeout": 30,
  "desired_number_of_connections": 25,
  "maximum_number_of_connections": 64
}
Anyway .. I am again producing blocks .. no idea what happend that morning (GMT+1) :(
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 12:14:02 pm
So I relaunched the seed node last night and forgot to unlock the wallet so that is why delegate participation was in the dumps. 

We have some kind of latent bug that only appears to show up after hours of operation where all of a sudden the connection count just starts falling off.  Our seed node dropped from 45 connections to 12 over time (no new connections).... I then relaunch it and it quickly climbed back up to 12.  I then increased the desired connection count and got up to 25. 

If other delegates are seeing similar behavior I would like to know.
+1 .. same thing here
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 12:21:28 pm
I will have Eric work on making UPnP more robust.   Right now it considers you firewalled if you report a different IP than the server sees.

Are we using UDP or TCP? My point is, being able to receive a connection is also important since most are behind firewall.

Also - are all Windows clients behind firewall having the same problem?
Title: Re: Dry Run 8: Need for Speed
Post by: emski on July 09, 2014, 12:38:09 pm
  "blockchain_head_block_num": 4440,
  "blockchain_head_block_age": "1 second in the future",

Code: [Select]
emski2 (unlocked) >>> info
{
  "blockchain_head_block_num": 4440,
  "blockchain_head_block_age": "1 second in the future",
  "blockchain_head_block_timestamp": "20140709T123630",
  "blockchain_average_delegate_participation": 77.099236641221367,
  "blockchain_delegate_pay_rate": 36672310,
  "blockchain_blocks_left_in_round": 4,
  "blockchain_confirmation_requirement": 218,
  "blockchain_share_supply": 199682021837085,
  "blockchain_random_seed": "b3ab94ad9fb735e1f90d673acfb66918d77ac37d",
  "blockchain_database_version": 112,
  "blockchain_version": 105,
  "network_num_connections": 29,
  "network_num_connections_max": 500,
  "network_protocol_version": 104,
  "ntp_time": "20140709T123629",
  "ntp_error": 0.095741000000000007,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "17 weeks in the future",
  "wallet_unlocked_until_timestamp": "20141102T023531",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
emski2 (unlocked) >>> info
{
  "blockchain_head_block_num": 4440,
  "blockchain_head_block_age": "17 seconds old",
  "blockchain_head_block_timestamp": "20140709T123630",
  "blockchain_average_delegate_participation": 75.939849624060145,
  "blockchain_delegate_pay_rate": 36672310,
  "blockchain_blocks_left_in_round": 4,
  "blockchain_confirmation_requirement": 218,
  "blockchain_share_supply": 199682021837085,
  "blockchain_random_seed": "b3ab94ad9fb735e1f90d673acfb66918d77ac37d",
  "blockchain_database_version": 112,
  "blockchain_version": 105,
  "network_num_connections": 29,
  "network_num_connections_max": 500,
  "network_protocol_version": 104,
  "ntp_time": "20140709T123647",
  "ntp_error": 0.095741000000000007,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "17 weeks in the future",
  "wallet_unlocked_until_timestamp": "20141102T023531",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 12:44:04 pm
  "blockchain_head_block_num": 4440,
  "blockchain_head_block_age": "1 second in the future",
as a result:
Code: [Select]
default (unlocked) >>> blockchain_list_blocks
HEIGHT  TIMESTAMP           SIGNING DELEGATE                # TXS   SIZE    TOTAL FEES      LATENCY PROCESSING TIME
-------------------------------------------------------------------------------------------------------------------
4441    2014-07-09T12:36:50 fox                             0       182     0.00000 XTS     0       0.002238       
MISSED  2014-07-09T12:36:40 delegate-baozi                  N/A     N/A     N/A             N/A     N/A           
4440    2014-07-09T12:36:30 crabbypattie-1                  0       182     0.00000 XTS     42949672910.002172    <<< ------------------------------
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 12:44:47 pm
I pasted my PTS private key (the one used for snapshot) and it says imported, but no extra balance yet.

Does it allow only AGS balance? I badly want to be a delegate.
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 12:46:48 pm
The issues I have experienced:

1. My number of connections got reduced to 4.
2. Blockchain was not updated for 2 hours, I assumed fork.
3. Stop, delete chain and peers and start again.
4. Connection number 1.
5. Stop, delete chain, peers and code and rebuilt.
6. Just now I got 5 connections.

Number of desired connections : 30 now 50.
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 12:47:23 pm
I pasted my PTS private key (the one used for snapshot) and it says imported, but no extra balance yet.

Does it allow only AGS balance? I badly want to be a delegate.

wallet_rescan_blockchain
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 12:49:24 pm
Conlusions so far:
- network code still has a bug (or two)
- initial delegate/registration fees are/get way to high
- the rest is amazing!
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 12:49:29 pm
I pasted my PTS private key (the one used for snapshot) and it says imported, but no extra balance yet.

Does it allow only AGS balance? I badly want to be a delegate.

wallet_rescan_blockchain

Thanks, got the balance but still insufficient. Da fook?
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 12:52:47 pm
Conlusions so far:
- network code still has a bug (or two)
- initial delegate/registration fees are/get way to high
- the rest is amazing!

Windows wallet is working like a charm, only issue I could not import multibit wallet I don't know if due to user error (me), but importing private keys extracted from multibit worked.
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 12:55:39 pm
I pasted my PTS private key (the one used for snapshot) and it says imported, but no extra balance yet.

Does it allow only AGS balance? I badly want to be a delegate.

wallet_rescan_blockchain

Thanks, got the balance but still insufficient. Da fook?

Sent you more..
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 12:56:27 pm
I pasted my PTS private key (the one used for snapshot) and it says imported, but no extra balance yet.

Does it allow only AGS balance? I badly want to be a delegate.

wallet_rescan_blockchain

Thanks, got the balance but still insufficient. Da fook?

Sent you more..

Thanks mate. I am dusting out my Bitcoin wallet too. hopefully I might be able to get enough from the AGS.
Title: Re: Dry Run 8: Need for Speed
Post by: emski on July 09, 2014, 12:57:07 pm
If you are that generous I'd like to have ~400k to register a delegate.
EDIT: emski2                             XTS7zXoBz2PE7HGKsPY7mkCMqnqjYGULsRrZQR6G866PVFzJD69dc
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 12:59:54 pm
If you are that generous I'd like to have ~400k to register a delegate.

I don't have that much, send you 10k
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 01:02:43 pm
Well, finally managed after adding up all my AGS addresses. Have some spare change too if anybody wants to play with.

Please vote for sumantso
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 01:07:16 pm
Well, finally managed after adding up all my AGS addresses. Have some spare change too if anybody wants to play with.

Please vote for sumantso

done
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 01:07:32 pm
Well, finally managed after adding up all my AGS addresses. Have some spare change too if anybody wants to play with.

Please vote for sumantso

I approved you and sent you 10K.
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 01:09:43 pm
Well, finally managed after adding up all my AGS addresses. Have some spare change too if anybody wants to play with.

Please vote for sumantso

I approved you and sent you 10K.

Thanks :)

I guess you are already an approved one? Because I get this message

Quote
>> wallet_approve_delegate crabbypattiepie-1

10 assert_exception: Assert Exception
delegate_record.valid() && delegate_record->is_delegate():
    {}
    bitshares  client.cpp:1625 bts::client::detail::client_impl::wallet_approve_delegate

    {"delegate_name":"crabbypattiepie-1","approved":true}
    bitshares  client.cpp:1628 bts::client::detail::client_impl::wallet_approve_delegate

    {}
    bitshares  common_api_client.cpp:771 bts::rpc_stubs::common_api_client::wallet_approve_delegate

    {"command":"wallet_approve_delegate"}
    bitshares  cli.cpp:538 bts::cli::detail::cli_impl::execute_command
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 01:14:34 pm
Thanks everybody for their help. My delegate is showing up in the list, so just waiting to produce my first block :)
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 01:16:43 pm
Well, finally managed after adding up all my AGS addresses. Have some spare change too if anybody wants to play with.

Please vote for sumantso

I approved you and sent you 10K.

Thanks :)

I guess you are already an approved one? Because I get this message

Quote
>> wallet_approve_delegate crabbypattiepie-1

10 assert_exception: Assert Exception
delegate_record.valid() && delegate_record->is_delegate():
    {}
    bitshares  client.cpp:1625 bts::client::detail::client_impl::wallet_approve_delegate

    {"delegate_name":"crabbypattiepie-1","approved":true}
    bitshares  client.cpp:1628 bts::client::detail::client_impl::wallet_approve_delegate

    {}
    bitshares  common_api_client.cpp:771 bts::rpc_stubs::common_api_client::wallet_approve_delegate

    {"command":"wallet_approve_delegate"}
    bitshares  cli.cpp:538 bts::cli::detail::cli_impl::execute_command
he hasn't registered as delegate yet
Title: Re: Dry Run 8: Need for Speed
Post by: spartako on July 09, 2014, 01:17:06 pm
So I relaunched the seed node last night and forgot to unlock the wallet so that is why delegate participation was in the dumps. 

We have some kind of latent bug that only appears to show up after hours of operation where all of a sudden the connection count just starts falling off.  Our seed node dropped from 45 connections to 12 over time (no new connections).... I then relaunch it and it quickly climbed back up to 12.  I then increased the desired connection count and got up to 25. 

If other delegates are seeing similar behavior I would like to know.

Me too I had similar behavior and now I have only 5 connections, I tried to send the command:
Code: [Select]
network_set_advanced_node_parameters {"desired_number_of_connections":50,  "maximum_number_of_connections": 100}
but I continue to have 5 connections...
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 01:17:34 pm
Well, finally managed after adding up all my AGS addresses. Have some spare change too if anybody wants to play with.

Please vote for sumantso

I approved you and sent you 10K.

Thanks :)

I guess you are already an approved one? Because I get this message

Quote
>> wallet_approve_delegate crabbypattiepie-1

10 assert_exception: Assert Exception
delegate_record.valid() && delegate_record->is_delegate():
    {}
    bitshares  client.cpp:1625 bts::client::detail::client_impl::wallet_approve_delegate

    {"delegate_name":"crabbypattiepie-1","approved":true}
    bitshares  client.cpp:1628 bts::client::detail::client_impl::wallet_approve_delegate

    {}
    bitshares  common_api_client.cpp:771 bts::rpc_stubs::common_api_client::wallet_approve_delegate

    {"command":"wallet_approve_delegate"}
    bitshares  cli.cpp:538 bts::cli::detail::cli_impl::execute_command
he hasn't registered as delegate yet

Oh, ok.

New problem for me - only 4 connections.
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 09, 2014, 01:18:36 pm
metalallen: XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please that I can register as a delegate :D :D

It requires 427,780.00237 XTS...

OK... I give up :'(
Guy, I'll sent to you when I'm back to computer

来自我的 HUAWEI P7-L00 上的 Tapatalk

Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 01:21:05 pm
I see transactions. However my balances are not updating. I sent between my accounts, and the balances just stay still.

Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 01:21:58 pm
I see transactions. However my balances are not updating. I sent between my accounts, and the balances just stay still.

If your delegates are set to produce blocks then you won't see them.

Can anybody post some nodes?
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 01:22:10 pm
Well, finally managed after adding up all my AGS addresses. Have some spare change too if anybody wants to play with.

Please vote for sumantso

I approved you and sent you 10K.

Thanks :)

I guess you are already an approved one? Because I get this message

Quote
>> wallet_approve_delegate crabbypattiepie-1

10 assert_exception: Assert Exception
delegate_record.valid() && delegate_record->is_delegate():
    {}
    bitshares  client.cpp:1625 bts::client::detail::client_impl::wallet_approve_delegate

    {"delegate_name":"crabbypattiepie-1","approved":true}
    bitshares  client.cpp:1628 bts::client::detail::client_impl::wallet_approve_delegate

    {}
    bitshares  common_api_client.cpp:771 bts::rpc_stubs::common_api_client::wallet_approve_delegate

    {"command":"wallet_approve_delegate"}
    bitshares  cli.cpp:538 bts::cli::detail::cli_impl::execute_command
he hasn't registered as delegate yet

Oh, ok.

New problem for me - only 4 connections.

try starting with this param  --min-delegate-connection-count 3  (as per bytemaster comment)
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 01:23:24 pm
I see transactions. However my balances are not updating. I sent between my accounts, and the balances just stay still.
If you run wallet_rescan_blockchain  you will probably get an output like this:
Code: [Select]
default (unlocked) >>> wallet_rescan_blockchain
Rescanning blockchain...
|----------------------------------------------------------------------------------------------------|
|=
Wallet blockchain scanning disabled because there are enabled delegates!          <<<<<<<< ---------------------------------------
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 01:24:25 pm
I see transactions. However my balances are not updating. I sent between my accounts, and the balances just stay still.

If your delegates are set to produce blocks then you won't see them.

Can anybody post some nodes?

"84.238.140.192:8801"
"128.199.180.19:8801"
 "207.12.89.119:8801"
"176.9.234.167:8801"
 "107.170.30.182:8801"
 "107.170.30.182:8702"
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 09, 2014, 01:30:49 pm
metalallen: XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please that I can register as a delegate :D :D

It requires 427,780.00237 XTS...

OK... I give up :'(
Guy, I'll sent to you when I'm back to computer

来自我的 HUAWEI P7-L00 上的 Tapatalk
oh my god, require 428K to register as delegate now?
I don't have so much,  sent you 20,000.
Code: [Select]
    4711.0    2014-07-09T13:30:30 alt                 meta                20,000.00000 XTS      0.10000 XTS         test funds                             57b94a0c
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 01:36:48 pm
How do you see what is your order for block production, and if the min connection delegate set to 3 worked?
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 01:37:49 pm
I see transactions. However my balances are not updating. I sent between my accounts, and the balances just stay still.

If your delegates are set to produce blocks then you won't see them.

Can anybody post some nodes?

"84.238.140.192:8801"
"128.199.180.19:8801"
 "207.12.89.119:8801"
"176.9.234.167:8801"
 "107.170.30.182:8801"
 "107.170.30.182:8702"

Thanks, but its still firmly stuck to 4 connections. Maybe the the setting to 3 connections will work.
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 01:42:09 pm
Since the transactions were no longer being applied to my account, I moved all the files in Roaming folder away. Kept the Wallet folder and restarted the app.

Anything I can do to help investigate the issues here?

(http://i57.tinypic.com/2ppii3s.png)

(http://i61.tinypic.com/20a30n8.png)
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 01:43:19 pm
^Try shutting off block production and rescan.
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 01:51:50 pm
^Try shutting off block production and rescan.

Did that. Now it started locking up. Restarted it and now it does this:

(http://i58.tinypic.com/1o69fn.png)
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 01:55:24 pm
Click accounts on the top and go from there.
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 01:57:31 pm
Click accounts on the top and go from there.

Everything was disabled. I let it sit for awhile and it resolved itself.
Title: Re: Dry Run 8: Need for Speed
Post by: cmaje72 on July 09, 2014, 02:14:58 pm
Fund me please?
XTS7iC9qnudP1EmD2Hz5oYPpqUtxfqYxLyGHFLwp91yzM4FeEQQyU
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 02:19:44 pm
Rescanning for titan txs takes long atm .. thats what happend
Title: Re: Dry Run 8: Need for Speed
Post by: lzr1900 on July 09, 2014, 02:26:26 pm
set "Logout timeout, seconds"=600000000 ,then osx client crash...
keep showing "you are idle" window. can't do anything..
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 02:30:26 pm
Fund me please?
XTS7iC9qnudP1EmD2Hz5oYPpqUtxfqYxLyGHFLwp91yzM4FeEQQyU

done
Title: Re: Dry Run 8: Need for Speed
Post by: vikram on July 09, 2014, 02:38:11 pm
I am puzzled why when I make a transaction different delegates to get different votes,some to get full of transtactions ,some to get the balance of votes,and some to get nagative votes.

Code: [Select]
"net_delegate_votes": [[
      377,{
        "votes_for": -35788171031
      }
    ],[
      373,{
        "votes_for": 35800000000
      }
    ],[
      314,{
        "votes_for": 11828969
      }
    ],[
      366,{
        "votes_for": 35800000000
      }
    ],[
      307,{
        "votes_for": -35788171031
      }
    ],[
      335,{
        "votes_for": 35800000000
      }
    ],[
      325,{
        "votes_for": 35800000000
      }
    ],[
      324,{
        "votes_for": 35800000000
      }
    ],[
      383,{
        "votes_for": 11828969
      }
    ],[
      322,{
        "votes_for": 35800000000
      }
    ],[
      381,{
        "votes_for": 11828969
      }
    ],[
      315,{
        "votes_for": 35800000000
      }
    ],[
      374,{
        "votes_for": 11828969
      }
    ],[
      309,{
        "votes_for": 35800000000
      }
    ],[
      368,{
        "votes_for": 11828969
      }
    ],[
      272,{
        "votes_for": 35800000000
      }
    ],[
      331,{
        "votes_for": -35788171031
      }
    ],[
      387,{
        "votes_for": 11828969
      }
    ],[
      333,{
        "votes_for": 11828969
      }
    ],[
      326,{
        "votes_for": 11828969
      }
    ],[
      418,{
        "votes_for": 35800000000
      }
    ],[
      300,{
        "votes_for": 11828969
      }
    ],[
      321,{
        "votes_for": -35788171031
      }
    ],[
      417,{
        "votes_for": 35800000000
      }
    ],[
      320,{
        "votes_for": 11828969
      }
    ],[
      370,{
        "votes_for": 35800000000
      }
    ],[
      311,{
        "votes_for": -35788171031
      }
    ],[
      273,{
        "votes_for": 11828969
      }
    ],[
      318,{
        "votes_for": 11828969
      }
    ],[
      365,{
        "votes_for": 11828969
      }
    ],[
      306,{
        "votes_for": 11828969
      }
    ],[
      317,{
        "votes_for": 11828969
      }
    ],[
      376,{
        "votes_for": 11828969
      }
    ],[
      316,{
        "votes_for": 11828969
      }
    ],[
      363,{
        "votes_for": 11828969
      }
    ],[
      304,{
        "votes_for": -35788171031
      }
    ],[
      361,{
        "votes_for": 11828969
      }
    ],[
      313,{
        "votes_for": 11828969
      }
    ],[
      372,{
        "votes_for": 11828969
      }
    ],[
      296,{
        "votes_for": -35788171031
      }
    ],[
      354,{
        "votes_for": 11828969
      }
    ],[
      323,{
        "votes_for": -35788171031
      }
    ],[
      347,{
        "votes_for": 11828969
      }
    ],[
      104,{
        "votes_for": -35788171031
      }
    ],[
      340,{
        "votes_for": -35788171031
      }
    ],[
      339,{
        "votes_for": 11828969
      }
    ],[
      327,{
        "votes_for": 11828969
      }
    ],[
      308,{
        "votes_for": -35788171031
      }
    ],[
      312,{
        "votes_for": -35788171031
      }
    ],[
      371,{
        "votes_for": 11828969
      }
    ],[
      334,{
        "votes_for": 11828969
      }
    ],[
      336,{
        "votes_for": 11828969
      }
    ],[
      337,{
        "votes_for": -35788171031
      }
    ],[
      338,{
        "votes_for": 11828969
      }
    ],[
      341,{
        "votes_for": -35788171031
      }
    ],[
      346,{
        "votes_for": -35788171031
      }
    ],[
      349,{
        "votes_for": 11828969
      }
    ],[
      352,{
        "votes_for": -35788171031
      }
    ],[
      356,{
        "votes_for": -35788171031
      }
    ]

What command gives you this?
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 09, 2014, 02:44:01 pm
Already done with every new build
Code: [Select]
network_set_advanced_node_parameters {"desired_number_of_connections":40 "maximum_number_of_connections":64}
does not change anything

none of my delegates ever produced a block due to low connection count.
client was hanging on 0 connections for 2 hours, after restart not more then 2 connections again: 

Code: [Select]
"blockchain_head_block_num": 5072,
  "blockchain_head_block_age": "2 seconds old",
  "blockchain_head_block_timestamp": "20140709T144150",
  "blockchain_average_delegate_participation": 87.068965517241381,
  "blockchain_delegate_pay_rate": 50317389,
  "blockchain_blocks_left_in_round": 79,
  "blockchain_confirmation_requirement": 1,
  "blockchain_share_supply": 199563497753209,
  "blockchain_random_seed": "b65c6730a66a23c6b594875a16e76ce131d21b3a",
  "blockchain_database_version": 111,
  "blockchain_version": 105,
  "network_num_connections": 2,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140709T144152",
  "ntp_error": -0.016539999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "6 days in the future",
  "wallet_unlocked_until_timestamp": "20140715T092750",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "48 seconds in the future",
  "wallet_next_block_production_timestamp": "20140709T144240",
  "wallet_version": 101
Title: Re: Dry Run 8: Need for Speed
Post by: sbwdlihao on July 09, 2014, 03:11:09 pm
Fund me please
XTS7qqAxq9ycyugUxWbGAe55uwrMHECqefssaiNW4KoKd87QiRvXH
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 09, 2014, 03:15:01 pm
Fund me please
XTS7qqAxq9ycyugUxWbGAe55uwrMHECqefssaiNW4KoKd87QiRvXH

Fuel on the way.....
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 03:20:25 pm
Already done with every new build
Code: [Select]
network_set_advanced_node_parameters {"desired_number_of_connections":40 "maximum_number_of_connections":64}
does not change anything

none of my delegates ever produced a block due to low connection count.
client was hanging on 0 connections for 2 hours, after restart not more then 2 connections again: 

Code: [Select]
"blockchain_head_block_num": 5072,
  "blockchain_head_block_age": "2 seconds old",
  "blockchain_head_block_timestamp": "20140709T144150",
  "blockchain_average_delegate_participation": 87.068965517241381,
  "blockchain_delegate_pay_rate": 50317389,
  "blockchain_blocks_left_in_round": 79,
  "blockchain_confirmation_requirement": 1,
  "blockchain_share_supply": 199563497753209,
  "blockchain_random_seed": "b65c6730a66a23c6b594875a16e76ce131d21b3a",
  "blockchain_database_version": 111,
  "blockchain_version": 105,
  "network_num_connections": 2,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140709T144152",
  "ntp_error": -0.016539999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "6 days in the future",
  "wallet_unlocked_until_timestamp": "20140715T092750",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "48 seconds in the future",
  "wallet_next_block_production_timestamp": "20140709T144240",
  "wallet_version": 101

More ips

106.185.26.162:8761
"107.170.30.182:8702
"107.170.30.182:8801
"176.9.234.167:8801"
 "207.12.89.119:8801"
 "128.199.180.19:8801"
 "128.199.180.112:8801"
"84.238.140.192:8801"
Title: Re: Dry Run 8: Need for Speed
Post by: BTSdac on July 09, 2014, 03:23:23 pm
how import my BTC/PTS private key to get balance ?
does use this command "wallet_import_private_key"
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 03:26:52 pm
Code: [Select]
wallet_import_armory <wallet_filename> <passphrase> <account_name>                                    Imports a armory wallet
wallet_import_bitcoin <wallet_filename> <passphrase> <account_name>                                   Imports a bitcoin wallet
wallet_import_electrum <wallet_filename> <passphrase> <account_name>                                  Imports a electrum wallet
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> <keyhoteeid>                    Create the key from keyhotee config and import it to the wallet, creating a new account using this key
wallet_import_multibit <wallet_filename> <passphrase> <account_name>                                  Imports a multibit wallet
wallet_import_private_key <wif_key> [account_name] [create_new_account] [rescan]                      Loads the private key into the specified account

Title: Re: Dry Run 8: Need for Speed
Post by: BTSdac on July 09, 2014, 03:30:54 pm
Code: [Select]
wallet_import_armory <wallet_filename> <passphrase> <account_name>                                    Imports a armory wallet
wallet_import_bitcoin <wallet_filename> <passphrase> <account_name>                                   Imports a bitcoin wallet
wallet_import_electrum <wallet_filename> <passphrase> <account_name>                                  Imports a electrum wallet
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> <keyhoteeid>                    Create the key from keyhotee config and import it to the wallet, creating a new account using this key
wallet_import_multibit <wallet_filename> <passphrase> <account_name>                                  Imports a multibit wallet
wallet_import_private_key <wif_key> [account_name] [create_new_account] [rescan]                      Loads the private key into the specified account

wallet_import_private_key <wif_key>  , is  parameter of this command avaliable for PTS private key ?
I input my private key , but on balance in my accounts
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 09, 2014, 03:32:45 pm
Try using command "scan" to see if it appears after
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 09, 2014, 03:39:16 pm

More ips

106.185.26.162:8761
"107.170.30.182:8702
"107.170.30.182:8801
"176.9.234.167:8801"
 "207.12.89.119:8801"
 "128.199.180.19:8801"
 "128.199.180.112:8801"
"84.238.140.192:8801"

Thank you !
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 03:48:15 pm
Code: [Select]
wallet_import_armory <wallet_filename> <passphrase> <account_name>                                    Imports a armory wallet
wallet_import_bitcoin <wallet_filename> <passphrase> <account_name>                                   Imports a bitcoin wallet
wallet_import_electrum <wallet_filename> <passphrase> <account_name>                                  Imports a electrum wallet
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> <keyhoteeid>                    Create the key from keyhotee config and import it to the wallet, creating a new account using this key
wallet_import_multibit <wallet_filename> <passphrase> <account_name>                                  Imports a multibit wallet
wallet_import_private_key <wif_key> [account_name] [create_new_account] [rescan]                      Loads the private key into the specified account

wallet_import_private_key <wif_key>  , is  parameter of this command avaliable for PTS private key ?
I input my private key , but on balance in my accounts

Example:

Code: [Select]
wallet_import_private_key "Uxxxxxxx" betax
then

Code: [Select]
wallet_rescan_blockchain
then if using command line

Code: [Select]
wallet_account_balance

or if you fancy I have just updated the tool to check your balance (no private keys) for 4 million or 2 billion, check my signature.
Title: Re: Dry Run 8: Need for Speed
Post by: BTSdac on July 09, 2014, 03:50:15 pm
Try using command "scan" to see if it appears after
thanks ,I get my banlance after I scaned
Title: Re: Dry Run 8: Need for Speed
Post by: svk on July 09, 2014, 04:08:24 pm
Anyone able to send me some funds please?

Code: [Select]
XTS8HtfnDdx77LqGNJheCGH4LBndqzef6SHAVyEPVkHAu8eUSDcFT
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 04:08:36 pm
Can't go over 4 connections even with Betax's nodes, haven't produced a single block yet even with the min 3 connection thing mentioned by BM.

I wanna produce a block!!
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 04:11:27 pm
Anyone able to send me some funds please?

Code: [Select]
XTS8HtfnDdx77LqGNJheCGH4LBndqzef6SHAVyEPVkHAu8eUSDcFT

Sent you a bit, but if you are trying to be a delegate all these will be useless.
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 09, 2014, 04:11:33 pm
Can't go over 4 connections even with Betax's nodes, haven't produced a single block yet even with the min 3 connection thing mentioned by BM.

I wanna produce a block!!

wallet unlock?
wallet_delegate_set_block production?
you sure you set --min-connection ?
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 04:14:24 pm
Can't go over 4 connections even with Betax's nodes, haven't produced a single block yet even with the min 3 connection thing mentioned by BM.

I wanna produce a block!!

wallet unlock?
wallet_delegate_set_block production?
you sure you set --min-connection ?

First 2, yes. Regarding the third point I added that after the shortcut and started; not sure if it worked.
Title: Re: Dry Run 8: Need for Speed
Post by: svk on July 09, 2014, 04:17:43 pm
Anyone able to send me some funds please?

Code: [Select]
XTS8HtfnDdx77LqGNJheCGH4LBndqzef6SHAVyEPVkHAu8eUSDcFT

Sent you a bit, but if you are trying to be a delegate all these will be useless.
Cheers.

Did they up the price of registering a delegate?
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 04:19:09 pm
Anyone able to send me some funds please?

Code: [Select]
XTS8HtfnDdx77LqGNJheCGH4LBndqzef6SHAVyEPVkHAu8eUSDcFT

Sent you a bit, but if you are trying to be a delegate all these will be useless.
Cheers.

Did they up the price of registering a delegate?

Some 400k+
Title: Re: Dry Run 8: Need for Speed
Post by: metalallen on July 09, 2014, 04:23:48 pm
Thanks anyway, Monkey Bro.  8) :P


metalallen: XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please that I can register as a delegate :D :D

It requires 427,780.00237 XTS...

OK... I give up :'(
Guy, I'll sent to you when I'm back to computer

来自我的 HUAWEI P7-L00 上的 Tapatalk
oh my god, require 428K to register as delegate now?
I don't have so much,  sent you 20,000.
Code: [Select]
    4711.0    2014-07-09T13:30:30 alt                 meta                20,000.00000 XTS      0.10000 XTS         test funds                             57b94a0c
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 04:28:46 pm
Shows I have missed 12 blocks. Restarted, lets see if it works.
Title: Re: Dry Run 8: Need for Speed
Post by: svk on July 09, 2014, 04:30:29 pm
Anyone able to send me some funds please?

Code: [Select]
XTS8HtfnDdx77LqGNJheCGH4LBndqzef6SHAVyEPVkHAu8eUSDcFT

Sent you a bit, but if you are trying to be a delegate all these will be useless.
Cheers.

Did they up the price of registering a delegate?

Some 400k+

Ah right, a tiny price-hike :)
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 05:18:13 pm
So when do delegates get paid? Is it that they only do if the block is not empty?
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 09, 2014, 05:22:06 pm
Code: [Select]
--- there are now 4 active connections to the p2p network
--- in sync with p2p network
--- there are now 3 active connections to the p2p network
--- there are now 0 active connections to the p2p network
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- there are now 2 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- in sync with p2p network
--- in sync with p2p network
--- in sync with p2p network
--- there are now 4 active connections to the p2p network
--- in sync with p2p network
calyauwall (unlocked) >>> get_info
{
  "blockchain_head_block_num": 5820,
  "blockchain_head_block_age": "6 seconds old",
  "blockchain_head_block_timestamp": "20140709T171850",
  "blockchain_average_delegate_participation": 81.451612903225808,
  "blockchain_delegate_pay_rate": 46146862,
  "blockchain_blocks_left_in_round": 38,
  "blockchain_confirmation_requirement": 1,
  "blockchain_share_supply": 199598558871305,
  "blockchain_random_seed": "57b590d57462385136316d72859a7fa426613170",
  "blockchain_database_version": 111,
  "blockchain_version": 105,
  "network_num_connections": 4,
  "network_num_connections_max": 64,
  "network_protocol_version": 104,
  "ntp_time": "20140709T171856",
  "ntp_error": -0.033439000000000003,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "6 days in the future",
  "wallet_unlocked_until_timestamp": "20140715T103319",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "74 seconds in the future",
  "wallet_next_block_production_timestamp": "20140709T172010",
  "wallet_version": 101
even with more nodes no improvement.....
Title: Re: Dry Run 8: Need for Speed
Post by: svk on July 09, 2014, 05:24:48 pm
Can't connect on Windows 7 or Ubuntu, first time I have this problem. On Windows I get "undefined network connections", added a node and restarted several times, no change.

Code: [Select]
>> get_info

{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": null,
  "blockchain_head_block_timestamp": null,
  "blockchain_average_delegate_participation": 0,
  "blockchain_delegate_pay_rate": 0,
  "blockchain_blocks_left_in_round": 101,
  "blockchain_confirmation_requirement": 202,
  "blockchain_share_supply": 199999999981923,
  "blockchain_random_seed": "0000000000000000000000000000000000000000",
  "blockchain_database_version": 110,
  "blockchain_version": 105,
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": null,
  "ntp_error": null,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "17 hours in the future",
  "wallet_unlocked_until_timestamp": "20140710T095919",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
Title: Re: Dry Run 8: Need for Speed
Post by: svk on July 09, 2014, 05:29:41 pm
Ubuntu:

Code: [Select]
>>> about
{
  "bitshares_toolkit_revision": "6b7b4d15910ce7532fdb21028b9002f43ef273be",
  "bitshares_toolkit_revision_age": "54 minutes ago",
  "fc_revision": "4d2f8e72fc19a8b8966c27238799c43a32a29451",
  "fc_revision_age": "2 hours ago",
  "compile_date": "compiled on Jul  9 2014 at 18:29:44"
}

Code: [Select]
>>> getinfo
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": null,
  "blockchain_head_block_timestamp": null,
  "blockchain_average_delegate_participation": 0,
  "blockchain_delegate_pay_rate": 0,
  "blockchain_blocks_left_in_round": 101,
  "blockchain_confirmation_requirement": 202,
  "blockchain_share_supply": 199999999981923,
  "blockchain_random_seed": "0000000000000000000000000000000000000000",
  "blockchain_database_version": 112,
  "blockchain_version": 105,
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140709T172854",
  "ntp_error": -0.0064859999999999996,
  "wallet_open": false,
  "wallet_unlocked": null,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
Title: Re: Dry Run 8: Need for Speed
Post by: svk on July 09, 2014, 05:50:24 pm
Looks like the I3 nodes are back up and running, at least I finally got connected to two of them (8802 and 8803) and got synced up. Still only have two connections though.
Title: Re: Dry Run 8: Need for Speed
Post by: emski on July 09, 2014, 05:53:23 pm
My connections were around 30 for a few hours.
Then they started slowly declining. Currently I have 15 and I do not get new ones.

Also I've noticed in the logs that my own IP address was "forcibly disconnected".
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 05:58:09 pm
I am puzzled why when I make a transaction different delegates to get different votes,some to get full of transtactions ,some to get the balance of votes,and some to get nagative votes.

Code: [Select]
"net_delegate_votes": [[
      377,{
        "votes_for": -35788171031
      }
    ],[
      373,{
        "votes_for": 35800000000
      }
    ],[
      314,{
        "votes_for": 11828969
      }
    ],[
      366,{
        "votes_for": 35800000000
      }
    ],[
      307,{
        "votes_for": -35788171031
      }
    ],[
      335,{
        "votes_for": 35800000000
      }
    ],[
      325,{
        "votes_for": 35800000000
      }
    ],[
      324,{
        "votes_for": 35800000000
      }
    ],[
      383,{
        "votes_for": 11828969
      }
    ],[
      322,{
        "votes_for": 35800000000
      }
    ],[
      381,{
        "votes_for": 11828969
      }
    ],[
      315,{
        "votes_for": 35800000000
      }
    ],[
      374,{
        "votes_for": 11828969
      }
    ],[
      309,{
        "votes_for": 35800000000
      }
    ],[
      368,{
        "votes_for": 11828969
      }
    ],[
      272,{
        "votes_for": 35800000000
      }
    ],[
      331,{
        "votes_for": -35788171031
      }
    ],[
      387,{
        "votes_for": 11828969
      }
    ],[
      333,{
        "votes_for": 11828969
      }
    ],[
      326,{
        "votes_for": 11828969
      }
    ],[
      418,{
        "votes_for": 35800000000
      }
    ],[
      300,{
        "votes_for": 11828969
      }
    ],[
      321,{
        "votes_for": -35788171031
      }
    ],[
      417,{
        "votes_for": 35800000000
      }
    ],[
      320,{
        "votes_for": 11828969
      }
    ],[
      370,{
        "votes_for": 35800000000
      }
    ],[
      311,{
        "votes_for": -35788171031
      }
    ],[
      273,{
        "votes_for": 11828969
      }
    ],[
      318,{
        "votes_for": 11828969
      }
    ],[
      365,{
        "votes_for": 11828969
      }
    ],[
      306,{
        "votes_for": 11828969
      }
    ],[
      317,{
        "votes_for": 11828969
      }
    ],[
      376,{
        "votes_for": 11828969
      }
    ],[
      316,{
        "votes_for": 11828969
      }
    ],[
      363,{
        "votes_for": 11828969
      }
    ],[
      304,{
        "votes_for": -35788171031
      }
    ],[
      361,{
        "votes_for": 11828969
      }
    ],[
      313,{
        "votes_for": 11828969
      }
    ],[
      372,{
        "votes_for": 11828969
      }
    ],[
      296,{
        "votes_for": -35788171031
      }
    ],[
      354,{
        "votes_for": 11828969
      }
    ],[
      323,{
        "votes_for": -35788171031
      }
    ],[
      347,{
        "votes_for": 11828969
      }
    ],[
      104,{
        "votes_for": -35788171031
      }
    ],[
      340,{
        "votes_for": -35788171031
      }
    ],[
      339,{
        "votes_for": 11828969
      }
    ],[
      327,{
        "votes_for": 11828969
      }
    ],[
      308,{
        "votes_for": -35788171031
      }
    ],[
      312,{
        "votes_for": -35788171031
      }
    ],[
      371,{
        "votes_for": 11828969
      }
    ],[
      334,{
        "votes_for": 11828969
      }
    ],[
      336,{
        "votes_for": 11828969
      }
    ],[
      337,{
        "votes_for": -35788171031
      }
    ],[
      338,{
        "votes_for": 11828969
      }
    ],[
      341,{
        "votes_for": -35788171031
      }
    ],[
      346,{
        "votes_for": -35788171031
      }
    ],[
      349,{
        "votes_for": 11828969
      }
    ],[
      352,{
        "votes_for": -35788171031
      }
    ],[
      356,{
        "votes_for": -35788171031
      }
    ]

If you had previously voted for others then when you made a transaction it moved votes from your old approvals to the new.   

The wallet randomly selects a subset of your approved list to avoid identifying your transactions by your approval list.
Title: Re: Dry Run 8: Need for Speed
Post by: jbutta2k13 on July 09, 2014, 06:39:20 pm
We are Outernational and looking to join the test network...Please back us to that we may participate with the community.



wallet_approve_delegate outernat-northamerica true
wallet_approve_delegate outernat-asia true
wallet_approve_delegate outernat-australia true
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 06:42:08 pm
Ok, got the moolah for a second delegate, but it doesn't allow to register saying insufficient funds. Any ideas?

I had disabled block production for that time, or do I need a separate client altogether?
Title: Re: Dry Run 8: Need for Speed
Post by: bdnoble on July 09, 2014, 06:42:56 pm
I don't understand why the fees from delegate registration cause the future fees to increase so much. Do the registration fees actually get paid to the delegates? This seems wrong. Delegate registration fees should just be destroyed and only transaction fees should get paid to the delegates IMO. This would make a much more reasonable curve to the increase in registration fees.

Btw I am also having connection problems on ubuntu. I am pulling the latest and rebuilding now.
Title: Re: Dry Run 8: Need for Speed
Post by: jbutta2k13 on July 09, 2014, 06:51:27 pm
When can we import our real Bitshares wallet so that we can test its functionality?
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 09, 2014, 07:08:18 pm
Its getting slightly better:

Code: [Select]
"blockchain_head_block_num": 6240,
  "blockchain_head_block_age": "5 seconds old",
  "blockchain_head_block_timestamp": "20140709T190520",
  "blockchain_average_delegate_participation": 66.44736842105263,
  "blockchain_delegate_pay_rate": 43956971,
  "blockchain_blocks_left_in_round": 22,
  "blockchain_confirmation_requirement": 52,
  "blockchain_share_supply": 199616530710650,
  "blockchain_random_seed": "a4baaca6020089035af6f750894f309acb843a31",
  "blockchain_database_version": 111,
  "blockchain_version": 105,
  "[color=yellow]network_num_connections": 6[/color], <================
  "network_num_connections_max": 40,
  "network_protocol_version": 104,
  "ntp_time": "20140709T190525",
  "ntp_error": -0.017440000000000001,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "6 days in the future",
  "wallet_unlocked_until_timestamp": "20140715T103319",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "2 minutes in the future",
  "wallet_next_block_production_timestamp": "20140709T190740",
  "wallet_version": 101

Title: Re: Dry Run 8: Need for Speed
Post by: bdnoble on July 09, 2014, 07:14:46 pm
Pulled the latest but still only 4 connections for me.  :-\ Starting with --min-delegate-connection-count 3 allows me to produce blocks again though.

Any updates on this bytemaster?

Running on Windows by the way...

Tried the param --min-delegate-connection-count 3 (added it to target in the shortcut)
Also did the desired connections set to 50. Still not producing blocks.

Still have only 4 connections. Should I forward a specific port from the firewall to my PC? Or is the client using UPnP?

I will have Eric work on making UPnP more robust.   Right now it considers you firewalled if you report a different IP than the server sees.
Title: Re: Dry Run 8: Need for Speed
Post by: plazmashart on July 09, 2014, 07:26:02 pm
I need some votes! Thanks all!
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 09, 2014, 07:30:00 pm
I just want to register one delegate ....

liondani   XTS6PGHZTAi32Wp7CD8cLvMfh45vLJqvnEdyL2E9sRRrW4kRk1jWy

I have 105000 XTS but not enough  >:(
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 07:31:39 pm
Is it possible to make the number of active delegates be adjusted by the community via voting?

I personally feel that as the network grows 100 delegates would be too small and in fact will look like "centralized power" to the rest of the world.
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 09, 2014, 07:34:26 pm
I need some votes! Thanks all!

Code: [Select]
liondani (locked) >>> wallet_approve_delegate shmowzow true
10 assert_exception: Assert Exception
delegate_record.valid() && delegate_record->is_delegate():
    {}
    th_a  client.cpp:1632 wallet_approve_delegate

    {"delegate_name":"shmowzow","approved":true}
    th_a  client.cpp:1635 wallet_approve_delegate

    {}
    th_a  common_api_client.cpp:771 wallet_approve_delegate

    {"command":"wallet_approve_delegate"}
    th_a  cli.cpp:538 execute_command

have you enabled your delegate?
Code: [Select]
wallet_delegate_set_block_production shmowzow  true

Title: Re: Dry Run 8: Need for Speed
Post by: plazmashart on July 09, 2014, 07:37:39 pm
Probably should read the posts a bit better, huh? Oh well, Im tooo pooor to be a delegate. :p
Title: Re: Dry Run 8: Need for Speed
Post by: vikram on July 09, 2014, 07:38:43 pm
I need some votes! Thanks all!

Code: [Select]
liondani (locked) >>> wallet_approve_delegate shmowzow true
10 assert_exception: Assert Exception
delegate_record.valid() && delegate_record->is_delegate():
    {}
    th_a  client.cpp:1632 wallet_approve_delegate

    {"delegate_name":"shmowzow","approved":true}
    th_a  client.cpp:1635 wallet_approve_delegate

    {}
    th_a  common_api_client.cpp:771 wallet_approve_delegate

    {"command":"wallet_approve_delegate"}
    th_a  cli.cpp:538 execute_command

have you enabled your delegate?
Code: [Select]
wallet_delegate_set_block_production shmowzow  true

Enabling or disabling block production doesn't matter for approval. That command will fail if the username is not a valid delegate. I have improved the error message in the latest code.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 07:42:03 pm
We have identified the cause of the connection issues:  memory leak that is causing us to not free up file handles on the sockets.    Now that we know the problem it is now just a matter of finding out why it is occurring.

In the mean time that means delegates should probably reset their node a couple of times per day to maintain connectivity for everyone.

This will likely be fixed tonight or tomorrow.
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 09, 2014, 07:45:48 pm
We have identified the cause of the connection issues:  memory leak that is causing us to not free up file handles on the sockets.    Now that we know the problem it is now just a matter of finding out why it is occurring.

In the mean time that means delegates should probably reset their node a couple of times per day to maintain connectivity for everyone.

This will likely be fixed tonight or tomorrow.

Code: [Select]
calyauwall (unlocked) >>> socket: Too many open files
socket: Too many open files
seems to be the right track - looking forward  :)
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 07:51:56 pm
We have identified the cause of the connection issues:  memory leak that is causing us to not free up file handles on the sockets.    Now that we know the problem it is now just a matter of finding out why it is occurring.

In the mean time that means delegates should probably reset their node a couple of times per day to maintain connectivity for everyone.

This will likely be fixed tonight or tomorrow.

FWIW - mine has been running fine on Windows now and only using 167MB of RAM. (Granted I have 32GB of RAM, but it's not even close to using it).
So I am not seeing evidence of a memory leak. However on the file handles - that is quite possible. Process explorer was showing peak of over 2000 handles (but I think that includes GDI handles)
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 08:05:10 pm
Ok, got the moolah for a second delegate, but it doesn't allow to register saying insufficient funds. Any ideas?

I had disabled block production for that time, or do I need a separate client altogether?

Anybody?
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 08:05:45 pm
We have identified the cause of the connection issues:  memory leak that is causing us to not free up file handles on the sockets.    Now that we know the problem it is now just a matter of finding out why it is occurring.

In the mean time that means delegates should probably reset their node a couple of times per day to maintain connectivity for everyone.

This will likely be fixed tonight or tomorrow.

That explains why mine drop connections after ~ 13 hours.
Title: Re: Dry Run 8: Need for Speed
Post by: sfinder on July 09, 2014, 08:06:59 pm
We have identified the cause of the connection issues:  memory leak that is causing us to not free up file handles on the sockets.    Now that we know the problem it is now just a matter of finding out why it is occurring.

In the mean time that means delegates should probably reset their node a couple of times per day to maintain connectivity for everyone.

This will likely be fixed tonight or tomorrow.
Quote
tiger (unlocked) >>> socket: Too many open files
socket: Too many open files
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 08:07:37 pm
Ok, got the moolah for a second delegate, but it doesn't allow to register saying insufficient funds. Any ideas?

I had disabled block production for that time, or do I need a separate client altogether?

Anybody?

Don't need a separate client, just the funds to register. Once is registerd vote for it and re-enable block production for both.
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 09, 2014, 08:10:36 pm
Anybody?

Before you begin make sure your block production is off:

wallet_delegate_set_block_production sumantso true

You will need to then do

wallet_approve_delegate sumantso

do a transfer to broadcast the vote

wallet_transfer 10000 XTS sumantso sumantso

and then re-enable block production

wallet_delegate_set_block_production sumantso true

Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 08:17:28 pm
Is it possible to make the number of active delegates be adjusted by the community via voting?

I personally feel that as the network grows 100 delegates would be too small and in fact will look like "centralized power" to the rest of the world.

This has been discussed in other threads.  It is a very complex topic.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 08:18:19 pm
We have identified the cause of the connection issues:  memory leak that is causing us to not free up file handles on the sockets.    Now that we know the problem it is now just a matter of finding out why it is occurring.

In the mean time that means delegates should probably reset their node a couple of times per day to maintain connectivity for everyone.

This will likely be fixed tonight or tomorrow.

FWIW - mine has been running fine on Windows now and only using 167MB of RAM. (Granted I have 32GB of RAM, but it's not even close to using it).
So I am not seeing evidence of a memory leak. However on the file handles - that is quite possible. Process explorer was showing peak of over 2000 handles (but I think that includes GDI handles)

I think it applies more to the public nodes not behind a firewall, but that is just a theory.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 08:19:32 pm
Incremental update with various minor fixes to the UI.

Mac OS X: http://bitshares.org/BitSharesXT-0.1.1.dmg
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 08:36:43 pm
Ok, got the moolah for a second delegate, but it doesn't allow to register saying insufficient funds. Any ideas?

I had disabled block production for that time, or do I need a separate client altogether?

Anybody?

Don't need a separate client, just the funds to register. Once is registerd vote for it and re-enable block production for both.

Not happening. Tried the trick in various ways.
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 08:38:06 pm
Anybody?

Before you begin make sure your block production is off:

wallet_delegate_set_block_production sumantso true

You will need to then do

wallet_approve_delegate sumantso

do a transfer to broadcast the vote

wallet_transfer 10000 XTS sumantso sumantso

and then re-enable block production

wallet_delegate_set_block_production sumantso true

My one delegate is already producing blocks. I tried setting up a 2nd one, after turning off block production, but it keeps saying insufficient funds.
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 09, 2014, 08:44:59 pm
I just now restarted my wallet with 10 delegates .. however .. during the downtime several block have been produced by the network .. once I restarted my wallet (same round I guess) my wallet produced a block although not syncronized to the network leaving the missed but produced blocks as MISSED. I guess I thus ended up on a fork .. may jusg be a minor issue though ..

Now i restart the wallet and let it sync before unlocking the delegates keys
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 09:00:19 pm
Just got down to 4 connections, quit and restart then 8 connections straight away. I guess is as simple to keep an eye for the time being.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 09, 2014, 09:19:30 pm

I just now restarted my wallet with 10 delegates .. however .. during the downtime several block have been produced by the network .. once I restarted my wallet (same round I guess) my wallet produced a block although not syncronized to the network leaving the missed but produced blocks as MISSED. I guess I thus ended up on a fork .. may jusg be a minor issue though ..

Now i restart the wallet and let it sync before unlocking the delegates keys


This is a best practice and something we should automate. 


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Dry Run 8: Need for Speed
Post by: plazmashart on July 09, 2014, 09:29:12 pm
Spare an XTS for an ex-leper? http://www.youtube.com/watch?v=U74s8nFE7No (http://www.youtube.com/watch?v=U74s8nFE7No)

XTS77daoV4NZeqH5AjKw6ABrDC3aa5jSxtxXobE893dMCPLGzWHH2
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 09, 2014, 09:36:17 pm
Still can't register my 2nd delegate, keeps saying insufficient funds :(

Spare an XTS for an ex-leper? http://www.youtube.com/watch?v=U74s8nFE7No (http://www.youtube.com/watch?v=U74s8nFE7No)

XTS77daoV4NZeqH5AjKw6ABrDC3aa5jSxtxXobE893dMCPLGzWHH2

Sent you some.

EDIT: Is it possible that import worked wrongly and the balance is less than is being showed?
Title: Re: Dry Run 8: Need for Speed
Post by: Fox on July 09, 2014, 09:46:05 pm
Anyone able to point me to some documentation to automate a start up script?  I attempted the following with no luck:
Code: [Select]
./bitshares_client --input-log "/home/myuser/myconfig.conf"
What CLI args should be included within the input-log file?  Those associated with ./bitshares_client or those within the running software? 

My goal is to script the open and unlock of my wallet so my delegate produces following a reboot.

Thanks,
Code: [Select]
wallet_approve_delegate fox
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 09, 2014, 10:00:07 pm
for security reasons on every transfer the wallet should ask the wallet password
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 09, 2014, 10:05:29 pm
Spare an XTS for an ex-leper? http://www.youtube.com/watch?v=U74s8nFE7No (http://www.youtube.com/watch?v=U74s8nFE7No)

XTS77daoV4NZeqH5AjKw6ABrDC3aa5jSxtxXobE893dMCPLGzWHH2

you have something
Title: Re: Dry Run 8: Need for Speed
Post by: plazmashart on July 09, 2014, 10:17:52 pm
Spare an XTS for an ex-leper? http://www.youtube.com/watch?v=U74s8nFE7No (http://www.youtube.com/watch?v=U74s8nFE7No)

XTS77daoV4NZeqH5AjKw6ABrDC3aa5jSxtxXobE893dMCPLGzWHH2

you have something

I know, it was a joke. Anyways, what can I do to help with testing. I cant create a hlaf denary asset, and cant create a delegate...So what can I do to be useful? Vote?
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 09, 2014, 11:29:50 pm
Spare an XTS for an ex-leper? http://www.youtube.com/watch?v=U74s8nFE7No (http://www.youtube.com/watch?v=U74s8nFE7No)

XTS77daoV4NZeqH5AjKw6ABrDC3aa5jSxtxXobE893dMCPLGzWHH2

you have something

I know, it was a joke. Anyways, what can I do to help with testing. I cant create a hlaf denary asset, and cant create a delegate...So what can I do to be useful? Vote?

Try doing freaky shit with the client. Give invalid inputs (negative numbers, empty strings, too-long stirngs, etc) and see if you can break something
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 10, 2014, 12:07:25 am
I made before about 2 hours a stress test with about 60 transactions per block...(transfers of 0.0001 XTS) on windows gui using console and my mouse macros capability's
The problem is that because of the big numbers of transactions I have a huge list with the transaction on "my account" (same thing on "overview" and "blockexplorer") and it is impossible to navigate the win gui cause it is the most time idle (freezes) ...
I am assuming it loads the list everytime I make different things with the gui...

I have restarted it several times... no difference!

PS could you sort the transactions per account name using pull down menus or something like that? So they load the transactions log(?) only when we click on a account name?
     Or better and easier to see only last 20-50 transactions and with a button/link on the bottom to see the next 20-50 older transactions? Something like navigating on the block explorer to see    older blocks...

snapshot:

(http://2.bp.blogspot.com/-leLFJSr_1lw/U73ZELgBuyI/AAAAAAAAC94/K6ApIZwVpYE/s1600/Screenshot+2014-07-10+02.57.50.png)
Title: Re: Dry Run 8: Need for Speed
Post by: cygnify on July 10, 2014, 12:37:09 am
Where do I find the ubuntu/linux version? was looking over github but most of it seemed dated.
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 10, 2014, 12:39:12 am
Where do I find the ubuntu/linux version? was looking over github but most of it seemed dated.


https://github.com/BitShares/bitshares_toolkit/blob/master/BUILD_UBUNTU.md (https://github.com/BitShares/bitshares_toolkit/blob/master/BUILD_UBUNTU.md)

https://github.com/BitShares/bitshares_toolkit/wiki/DPOS-initial-delegate-setup (https://github.com/BitShares/bitshares_toolkit/wiki/DPOS-initial-delegate-setup)
Title: Re: Dry Run 8: Need for Speed
Post by: plazmashart on July 10, 2014, 12:42:44 am
Spare an XTS for an ex-leper? http://www.youtube.com/watch?v=U74s8nFE7No (http://www.youtube.com/watch?v=U74s8nFE7No)

XTS77daoV4NZeqH5AjKw6ABrDC3aa5jSxtxXobE893dMCPLGzWHH2

you have something

I know, it was a joke. Anyways, what can I do to help with testing. I cant create a hlaf denary asset, and cant create a delegate...So what can I do to be useful? Vote?

Try doing freaky shit with the client. Give invalid inputs (negative numbers, empty strings, too-long stirngs, etc) and see if you can break something
Freaky shit it is!
Title: Re: Dry Run 8: Need for Speed
Post by: cygnify on July 10, 2014, 01:00:46 am
Where do I find the ubuntu/linux version? was looking over github but most of it seemed dated.


https://github.com/BitShares/bitshares_toolkit/blob/master/BUILD_UBUNTU.md (https://github.com/BitShares/bitshares_toolkit/blob/master/BUILD_UBUNTU.md)

https://github.com/BitShares/bitshares_toolkit/wiki/DPOS-initial-delegate-setup (https://github.com/BitShares/bitshares_toolkit/wiki/DPOS-initial-delegate-setup)

Thanks for the second link. Was having no problem building it, was wondering what I was doing wrong not getting a GUI. Cheers.

EDIT: actually still not getting a GUI. Am I missing something? Connected to network fine and downloading the latest blocks. Only been using ubuntu for less than 4 months not a big expert.
Title: Re: Dry Run 8: Need for Speed
Post by: vikram on July 10, 2014, 01:43:47 am
Where do I find the ubuntu/linux version? was looking over github but most of it seemed dated.


https://github.com/BitShares/bitshares_toolkit/blob/master/BUILD_UBUNTU.md (https://github.com/BitShares/bitshares_toolkit/blob/master/BUILD_UBUNTU.md)

https://github.com/BitShares/bitshares_toolkit/wiki/DPOS-initial-delegate-setup (https://github.com/BitShares/bitshares_toolkit/wiki/DPOS-initial-delegate-setup)

Thanks for the second link. Was having no problem building it, was wondering what I was doing wrong not getting a GUI. Cheers.

EDIT: actually still not getting a GUI. Am I missing something? Connected to network fine and downloading the latest blocks. Only been using ubuntu for less than 4 months not a big expert.

We have no Linux GUI at present.
Title: Re: Dry Run 8: Need for Speed
Post by: cygnify on July 10, 2014, 01:58:55 am
Well that makes complete sense then why I can't get it working. Carry on :)
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 10, 2014, 02:41:18 am
client didn't sent FIN when receive FIN from the socekt.
when my client is running, many connect keep with stat "CLOSE_WAIT" untill TIMEOUT
Code: [Select]
tcp        0      0 106.185.26.162:8761     216.252.204.39:59187    CLOSE_WAIT  14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     107.170.30.182:8801     ESTABLISHED 14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     216.252.204.39:59422    CLOSE_WAIT  14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     216.252.204.39:60225    CLOSE_WAIT  14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     107.170.90.142:41604    CLOSE_WAIT  14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     210.22.128.4:59874      ESTABLISHED 14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     216.252.204.39:59923    CLOSE_WAIT  14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     14.153.94.151:48057     ESTABLISHED 14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     46.252.21.49:37252      ESTABLISHED 14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     107.170.90.142:37794    CLOSE_WAIT  14252/bitshares_cli
when my client is closed, many connect keep with stat "FIN_WAIT2" untill TIMEOUT
Code: [Select]
tcp        0      0 106.185.26.162:8761     117.89.62.3:14548       FIN_WAIT2   -               
tcp        0      0 106.185.26.162:8761     222.76.149.26:43475     FIN_WAIT2   -               
tcp        0      0 106.185.26.162:8761     50.160.116.123:58971    FIN_WAIT2   -               
tcp        0      0 106.185.26.162:8761     76.170.153.137:52757    FIN_WAIT2   -               
tcp        0      0 106.185.26.162:8761     107.170.30.182:8802     TIME_WAIT   -               
tcp        0      0 106.185.26.162:8761     162.245.145.70:54940    FIN_WAIT2   -               
Title: Re: Dry Run 8: Need for Speed
Post by: sfinder on July 10, 2014, 02:44:22 am
GOOD catch alt. I3/BM  should promote you to be chief QA.... +5% +5% +5% +5% +5%
client didn't sent FIN when receive FIN from the socekt.
when my client is running, many connect keep with stat "CLOSE_WAIT" untill TIMEOUT
Code: [Select]
tcp        0      0 106.185.26.162:8761     216.252.204.39:59187    CLOSE_WAIT  14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     107.170.30.182:8801     ESTABLISHED 14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     216.252.204.39:59422    CLOSE_WAIT  14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     216.252.204.39:60225    CLOSE_WAIT  14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     107.170.90.142:41604    CLOSE_WAIT  14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     210.22.128.4:59874      ESTABLISHED 14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     216.252.204.39:59923    CLOSE_WAIT  14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     14.153.94.151:48057     ESTABLISHED 14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     46.252.21.49:37252      ESTABLISHED 14252/bitshares_cli
tcp        0      0 106.185.26.162:8761     107.170.90.142:37794    CLOSE_WAIT  14252/bitshares_cli
when my client is closed, many connect keep with stat "FIN_WAIT2" untill TIMEOUT
Code: [Select]
tcp        0      0 106.185.26.162:8761     117.89.62.3:14548       FIN_WAIT2   -               
tcp        0      0 106.185.26.162:8761     222.76.149.26:43475     FIN_WAIT2   -               
tcp        0      0 106.185.26.162:8761     50.160.116.123:58971    FIN_WAIT2   -               
tcp        0      0 106.185.26.162:8761     76.170.153.137:52757    FIN_WAIT2   -               
tcp        0      0 106.185.26.162:8761     107.170.30.182:8802     TIME_WAIT   -               
tcp        0      0 106.185.26.162:8761     162.245.145.70:54940    FIN_WAIT2   -               
Title: Re: Dry Run 8: Need for Speed
Post by: vikram on July 10, 2014, 02:49:15 am
Anyone able to point me to some documentation to automate a start up script?  I attempted the following with no luck:
Code: [Select]
./bitshares_client --input-log "/home/myuser/myconfig.conf"
What CLI args should be included within the input-log file?  Those associated with ./bitshares_client or those within the running software? 

My goal is to script the open and unlock of my wallet so my delegate produces following a reboot.

Thanks,
Code: [Select]
wallet_approve_delegate fox

Look in tests/regression_tests/ for examples. We will document the usage as soon as we can.
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 10, 2014, 02:52:40 am
GOOD catch alt. I3/BM  should promote you to be chief QA.... +5% +5% +5% +5% +5%
lol  ;D
thank you anyway
I know I am far away from  QA
But I'll try my best
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 10, 2014, 02:58:56 am
+1 can confirm everyone here in VA thinks alt is amazing

Sent from my SCH-I535 using Tapatalk

Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 10, 2014, 03:09:33 am
So my 2 delegates have forged about 100 blocks. I have not seen any profit made from it.

How and when do delegates get paid?
Title: Re: Dry Run 8: Need for Speed
Post by: gordonhucn on July 10, 2014, 03:13:46 am
Just tried to create asset with XTS balance over 100,but failed with error message:

RPC Server Error: In method 'wallet_asset_create': 20010 insufficient_funds: insufficient funds

I tried the same in version 0.0.7 and it worked.
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 10, 2014, 05:03:56 am
So my 2 delegates have forged about 100 blocks. I have not seen any profit made from it.

How and when do delegates get paid?

I've asked this a few times now... I suppose there is info on that somewhere on the wiki? Can someone point me to it?
Title: Re: Dry Run 8: Need for Speed
Post by: muse-umum on July 10, 2014, 05:42:31 am
+1 can confirm everyone here in VA thinks alt is amazing

Sent from my SCH-I535 using Tapatalk

 +5% +5%
For those who are yet to know alt, here is his picture I took yesterday.   8) 8) 8) :D :D :D

(http://tp4.sinaimg.cn/1570505863/180/5635960334/1)
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 10, 2014, 06:09:49 am
So my 2 delegates have forged about 100 blocks. I have not seen any profit made from it.

How and when do delegates get paid?

I've asked this a few times now... I suppose there is info on that somewhere on the wiki? Can someone point me to it?

Just do wallet_get_account crabbypattie and you should see the "profit". or you can do blockchain_list_active_delegates 1 100 to see all of them
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 10, 2014, 06:28:41 am
Just do wallet_get_account crabbypattie and you should see the "profit". or you can do blockchain_list_active_delegates 1 100 to see all of them

Thank you, betax! So, this balance - when and how does it get distributed? Is it when you stop producing blocks? It doesn't seem to be reflected in my acct.

Also - I spent 800K on delegate positions, they have produced about 20K each so far.
Title: Re: Dry Run 8: Need for Speed
Post by: puppies on July 10, 2014, 06:42:04 am
Well that makes complete sense then why I can't get it working. Carry on :)

You can build your own gui client on Ubuntu.  You will need to
Code: [Select]
sudo apt-get install qt5-default libqt5webkit5-dev npm (I thnk those are the only dependencies needed.)
Then follow the Ubuntu instructions to build the text client.  After you do the git submodule update you will need to
Code: [Select]
cd programs
git clone https://github.com/bitshares/web_wallet.git
git clone https://github.com/bitshares/qt_wallet.git
cd web_wallet
sudo npm install -g lineman
sudo npm install
lineman run
Lineman should run for a bit and then get to a point where its just waiting.  Go ahead and ctrl C, or just open a new terminal.  You will then need to take the folder named generated in bitshares_toolkit/programs/webwallet, move it to bitshares_toolkit/programs/qt_wallet and name it htdocs.  Then cd back to /bitshares_toolkit and run
Code: [Select]
cmake -DINCLUDE_QT_WALLET=ON ../bitshares_toolkit
make
If all goes well you will have an executable named BitSharesXT in /bitshares_toolkit/programs/qt_wallet that will be your gui wallet.

I typed this up from memory, its been a few days since I've built the gui wallet, so I may have missed something.  Also please forgive any typing errors.
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 10, 2014, 06:48:13 am
For starters, my 2nd delegate registration just worked after some time. I have no idea what the bug initially was, have a look if you get time.

Anyways, sumantso has almost 0.02% approval, while suman is <0.01%. Please send a few votes suman's way.
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 10, 2014, 07:15:06 am
my client stop sync block again,
last time when this happened, I am unlock through web wallet.
this time I have do nothing.
Code: [Select]
default (unlocked) >>> info
{
  "blockchain_head_block_num": 8611,
  "blockchain_head_block_age": "3 hours old",
  "blockchain_head_block_timestamp": "20140710T041100",
from the log file, I found many database store error
some times the error happened when store a transaction
Code: [Select]
20140710T040939.589721       th_a       handle_message ] CLIENT: just received transaction 541ccae9676cfdb24a1dd454342b25ddd4ea283b                     client.cpp:910
20140710T040939.605413       th_a       handle_message ] CLIENT: just received transaction 5334bf58174a989b3b59fd3361a2a484f10d7b9a                     client.cpp:910
20140710T040939.722093       th_a       handle_message ] CLIENT: just received transaction 375893fc56a191a2d7c6781f50827b325447fcdd                     client.cpp:910
20140710T040939.762042       th_a       handle_message ] CLIENT: just received transaction 5318643396766f90713875cd81bcfa6780864080                     client.cpp:910
20140710T040939.962398       th_a       handle_message ] CLIENT: just received transaction 542f8e4bc99001fe72eb4cf6d94c66a97ba157fc                     client.cpp:910
20140710T040940.774578       th_a       handle_message ] CLIENT: just received transaction 54396206dd5a8e21137d27bced6a0d9c79dcb3a1                     client.cpp:910
20140710T040940.792349       th_a                store ] storing error in database: .......... client.cpp:372
.......

some times it happened when store block. here you can see  how block 8611 was lost.
Code: [Select]
20140710T041101.561453       th_a         on_new_block ] Received a new block from the p2p network, current head block is 8610, new block is .........., current head block is 8610                     client.cpp:810
20140710T041101.564998       th_a      store_and_index ]            we already know about its previous: 4ed5d11df6c31207ab0164d19acb381776198fb4                        chain_database.cpp:423
20140710T041101.568464       th_a   apply_transactions ] Applying transactions from block: 8611                 chain_database.cpp:517
20140710T041101.608607       th_a       handle_message ] CLIENT: just received transaction 5e7ad620b2c22f9e89c74dd4c2d5b217d7526fa8                     client.cpp:910
20140710T041101.757095       th_a         on_new_block ] After push_block, current head block is 8611                   client.cpp:826
20140710T041101.779538       th_a       handle_message ] CLIENT: just received transaction 5ea6cf69af2f33b20c90873f16bfabc5940c9704                     client.cpp:910
20140710T041101.888100       th_a       handle_message ] CLIENT: just received transaction 2d96353239a0ff8916163835d406fec1b6e95cce                     client.cpp:910
20140710T041101.960162       th_a       handle_message ] CLIENT: just received transaction 5f13daa66fe2efda501192a3fcdff9e196c23ab2                     client.cpp:910
20140710T041102.147807       th_a       handle_message ] CLIENT: just received transaction 5f78d9fd926216f437bf3d0e0542a9490e23b23f                     client.cpp:910
......................
20140710T041111.818869       th_a       handle_message ] CLIENT: just received transaction 6f421a267186a39a6e637722f12eaecab0cbb729                     client.cpp:910
20140710T041111.852776       th_a       handle_message ] CLIENT: just received transaction 6829ade9bf68d4b50746d24f11a95aef6d2b9089                     client.cpp:910
20140710T041112.131368       th_a       handle_message ] CLIENT: just received transaction 6d7bcbebde00258b68d4d0d717c9238adc834f64                     client.cpp:910
20140710T041112.137844       th_a       handle_message ] CLIENT: just received transaction 6f4c103951449f2cfd368831e4914d87917f99ed                     client.cpp:910
20140710T041112.210913       th_a       handle_message ] CLIENT: just received transaction 6e69022eac4461683a80cf59e5764e8ecc22baa6                     client.cpp:910
20140710T041112.383471       th_a       handle_message ] CLIENT: just received transaction 6f943dbe7ceb440b7e6128bebf6604cb4eefd613                     client.cpp:910
20140710T041112.440864       th_a       handle_message ] CLIENT: just received transaction 6f421a267186a39a6e637722f12eaecab0cbb729                     client.cpp:910
20140710T041113.010481       th_a       handle_message ] CLIENT: just received transaction 6f7f86805e824582076489d3ee585b26996d23b9                     client.cpp:910
20140710T041113.024071       th_a       handle_message ] CLIENT: just received transaction 70532ae4e51b230a6cf6aaea89ceee0604682913                     client.cpp:910
20140710T041113.595862       th_a       handle_message ] CLIENT: just received transaction 7091699a416b646417bca0181828f2f34d7db9ca                     client.cpp:910
20140710T041113.649058       th_a       handle_message ] CLIENT: just received block cda77c576cbfa4919270a32644b8391a4866bfdb                   client.cpp:902
20140710T041113.653660       th_a         on_new_block ] Received a new block from the p2p network, current head block is 8611, new block is ...., current head block is 8611                   client.cpp:810
20140710T041113.658469       th_a      store_and_index ]            we already know about its previous: e2af818b73a717925c0079abfa55dd040314666d                        chain_database.cpp:423
20140710T041113.659922       th_a   apply_transactions ] Applying transactions from block: 8612                 chain_database.cpp:517
20140710T041113.685028       th_a         extend_chain ] error applying block: 10000 db_exception: Database in Use
database error: IO error: data/chain/index/block_id_to_block_record_db/000040.log: Too many open files
    {"msg":"IO error: data/chain/index/block_id_to_block_record_db/000040.log: Too many open files"}
    th_a  level_map.hpp:243 store
error storing cda77c576cbfa4919270a32644b8391a4866bfdb = .............
    {"key":"cda77c576cbfa4919270a32644b8391a4866bfdb","value":.........}
    th_a  level_map.hpp:245 store

    {"trx_num":19}
    th_a  chain_database.cpp:550 apply_transactions                     chain_database.cpp:817
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 10, 2014, 07:44:29 am
@alt: known issue .. BM already noticed that in this thread
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 10, 2014, 08:07:09 am
@alt: known issue .. BM already noticed that in this thread
sorry, I missed that.  :P
Title: Re: Dry Run 8: Need for Speed
Post by: betax on July 10, 2014, 08:11:40 am
Just do wallet_get_account crabbypattie and you should see the "profit". or you can do blockchain_list_active_delegates 1 100 to see all of them

Thank you, betax! So, this balance - when and how does it get distributed? Is it when you stop producing blocks? It doesn't seem to be reflected in my acct.

Also - I spent 800K on delegate positions, they have produced about 20K each so far.

try wallet_delegate_withdraw_pay.

On the console (or ui console) if you use the command "help" you will see all the commands listed, you can also do help wallet, help blockchain and help network.
The UI console autocomplete is great and a fantastic idea, as I keep forgetting the commands.
Title: Re: Dry Run 8: Need for Speed
Post by: muse-umum on July 10, 2014, 09:01:10 am
Could anyone please kindly send me some funds? Thanks. The fees for registering delegates are so damn expensive.

XTS5w1ZrZ9TdDeCQ7Q3zxQtporMmN5PvzbbVw3hM6j3NZTfZsDGXZ
Title: Re: Dry Run 8: Need for Speed
Post by: dcchong on July 10, 2014, 09:02:47 am
Is it normal?

Code: [Select]
>> wallet_account_register dc1 dc null 0

20010 insufficient_funds: insufficient funds

    {"required":"429,797.48342 XTS","available":"161,287.29885 XTS"}
    bitshares  wallet.cpp:242 bts::wallet::detail::wallet_impl::withdraw_to_transaction
Title: Re: Dry Run 8: Need for Speed
Post by: muse-umum on July 10, 2014, 09:08:44 am
Is it normal?

Code: [Select]
>> wallet_account_register dc1 dc null 0

20010 insufficient_funds: insufficient funds

    {"required":"429,797.48342 XTS","available":"161,287.29885 XTS"}
    bitshares  wallet.cpp:242 bts::wallet::detail::wallet_impl::withdraw_to_transaction


Normal.
429,797.48342 > 161,287.29885
The same to me, not enough funds.
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 10, 2014, 09:13:08 am
Is it normal?

Code: [Select]
>> wallet_account_register dc1 dc null 0

20010 insufficient_funds: insufficient funds

    {"required":"429,797.48342 XTS","available":"161,287.29885 XTS"}
    bitshares  wallet.cpp:242 bts::wallet::detail::wallet_impl::withdraw_to_transaction

for this test yes... I have not created one single delegate because huge funds are needed... 429,797 XTS !
If this is the case for the original chain I suggest renaming BitShares to MonopolyShares....
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 10, 2014, 09:28:29 am
for this test yes... I have not created one single delegate because huge funds are needed... 429,797 XTS !
When this is the case for the original chain I suggest renaming BitShares to MonopolyShares....
If you read bytemaster's comments in this thread you would already know that they are very well aware of that issue ..
Title: Re: Dry Run 8: Need for Speed
Post by: dcchong on July 10, 2014, 09:38:50 am
Is it normal?

Code: [Select]
>> wallet_account_register dc1 dc null 0

20010 insufficient_funds: insufficient funds

    {"required":"429,797.48342 XTS","available":"161,287.29885 XTS"}
    bitshares  wallet.cpp:242 bts::wallet::detail::wallet_impl::withdraw_to_transaction


Normal.
429,797.48342 > 161,287.29885
The same to me, not enough funds.


But the pay rate is 0.   I will gain no profit from tx fee while producing block, but it's still need so many funds to register a delegate, right?
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 10, 2014, 09:53:08 am
Its just a test, obviously this won't be the case later. Calm down, you lot; and vote for suman :D
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 10, 2014, 09:58:19 am
Windows64: BitSharesXT-0.1.0.exe 

- "blocks are (not) syncing" - 0 connections
- installer crash if "run" directly from installer is marked

new wallet, pw etc. fixed - that looks fine.
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 10, 2014, 10:29:05 am
On win7 32 under appdata the directory BitSharesXTS is 647 MB
The directory  logs alone is 533 MB!
And the most space for only one directory is /logs/p2p total 350MB

It is normal I guess...
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 10, 2014, 10:36:00 am
Its a testrun with lots of debugging messages .. you can safely remove those dirs.
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 10, 2014, 10:41:35 am
Its a testrun with lots of debugging messages .. you can safely remove those dirs.

thanks xeroc  ;)
you are always helpfull.
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 10, 2014, 11:10:27 am
Here and there my delegates dies with segfault:
Code: [Select]
[162914.466986] bitshares_clien[9718]: segfault at ffffffffffffffff ip 00007f242cba84d4 sp 00007f23d53c23f8 error 6 in libc-2.18.so[7f242cb23000+1a0000]
[169508.694339] bitshares_clien[9749]: segfault at ffffffffffffffff ip 00007fa2db2124d4 sp 00007fa2843f73f8 error 6 in libc-2.18.so[7fa2db18d000+1a0000]

Code: [Select]
default (unlocked) >>> about
{
  "bitshares_toolkit_revision": "8c230c7becbc0fec7dd5377110a87ab9491fdc2f",
  "bitshares_toolkit_revision_age": "11 hours ago",
  "fc_revision": "87196008d4dacf292523e0b2e89e3af16e125dde",
  "fc_revision_age": "16 hours ago",
  "compile_date": "compiled on Jul 10 2014 at 09:55:34"
}
Title: Re: Dry Run 8: Need for Speed
Post by: spartako on July 10, 2014, 12:15:18 pm
Here and there my delegates dies with segfault:
Code: [Select]
[162914.466986] bitshares_clien[9718]: segfault at ffffffffffffffff ip 00007f242cba84d4 sp 00007f23d53c23f8 error 6 in libc-2.18.so[7f242cb23000+1a0000]
[169508.694339] bitshares_clien[9749]: segfault at ffffffffffffffff ip 00007fa2db2124d4 sp 00007fa2843f73f8 error 6 in libc-2.18.so[7fa2db18d000+1a0000]

Code: [Select]
default (unlocked) >>> about
{
  "bitshares_toolkit_revision": "8c230c7becbc0fec7dd5377110a87ab9491fdc2f",
  "bitshares_toolkit_revision_age": "11 hours ago",
  "fc_revision": "87196008d4dacf292523e0b2e89e3af16e125dde",
  "fc_revision_age": "16 hours ago",
  "compile_date": "compiled on Jul 10 2014 at 09:55:34"
}

Same problem here
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 10, 2014, 01:45:47 pm
Could anyone please kindly send me some funds? Thanks. The fees for registering delegates are so damn expensive.

XTS5w1ZrZ9TdDeCQ7Q3zxQtporMmN5PvzbbVw3hM6j3NZTfZsDGXZ
you should register earlier, sent you 10000

Code: [Select]
   11255.0    2014-07-10T13:43:30 alt                 heyd                10,000.00000 XTS      0.10000 XTS                                                ad5e60e1
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 10, 2014, 01:48:32 pm
Here and there my delegates dies with segfault:
Code: [Select]
[162914.466986] bitshares_clien[9718]: segfault at ffffffffffffffff ip 00007f242cba84d4 sp 00007f23d53c23f8 error 6 in libc-2.18.so[7f242cb23000+1a0000]
[169508.694339] bitshares_clien[9749]: segfault at ffffffffffffffff ip 00007fa2db2124d4 sp 00007fa2843f73f8 error 6 in libc-2.18.so[7fa2db18d000+1a0000]

Code: [Select]
default (unlocked) >>> about
{
  "bitshares_toolkit_revision": "8c230c7becbc0fec7dd5377110a87ab9491fdc2f",
  "bitshares_toolkit_revision_age": "11 hours ago",
  "fc_revision": "87196008d4dacf292523e0b2e89e3af16e125dde",
  "fc_revision_age": "16 hours ago",
  "compile_date": "compiled on Jul 10 2014 at 09:55:34"
}
Maybe that's the reason why BM ask us to run it from gdb
Or do you get the core dump file?
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 10, 2014, 02:19:55 pm
some nodes ips please?
Title: Re: Dry Run 8: Need for Speed
Post by: Fox on July 10, 2014, 03:02:33 pm
I'm only seeing two nodes >:(:
Code: [Select]
network_add_node "176.9.234.167:8801" add
network_add_node "92.243.18.20:8801" add

What are you seeing?
Title: Re: Dry Run 8: Need for Speed
Post by: jbutta2k13 on July 10, 2014, 03:06:59 pm
Win7: I was 18 hours out of sync with blockchain..I was unable to connect. once I added the nodes above, it immediately connected with 8 nodes.

I thought I would report in case this is an unkown issue.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 10, 2014, 03:14:03 pm
Eric has put in a temporary hack that solves the connection issues by immediately closing the socket.  We are tracking down a much deeper bug that is causing the slow memory leak / destructor not to be called. 



Title: Re: Dry Run 8: Need for Speed
Post by: JA on July 10, 2014, 03:48:01 pm
finally got the windoes client working  :D
can someone send me some shares ? XTS7DZTXvZ7dUh1CyG7QK5ocvQSjW1fWD3ADpKqGMjMwT8XAfQgW6
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 10, 2014, 04:03:20 pm
windows client finally syncing....

typo: scanning transaltions
Title: Re: Dry Run 8: Need for Speed
Post by: metalallen on July 10, 2014, 04:24:21 pm
finally got the windoes client working  :D
can someone send me some shares ? XTS7DZTXvZ7dUh1CyG7QK5ocvQSjW1fWD3ADpKqGMjMwT8XAfQgW6

300 XTS sent, have fun.  ;)
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 10, 2014, 04:28:08 pm
windows client finally syncing....

typo: scanning transaltions

Where is this typo? 
Title: Re: Dry Run 8: Need for Speed
Post by: svk on July 10, 2014, 04:31:17 pm
windows client finally syncing....

typo: scanning transaltions

Where is this typo?
In the popup loading message you get when you log in using the Windows client.
Title: Re: Dry Run 8: Need for Speed
Post by: useless on July 10, 2014, 06:02:40 pm
Would someone be willing to send a few shares so I can play around with the Windows wallet? 

XTS7zP7gmRceR4zY9wHZE397Xkv7RBAXKgUYgGesTjCqXUM7iGH2Z

thanks in advance.
Title: Re: Dry Run 8: Need for Speed
Post by: suwoder on July 10, 2014, 06:42:24 pm
what 'a wrong with my BitShares XTS client,  ::)

(http://v2.freep.cn/3tb_140711022749t2bm512293.png)

Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 10, 2014, 06:45:30 pm
Would someone be willing to send a few shares so I can play around with the Windows wallet? 

XTS7zP7gmRceR4zY9wHZE397Xkv7RBAXKgUYgGesTjCqXUM7iGH2Z

thanks in advance.

Sent you some :)
Title: Re: Dry Run 8: Need for Speed
Post by: useless on July 10, 2014, 06:57:43 pm
Would someone be willing to send a few shares so I can play around with the Windows wallet? 

XTS7zP7gmRceR4zY9wHZE397Xkv7RBAXKgUYgGesTjCqXUM7iGH2Z

thanks in advance.

Sent you some :)

Thank you!
Title: Re: Dry Run 8: Need for Speed
Post by: Fox on July 10, 2014, 08:40:13 pm
This code base seems much more stable than that of 12+ hours ago:
Code: [Select]
about
{
  "bitshares_toolkit_revision": "2c46468de8e587229d54efe47d55fdf599c1da6f",
  "bitshares_toolkit_revision_age": "6 hours ago",
  "fc_revision": "87196008d4dacf292523e0b2e89e3af16e125dde",
  "fc_revision_age": "25 hours ago",
  "compile_date": "compiled on Jul 10 2014 at 13:18:03"
}

I currently have 15 connections:
Code: [Select]
network_add_node "114.215.104.153:47692" add
network_add_node "69.90.132.209:8801" add
network_add_node "23.99.109.40:8801" add
network_add_node "106.187.91.24:48254" add
network_add_node "188.138.107.159:8801" add
network_add_node "107.170.30.182:8801" add
network_add_node "92.243.18.20:8801" add
network_add_node "162.243.160.72:8801" add
network_add_node "207.12.89.119:39073" add
network_add_node "106.185.24.234:8801" add
network_add_node "128.199.180.112:8801" add
network_add_node "95.85.33.16:8764" add
network_add_node "107.170.170.214:8801" add
network_add_node "107.170.90.142:59285" add
network_add_node "106.187.91.24:8801" add

Functioning delegate:
Code: [Select]
wallet_approve_delegate fox
Title: Re: Dry Run 8: Need for Speed
Post by: vikram on July 10, 2014, 08:49:15 pm
I have pushed a change allowing genesis claims to show in your transaction history. The necessary wallet transaction record change may result in your transaction history displaying ERROR for old transactions. If you want to get rid of it, a wallet rescan should get rid of these errors. Note that genesis claim transactions shown will also probably have your current balance rather than the initial amount claimed, if you have already withdrawn this money to somewhere else. This is due to the claim transaction being added mid-chain; the correct original claim amount will be shown for all future chains
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 10, 2014, 09:59:45 pm
Why are missing so many blocks?

(http://2.bp.blogspot.com/-WNUwRUmudXw/U78MeffAp-I/AAAAAAAAC-U/fNk-94EDvDE/s1600/Screenshot+2014-07-11+00.55.21.png)
Title: Re: Dry Run 8: Need for Speed
Post by: vikram on July 10, 2014, 10:06:55 pm
Eric has put in a temporary hack that solves the connection issues by immediately closing the socket.  We are tracking down a much deeper bug that is causing the slow memory leak / destructor not to be called.

I believe this has now been fixed in the latest code.
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 10, 2014, 11:57:56 pm
Eric has put in a temporary hack that solves the connection issues by immediately closing the socket.  We are tracking down a much deeper bug that is causing the slow memory leak / destructor not to be called.
Do you use  valgrind to help memory debug?
I have try to start with valgrind, but program quit with segment fault.
Code: [Select]
alt@alt-ThinkPad-T430s ~/workspace/bitshares_toolkit/build/programs/client $ valgrind --tool=memcheck --leak-check=full --log-file=/tmp/log.txt ./bitshares_client --data-dir data   
Loading blockchain from "data/chain"
Loading config "data/config.json"
Not starting RPC server, use --server to enable the RPC interface
Attempting to map P2P port 8801 with UPNP...
Listening for P2P connections on port 8801
Attempting to connect to peer 107.170.30.182:8801
Attempting to connect to peer 107.170.30.182:8802
Attempting to connect to peer 107.170.30.182:8803
(wallet closed) >>> Segment fault(core dump)
from the output file log.txt, I can get some error, but have not  catch memory leak yet.
Code: [Select]
==2801==    at 0xC26F3B: jump_fcontext (in /home/alt/workspace/bitshares_toolkit/build/programs/client/bitshares_client)
==2801==  Address 0x40cefc0 is not stack'd, malloc'd or (recently) free'd
....
==2801== Use of uninitialised value of size 8
==2801==    at 0x62F85D: fc::thread::wait_until(fc::shared_ptr<fc::promise_base>&&, fc::time_point const&) (thread.cpp:357)
==2801==    by 0x63525F: fc::promise_base::_wait_until(fc::time_point const&) (future.cpp:57)
==2801==    by 0x635434: fc::promise_base::_wait(fc::microseconds const&) (future.cpp:47)
.....
==2801== Syscall param futex(futex) contains uninitialised byte(s)
==2801==    at 0x545108A: __lll_unlock_wake (lowlevellock.S:371)
==2801==    by 0x544D8A3: _L_unlock_722 (pthread_mutex_unlock.c:87)
==2801==    by 0x544D7F2: pthread_mutex_unlock (pthread_mutex_unlock.c:57)
==2801==    by 0x632E39: boost::cv_status boost::condition_variable::wait_until<boost::chrono::steady_clock, boost::chrono::duration<long, boost::ratio<1l, 1000000000l>
 > >(boost::unique_lock<boost::mutex>&, boost::chrono::time_point<boost::chrono::steady_clock, boost::chrono::duration<long, boost::ratio<1l, 1000000000l> > > const&) (
thread_data.hpp:207)
==2801==    by 0x634469: fc::thread_d::process_tasks() (thread_d.hpp:439)
==2801==    by 0x6344B5: fc::thread_d::start_process_tasks(long) (thread_d.hpp:352)
...
==2801== Process terminating with default action of signal 11 (SIGSEGV)
==2801==  Access not within mapped region at address 0x53BEBA55
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 11, 2014, 12:12:55 am
Valgrind does not like how FC manipulates the stack pointer for cooperative multitasking.


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Dry Run 8: Need for Speed
Post by: cass on July 11, 2014, 01:36:20 am
XTS59mt5n3gJDLtTG7Je2Lpcf7SWpq2Ec8gynoQzPh7zeBkKpB6cf some funds pls ..thx
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 11, 2014, 01:43:23 am
XTS59mt5n3gJDLtTG7Je2Lpcf7SWpq2Ec8gynoQzPh7zeBkKpB6cf some funds pls ..thx

sent you 888 XTS
Title: Re: Dry Run 8: Need for Speed
Post by: cass on July 11, 2014, 01:43:44 am
thx
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 11, 2014, 02:06:11 am
don't know if it's a known issue.
my client failed to  sync blocks at block 9661.
from the logs, switch fork failed because of detected duplicate transaction
Code: [Select]
20140711T010615.408801       th_a       switch_to_fork ] switch from fork 76fdaa3232590335bace099a977c31a36327a4ef to c91e6df277471ad7654273370452f783e78c9cb5         chain_database.cpp:497
20140711T010615.408824       th_a     get_fork_history ]                        chain_database.cpp:842
20140711T010615.408899       th_a     get_fork_history ] return: ["c91e6df277471ad7654273370452f783e78c9cb5","3c5a66fe4b06a2b7798d8c167bddf472d3dc847a","76fdaa3232590335bace099a977c31a36327a4ef"]                     chain_database.cpp:863
20140711T010615.408930       th_a       switch_to_fork ]     extend 3c5a66fe4b06a2b7798d8c167bddf472d3dc847a                    chain_database.cpp:507
20140711T010615.410323       th_a   apply_transactions ] Applying transactions from block: 9662                 chain_database.cpp:517
20140711T010615.410544       th_a         extend_chain ] error applying block: 30007 duplicate_transaction: duplicate transaction

    {"trx_id":"12c892efad26a84c73a9271d2b0469b99645d7fe"}
    th_a  transaction_evaluation_state.cpp:189 evaluate

    {"trx":{"expiration":"20140710T094537","delegate_slate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTSJa6bm5iPYsahikNECLr2k17gwWicnEUjm","amount":10000,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSBmdRD4rigXPmn6VjJVdydaNnq15SfzzAm","amount":10000,"claim_input_data":""}},{"type":"deposit_op_type","data":{"amount":10000,"condition":{"asset_id":0,"delegate_slate_id":7694373846492465735,"type":"withdraw_signature_type","data":{"owner":"XTS6gvyPkLeERzaNuP1JR5vrdW54skHzHJ56","memo":{"one_time_key":"XTS7D5HyiW6wPbHNbYzhYRhRG1hTfeBrDcHTm1W9Pq6VPHAg6hLLP","encrypted_memo_data":"d89b7e926009b356d23df76860e902952d435b0df62db29d723fdee18f916cd25ea576a06ecfddeeb8b34c70953b17d6f873e6c661a5ad534feb8f5d4f85a62f"}}}}}],"signatures":["20d7aee2566b2513d5d6f5ae3681c0e5fe9db4331343dd9e8e9e1cae61fec6c14ce053116fcf6744c946646cd1c7df4172e5cec953ef0246d02d92f4c69a518f6a","200a5d7c7fa6d90f1d6c71edca6c0da55e74ad1cc60a6feb212c8aec15d34ab631a2e5cdc159f52df64058166250d439f8c3ab258ca308eb659119bbf55b469fbc"]}}
    th_a  transaction_evaluation_state.cpp:218 evaluate

    {"trx_num":0}
    th_a  chain_database.cpp:550 apply_transactions                     chain_database.cpp:817
20140711T010615.549060       th_a           push_block ] attempt to switch to fork failed: 30007 duplicate_transaction: duplicate transaction

    {"trx_id":"12c892efad26a84c73a9271d2b0469b99645d7fe"}
    th_a  transaction_evaluation_state.cpp:189 evaluate
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 11, 2014, 02:12:01 am
Valgrind does not like how FC manipulates the stack pointer for cooperative multitasking.


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
It's so hard to find the memory problem.  :(
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 11, 2014, 02:28:26 am
don't know if it's a known issue.
my client failed to  sync blocks at block 9661.
from the logs, switch fork failed because of detected duplicate transaction
Code: [Select]
20140711T010615.408801       th_a       switch_to_fork ] switch from fork 76fdaa3232590335bace099a977c31a36327a4ef to c91e6df277471ad7654273370452f783e78c9cb5         chain_database.cpp:497
20140711T010615.408824       th_a     get_fork_history ]                        chain_database.cpp:842
20140711T010615.408899       th_a     get_fork_history ] return: ["c91e6df277471ad7654273370452f783e78c9cb5","3c5a66fe4b06a2b7798d8c167bddf472d3dc847a","76fdaa3232590335bace099a977c31a36327a4ef"]                     chain_database.cpp:863
20140711T010615.408930       th_a       switch_to_fork ]     extend 3c5a66fe4b06a2b7798d8c167bddf472d3dc847a                    chain_database.cpp:507
20140711T010615.410323       th_a   apply_transactions ] Applying transactions from block: 9662                 chain_database.cpp:517
20140711T010615.410544       th_a         extend_chain ] error applying block: 30007 duplicate_transaction: duplicate transaction

    {"trx_id":"12c892efad26a84c73a9271d2b0469b99645d7fe"}
    th_a  transaction_evaluation_state.cpp:189 evaluate

    {"trx":{"expiration":"20140710T094537","delegate_slate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTSJa6bm5iPYsahikNECLr2k17gwWicnEUjm","amount":10000,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSBmdRD4rigXPmn6VjJVdydaNnq15SfzzAm","amount":10000,"claim_input_data":""}},{"type":"deposit_op_type","data":{"amount":10000,"condition":{"asset_id":0,"delegate_slate_id":7694373846492465735,"type":"withdraw_signature_type","data":{"owner":"XTS6gvyPkLeERzaNuP1JR5vrdW54skHzHJ56","memo":{"one_time_key":"XTS7D5HyiW6wPbHNbYzhYRhRG1hTfeBrDcHTm1W9Pq6VPHAg6hLLP","encrypted_memo_data":"d89b7e926009b356d23df76860e902952d435b0df62db29d723fdee18f916cd25ea576a06ecfddeeb8b34c70953b17d6f873e6c661a5ad534feb8f5d4f85a62f"}}}}}],"signatures":["20d7aee2566b2513d5d6f5ae3681c0e5fe9db4331343dd9e8e9e1cae61fec6c14ce053116fcf6744c946646cd1c7df4172e5cec953ef0246d02d92f4c69a518f6a","200a5d7c7fa6d90f1d6c71edca6c0da55e74ad1cc60a6feb212c8aec15d34ab631a2e5cdc159f52df64058166250d439f8c3ab258ca308eb659119bbf55b469fbc"]}}
    th_a  transaction_evaluation_state.cpp:218 evaluate

    {"trx_num":0}
    th_a  chain_database.cpp:550 apply_transactions                     chain_database.cpp:817
20140711T010615.549060       th_a           push_block ] attempt to switch to fork failed: 30007 duplicate_transaction: duplicate transaction

    {"trx_id":"12c892efad26a84c73a9271d2b0469b99645d7fe"}
    th_a  transaction_evaluation_state.cpp:189 evaluate

This looks like a very solid bug to track down...  Can you export your fork graph from block 9650 to 6750 and provide the output from blockchain_list_forks?
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 11, 2014, 02:33:27 am
Valgrind does not like how FC manipulates the stack pointer for cooperative multitasking.


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
It's so hard to find the memory problem.  :(

We have fixed the memory leak as well as the file handle leak. 
Title: Re: Dry Run 8: Need for Speed
Post by: bitmeat on July 11, 2014, 02:36:47 am
W00t!!! Curious what it was. Link to change that fixes it in github? :)
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 11, 2014, 02:41:47 am
don't know if it's a known issue.
my client failed to  sync blocks at block 9661.
from the logs, switch fork failed because of detected duplicate transaction
Code: [Select]
20140711T010615.408801       th_a       switch_to_fork ] switch from fork 76fdaa3232590335bace099a977c31a36327a4ef to c91e6df277471ad7654273370452f783e78c9cb5         chain_database.cpp:497
20140711T010615.408824       th_a     get_fork_history ]                        chain_database.cpp:842
20140711T010615.408899       th_a     get_fork_history ] return: ["c91e6df277471ad7654273370452f783e78c9cb5","3c5a66fe4b06a2b7798d8c167bddf472d3dc847a","76fdaa3232590335bace099a977c31a36327a4ef"]                     chain_database.cpp:863
20140711T010615.408930       th_a       switch_to_fork ]     extend 3c5a66fe4b06a2b7798d8c167bddf472d3dc847a                    chain_database.cpp:507
20140711T010615.410323       th_a   apply_transactions ] Applying transactions from block: 9662                 chain_database.cpp:517
20140711T010615.410544       th_a         extend_chain ] error applying block: 30007 duplicate_transaction: duplicate transaction

    {"trx_id":"12c892efad26a84c73a9271d2b0469b99645d7fe"}
    th_a  transaction_evaluation_state.cpp:189 evaluate

    {"trx":{"expiration":"20140710T094537","delegate_slate_id":null,"operations":[{"type":"withdraw_op_type","data":{"balance_id":"XTSJa6bm5iPYsahikNECLr2k17gwWicnEUjm","amount":10000,"claim_input_data":""}},{"type":"withdraw_op_type","data":{"balance_id":"XTSBmdRD4rigXPmn6VjJVdydaNnq15SfzzAm","amount":10000,"claim_input_data":""}},{"type":"deposit_op_type","data":{"amount":10000,"condition":{"asset_id":0,"delegate_slate_id":7694373846492465735,"type":"withdraw_signature_type","data":{"owner":"XTS6gvyPkLeERzaNuP1JR5vrdW54skHzHJ56","memo":{"one_time_key":"XTS7D5HyiW6wPbHNbYzhYRhRG1hTfeBrDcHTm1W9Pq6VPHAg6hLLP","encrypted_memo_data":"d89b7e926009b356d23df76860e902952d435b0df62db29d723fdee18f916cd25ea576a06ecfddeeb8b34c70953b17d6f873e6c661a5ad534feb8f5d4f85a62f"}}}}}],"signatures":["20d7aee2566b2513d5d6f5ae3681c0e5fe9db4331343dd9e8e9e1cae61fec6c14ce053116fcf6744c946646cd1c7df4172e5cec953ef0246d02d92f4c69a518f6a","200a5d7c7fa6d90f1d6c71edca6c0da55e74ad1cc60a6feb212c8aec15d34ab631a2e5cdc159f52df64058166250d439f8c3ab258ca308eb659119bbf55b469fbc"]}}
    th_a  transaction_evaluation_state.cpp:218 evaluate

    {"trx_num":0}
    th_a  chain_database.cpp:550 apply_transactions                     chain_database.cpp:817
20140711T010615.549060       th_a           push_block ] attempt to switch to fork failed: 30007 duplicate_transaction: duplicate transaction

    {"trx_id":"12c892efad26a84c73a9271d2b0469b99645d7fe"}
    th_a  transaction_evaluation_state.cpp:189 evaluate

This looks like a very solid bug to track down...  Can you export your fork graph from block 9650 to 6750 and provide the output from blockchain_list_forks?
no fork from block 9650.
Code: [Select]
.....
           9534
     1cfdf7b637c77c1da5e72f216ca09e43690f3193              xeroc-delegate-9              6      1646 2014-07-10T07:35:10     62605     YES                 YES
     4594dd04d3ac9cbdb13003767df7c04a50cbc209                       vikram1             28      7014 2014-07-10T07:35:20     62595     N/A                  NO
           9543
     425460964f600c17f0ef1cbb3ce107ad9af3c0a7                        betax2              3       914 2014-07-10T07:37:20     62475     YES                 YES
     8155561bf3b26350b71ed7e7cdaed1897652fb7a                      vikram10              0       182 2014-07-10T07:37:40     62456     N/A                  NO
           9544
     decf369a504295b2408062714f259463f9045bca                        xeldal             62     19054 2014-07-10T07:37:30     62467     YES                 YES
     ab742689866ce3ad1b3c41a0a42e79e00acf9d2d                      vikram12              0       182 2014-07-10T07:41:50     62206     N/A                  NO
Actually, switch fork is called here not because of a real fork.
This happened when I just begin the program.
It begin to fetch block from very early.
then  it  reached to block 9661("76fdaa3232590335bace099a977c31a36327a4ef"), and have commit block 9661 to the chain.
then it get another two block: ["c91e6df277471ad7654273370452f783e78c9cb5","3c5a66fe4b06a2b7798d8c167bddf472d3dc847a",] ,
when merge block "3c5a66fe4b06a2b7798d8c167bddf472d3dc847a", it failed with duplicate transaction.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 11, 2014, 02:44:26 am
W00t!!! Curious what it was. Link to change that fixes it in github? :)

https://github.com/BitShares/bitshares_toolkit/commit/45b7731435d2197961b79461705acb7c630c785d
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 11, 2014, 02:50:16 am
don't know if it's a known issue.
my client failed to  sync blocks at block 9661.
from the logs, switch fork failed because of detected duplicate transaction

Actually, switch fork is called here not because of a real fork.
This happened when I just begin the program.
It begin to fetch block from very early.
then  it  reached to block 9661("76fdaa3232590335bace099a977c31a36327a4ef"), and have commit block 9661 to the chain.
then it get another two block: ["c91e6df277471ad7654273370452f783e78c9cb5","3c5a66fe4b06a2b7798d8c167bddf472d3dc847a",] ,
when merge block "3c5a66fe4b06a2b7798d8c167bddf472d3dc847a", it failed with duplicate transaction.

I'm confused.
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 11, 2014, 03:45:23 am
don't know if it's a known issue.
my client failed to  sync blocks at block 9661.
from the logs, switch fork failed because of detected duplicate transaction

Actually, switch fork is called here not because of a real fork.
This happened when I just begin the program.
It begin to fetch block from very early.
then  it  reached to block 9661("76fdaa3232590335bace099a977c31a36327a4ef"), and have commit block 9661 to the chain.
then it get another two block: ["c91e6df277471ad7654273370452f783e78c9cb5","3c5a66fe4b06a2b7798d8c167bddf472d3dc847a",] ,
when merge block "3c5a66fe4b06a2b7798d8c167bddf472d3dc847a", it failed with duplicate transaction.

I'm confused.
Sorry for my poor English.
I mean it's not about fork. no fork at block 9661.
In fact every new block  it received, it will call switch_to_fork before apply_transactions, I don't know if it's correct?
Code: [Select]
20140711T010009.201990       th_a      store_and_index ]            we already know about its previous: 6a853190ba4dba7807d2d6d5ba161cd1d1cbc64f                       
chain_database.cpp:423
20140711T010009.202035       th_a      store_and_index ]           current_fork: {"next_blocks":["5d3f66068d585528d480b70a18c29eec25c7e8f6"],"is_linked":true,"is_valid"
:null,"invalid_reason":null,"is_included":false,"is_known":false}                       chain_database.cpp:447
20140711T010009.202071       th_a      store_and_index ]           prev_fork: {"next_blocks":["927d90285e7b2fb0c1e688e365ac99068c7c3444"],"is_linked":true,"is_valid":nu
ll,"invalid_reason":null,"is_included":false,"is_known":true}                   chain_database.cpp:448
20140711T010009.202129       th_a       switch_to_fork ] switch from fork 6b8de8e41c40b37f17c459a591b25cccfdedfc99 to 927d90285e7b2fb0c1e688e365ac99068c7c3444         
        chain_database.cpp:497
20140711T010009.202153       th_a     get_fork_history ]                        chain_database.cpp:842
20140711T010009.202209       th_a     get_fork_history ] return: ["927d90285e7b2fb0c1e688e365ac99068c7c3444","6a853190ba4dba7807d2d6d5ba161cd1d1cbc64f","6b8de8e41c40b37
f17c459a591b25cccfdedfc99"]                     chain_database.cpp:863
20140711T010009.202241       th_a       switch_to_fork ]     extend 6a853190ba4dba7807d2d6d5ba161cd1d1cbc64f                    chain_database.cpp:507
20140711T010009.203609       th_a   apply_transactions ] Applying transactions from block: 9538                 chain_database.cpp:517
20140711T010009.554571       th_a       switch_to_fork ]     extend 927d90285e7b2fb0c1e688e365ac99068c7c3444                    chain_database.cpp:507
20140711T010009.556027       th_a   apply_transactions ] Applying transactions from block: 9539                 chain_database.cpp:517
20140711T010010.228383       th_a         on_new_block ] After push_block, current head block is 9539                   client.cpp:848
Code: [Select]
20140711T010013.258569       th_a      store_and_index ]            we already know about its previous: a7f0ead5ce478cfbe374c222b40ff8a9a2420f13                       
chain_database.cpp:423
20140711T010013.258615       th_a      store_and_index ]           current_fork: {"next_blocks":["354082413dcb4416c33d2f9472491b42d01324db"],"is_linked":true,"is_valid"
:null,"invalid_reason":null,"is_included":false,"is_known":false}                       chain_database.cpp:447
20140711T010013.258651       th_a      store_and_index ]           prev_fork: {"next_blocks":["73db1927767e8acf932d1529f60aaa9b12dee709"],"is_linked":true,"is_valid":tr
ue,"invalid_reason":null,"is_included":true,"is_known":false}                   chain_database.cpp:448
20140711T010013.259998       th_a   apply_transactions ] Applying transactions from block: 9542                 chain_database.cpp:517
20140711T010015.380021       th_a         on_new_block ] After push_block, current head block is 9542                   client.cpp:848
Title: Re: Dry Run 8: Need for Speed
Post by: spartako on July 11, 2014, 10:08:35 am
I had a segfault after ~14 hour my client was running:
Code: [Select]
--- there are now 5 active connections to the p2p network
default (unlocked) >>>
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff647afd0 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
(gdb)

If I restart the client and then I give the quit command, at the exit I have an other segfault:
Code: [Select]
Program received signal SIGSEGV, Segmentation fault.
fc::detail::average_rate_meter::update_const(unsigned int) const () at /home/fabiux/ssd/bitshares_toolkit/libraries/fc/include/fc/time.hpp:59
59              bool   operator <=( const time_point& t )const                              { return elapsed._count <=t.elapsed._count; }
(gdb)

Code: [Select]
default (unlocked) >>> about
{
  "bitshares_toolkit_revision": "2c46468de8e587229d54efe47d55fdf599c1da6f",
  "bitshares_toolkit_revision_age": "20 hours ago",
  "fc_revision": "87196008d4dacf292523e0b2e89e3af16e125dde",
  "fc_revision_age": "39 hours ago",
  "compile_date": "compiled on Jul 10 2014 at 09:15:43"
}

System: Ubuntu 12.04
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 11, 2014, 11:47:45 am
Checked my client after over 12 hours and it has been running smoothly and producing blocks :) I guess its quite close to being the final product now.

Don't let suman drop out, eh? Its quite close to bottom.
Title: Re: Dry Run 8: Need for Speed
Post by: jbutta2k13 on July 11, 2014, 02:29:49 pm
This may not be the right place for the topic but i wanted to discuss it anyway.  please feel free to move it where you believe it needs t go.

Questions and possible testing requirements of the network.
[li] I think it would be a good idea for there to be a reporting mechanism for delegates to show active connections with peers.  this would allow the BTX to visually network connectivity maps. Who know what useful information this would provide.


[/li][/list]

Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 11, 2014, 05:00:18 pm
The min connection count is for the delegate's own convenience. You can override it and set it to 0, easier than making 5 fake nodes. But why on earth would you do this? You'd just be putting yourself on a minority fork.

In practice delegates will probably have hundreds of connections. Right now we don't have that many because I do not think we have 100 people participating in these dry runs.
Title: Re: Dry Run 8: Need for Speed
Post by: jbutta2k13 on July 11, 2014, 06:21:50 pm
I am asking and posing the question from from am implentation standpoint as we move away from the theoretical.   Coming from the mission critical background so going from conceptual to implementation, we test the what if scenerios(as many as we feel that cause a failure) and  putting a system/network through a battery of extensive stress tests would be prudent. All delegates/users would want to see how the network responds and confident in its operation.

what is happening right now is more like functional testing, which is great. I am wondering if there will be some testng of possbile failure scenerios and  observe the findings. Has anyone thought of creating or has started a test script on of possible failure scenerios?


Title: Re: Dry Run 8: Need for Speed
Post by: raslfrasl on July 11, 2014, 06:31:38 pm
Ok I think I have my system all figured out.

I need to know what a suggested port would be to allow traffic in on though

My address is bitshare.matavesi.com

The 5 Public Keys are:
bs02-1 XTS5psceYCcvjUzX3csKp3uZr3gEMhGk3yHCnjoaGVhs1NRwLcA4D
bs02-2 XTS5zZEtZ82ymJq7W6wSHR2oLPaUXSPwArFA7pwGTaHQ5xPTWi5Xo
bs02-3 XTS6fbf7ettJrNvujCqwiwwrKtRPuFcTQULibof4mFJz6xnGsex4v
bs02-4 XTS6c9wKhfdDmmWepQ9373yAdZJYRpSEujbid5HtEHVCV43DcWsso
bs02-5 XTS75gNM8w9A5X4hvT8hB4GuYB8FGRgmiDWts8Yvt136ig6egkQRE

I'm in Austin, Texas, USA
Have a 100MB connection at a datacenter
Running Ubuntu 14.04 LTS Server on vmWare 5.x
Hardware is 2 3GHZ Xenon reserved and 2GB RAM reserved for the system

Title: Re: Dry Run 8: Need for Speed
Post by: Fox on July 11, 2014, 06:44:12 pm
I need to know what a suggested port would be to allow traffic in on though

I am currently using TCP 8801 on my client.  You may set it from the command line using the --p2p-port arg:
Code: [Select]
./bitshares_client --p2p-port 8801
Do be sure to poke a hole in your firewall for TCP port 8801

Thanks,
Code: [Select]
wallet_approve_delegate fox
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 11, 2014, 07:11:13 pm
I am asking and posing the question from from am implentation standpoint as we move away from the theoretical.   Coming from the mission critical background so going from conceptual to implementation, we test the what if scenerios(as many as we feel that cause a failure) and  putting a system/network through a battery of extensive stress tests would be prudent. All delegates/users would want to see how the network responds and confident in its operation.

what is happening right now is more like functional testing, which is great. I am wondering if there will be some testng of possbile failure scenerios and  observe the findings. Has anyone thought of creating or has started a test script on of possible failure scenerios?

+1...
Title: Re: Dry Run 8: Need for Speed
Post by: mitao on July 11, 2014, 08:40:44 pm
Can any delegate try to cheat and see what will happen.


Sent from my iPhone using Tapatalk
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 11, 2014, 09:17:49 pm
General status update... Market Order Matching (minus shorts) is basically implemented in the blockchain of the dryrun9 branch.  This weekend I will be updating the wallet / CLI to provide the user feedback to understand how your orders were actually matched without looking at the log file.

We will likely Launch Dryrun 9 early next week with a full test of market order matching of user issued assets.     
Title: Re: Dry Run 8: Need for Speed
Post by: Fox on July 11, 2014, 09:43:36 pm
Can any delegate try to cheat and see what will happen.

My attempt at 'cheating' is to run the same delegate on two (2) nodes each with ~14 peer connections.  My block production slot came and went without any apparent issue. 

This somewhat surprises me, as I would expect both nodes to assume it is their time to create the block and independently publish a (potentially) different block to the network.  Further, I assume the resulting differing blocks have the potential to create a fork.

Will this issue be raised only at higher transaction volumes when the block contain differing transactions and therefor different resulting hash?

This seems a bad practice for a delegate, as one should produce only a single block.  How does the network react to this series of events and ultimately vote on this behavior?
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 11, 2014, 10:47:34 pm
Okay this next two delegates will decide.   Auto firing can be implemented in the future.


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 12, 2014, 06:25:48 am
Lost all connections :(

EDIT: Getting 1/2 connections intermittently.
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 12, 2014, 08:49:47 am
Lost all connections :(

EDIT: Getting 1/2 connections intermittently.

Am I the only one with this issue?

EDIT: Fixed now. suman has dropped from 89% to 75% :(
Title: Re: Dry Run 8: Need for Speed
Post by: BTSdac on July 12, 2014, 02:56:08 pm
who can tell me what does "DELEGATE PAY RATE " mean ,others delegates are 100% ,But I am 1%
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 12, 2014, 03:15:20 pm
Lost all connections :(

EDIT: Getting 1/2 connections intermittently.

Am I the only one with this issue?

EDIT: Fixed now. suman has dropped from 89% to 75% :(

Still massive fluctuations in node connections here, last 9 hours between 0 - 10 connections.

actually: 
Code: [Select]
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- there are now 2 active connections to the p2p network
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 12, 2014, 04:11:11 pm
who can tell me what does "DELEGATE PAY RATE " mean ,others delegates are 100% ,But I am 1%

Its what you set when you register. 100% mean you get the full amount, anything less means you're giving a discount.
Title: Re: Dry Run 8: Need for Speed
Post by: bitcoinerS on July 12, 2014, 06:10:25 pm
Got a bug

Code: [Select]
default (unlocked) >>> wallet_account_transaction_history

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6f4a95f in std::string::swap(std::string&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6

Code: [Select]
>>> about
{
  "bitshares_toolkit_revision": "7ba5a86c2015a7b7c9e74abdfe82af2994243e12",
  "bitshares_toolkit_revision_age": "17 hours ago",
  "fc_revision": "87196008d4dacf292523e0b2e89e3af16e125dde",
  "fc_revision_age": "71 hours ago",
  "compile_date": "compiled on Jul 12 2014 at 02:56:18"
}
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 12, 2014, 06:16:50 pm

Got a bug

Code: [Select]
default (unlocked) >>> wallet_account_transaction_history

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6f4a95f in std::string::swap(std::string&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6

Code: [Select]
>>> about
{
  "bitshares_toolkit_revision": "7ba5a86c2015a7b7c9e74abdfe82af2994243e12",
  "bitshares_toolkit_revision_age": "17 hours ago",
  "fc_revision": "87196008d4dacf292523e0b2e89e3af16e125dde",
  "fc_revision_age": "71 hours ago",
  "compile_date": "compiled on Jul 12 2014 at 02:56:18"
}

Any more to that stack trace?


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Dry Run 8: Need for Speed
Post by: autumn84 on July 12, 2014, 07:05:04 pm
Could someone send some funds to XTS8KMMipdkGH5fPpknVmtjtmoFno9oZtLWZJPGA1ecqmhqAEfaC5

Thanks! :)
Title: Re: Dry Run 8: Need for Speed
Post by: bitcoinerS on July 12, 2014, 08:38:52 pm

Got a bug

Code: [Select]
default (unlocked) >>> wallet_account_transaction_history

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6f4a95f in std::string::swap(std::string&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6

Code: [Select]
>>> about
{
  "bitshares_toolkit_revision": "7ba5a86c2015a7b7c9e74abdfe82af2994243e12",
  "bitshares_toolkit_revision_age": "17 hours ago",
  "fc_revision": "87196008d4dacf292523e0b2e89e3af16e125dde",
  "fc_revision_age": "71 hours ago",
  "compile_date": "compiled on Jul 12 2014 at 02:56:18"
}

Any more to that stack trace?


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)



Code: [Select]
default (unlocked) >>> wallet_account_transaction_history

Program received signal SIGSEGV, Segmentation fault.
operator==<char> (__rhs=..., __lhs=...) at /usr/include/c++/4.8/bits/basic_string.h:2495
2495     { return (__lhs.size() == __rhs.size()
(gdb)
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 12, 2014, 08:48:09 pm

Got a bug

Code: [Select]
default (unlocked) >>> wallet_account_transaction_history

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6f4a95f in std::string::swap(std::string&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6

Code: [Select]
>>> about
{
  "bitshares_toolkit_revision": "7ba5a86c2015a7b7c9e74abdfe82af2994243e12",
  "bitshares_toolkit_revision_age": "17 hours ago",
  "fc_revision": "87196008d4dacf292523e0b2e89e3af16e125dde",
  "fc_revision_age": "71 hours ago",
  "compile_date": "compiled on Jul 12 2014 at 02:56:18"
}

Any more to that stack trace?


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)



Code: [Select]
default (unlocked) >>> wallet_account_transaction_history

Program received signal SIGSEGV, Segmentation fault.
operator==<char> (__rhs=..., __lhs=...) at /usr/include/c++/4.8/bits/basic_string.h:2495
2495     { return (__lhs.size() == __rhs.size()
(gdb)

When you get an error like this type the command "bt" into gdb to get a back trace / stack trace that will tell me where in the code this happened.
Title: Re: Dry Run 8: Need for Speed
Post by: bitcoinerS on July 12, 2014, 09:19:33 pm
Code: [Select]
>>> wallet_account_transaction_history

Program received signal SIGSEGV, Segmentation fault.
operator==<char> (__rhs=..., __lhs=...) at /usr/include/c++/4.8/bits/basic_string.h:2495
2495     { return (__lhs.size() == __rhs.size()
(gdb) bt
#0  operator==<char> (__rhs=..., __lhs=...) at /usr/include/c++/4.8/bits/basic_string.h:2495
#1  operator!=<char, std::char_traits<char>, std::allocator<char> > (__rhs=..., __lhs=...) at /usr/include/c++/4.8/bits/basic_string.h:2534
#2  bts::wallet::wallet::__lambda11::operator() (a=..., b=..., __closure=<optimized out>) at /home/user/local/bitshares_toolkit/libraries/wallet/wallet.cpp:1552
#3  0x00000000008e80cd in __move_median_to_first<__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction> >, bts::wallet::wallet::get_pretty_transaction_history(const string&, uint32_t, uint32_t, const string&) const::__lambda11> (__c=..., __b=..., __a=..., __result=..., __comp=...) at /usr/include/c++/4.8/bits/stl_algo.h:125
#4  __unguarded_partition_pivot<__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction> >, bts::wallet::wallet::get_pretty_transaction_history(const string&, uint32_t, uint32_t, const string&) const::__lambda11> (
    __last=..., __first=..., __comp=...) at /usr/include/c++/4.8/bits/stl_algo.h:2294
#5  std::__introsort_loop<__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction> >, long int, bts::wallet::wallet::get_pretty_transaction_history(const string&, uint32_t, uint32_t, const string&) const::__lambda11>(__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction, std::allocator<bts::wallet::pretty_transaction> > >, __gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction, std::allocator<bts::wallet::pretty_transaction> > >, long) (__first=..., __first@entry=..., __last=..., __last@entry=..., __depth_limit=11, __depth_limit@entry=13, __comp=...) at /usr/include/c++/4.8/bits/stl_algo.h:2337
#6  0x00000000008e807f in std::__introsort_loop<__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction> >, long int, bts::wallet::wallet::get_pretty_transaction_history(const string&, uint32_t, uint32_t, const string&) const::__lambda11>(__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction, std::allocator<bts::wallet::pretty_transaction> > >, __gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction, std::allocator<bts::wallet::pretty_transaction> > >, long) (__first=..., __first@entry=..., __last=__last@entry=..., __depth_limit=13, __depth_limit@entry=14, __comp=...) at /usr/include/c++/4.8/bits/stl_algo.h:2338
#7  0x00000000008e807f in std::__introsort_loop<__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction> >, long int, bts::wallet::wallet::get_pretty_transaction_history(const string&, uint32_t, uint32_t, const string&) const::__lambda11>(__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction, std::allocator<bts::wallet::pretty_transaction> > >, __gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction, std::allocator<bts::wallet::pretty_transaction> > >, long) (__first=..., __first@entry=..., __last=__last@entry=..., __depth_limit=14, __depth_limit@entry=15, __comp=...) at /usr/include/c++/4.8/bits/stl_algo.h:2338
#8  0x00000000008e807f in std::__introsort_loop<__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction> >, long int, bts::wallet::wallet::get_pretty_transaction_history(const string&, uint32_t, uint32_t, const string&) const::__lambda11>(__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction, std::allocator<bts::wallet::pretty_transaction> > >, __gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction, std::allocator<bts::wallet::pretty_transaction> > >, long) (__first=..., __first@entry=..., __last=__last@entry=..., __depth_limit=15, __depth_limit@entry=16, __comp=...) at /usr/include/c++/4.8/bits/stl_algo.h:2338
#9  0x00000000008e807f in std::__introsort_loop<__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction> >, long int, bts::wallet::wallet::get_pretty_transaction_history(const string&, uint32_t, uint32_t, const string&) const::__lambda11>(__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction, std::allocator<bts::wallet::pretty_transaction> > >, __gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction, std::allocator<bts::wallet::pretty_transaction> > >, long) (__first=..., __first@entry=..., __last=__last@entry=..., __depth_limit=16, __depth_limit@entry=17, __comp=...) at /usr/include/c++/4.8/bits/stl_algo.h:2338
#10 0x00000000008e807f in std::__introsort_loop<__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction> >, long int, bts::wallet::wallet::get_pretty_transaction_history(const string&, uint32_t, uint32_t, const string&) const::__lambda11>(__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction, std::allocator<bts::wallet::pretty_transaction> > >, __gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction, std::allocator<bts::wallet::pretty_transaction> > >, long) (__first=..., __first@entry=..., __last=__last@entry=..., __depth_limit=17, __depth_limit@entry=18, __comp=...) at /usr/include/c++/4.8/bits/stl_algo.h:2338
#11 0x000000000093787a in sort<__gnu_cxx::__normal_iterator<bts::wallet::pretty_transaction*, std::vector<bts::wallet::pretty_transaction> >, bts::wallet::wallet::get_pretty_transaction_history(const string&, uint32_t, uint32_t, const string&) const::__lambda11> (
    __last=..., __first=..., __comp=...) at /usr/include/c++/4.8/bits/stl_algo.h:5489
#12 bts::wallet::wallet::get_pretty_transaction_history (this=<optimized out>, account_name=..., start_block_num=<optimized out>, end_block_num=<optimized out>, asset_symbol=...) at /home/user/local/bitshares_toolkit/libraries/wallet/wallet.cpp:1555
#13 0x00000000005af660 in bts::client::detail::client_impl::wallet_account_transaction_history (this=<optimized out>, account_name=..., start_block_num=<optimized out>, end_block_num=<optimized out>, asset_symbol=...)
    at /home/user/local/bitshares_toolkit/libraries/client/client.cpp:1616
#14 0x00000000008972ea in bts::rpc_stubs::common_api_client::wallet_account_transaction_history (this=0x170d038, account_name=..., start_block_num=0, end_block_num=4294967295, asset_symbol=...)
    at /home/user/local/bitshares_toolkit/libraries/rpc_stubs/common_api_client.cpp:641
#15 0x00000000007dbb0e in bts::rpc_stubs::common_api_rpc_server::wallet_account_transaction_history_positional (this=this@entry=0x170fac0, json_connection=..., parameters=...) at /home/user/local/bitshares_toolkit/libraries/rpc_stubs/common_api_rpc_server.cpp:1320
#16 0x00000000007fb5b6 in bts::rpc_stubs::common_api_rpc_server::direct_invoke_positional_method (this=0x170fac0, method_name=..., parameters=...) at /home/user/local/bitshares_toolkit/libraries/rpc_stubs/common_api_rpc_server.cpp:8152
#17 0x000000000069b1b0 in bts::rpc::detail::rpc_server_impl::dispatch_authenticated_method (this=this@entry=0x170fac0, method_data=..., arguments_from_caller=...) at /home/user/local/bitshares_toolkit/libraries/rpc/rpc_server.cpp:393
#18 0x0000000000695343 in direct_invoke_method (arguments=..., method_name=..., this=0x170fac0) at /home/user/local/bitshares_toolkit/libraries/rpc/rpc_server.cpp:465
#19 bts::rpc::rpc_server::direct_invoke_method (this=<optimized out>, method_name=..., arguments=...) at /home/user/local/bitshares_toolkit/libraries/rpc/rpc_server.cpp:688
#20 0x00000000006c38b0 in bts::cli::detail::cli_impl::execute_command (this=this@entry=0x1a59710, command=..., arguments=...) at /home/user/local/bitshares_toolkit/libraries/cli/cli.cpp:526
#21 0x00000000006c4635 in bts::cli::detail::cli_impl::execute_interactive_command (this=0x1a59710, command=..., arguments=...) at /home/user/local/bitshares_toolkit/libraries/cli/cli.cpp:514
#22 0x00000000006a722d in bts::cli::cli::execute_interactive_command (this=<optimized out>, command=..., arguments=...) at /home/user/local/bitshares_toolkit/libraries/cli/cli.cpp:1544
#23 0x00000000006c1577 in bts::cli::detail::cli_impl::parse_and_execute_interactive_command (this=this@entry=0x1a59710, command=..., argument_stream=...) at /home/user/local/bitshares_toolkit/libraries/cli/cli.cpp:162
#24 0x00000000006c24e4 in bts::cli::detail::cli_impl::execute_command_line (this=this@entry=0x1a59710, line=...) at /home/user/local/bitshares_toolkit/libraries/cli/cli.cpp:209
#25 0x00000000006a603b in bts::cli::detail::cli_impl::process_commands (this=this@entry=0x1a59710, input_stream=<optimized out>) at /home/user/local/bitshares_toolkit/libraries/cli/cli.cpp:1425
#26 0x00000000006a6e5d in start (this=0x1a59710) at /home/user/local/bitshares_toolkit/libraries/cli/cli.cpp:82
#27 bts::cli::cli::start (this=<optimized out>) at /home/user/local/bitshares_toolkit/libraries/cli/cli.cpp:1472
#28 0x00000000005afc84 in start (this=<optimized out>) at /home/user/local/bitshares_toolkit/libraries/client/client.cpp:476
#29 operator() (__closure=<optimized out>) at /home/user/local/bitshares_toolkit/libraries/client/client.cpp:2307
#30 fc::detail::void_functor_run<bts::client::client::start()::__lambda5>::run(void *, void *) (functor=<optimized out>, prom=0x1a5faf0) at /home/user/local/bitshares_toolkit/libraries/fc/include/fc/thread/task.hpp:54
#31 0x0000000000638333 in fc::task_base::run_impl (this=this@entry=0x1a5fb00) at /home/user/local/bitshares_toolkit/libraries/fc/src/thread/task.cpp:39
#32 0x00000000006389e5 in fc::task_base::run (this=this@entry=0x1a5fb00) at /home/user/local/bitshares_toolkit/libraries/fc/src/thread/task.cpp:29
#33 0x0000000000636b9b in run_next_task (this=0x170fd40) at /home/user/local/bitshares_toolkit/libraries/fc/src/thread/thread_d.hpp:372
#34 fc::thread_d::process_tasks (this=this@entry=0x170fd40) at /home/user/local/bitshares_toolkit/libraries/fc/src/thread/thread_d.hpp:395
#35 0x0000000000636de6 in fc::thread_d::start_process_tasks (my=24182080) at /home/user/local/bitshares_toolkit/libraries/fc/src/thread/thread_d.hpp:352
#36 0x0000000000c32c3e in make_fcontext ()
#37 0x000000000170fd40 in ?? ()
#38 0x0000000000000000 in ?? ()
(gdb)
Title: Re: Dry Run 8: Need for Speed
Post by: sfinder on July 12, 2014, 09:47:07 pm
client does not work on 32bit ubuntu 14.04. it was compiled successfully

Code: [Select]

./bitshares_client
Loading blockchain from "/home/myhometalk/.BitSharesXTS/chain"
Loading config "/home/myhometalk/.BitSharesXTS/config.json"
Initializing genesis state from built-in genesis file
Please be patient, this could take a few minutes.
Successfully re-indexed 0 blocks in 0 seconds.
------------ error --------------
8 out_of_range_exception: Out of Range
read datastream of length 23 over by 1
    {"method":"read","len":23,"over":1}
    th_a  datastream.cpp:6 throw_datastream_range_error
error unpacking uint8_t
    {"type":"uint8_t"}
    th_a  raw.hpp:455 unpack
optional<fc::exception>
    {"type":"fc::exception"}
    th_a  raw.hpp:179 unpack
Error unpacking field last_error
    {"field":"last_error"}
    th_a  raw.hpp:237 operator()
error unpacking bts::net::potential_peer_record
    {"type":"bts::net::potential_peer_record"}
    th_a  raw.hpp:455 unpack
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 12, 2014, 10:26:56 pm
client does not work on 32bit ubuntu 14.04. it was compiled successfully

Code: [Select]

./bitshares_client
Loading blockchain from "/home/myhometalk/.BitSharesXTS/chain"
Loading config "/home/myhometalk/.BitSharesXTS/config.json"
Initializing genesis state from built-in genesis file
Please be patient, this could take a few minutes.
Successfully re-indexed 0 blocks in 0 seconds.
------------ error --------------
8 out_of_range_exception: Out of Range
read datastream of length 23 over by 1
    {"method":"read","len":23,"over":1}
    th_a  datastream.cpp:6 throw_datastream_range_error
error unpacking uint8_t
    {"type":"uint8_t"}
    th_a  raw.hpp:455 unpack
optional<fc::exception>
    {"type":"fc::exception"}
    th_a  raw.hpp:179 unpack
Error unpacking field last_error
    {"field":"last_error"}
    th_a  raw.hpp:237 operator()
error unpacking bts::net::potential_peer_record
    {"type":"bts::net::potential_peer_record"}
    th_a  raw.hpp:455 unpack

https://github.com/BitShares/bitshares_toolkit/issues/495
Title: Re: Dry Run 8: Need for Speed
Post by: vikram on July 13, 2014, 02:00:44 am
It seems to be wrong in the wallet_account_balance

Code: [Select]
harvey (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE
--------------------------------------------------------
harvey-xts                      59,296.67183 XTS
harvey-xts2                     43,062.54528 XTS
harvey (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE
--------------------------------------------------------
harvey-xts                      43,062.57183 XTS
harvey-xts2                     59,296.44528 XTS

Good catch, could you tell me what steps you took exactly so I can reproduce?

Code: [Select]
harvey (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE
--------------------------------------------------------
harvey-xts                      59,296.67183 XTS
harvey-xts2                     43,062.54528 XTS
harvey (unlocked) >>> wallet_transfer
amount_to_transfer: 43000
asset_symbol: XTS
from_account_name: harvey-xts2
to_account_name: harvey-xts
     BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT                FEE                 MEMO                                   ID
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
   PENDING    2014-07-09T06:02:58 harvey-xts2         harvey-xts          43,000.00000 XTS      0.10000 XTS                                                a7df72b8
harvey (unlocked) >>> wallet_account_balance
ACCOUNT                         BALANCE
--------------------------------------------------------
harvey-xts                      43,062.57183 XTS
harvey-xts2                     59,296.44528 XTS

Can you reproduce this with the current latest code? The balance code has been modified recently.
Title: Re: Dry Run 8: Need for Speed
Post by: Webber on July 13, 2014, 02:14:34 am
Code: [Select]
   
     d6fac6d96860cb3e7132d05a541e97cb8d843f98                           fox              0       182 2014-07-11T21:49:10         0     YES                 YES
     69e430971fba78eb36f607ffe4c82b3924c409d1                           fox              0       182 2014-07-11T21:49:10         1     N/A                  NO
          19429
     d6a3a50e7ae52b4c4ac4d234b1c279a20a53d83b                           fox              0       182 2014-07-11T22:02:40         0     YES                 YES
     00baaa872bb02975cd79cdbffaa8270b6e92838e                           fox              0       182 2014-07-11T22:02:40         0     N/A                  NO
          19504
     ed3f0ae9024a4cf192731e3ae8363c10debcc00c                           fox              0       182 2014-07-11T22:20:30         0     YES                 YES
     8b47c4288682a1a20fd830709f6a146f124da47e                           fox              0       182 2014-07-11T22:20:30         0     N/A                  NO
          19574
     b1c7c5498213af6efcfba7c805f52b35ed8d2e13                           fox              0       182 2014-07-11T22:37:20         1     YES                 YES
     55fb194c8b5a91604934ac0b550c5ae655a4d35c                           fox              0       182 2014-07-11T22:37:20         1     N/A                  NO
          19638
     05ae45a1ff08dfaf969e718b29ef6acf24b977c3                           fox              0       182 2014-07-11T22:52:30         0     YES                 YES
     789b2c2516a0e0220fd4843eeed485af9ad54d1d                           fox              0       182 2014-07-11T22:52:30         1     N/A                  NO
          19705
     9a3e23cd64194774d803c575c9133673ffd43a57                           fox              0       182 2014-07-11T23:09:40         0     YES                 YES
     8096a429724f7cab92f43df0f63f59e03077fc1f                           fox              0       182 2014-07-11T23:09:40         0     N/A                  NO
          19775
     b018a375c3cd761fb982e663a9a402549fb3fded                           fox              0       182 2014-07-11T23:26:30         0     YES                 YES
     e521c28fe89f64f36a37d2a0177ce0cdff8363f3                           fox              0       182 2014-07-11T23:26:30         1     N/A                  NO
          19864
     dbaf13d25a49284dd8485c0c350a5485536b255a                           fox              0       182 2014-07-11T23:48:10         0     YES                 YES
     3cb329d79819f0e05483ba01563f47be46680e1c                           fox              0       182 2014-07-11T23:48:10         0     N/A                  NO
          19914
     a9e32823840d27feef802d4a03b357d268d26e2d                           fox              0       182 2014-07-12T00:00:10         0     YES                  NO
     a3ecde7fb7f2db7136b7f3844e8da599add123c4                           fox              0       182 2014-07-12T00:00:10         0     YES                 YES
          19985
     ec8e5df6c254941f587c18558ac5251548767c3a                           fox              0       182 2014-07-12T00:17:00         0     YES                 YES
     1c1291005c6d3f837e579a61648aca89a8712a2a                           fox              0       182 2014-07-12T00:17:00         0     N/A                  NO
          20042
     30ac6739d2cc92dcb846932777d1cb50feb87ca9                           fox              0       182 2014-07-12T00:33:00         0     YES                 YES
     2283900d7fb04c8ee7979abac991dfe5e056ef46                           fox              0       182 2014-07-12T00:33:00         0     N/A                  NO
          20097
     6f3f0c3d5709fb3d5e8871fa4a549e4caa83ee0c                           fox              0       182 2014-07-12T00:49:50         0     YES                 YES
     4c6c4e463e0c9d2b1b29b9d613c967533762843e                           fox              0       182 2014-07-12T00:49:50         0     N/A                  NO
          20100
     5f372093b63102f4a114cf5fad6bd05be4359f44                           fox              0       182 2014-07-12T00:51:10         0     YES                 YES
     6fb871223b941c60002d0e71162868fa8ede06b9                           fox              0       182 2014-07-12T00:51:10         0     N/A                  NO
          20140
     601edc72c20a259ee271a60385090b1fee5386de                       smeagol              0       182 2014-07-12T01:03:00         0     YES                 YES
     54e2704b22c121dafd57306135835987c880ce10                      alexxy-2              1       414 2014-07-12T01:05:20         0     N/A                  NO
          20157
     5c190a393a7ecb5765257b45fc2c55fed5449b47                           fox              0       182 2014-07-12T01:08:00         0     YES                 YES
     07cfeeecc6d8a3b650d4268bfb46a6395cd95380                           fox              0       182 2014-07-12T01:08:00         0     N/A                  NO
          20214
     ea5471f9d5c54ac56fecdcb12cbf314f15a2d173                           fox              0       182 2014-07-12T01:21:10         0     YES                 YES
     69888afab05be8f32fe210505ad0e094ced177a0                           fox              0       182 2014-07-12T01:21:10         0     N/A                  NO
          20286
     64782e8615e0809d16a02ea033659e944580a156                           fox              0       182 2014-07-12T01:38:00         0     YES                 YES
     c3933063255d799685993422f624a9788bff296d                           fox              0       182 2014-07-12T01:38:00         0     N/A                  NO
          20318
     42ae0f4ac59b07b9afe7a81af77c9dff152c23e7                           fox              0       182 2014-07-12T01:46:30         0     YES                 YES
     bc82207bc8dbd62bde62d1ec00dd42ff261846ac                           fox              0       182 2014-07-12T01:46:30         0     N/A                  NO
          20380
     10e149971c9eb2f57b95cb71155e57b573020c18                           fox              0       182 2014-07-12T02:03:20         0     YES                 YES
     d652c50ea5d09839a5d10a5f450324a9b919bfa1                           fox              0       182 2014-07-12T02:03:20         0     N/A                  NO
          20468
     8ccbe85b73347c9bd24ed9d02b8774bb0a176ebc                           fox              0       182 2014-07-12T02:23:40         0     YES                 YES
     bb22535ba5d8538382c32168130f57da54191bd7                           fox              0       182 2014-07-12T02:23:40         0     N/A                  NO
          20521
     6e293f9fa66e85e944cb87b360d978e2dc6dfe19                           fox              0       182 2014-07-12T02:37:30         0     YES                 YES
     f4f2295cc48342fc45a9b95d354340db3b955274                           fox              0       182 2014-07-12T02:37:30         0     N/A                  NO
          20593
     c97ebde496ebe80a402e2c82222de9d5f6939f69                           fox              0       182 2014-07-12T02:54:20         0     YES                 YES
     577f412515b45f310b6ca3ecfd317d1f47ec6a74                           fox              0       182 2014-07-12T02:54:20         0     N/A                  NO
          20653
     b78c873a7083fb80ae0c68bcc2c8e56f478a8bce                           fox              0       182 2014-07-12T03:07:10         0     YES                 YES
     fa5642e2f6cf97818f3f1ddbcee9a23bcf7494e4                           fox              0       182 2014-07-12T03:07:10         0     N/A                  NO
          20730
     f4496b422259486bcf5a2f88ac7f562573dca14f                           fox              0       182 2014-07-12T03:25:20         0     YES                 YES
     84cb1b8a5fd2fbf4afb6aa5a08293f8c6b3a7003                           fox              0       182 2014-07-12T03:25:20         0     N/A                  NO
          20800
     058b4e9fd5fb82b2616ed89673ef423e018bf13d                           fox              0       182 2014-07-12T03:42:10         0     YES                 YES
     084ac5a487192180b3d312af4709c2a5ff010b66                           fox              0       182 2014-07-12T03:42:10         0     N/A                  NO
          20822
     9a01bb9c34fd163ef1eb6f172b8632a3a0ac5ca5                           fox              0       182 2014-07-12T03:47:20         0     YES                 YES
     6fa49bce778092f30ea121b5d497e421524c91a8                           fox              0       182 2014-07-12T03:47:20         0     N/A                  NO
          20876
     24d4dbffff0ae3a30c67c2aa0cceb876bb1ec12f              xeroc-delegate-5              0       182 2014-07-12T04:00:40         2     YES                 YES
     dea272f9e567293094ee0f61ab0ab080601bdea9                         suman              0       182 2014-07-12T04:04:20        10     N/A                  NO
          20891
     3437f168ae5e8c6bd5491718d41972870e2ea9e3                           fox              0       182 2014-07-12T04:04:10         0     YES                 YES
     06f0898acae1571377d9900a8b69f79d756512cc                           fox              0       182 2014-07-12T04:04:10         0     N/A                  NO
          20938
     f6e3278cbd8af73c6eeabbc80040295257ee9f85                           fox              0       182 2014-07-12T04:16:10         0     YES                 YES
     170b36aedf9ac2856365c4b97bfc06cf34dd3e2b                           fox              0       182 2014-07-12T04:16:10         0     N/A                  NO
          21075
     edb6d6891958a7d2c71d057b7b2d9320d46c2c1f                           fox              0       182 2014-07-12T04:49:00         0     YES                 YES
     ca8e62dfc9eab0e3216c2a65775273e532861b30                           fox              0       182 2014-07-12T04:49:00         0     N/A                  NO
          21111
     c3c9dce16e26071ae1c8d5f4debebb56228090ff                           fox              0       182 2014-07-12T04:57:40         0     YES                 YES
     3695b7986ac3d2aaaf0b567e4669fd751697cb29                           fox              0       182 2014-07-12T04:57:40         0     N/A                  NO
          21180
     56b26581fe50b733145f24456c7221196556df0e                           fox              0       182 2014-07-12T05:14:30         0     YES                 YES
     4c771c2fc5814a4cdc1960dc98a962629026d8e1                           fox              0       182 2014-07-12T05:14:30         0     N/A                  NO
          21231
     333bf9c529bb1c27e71c530ba5b5ed51844b9e39                           fox              0       182 2014-07-12T05:27:00         0     YES                 YES
     097cc3d5b61e4708f9d976ee776e3ae61278d7d6                           fox              0       182 2014-07-12T05:27:00         0     N/A                  NO
          21296
     a307dfcceee944bbe8da1ad79571776e8d4b0875                  blockchainer              0       182 2014-07-12T05:42:30         0     YES                 YES
     cf7b2cd24800c92d3c52be70994a6ff6d4d22952                     spartako2              0       182 2014-07-12T05:42:40         0     N/A                  NO
          21300
     4a158b3734623bad5f35cd30852d3f585296c7ac                           fox              0       182 2014-07-12T05:43:50         0     YES                 YES
     23b3c0de7fe34ee44aaf5e555aceea6e5a1dd4ea                           fox              0       182 2014-07-12T05:43:50         0     N/A                  NO
          21325
     9987cb3065943301cb59b3bb63df1a8c24598bf7                           fox              0       182 2014-07-12T05:50:20         0     YES                 YES
     5339de6a89b6ee819a2318fb5a7a0e01f88a9a89                           fox              0       182 2014-07-12T05:50:20         0     N/A                  NO
          21395
     173d3b41449edea21d59529646586e89e337ed83                           fox              0       182 2014-07-12T06:07:10         0     YES                 YES
     27666fe1515b8f34582e0801dea4f53091614626                           fox              0       182 2014-07-12T06:07:10         0     N/A                  NO
          21429
     f0577ef03e3e51136afc0dbf54988c0d6844fde5                     btsdac118              0       182 2014-07-12T06:14:30         0     YES                  NO
     399c54065b1293880749f7bda9998b2dbaed1b19                     btsdac118              0       182 2014-07-12T06:14:30         0     YES                 YES
          21460
     a60f6de570ca47ab2bac70e3da8f0d9a33d2eb0e                           fox              0       182 2014-07-12T06:21:20         0     YES                 YES
     b1ace55b208001b8cdb083ddb46d90ca46cc5894                           fox              0       182 2014-07-12T06:21:20         0     N/A                  NO
          21500
     5428b4c17e5247a5e81b03400b0b894368469872                     btsdac118              0       182 2014-07-12T06:31:20         0     YES                  NO
     686f33085271eaf235e34c35ced35c011c73f4a6                     btsdac118              0       182 2014-07-12T06:31:20         0     YES                 YES
          21548
     1829ff9b1d0926be94896b0bd7fecea9429580fa                           fox              0       182 2014-07-12T06:43:20         0     YES                 YES
     0f023d3fd0afa1e0595ad663fa9cbe3b55b5eb1f                           fox              0       182 2014-07-12T06:43:20         0     N/A                  NO
          21559
     87040375fd2ebceb1d1fd7e43a1e9cc6a2b04251                  spartako-w-d              0       182 2014-07-12T06:45:40         0     YES                 YES
     d235060075818f652f811bf8feeec37c416c8a6e                     btsdac118              0       182 2014-07-12T06:49:50         0     N/A                  NO
          21628
     f15b37175a4ca6be129a3c6156e8da713b8875f4                           fox              0       182 2014-07-12T07:01:50         0     YES                 YES
     90adeeaa00b9754ad4c19695547ee933eec75680                           fox              0       182 2014-07-12T07:01:50         0     N/A                  NO
          21699
     83e2c12ef619ec4a428837aeae2a4fdbc7325ad2                           fox              0       182 2014-07-12T07:18:40         0     YES                 YES
     e6e6f45c48709c743e4d27f58c090344347ab7e9                           fox              0       182 2014-07-12T07:18:40         0     N/A                  NO
          21738
     5e20450d66cfc4ba5f29dff6863a00bf4fa47c62                           fox              0       182 2014-07-12T07:28:00         0     YES                 YES
     39c1e75623c19409000d18ea1429e2fba42e19cb                           fox              0       182 2014-07-12T07:28:00         0     N/A                  NO
          21809
     8ef21d040f4fdf0a3efa0866b4cabdc749b349ff                           fox              0       182 2014-07-12T07:44:50         0     YES                 YES
     ba2ee5e0014969ee7acbb40ccfd50c726a23e3d0                           fox              0       182 2014-07-12T07:44:50         0     N/A                  NO
          21857
     258f84cd3ea2f18ba3c72213b63d1554eb2e5a58                           fox              0       182 2014-07-12T07:56:30         0     YES                  NO
     4d0d0f630ec72327c3fc693867903a53794781e4                           fox              0       182 2014-07-12T07:56:30         0     YES                 YES
          21922
     c52678fe723d769a6647fb0d3373cb723efd0101                           fox              0       182 2014-07-12T08:12:00         0     YES                 YES
     c3ca606962188fa0ff3e641234d6c4217bab0b0a                           fox              0       182 2014-07-12T08:12:00         0     N/A                  NO
          21992
     ad3ba5fa0afd84f8d91c8c23457a1a08aca82838                           fox              0       182 2014-07-12T08:28:50         0     YES                 YES
     f1724fe8002263b4f9cb365931c130c641ab93bc                           fox              0       182 2014-07-12T08:28:50         0     N/A                  NO
          22024
     db57b744b81dba707eba28401522a51450d31ae2                           fox              0       182 2014-07-12T08:36:10         0     YES                 YES
     2fd34b1d9a54375d9a1761423864fac9b8c86ad5                           fox              0       182 2014-07-12T08:36:10         0     N/A                  NO
          22080
     fb31e2c6508a024f842b755a84b3d7c1ab18eebf              xeroc-delegate-1              0       182 2014-07-12T08:50:00         0     YES                 YES
     86d66c4fd275c7c4d257650bd778309338363d20                     btsdac118              0       182 2014-07-12T08:59:20         0     N/A                  NO
          22092
     601cb77ae53ecdd8bfaffe8e6efc8834748e3c10                           fox              0       182 2014-07-12T08:53:00         0     YES                 YES
     ebd870e56cc5a050c64db6a400329704aaa520e2                           fox              0       182 2014-07-12T08:53:00         0     N/A                  NO
          22146
     964863e5d72aabec2322e3ca3fb62ece2ce82d4b                           fox              0       182 2014-07-12T09:06:40         0     YES                 YES
     98f2be57f9c9e56b727c6dc720cdb1b18c428a03                           fox              0       182 2014-07-12T09:06:40         0     N/A                  NO
          22215
     ec069d3c849a9d223bd1e41fbfb9446e2d3254be                           fox              0       182 2014-07-12T09:23:30         0     YES                 YES
     212fc7e53388f33d7fcaba1552dedbe8e5d94a29                           fox              0       182 2014-07-12T09:23:30         0     N/A                  NO
          22269
     1073332c34272e3b72ccdfb7c3323d2c9923af64                           fox              0       182 2014-07-12T09:34:40         0     YES                 YES
     0642ec4d350252430cf1aca94a889c7ad931a638                           fox              0       182 2014-07-12T09:34:40         0     N/A                  NO
          22366
     6b2d9be7acc6362a65ccedf01a6b619d052475bc                           fox              0       182 2014-07-12T09:56:30         0     YES                 YES
     1ac4083da6a1860df8de53c19618f9bf3c45abe2                           fox              0       182 2014-07-12T09:56:30         0     N/A                  NO
          22456
     90fec5f225222ce4fb4af9842c25280725714a70                           fox              0       182 2014-07-12T10:14:00         0     YES                 YES
     144bb798d01273e8581e4beed2bf8607bb97c7f5                           fox              0       182 2014-07-12T10:14:00         0     N/A                  NO
          22594
     2e21fffee79ca6b232bc708471fef14ef63dc3f3                           fox              0       182 2014-07-12T10:42:20         0     YES                 YES
     d6abb817a519802d6724e4f1e2d54b61f57030f1                           fox              0       182 2014-07-12T10:42:20         0     N/A                  NO
          22687
     66fd54d176cabd866b491c32ba09977849ef8215                           fox              0       182 2014-07-12T11:00:30         0     YES                 YES
     4f9863321700c4a225e4bbed7940ce611d7d2dd6                           fox              0       182 2014-07-12T11:00:30         0     N/A                  NO
          22764
     17f7e60cafbe44113f2570a010e57621ebe5a176                           fox              0       182 2014-07-12T11:16:50         0     YES                 YES
     c0d8b94a7ab7e7421b6de2e64636de249c812118                           fox              0       182 2014-07-12T11:16:50         0     N/A                  NO
          22809
     7515251fa48e5e21db421a49ff4db1c4855da6f2                        init36              0       182 2014-07-12T11:25:40         0     YES                 YES
     c970a54ab3e40e2b2d7964275fa8379e051b160c                      sumantso              0       182 2014-07-12T11:25:30        11     N/A                  NO
          22905
     8ea2df6f36e0e6c928b9e95cddbdd4cee154191b                           fox              0       182 2014-07-12T11:45:20         0     YES                 YES
     d23da01fc8345e97fa128001bd85c90692fbe226                           fox              0       182 2014-07-12T11:45:20         0     N/A                  NO
          22944
     9084db59979feea61d357127f79a70aafad3536b                  blockchainer              0       182 2014-07-12T11:52:50         0     YES                 YES
     4b0452bb73eb3b2da1e3d5da37c0f52d85a1d9fa                      sumantso              0       182 2014-07-12T12:06:10         1     N/A                  NO
          22949
     1fab402717441d5da57feea8b7e2a65e00b549e6                           fox              0       182 2014-07-12T11:53:50         0     YES                 YES
     bbfc38615a9d810f932f66e2d28c73e13d260949                           fox              0       182 2014-07-12T11:53:50         0     N/A                  NO
          23074
     dd312f6e9745c1f9b479bf71fd91f883255a8cf8                           fox              0       182 2014-07-12T12:19:20         0     YES                 YES
     908ab23c56126f08d16c335d0612d3722a62b904                           fox              0       182 2014-07-12T12:19:20         0     N/A                  NO
          23161
     d252f05f203ebc3fe5b7cbc1dbd855833863c7d0                           fox              0       182 2014-07-12T12:36:50         0     YES                 YES
     e7313110a77be0a70d5afda6b8b9052160e88c56                           fox              0       182 2014-07-12T12:36:50         0     N/A                  NO
          23267
     ae07ab4fc52d033ad3c328e24e8c0d2ab8825082                           fox              0       182 2014-07-12T12:59:10         0     YES                 YES
     7df2985d4f9bdf52e9ff25e65cfc202a0d78910f                           fox              0       182 2014-07-12T12:59:10         0     N/A                  NO
          23335
     4933f73577076c454ebf2e70cac38006ccfd1bf8                           fox              0       182 2014-07-12T13:13:10         0     YES                 YES
     8b621bb709d24fe7ea34def82d5c3429412660ad                           fox              0       182 2014-07-12T13:13:10         0     N/A                  NO
          23417
     f9667c5960cac620fa8bcb9e1d099ae68fcd37b5                           fox              0       182 2014-07-12T13:30:00         0     YES                 YES
     1b0615ee1956b1b50d63f47c090b7846ff258c59                           fox              0       182 2014-07-12T13:30:00         0     N/A                  NO
          23506
     7ccd3fb02d2a3e1783a9a70f9c02f866c025896f                           fox              0       182 2014-07-12T13:48:40         0     YES                 YES
     dc445cecb3c068ecb50caf29fe4834b815076f23                           fox              0       182 2014-07-12T13:48:40         0     N/A                  NO
          23566
     d02077fdce6b4fa07afe451e0ac40bcf3ed41bc9                           fox              0       182 2014-07-12T14:00:20         0     YES                 YES
     83a97cb8759f6383cc48a1a329ab9a86657be874                           fox              0       182 2014-07-12T14:00:20         0     N/A                  NO
          23693
     4d3ec9e8ff9e97204f903843cbc0026d3a1e2e2e                           fox              0       182 2014-07-12T14:26:00         0     YES                 YES
     3bb035a1f1aee29e5b3e87aa59a1bceee22f69fe                           fox              0       182 2014-07-12T14:26:00         0     N/A                  NO
          23793
     922b0a786a209dfab92da5510d18c6ebf23c6616                           fox              0       182 2014-07-12T14:46:20         0     YES                 YES
     354d442a7b401832ef4d4cfa09d3d98e9a37c4fe                           fox              0       182 2014-07-12T14:46:20         0     N/A                  NO
          23857
     ecda7b103fdd56e8442853d816b867e97a8db30f                           fox              0       182 2014-07-12T14:59:20         0     YES                 YES
     009f5c48dac71ef8734bae38ccac4a24b5d7d0c6                           fox              0       182 2014-07-12T14:59:20         0     N/A                  NO
          23957
     fc96282c1f943abf90dbd58c82463b47a98b159c                           fox              0       182 2014-07-12T15:19:30         0     YES                 YES
     57b3bc74e5e6b05b2d9d71049c25ea94769952dc                           fox              0       182 2014-07-12T15:19:30         0     N/A                  NO
          24117
     3c25703475224459ce1e6c2397886be52ec71f09                           fox              0       182 2014-07-12T15:51:30         0     YES                 YES
     ab2033b329df071a20251550b5b0d7f397d99299                           fox              0       182 2014-07-12T15:51:30         1     N/A                  NO
          24159
     08882fd7878849c5629e6a29008c90ee516f5602                           fox              0       182 2014-07-12T16:00:00         0     YES                 YES
     1db909948305e455cd479cb61c72d4a184cb63f8                           fox              0       182 2014-07-12T16:00:00         0     N/A                  NO
          24260
     6b2e5d8d2fa5a73d8911960c1338de4268290803                           fox              0       182 2014-07-12T16:19:30         0     YES                 YES
     f6850d0a40aad71378897f805cebed6f7315772e                           fox              0       182 2014-07-12T16:19:30         0     N/A                  NO
          24412
     1e10d3a0e633fd586feee05aa04661237ad0bf5d                           fox              0       182 2014-07-12T16:49:40         0     YES                 YES
     bb608b89e47785dfe04849fb0ff1a57c478ce681                           fox              0       182 2014-07-12T16:49:40         0     N/A                  NO
          24524
     18986a4749bdf019e033860df27640693861df1a                           fox              0       182 2014-07-12T17:11:20         0     YES                 YES
     2ae7041da0082dd9d2ef6342e7858008450069df                           fox              0       182 2014-07-12T17:11:20         0     N/A                  NO
          24554
     b54bb843cad53880b093955a5ebe9e0784f0b280                           fox              0       182 2014-07-12T17:17:50         0     YES                 YES
     a9488288c3df9bb963d2dcd2a2e0f2470d78e465                           fox              0       182 2014-07-12T17:17:50         0     N/A                  NO
          24639
     07540e3465b27e7bf90c389720a56e101b9ec070                           fox              0       182 2014-07-12T17:34:40         0     YES                 YES
     177a48388be6b3512c1c257339d3575bc0bdcdfd                           fox              0       182 2014-07-12T17:34:40         0     N/A                  NO
          24693
     e04432469536a1a9fc7ddab00d5a5356c54dc0b4                           fox              0       182 2014-07-12T17:45:00         0     YES                 YES
     3f776ea687163c2c72545ba19c332ebfb24a47ab                           fox              0       182 2014-07-12T17:45:00         0     N/A                  NO
          24752
     56dc59fb67c7d7cf58e23dbde4ff43186e149e89                           fox              0       182 2014-07-12T17:57:00         0     YES                 YES
     62f2a5e266ee8dbc9b2e52a81639f930d1bbafc3                           fox              0       182 2014-07-12T17:57:00         0     N/A                  NO
          24836
     b68cf93208700019d628a630567c1938ad2f7a3d                           fox              0       182 2014-07-12T18:13:50         0     YES                 YES
     79d77a4a51539d2537cb1fa6b6a0e69f69e3d048                           fox              0       182 2014-07-12T18:13:50         0     N/A                  NO
          24902
     ce8779695b8fb10a861f90ce602c7b79fc1ec8b4                           fox              0       182 2014-07-12T18:27:30         0     YES                 YES
Title: Re: Dry Run 8: Need for Speed
Post by: vikram on July 13, 2014, 02:19:02 am
[...]
Output of 'about'?
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 13, 2014, 02:22:42 am
FOX is testing enabling the same delegate on two nodes to attempt to fork/attack the network.
Title: Re: Dry Run 8: Need for Speed
Post by: vikram on July 13, 2014, 02:26:30 am
FOX is testing enabling the same delegate on two nodes to attempt to fork/attack the network.

Roger that.

All, I have re-enabled network multi-threading by default in light of recent fixes. Seems to be running fine for me so far (just some slowness initially connecting). Please pull and build the latest code and see if it gives you any problems.
Title: Re: Dry Run 8: Need for Speed
Post by: Fox on July 13, 2014, 02:44:12 am
FOX is testing enabling the same delegate on two nodes to attempt to fork/attack the network.

Going to pull latest code and build on three nodes on different continents in an attempt to fork based on geo-separation.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 13, 2014, 04:51:35 am
In the Dry Run 9 branch I have created the first market-issued BitUSD... next dry run will give you all a chance to try it out.

I still a few things to implement:

1) Automatic Covering
2) RPC calls for managing your short positions
3) Proper handling of market fees.
4) Minimum Market Depth Enforcement
5) Initial Market Depth Enforcement
6) Maximum Price Change per block.

None of these items should take very long so we should see some significant progress this week. 
Title: Re: Dry Run 8: Need for Speed
Post by: BTSdac on July 13, 2014, 05:36:00 am
what is configuration of computer to run a delegates?
I have a delegate ,can not produce block while clients are runing in VPS , but can 100% produce block while clients are ruing in my personal computer . but I cannot make my comuter are been runing 24*7,  so what is the Min configuration of computer if I want to run a delegate in VPS .
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 13, 2014, 12:07:19 pm
Lost all connections again :(
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 13, 2014, 12:20:43 pm

Lost all connections again :(

Save your p2p logs and post them somewhere.  I'll have Eric look into this.


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 13, 2014, 12:28:23 pm

Lost all connections again :(

Save your p2p logs and post them somewhere.  I'll have Eric look into this.


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)

Just checked the folder - its 1 GB! I will try to upload it somewhere.
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 13, 2014, 12:31:33 pm
maybe only the last logs?
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 13, 2014, 01:01:54 pm

All, I have re-enabled network multi-threading by default in light of recent fixes. Seems to be running fine for me so far (just some slowness initially connecting). Please pull and build the latest code and see if it gives you any problems.

pm sent to vikram with some p2plog data.

Code: [Select]
  "bitshares_toolkit_revision": "ca799937c4f2bc09f5b3042e916374f80c9d0872",
  "bitshares_toolkit_revision_age": "11 hours ago",
  "fc_revision": "de3e2610a5033a766931b5873a26ac8b122cdbcb",
  "fc_revision_age": "15 hours ago",
  "compile_date": "compiled on Jul 13 2014 at 08:19:55"

Still lot of unfulfilled wishes  ;)
Code: [Select]
Still want to connect to more nodes, but I don't have any good candidates.  Trying again in 15 seconds

Code: [Select]
--- there are now 4 active connections to the p2p network
--- in sync with p2p network
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- there are now 2 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- in sync with p2p network
--- there are now 2 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- in sync with p2p network
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- there are now 2 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- in sync with p2p network
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- there are now 2 active connections to the p2p network
--- in sync with p2p network
--- there are now 3 active connections to the p2p network
--- in sync with p2p network
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 13, 2014, 01:08:37 pm
The seed nodes dropped almost all connections and we have those logs as well. 
Title: Re: Dry Run 8: Need for Speed
Post by: CalabiYau on July 13, 2014, 01:14:13 pm
The seed nodes dropped almost all connections and we have those logs as well.

Good to know, thx
Title: Re: Dry Run 8: Need for Speed
Post by: crazybit on July 13, 2014, 01:20:58 pm
seems the Dry Run 8 latest client consumes too much memory, 2G memory would be used up soon after i bring up the client in ubuntu14. and it worked fine without memory issue in the previous rounds of dry run test, do not know why it consumes so much memory now, is there any memory leak we do not know yet?and anybody encountered the similar issue?
Title: Re: Dry Run 8: Need for Speed
Post by: bitcoinerS on July 13, 2014, 08:41:13 pm
I tried running dev_tests, but it seems to get stuck here. Anyone else having this problem?

cli.cpp:1476                  wait_till_cli_shutdo ] waiting on server to quit

Code: [Select]
* Short Order

A: blockchain_market_order_book GLD XTS
blockchain_market_order_book GLD XTS
1491516ms th_a       cli.cpp:178                   execute_command_line ] line: blockchain_market_order_book GLD XTS
1491516ms th_a       chain_database.cpp:2351       get_market_asks      ] end of db
1491516ms th_a       asset.cpp:239                 operator*            ] r.amount = 4000000
1491517ms th_a       asset.cpp:240                 operator*            ] {"amount":100000,"asset_id":2} * {"ratio":"0.025","quote_asset_id":2,"base_asset_id":0} => {"amount":4000000,"asset_id":0}
1491517ms th_a       asset.cpp:214                 operator*            ] {"amount":34500000,"asset_id":0} * {"ratio":"0.0656","quote_asset_id":2,"base_asset_id":0} => {"amount":2263200,"asset_id":2}
1491517ms th_a       asset.cpp:214                 operator*            ] {"amount":271493,"asset_id":0} * {"ratio":"0.0221","quote_asset_id":2,"base_asset_id":0} => {"amount":5999,"asset_id":2}
1491517ms th_a       asset.cpp:214                 operator*            ] {"amount":21300000,"asset_id":0} * {"ratio":"0.0767","quote_asset_id":2,"base_asset_id":0} => {"amount":1633710,"asset_id":2}
1491517ms th_a       asset.cpp:214                 operator*            ] {"amount":419580,"asset_id":0} * {"ratio":"0.0143","quote_asset_id":2,"base_asset_id":0} => {"amount":5999,"asset_id":2}
1491517ms th_a       asset.cpp:214                 operator*            ] {"amount":12000000,"asset_id":0} * {"ratio":"0.08","quote_asset_id":2,"base_asset_id":0} => {"amount":960000,"asset_id":2}
                               BIDS                                |                                ASKS                               
TOTAL                     QUANTITY                           PRICE | PRICE                           QUANTITY                     TOTAL
---------------------------------------------------------------------------------------------------------------------------------------
100.000 GLD               40.00000 XTS               2.5 GLD / XTS | 6.56 GLD / XTS             345.00000 XTS             2,263.200 GLD
5.999 GLD                 2.71493 XTS               2.21 GLD / XTS*| 7.67 GLD / XTS             213.00000 XTS             1,633.710 GLD
5.999 GLD                 4.19580 XTS               1.43 GLD / XTS*| 8. GLD / XTS               120.00000 XTS               960.000 GLD

* Short Order

1491520ms th_a       cli.cpp:1476                  wait_till_cli_shutdo ] waiting on server to quit

Title: Re: Dry Run 8: Need for Speed
Post by: Fox on July 13, 2014, 11:03:20 pm
FOX is testing enabling the same delegate on two nodes to attempt to fork/attack the network.

Going to pull latest code and build on three nodes on different continents in an attempt to fork based on geo-separation.

Good news: I was unable to introduce a sustained fork by running four (4) clients in three (3) separate regions. Therefore I have returned to normal single delegate node for block production.

In Dry Run 9 I'd like to modify the test by increasing the number of delegates producing blocks from multiple nodes. The thought being that consecutive block production from a given series of nodes could produce a blockchain that differs from a separate set of nodes where peering does not support efficient transaction proposition. Given, the delegates producing from multiple nodes must do do consecutively which is by design random per round, so it would take a large set of multi-node delegates for even the possibility of the 'test' going to plan.

Is this a potential attack vector, malicious or otherwise?

Thoughts?
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 13, 2014, 11:12:04 pm
It is a good test of fork handling code     

We should implement automatic firing of your delegate. 


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Dry Run 8: Need for Speed
Post by: Fox on July 14, 2014, 01:11:24 am
It is a good test of fork handling code     

We should implement automatic firing of your delegate. 


Yes, I concur. One block per delegate per round.
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 14, 2014, 09:51:36 am
For those interested I could publish the privkey for xeroc-delegate-1..9 and and let others import the delegate and start producing blocks .. would be nice to see what happens once 10 guys are producing blocks with the same key while running a stress test?!
Title: Re: Dry Run 8: Need for Speed
Post by: JA on July 14, 2014, 09:59:38 am
For those interested I could publish the privkey for xeroc-delegate-1..9 and and let others import the delegate and start producing blocks .. would be nice to see what happens once 10 guys are producing blocks with the same key while running a stress test?!
i dont have enough stake in my wallet so please i would like to run one  :D
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 10:01:02 am
For those interested I could publish the privkey for xeroc-delegate-1..9 and and let others import the delegate and start producing blocks .. would be nice to see what happens once 10 guys are producing blocks with the same key while running a stress test?!

I would like to do that because I didn't managed* to create a delegate on this Dry Run and I am close to desperation  :)



* Couldn't sell my house  :P
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 14, 2014, 10:09:33 am
For those interested I could publish the privkey for xeroc-delegate-1..9 and and let others import the delegate and start producing blocks .. would be nice to see what happens once 10 guys are producing blocks with the same key while running a stress test?!

I would like to do that because I didn't managed* to create a delegate on this Dry Run and I am close to desperation  :)
* Couldn't sell my house  :P

Let's cripple the network:
Code: [Select]
wallet_import_private_key 5HyveBXjzBVFrgNx1Us7SDTU4NwicdrRCnXnUtss735Nbojz74d
wallet_import_private_key 5KVSbSQgr8ibUFAbDXW5svzc4VrbQ9F8ByHV6JZfNwobeikoL9W
wallet_import_private_key 5KLTJ7DmWUyhA5ySm7pe8ZxxZNRRDq5kMZzMTydiLVYdbZmzREg
wallet_import_private_key 5KeG4B6y2Qup93nnBMDRcbJEL2wSzqE7frGi8rpDvwc6qSavC4k
wallet_import_private_key 5KAUCFeoTJwv6UNd4Q4Weo1X5aY52TkomYjB3nQn1spWMoCWPWL
wallet_import_private_key 5KYtyMtdtascEQSh5br9wTz2BsCmz5Es4s5QqNH1ru9kZWYHDAE
wallet_import_private_key 5JXSBxU1JxCbdgXHwZ4j5sk8f5gi6VdSe53x5zyo1nj3XERKSmy
wallet_import_private_key 5JjgkXN4r9Bm3MSqAVuZVNP5hZwK3V7vLEkiQgiAvDtv5jECufR
wallet_import_private_key 5Hpx6irk6hPrFEUwi2xw1aD78XKLvE2u4tW2oSRgf788bEmrCnn
wallet_import_private_key 5JDfsMo6hjhgxS3UuXgzewvyRaByPZ9eAXxi3ZdT8u3xZVBQhQr

wallet_delegate_set_block_production ALL true
Those are the privkeys vor xeroc-delegate1...9 .. not sure which of those are currently producing blocks.
I will keep my machine running .. let's see what happens


Running delegates:
* xeroc
* leondani
* jabbajabba
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 10:27:40 am
For those interested I could publish the privkey for xeroc-delegate-1..9 and and let others import the delegate and start producing blocks .. would be nice to see what happens once 10 guys are producing blocks with the same key while running a stress test?!

I would like to do that because I didn't managed* to create a delegate on this Dry Run and I am close to desperation  :)
* Couldn't sell my house  :P


Let's cripple the network:
Code: [Select]
wallet_import_private_key 5HyveBXjzBVFrgNx1Us7SDTU4NwicdrRCnXnUtss735Nbojz74d
wallet_import_private_key 5KVSbSQgr8ibUFAbDXW5svzc4VrbQ9F8ByHV6JZfNwobeikoL9W
wallet_import_private_key 5KLTJ7DmWUyhA5ySm7pe8ZxxZNRRDq5kMZzMTydiLVYdbZmzREg
wallet_import_private_key 5KeG4B6y2Qup93nnBMDRcbJEL2wSzqE7frGi8rpDvwc6qSavC4k
wallet_import_private_key 5KAUCFeoTJwv6UNd4Q4Weo1X5aY52TkomYjB3nQn1spWMoCWPWL
wallet_import_private_key 5KYtyMtdtascEQSh5br9wTz2BsCmz5Es4s5QqNH1ru9kZWYHDAE
wallet_import_private_key 5JXSBxU1JxCbdgXHwZ4j5sk8f5gi6VdSe53x5zyo1nj3XERKSmy
wallet_import_private_key 5JjgkXN4r9Bm3MSqAVuZVNP5hZwK3V7vLEkiQgiAvDtv5jECufR
wallet_import_private_key 5Hpx6irk6hPrFEUwi2xw1aD78XKLvE2u4tW2oSRgf788bEmrCnn
wallet_import_private_key 5JDfsMo6hjhgxS3UuXgzewvyRaByPZ9eAXxi3ZdT8u3xZVBQhQr

wallet_delegate_set_block_production ALL true
Those are the privkeys vor xeroc-delegate1...9 .. not sure which of those are currently producing blocks.
I will keep my machine running .. let's see what happens


I have imported from 7-10
My wallet block explorer got CRAZY

i see block 35499 from delegate 10


BUT the first minutes I saw block producing in random times from other delegates!!!
from 1:23 it jumped to  1:25 and back 1:20 with different delegate list each time !!!!

Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 10:30:35 am
I imported all your delegates now
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 14, 2014, 10:32:06 am
Best practise: first sync to blockchain tha
en import and enable delegates
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 10:33:14 am
I sent to xeroc-delegate-1 88 XTS can you check that?
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 14, 2014, 10:34:03 am
No .
 Cant because delwgates dont check transactions .. to much work due to titan
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 10:36:34 am
xeroc-delegate-4   ???

Code: [Select]
>> blockchain_list_forks

   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
          17098
     3b0f349033df655c4c83a55944bb2977986b5924      delegated-proof-of-steak              0       182 2014-07-11T14:07:304294967281     YES                 YES
     e5ca3694a9c79caef35bc2f81b035eb859c1ea40                       chinese              0       182 2014-07-11T14:07:504294967281     N/A                  NO
          23074
     dd312f6e9745c1f9b479bf71fd91f883255a8cf8                           fox              0       182 2014-07-12T12:19:204294967278     YES                 YES
     908ab23c56126f08d16c335d0612d3722a62b904                           fox              0       182 2014-07-12T12:19:204294967279     N/A                  NO
          32841
     80de26634d78a83f740f8f9f2cff160989a72acb              xeroc-delegate-4              0       182 2014-07-14T00:55:30         0     YES                 YES
     f09b4e8854fff4413edb37d4ed569439c93fb640                    bitcoiners              0       182 2014-07-14T00:55:404294967295     N/A                  NO
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 10:39:40 am
some more infos...

Code: [Select]
>> get_info

{
  "blockchain_head_block_num": 35571,
  "blockchain_head_block_age": "5 seconds old",
  "blockchain_head_block_timestamp": "20140714T103840",
  "blockchain_average_delegate_participation": 71.126760563380287,
  "blockchain_delegate_pay_rate": 1908427,
  "blockchain_blocks_left_in_round": 82,
  "blockchain_confirmation_requirement": 2,
  "blockchain_share_supply": 199957349908700,
  "blockchain_random_seed": "6e0e7a00b3845fac378742fd4eea6bc598ee8c59",
  "blockchain_database_version": 110,
  "blockchain_version": 105,
  "network_num_connections": 4,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": null,
  "ntp_error": null,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "16 hours in the future",
  "wallet_unlocked_until_timestamp": "20140715T025517",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "35 seconds in the future",
  "wallet_next_block_production_timestamp": "20140714T103920",
  "wallet_version": 101
}
>> wallet_list_my_accounts

NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       APPROVED       BLOCK PRODUCTION ENABLED
fffgreek                           XTS6V1EH1T6Mz9zRXNPhbxKBWBQgbzLsCPiQyvdgFCnhSoXQ1nMAE           2014-07-10T19:19:10   NO             0              N/A                     
liondani-win7                      XTS7pzM8QmHtbzJGC7usxCpjGa3fWpjF5hVXnCf7bvDpA6vxzK3WF           2014-07-11T15:15:10   NO             0              N/A                     
liondaniel                         XTS76uKyaqrDa6ZrmR7w71sQ5EZTEGtsCxYn6NcWC5Sj4N8DCt6or           2014-07-10T19:18:40   NO             0              N/A                     
xeroc-delegate-1 *                 XTS7WaiqoB6rXm1NGfV6U9Sen3wsN7WQB6e1wgYejwHRMGSBQfdq9           2014-07-08T19:40:00   NO             1              YES                     
xeroc-delegate-10 *                XTS5w1Ciu39BBaNRUWSxPfcppUeLDGndWk3EStXnkZnA541ey5jag           2014-07-08T19:40:00   NO             1              YES                     
xeroc-delegate-2 *                 XTS7GkyBVKXsebMLrMBTkYCC9ixNViNpgWr5xJxFiM2LPzk64YYCD           2014-07-08T19:40:00   NO             1              YES                     
xeroc-delegate-3 *                 XTS6vsZ7JTacrhZqRp8wQ5JKbAvFUtnKuW6Cr47P5L42KSE1T3do5           2014-07-08T19:40:00   NO             1              YES                     
xeroc-delegate-4 *                 XTS6y488KLsBCQ2osY5WQVQgNJxr9HwJnfQHXYjP4vf84uogUp6BQ           2014-07-08T19:40:00   NO             1              YES                     
xeroc-delegate-5 *                 XTS7KMeqRWoMADTcZJXZYorrz55qkpdQhkFfMAEtgcco7bVLBQ5Bh           2014-07-08T19:40:00   NO             1              YES                     
xeroc-delegate-6 *                 XTS8JSTeuu42S2HMbsNcX5NQ6KvLSLJuPQyi4ujL1UVu77DejbnvB           2014-07-08T19:40:00   NO             1              YES                     
xeroc-delegate-7 *                 XTS8LymRD6EwLrt1zfH8SbiWFDBChtYvxqmDXfZcry1ywL7hugxYS           2014-07-08T19:40:00   NO             1              YES                     
xeroc-delegate-8 *                 XTS589yn8GaABWsbzZaYiivihCPBWano8g2ZHzcAxvBwVdo3L1CKt           2014-07-08T19:40:00   NO             1              YES                     
xeroc-delegate-9 *                 XTS69YzrZBWkiLckVSfc35PJZQUT5JG8TSeSTyuQRtdfWXzRsv31W           2014-07-08T19:40:00   NO             1              YES       
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 10:42:11 am
Now + xeroc-delegate-1 in the fork list
(first was xeroc-delegate-4)

Code: [Select]
>> blockchain_list_forks

   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
          17098
     3b0f349033df655c4c83a55944bb2977986b5924      delegated-proof-of-steak              0       182 2014-07-11T14:07:304294967281     YES                 YES
     e5ca3694a9c79caef35bc2f81b035eb859c1ea40                       chinese              0       182 2014-07-11T14:07:504294967281     N/A                  NO
          23074
     dd312f6e9745c1f9b479bf71fd91f883255a8cf8                           fox              0       182 2014-07-12T12:19:204294967278     YES                 YES
     908ab23c56126f08d16c335d0612d3722a62b904                           fox              0       182 2014-07-12T12:19:204294967279     N/A                  NO
          30415
     4fd71b74584a8ad3e5ba476ad7b7392f9b1e9497                       vikram2              0       182 2014-07-13T14:31:30     35039     YES                 YES
     694e3453f6fa119bd8ed1399f04e35a7137fd100              xeroc-delegate-1              0       182 2014-07-14T10:40:00         0     N/A                  NO
          32841
     80de26634d78a83f740f8f9f2cff160989a72acb              xeroc-delegate-4              0       182 2014-07-14T00:55:30         0     YES                 YES
     f09b4e8854fff4413edb37d4ed569439c93fb640                    bitcoiners              0       182 2014-07-14T00:55:404294967295     N/A                  NO
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 10:43:15 am
list getting bigger  ;)

Code: [Select]
>> blockchain_list_forks

   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
          17098
     3b0f349033df655c4c83a55944bb2977986b5924      delegated-proof-of-steak              0       182 2014-07-11T14:07:304294967281     YES                 YES
     e5ca3694a9c79caef35bc2f81b035eb859c1ea40                       chinese              0       182 2014-07-11T14:07:504294967281     N/A                  NO
          23074
     dd312f6e9745c1f9b479bf71fd91f883255a8cf8                           fox              0       182 2014-07-12T12:19:204294967278     YES                 YES
     908ab23c56126f08d16c335d0612d3722a62b904                           fox              0       182 2014-07-12T12:19:204294967279     N/A                  NO
          30415
     4fd71b74584a8ad3e5ba476ad7b7392f9b1e9497                       vikram2              0       182 2014-07-13T14:31:30     35039     YES                 YES
     694e3453f6fa119bd8ed1399f04e35a7137fd100              xeroc-delegate-1              0       182 2014-07-14T10:40:00         0     N/A                  NO
          31444
     814cb5c4a5e36e8ba3f6c10201067ae5fd7a4a34                     spartako6              0       182 2014-07-13T19:39:40     16611     YES                 YES
     444f6c42156cfa7daee897f2e79922dee44bb1cd              xeroc-delegate-1              0       182 2014-07-14T10:41:00         8     N/A                  NO
          31554
     94f818b8437741d20d06d2c526bfd3fae9f85661              xeroc-delegate-6              0       182 2014-07-13T20:07:50     14929     YES                 YES
     fa33a16d996189b4d74316f1618ced7c341f3303              xeroc-delegate-2              0       182 2014-07-14T10:41:20        11     N/A                  NO
          32841
     80de26634d78a83f740f8f9f2cff160989a72acb              xeroc-delegate-4              0       182 2014-07-14T00:55:30         0     YES                 YES
     f09b4e8854fff4413edb37d4ed569439c93fb640                    bitcoiners              0       182 2014-07-14T00:55:404294967295     N/A                  NO
Title: Re: Dry Run 8: Need for Speed
Post by: JA on July 14, 2014, 10:47:34 am
Now + xeroc-delegate-1 in the fork list
(first was xeroc-delegate-4)

Code: [Select]
>> blockchain_list_forks

   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
          17098
     3b0f349033df655c4c83a55944bb2977986b5924      delegated-proof-of-steak              0       182 2014-07-11T14:07:304294967281     YES                 YES
     e5ca3694a9c79caef35bc2f81b035eb859c1ea40                       chinese              0       182 2014-07-11T14:07:504294967281     N/A                  NO
          23074
     dd312f6e9745c1f9b479bf71fd91f883255a8cf8                           fox              0       182 2014-07-12T12:19:204294967278     YES                 YES
     908ab23c56126f08d16c335d0612d3722a62b904                           fox              0       182 2014-07-12T12:19:204294967279     N/A                  NO
          30415
     4fd71b74584a8ad3e5ba476ad7b7392f9b1e9497                       vikram2              0       182 2014-07-13T14:31:30     35039     YES                 YES
     694e3453f6fa119bd8ed1399f04e35a7137fd100              xeroc-delegate-1              0       182 2014-07-14T10:40:00         0     N/A                  NO
          32841
     80de26634d78a83f740f8f9f2cff160989a72acb              xeroc-delegate-4              0       182 2014-07-14T00:55:30         0     YES                 YES
     f09b4e8854fff4413edb37d4ed569439c93fb640                    bitcoiners              0       182 2014-07-14T00:55:404294967295     N/A                  NO
i took 1 and 2  :D
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 14, 2014, 11:53:07 am
Although we have a lot of forks now my clients are still on the (what seems to be the) main chain.
+5%
No we need more users to run those delegates and we also need a stress test running ..
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 11:56:29 am
Your 10 delegates are active on my win7 system
when I tried to import the first private key on my linux system this error occured:

Code: [Select]
liondani (unlocked) >>> wallet_import_private_key 5HyveBXjzBVFrgNx1Us7SDTU4NwicdrRCnXnUtss735Nbojz74d
10 assert_exception: Assert Exception
account_name.size(): You must specify an account name because the private key does not belong to any known accounts
    {}
    th_a  wallet.cpp:1235 import_private_key

    {"account_name":""}
    th_a  wallet.cpp:1277 import_private_key

    {"account_name":""}
    th_a  wallet.cpp:1295 import_wif_private_key

    {}
    th_a  common_api_client.cpp:499 wallet_import_private_key

    {"command":"wallet_import_private_key"}
    th_a  cli.cpp:538 execute_command
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 14, 2014, 12:02:33 pm
Maybe you need to use braces ("") around the private key
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 12:08:40 pm
Maybe you need to use braces ("") around the private key

tried, no
Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 14, 2014, 12:10:21 pm
Ah .. theses delegates were registered somewhere need block 300 (wild guess)
so you need to sync the blockchain before importing the keys!

otherwise these keys just dont fit any registered name
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 12:12:08 pm
Ah .. theses delegates were registered somewhere need block 300 (wild guess)
so you need to sync the blockchain before importing the keys!

otherwise these keys just dont fit any registered name

make sense will try that out  ;)
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 01:50:33 pm
Now your 10 delegates are on my linux node also active xeroc  ;)
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 01:58:26 pm
I had no forks on my linux system until I activated your accounts, now I have...

Code: [Select]
liondaniel (unlocked) >>> list_forks
   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
          36431
     2059de8df03d24052d6d397d23779664fa1d4e67              xeroc-delegate-7              0       182 2014-07-14T13:55:00         0     YES                  NO
     81118797e076c5a744d9e556b39213bd824d43ee              xeroc-delegate-7              0       182 2014-07-14T13:55:00         0     YES                 YES
liondaniel (unlocked) >>>

liondaniel (unlocked) >>> info
{
  "blockchain_head_block_num": 36457,
  "blockchain_head_block_age": "4 seconds old",
  "blockchain_head_block_timestamp": "20140714T140040",
  "blockchain_average_delegate_participation": 71.126760563380287,
  "blockchain_delegate_pay_rate": 1721999,
  "blockchain_blocks_left_in_round": 4,
  "blockchain_confirmation_requirement": 6,
  "blockchain_share_supply": 199958900410369,
  "blockchain_random_seed": "58539cbfbbedafd58ca6956f9aab612f997f1102",
  "blockchain_database_version": 114,
  "blockchain_version": 105,
  "network_num_connections": 5,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140714T140044",
  "ntp_error": -0.016735,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "12 days in the future",
  "wallet_unlocked_until_timestamp": "20140726T020912",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "2 minutes in the future",
  "wallet_next_block_production_timestamp": "20140714T140250",
  "wallet_version": 100
}



The same time on my windows7 system:

Code: [Select]
>> blockchain_list_forks

   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
          17098
     3b0f349033df655c4c83a55944bb2977986b5924      delegated-proof-of-steak              0       182 2014-07-11T14:07:304294967281     YES                 YES
     e5ca3694a9c79caef35bc2f81b035eb859c1ea40                       chinese              0       182 2014-07-11T14:07:504294967281     N/A                  NO
          23074
     dd312f6e9745c1f9b479bf71fd91f883255a8cf8                           fox              0       182 2014-07-12T12:19:204294967278     YES                 YES
     908ab23c56126f08d16c335d0612d3722a62b904                           fox              0       182 2014-07-12T12:19:204294967279     N/A                  NO
          30415
     4fd71b74584a8ad3e5ba476ad7b7392f9b1e9497                       vikram2              0       182 2014-07-13T14:31:30     35039     YES                 YES
     694e3453f6fa119bd8ed1399f04e35a7137fd100              xeroc-delegate-1              0       182 2014-07-14T10:40:00         0     N/A                  NO
          31444
     814cb5c4a5e36e8ba3f6c10201067ae5fd7a4a34                     spartako6              0       182 2014-07-13T19:39:40     16611     YES                 YES
     444f6c42156cfa7daee897f2e79922dee44bb1cd              xeroc-delegate-1              0       182 2014-07-14T10:41:00         8     N/A                  NO
          31554
     94f818b8437741d20d06d2c526bfd3fae9f85661              xeroc-delegate-6              0       182 2014-07-13T20:07:50     14929     YES                 YES
     fa33a16d996189b4d74316f1618ced7c341f3303              xeroc-delegate-2              0       182 2014-07-14T10:41:20        11     N/A                  NO
          32841
     80de26634d78a83f740f8f9f2cff160989a72acb              xeroc-delegate-4              0       182 2014-07-14T00:55:30         0     YES                 YES
     f09b4e8854fff4413edb37d4ed569439c93fb640                    bitcoiners              0       182 2014-07-14T00:55:404294967295     N/A                  NO
          35654
     faec23cabfed5baaec03afdef757979af30e7781              xeroc-delegate-2              0       182 2014-07-14T10:56:10         0     YES                 YES
     05fa8dc849f11c7037f9b6635a3a8d493d8a28b1              xeroc-delegate-2              0       182 2014-07-14T10:56:10         0     N/A                  NO
          35666
     c60d97d4c767dc63a5b864a95eaf90a8fa59096d              xeroc-delegate-1              0       182 2014-07-14T10:58:40         0     YES                  NO
     5e6d3e1a2ccf034ad5e2a894096cd3f99bd13b6a              xeroc-delegate-1              0       182 2014-07-14T10:58:40         0     YES                 YES
          35811
     38312bd3977c091b911b5a2abe8b61ab7ade5a4e              xeroc-delegate-1              0       182 2014-07-14T11:30:30         0     YES                  NO
     362232cea0246a84bcc16b6655d1bc7950361e43              xeroc-delegate-1              0       182 2014-07-14T11:30:30         0     YES                 YES
          35817
     81658eb281fe65ea287ca661ff545be92500dafe              xeroc-delegate-8              0       182 2014-07-14T11:31:304294967295     YES                 YES
     45652c12368e6fbddf6b058c108f7bcb84cc48b9                       calyau5              0       182 2014-07-14T11:31:40        22     N/A                  NO
          35880
     7b74f30a7ad17eb5aeab16f16055516fbda025de              xeroc-delegate-2              0       182 2014-07-14T11:45:00         0     YES                  NO
     7108ab5181d7d554f31f87a2c548cee181fac9b0              xeroc-delegate-2              0       182 2014-07-14T11:45:00         0     YES                 YES
          35896
     401a8977ddd67ade86a79bc35e17b311eea0ae69              xeroc-delegate-1              0       182 2014-07-14T11:48:204294967295     YES                  NO
     f7ddd5a51811c9a70575b7645efa45904cf3d0ba              xeroc-delegate-1              0       182 2014-07-14T11:48:20         0     YES                 YES
          36102
     a50e823f3c29b347906812e0b52155bae45f4e27                 happyshares-7              0       182 2014-07-14T12:35:504294967295     YES                 YES
     8face93b99521b6634bebefaa25d2b8f0f710764              xeroc-delegate-7              0       182 2014-07-14T12:35:40        10     N/A                  NO
          36235
     73fd93672b52f2cb8404048354c6ccae51c65ac6             xeroc-delegate-10              0       182 2014-07-14T13:08:20         0     YES                  NO
     88978742199c3fce9f82aac09bbd3bda00349a55             xeroc-delegate-10              0       182 2014-07-14T13:08:20         0     YES                 YES
          36431
     81118797e076c5a744d9e556b39213bd824d43ee              xeroc-delegate-7              0       182 2014-07-14T13:55:004294967293     YES                 YES
     2059de8df03d24052d6d397d23779664fa1d4e67              xeroc-delegate-7              0       182 2014-07-14T13:55:004294967294     N/A                  NO

>> get_info

{
  "blockchain_head_block_num": 36456,
  "blockchain_head_block_age": "6 seconds old",
  "blockchain_head_block_timestamp": "20140714T140030",
  "blockchain_average_delegate_participation": 71.126760563380287,
  "blockchain_delegate_pay_rate": 1722199,
  "blockchain_blocks_left_in_round": 5,
  "blockchain_confirmation_requirement": 7,
  "blockchain_share_supply": 199958898688370,
  "blockchain_random_seed": "9d144736c0da1c89508fdb8feaefebf156e3d577",
  "blockchain_database_version": 110,
  "blockchain_version": 105,
  "network_num_connections": 6,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": null,
  "ntp_error": null,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "14 hours in the future",
  "wallet_unlocked_until_timestamp": "20140715T033408",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "4 seconds in the future",
  "wallet_next_block_production_timestamp": "20140714T140040",
  "wallet_version": 101
}


Title: Re: Dry Run 8: Need for Speed
Post by: xeroc on July 14, 2014, 02:00:31 pm
I see A LOT more .. not only from my/our delegates but also from 'fox' and happyshares .. all seem to be stuck ..
there is still one main-fork i guess!
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 02:05:38 pm
in about 5 minutes I will make stress test  ;)
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 02:08:47 pm
see the blockexplorer now I will
make much transactions like this:

wallet_transfer 0.0001 XTS fffgreek xeroc-delegate-1

Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 02:13:30 pm
forks with TXN COUNT at 39,19,20,21...   and 59 for xeroc-delegate-1

Code: [Select]
liondaniel (unlocked) >>> list_forks
   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
          36431
     2059de8df03d24052d6d397d23779664fa1d4e67              xeroc-delegate-7              0       182 2014-07-14T13:55:00         0     YES                  NO
     81118797e076c5a744d9e556b39213bd824d43ee              xeroc-delegate-7              0       182 2014-07-14T13:55:00         0     YES                 YES
          36450
     8006da86bb9dd2deefa8ffce8f2b2d18e71ab63f              xeroc-delegate-9              0       182 2014-07-14T13:59:30         0     YES                  NO
     51f09d84a7a90b67f4e37ce5dc08bf3a49e43694              xeroc-delegate-9              0       182 2014-07-14T13:59:30         0     YES                 YES
          36455
     41545f398ac8ecde3d7a7a94ac049f2fd592c7be              xeroc-delegate-5              0       182 2014-07-14T14:00:30         0     YES                  NO
     dfe16e7a4b18305ad3753decb7af7eeaa55e10c2              xeroc-delegate-5              0       182 2014-07-14T14:00:30         0     YES                 YES
          36467
     20b6d477da00588acd54334365b0995a3ed02380              xeroc-delegate-3              0       182 2014-07-14T14:03:20         0     YES                  NO
     d889eab9a743304d89040eb76855e893fd780457              xeroc-delegate-3              0       182 2014-07-14T14:03:20         0     YES                 YES
          36469
     95f6b33154c8e2115818ef53a3da9b6f358400ed              xeroc-delegate-7              0       182 2014-07-14T14:03:40         0     YES                  NO
     7842e4a5e33fee368a8f461355543f0b503a2953              xeroc-delegate-7              0       182 2014-07-14T14:03:40         0     YES                 YES
          36471
     ef0497ea656b9d36161984dd6da11e8d72ee0009              xeroc-delegate-6              0       182 2014-07-14T14:04:40         0     YES                  NO
     b3fb0a6c9ac77d3b517f9620e567249e75b06d35              xeroc-delegate-6              0       182 2014-07-14T14:04:40         0     YES                 YES
          36474
     091a5b75c8724fa65371e9f90bfba18a7a1cc4b7              xeroc-delegate-4              0       182 2014-07-14T14:05:10         0     YES                  NO
     326d7c7ae31642905f0b56a87d8ea16ede5b6f0a              xeroc-delegate-4              0       182 2014-07-14T14:05:10         0     YES                 YES
          36483
     5efb46336c44f5f5361fec6181ec8196251e0f33              xeroc-delegate-9              0       182 2014-07-14T14:07:00         0     YES                  NO
     c4721418ac8bee696b32811778becc07c1ae93af              xeroc-delegate-9              0       182 2014-07-14T14:07:00         0     YES                 YES
          36498
     28d40fd6c1844338b6ef4a78910a5d9bdcc9fdfd             xeroc-delegate-10             39     12235 2014-07-14T14:11:10         0     YES                  NO
     351d9562109fe51090d0c04bc448285ff83bdfe5             xeroc-delegate-10             39     12235 2014-07-14T14:11:10         1     YES                 YES
          36501
     e9baa07072b0e8e6563096341f667eba780e277c              xeroc-delegate-8             19      6051 2014-07-14T14:11:40         0     YES                  NO
     777ce0e0fabd2ab8f5dae4ce6b43fc5d2f550095              xeroc-delegate-8             20      6360 2014-07-14T14:11:40         0     YES                 YES
          36503
     690431ca8e0aeb83cf3106884d4dd2f90d9e1d7f              xeroc-delegate-2             20      6365 2014-07-14T14:12:00         0     YES                  NO
     139d19c7dda8321eb945e29cecc3a7f7b2d7a965              xeroc-delegate-2             21      6678 2014-07-14T14:12:00         1     YES                 YES
          36508
     202bdcd7f53aa51d7be15f2a0f044c31f78a102c              xeroc-delegate-1             59     18399 2014-07-14T14:13:20         0     YES                 YES
     3c1645e219af602d1243b646992d314772fa99f8              xeroc-delegate-1             59     18399 2014-07-14T14:13:20         1     N/A                  NO
liondaniel (unlocked) >>>
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 02:16:54 pm
welcome delegate-alt  and krabbypatty...

Code: [Select]
                36506
     a419ba422e8b6ee281805fc4564c4e54ed04ddc4                       smeagol             19      6050 2014-07-14T14:12:30         2     YES                 YES
     6a28e91d3b7169e430a832318cda16ce82268727                   krabbypatty            102     31702 2014-07-14T14:17:10         3     N/A                  NO
          36508
 

 36510
     d84c51068ebc185f014b436801afb5d2e84aa5ef                      vikram16             19      6061 2014-07-14T14:13:50         0     YES                 YES
     b46c308aaa2e0761af165f75cd7b536901711b1b                  delegate-alt            102     31738 2014-07-14T14:15:10         2     N/A                  NO
          36514
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 02:21:54 pm
stress test started and block 36487
and ended at 36530
if bytemaster want to check it...
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 14, 2014, 02:24:35 pm
welcome delegate-alt  and krabbypatty...

Code: [Select]
                36506
     a419ba422e8b6ee281805fc4564c4e54ed04ddc4                       smeagol             19      6050 2014-07-14T14:12:30         2     YES                 YES
     6a28e91d3b7169e430a832318cda16ce82268727                   krabbypatty            102     31702 2014-07-14T14:17:10         3     N/A                  NO
          36508
 

 36510
     d84c51068ebc185f014b436801afb5d2e84aa5ef                      vikram16             19      6061 2014-07-14T14:13:50         0     YES                 YES
     b46c308aaa2e0761af165f75cd7b536901711b1b                  delegate-alt            102     31738 2014-07-14T14:15:10         2     N/A                  NO
          36514
Good job
I must have drop in a fork chain
Code: [Select]
default (unlocked) >>> blockchain_list_blocks 36510 2
HEIGHT  TIMESTAMP           SIGNING DELEGATE                # TXS   SIZE    TOTAL FEES      LATENCY PROCESSING TIME
-------------------------------------------------------------------------------------------------------------------
36510   2014-07-14T14:13:40 spartako5                       40      12567   4.00000 XTS     0       0.064407       
MISSED  2014-07-14T14:13:50 vikram16                        N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:00 mo-btsx-mo-problems             N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:10 happyshares-2                   N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:20 init66                          N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:30 betax3                          N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:40 spartako                        N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:50 init34                          N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:15:00 scroodge                        N/A     N/A     N/A             N/A     N/A           
36511   2014-07-14T14:15:10 delegate-alt                    102     31738   10.20000 XTS    0       0.138423   
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 02:28:17 pm
list_forks

Code: [Select]
>> blockchain_list_forks

   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
          17098
     3b0f349033df655c4c83a55944bb2977986b5924      delegated-proof-of-steak              0       182 2014-07-11T14:07:304294967281     YES                 YES
     e5ca3694a9c79caef35bc2f81b035eb859c1ea40                       chinese              0       182 2014-07-11T14:07:504294967281     N/A                  NO
          23074
     dd312f6e9745c1f9b479bf71fd91f883255a8cf8                           fox              0       182 2014-07-12T12:19:204294967278     YES                 YES
     908ab23c56126f08d16c335d0612d3722a62b904                           fox              0       182 2014-07-12T12:19:204294967279     N/A                  NO
          30415
     4fd71b74584a8ad3e5ba476ad7b7392f9b1e9497                       vikram2              0       182 2014-07-13T14:31:30     35039     YES                 YES
     694e3453f6fa119bd8ed1399f04e35a7137fd100              xeroc-delegate-1              0       182 2014-07-14T10:40:00         0     N/A                  NO
          31444
     814cb5c4a5e36e8ba3f6c10201067ae5fd7a4a34                     spartako6              0       182 2014-07-13T19:39:40     16611     YES                 YES
     444f6c42156cfa7daee897f2e79922dee44bb1cd              xeroc-delegate-1              0       182 2014-07-14T10:41:00         8     N/A                  NO
          31554
     94f818b8437741d20d06d2c526bfd3fae9f85661              xeroc-delegate-6              0       182 2014-07-13T20:07:50     14929     YES                 YES
     fa33a16d996189b4d74316f1618ced7c341f3303              xeroc-delegate-2              0       182 2014-07-14T10:41:20        11     N/A                  NO
          32841
     80de26634d78a83f740f8f9f2cff160989a72acb              xeroc-delegate-4              0       182 2014-07-14T00:55:30         0     YES                 YES
     f09b4e8854fff4413edb37d4ed569439c93fb640                    bitcoiners              0       182 2014-07-14T00:55:404294967295     N/A                  NO
          35654
     faec23cabfed5baaec03afdef757979af30e7781              xeroc-delegate-2              0       182 2014-07-14T10:56:10         0     YES                 YES
     05fa8dc849f11c7037f9b6635a3a8d493d8a28b1              xeroc-delegate-2              0       182 2014-07-14T10:56:10         0     N/A                  NO
          35666
     c60d97d4c767dc63a5b864a95eaf90a8fa59096d              xeroc-delegate-1              0       182 2014-07-14T10:58:40         0     YES                  NO
     5e6d3e1a2ccf034ad5e2a894096cd3f99bd13b6a              xeroc-delegate-1              0       182 2014-07-14T10:58:40         0     YES                 YES
          35811
     38312bd3977c091b911b5a2abe8b61ab7ade5a4e              xeroc-delegate-1              0       182 2014-07-14T11:30:30         0     YES                  NO
     362232cea0246a84bcc16b6655d1bc7950361e43              xeroc-delegate-1              0       182 2014-07-14T11:30:30         0     YES                 YES
          35817
     81658eb281fe65ea287ca661ff545be92500dafe              xeroc-delegate-8              0       182 2014-07-14T11:31:304294967295     YES                 YES
     45652c12368e6fbddf6b058c108f7bcb84cc48b9                       calyau5              0       182 2014-07-14T11:31:40        22     N/A                  NO
          35880
     7b74f30a7ad17eb5aeab16f16055516fbda025de              xeroc-delegate-2              0       182 2014-07-14T11:45:00         0     YES                  NO
     7108ab5181d7d554f31f87a2c548cee181fac9b0              xeroc-delegate-2              0       182 2014-07-14T11:45:00         0     YES                 YES
          35896
     401a8977ddd67ade86a79bc35e17b311eea0ae69              xeroc-delegate-1              0       182 2014-07-14T11:48:204294967295     YES                  NO
     f7ddd5a51811c9a70575b7645efa45904cf3d0ba              xeroc-delegate-1              0       182 2014-07-14T11:48:20         0     YES                 YES
          36102
     a50e823f3c29b347906812e0b52155bae45f4e27                 happyshares-7              0       182 2014-07-14T12:35:504294967295     YES                 YES
     8face93b99521b6634bebefaa25d2b8f0f710764              xeroc-delegate-7              0       182 2014-07-14T12:35:40        10     N/A                  NO
          36235
     73fd93672b52f2cb8404048354c6ccae51c65ac6             xeroc-delegate-10              0       182 2014-07-14T13:08:20         0     YES                  NO
     88978742199c3fce9f82aac09bbd3bda00349a55             xeroc-delegate-10              0       182 2014-07-14T13:08:20         0     YES                 YES
          36431
     81118797e076c5a744d9e556b39213bd824d43ee              xeroc-delegate-7              0       182 2014-07-14T13:55:004294967293     YES                 YES
     2059de8df03d24052d6d397d23779664fa1d4e67              xeroc-delegate-7              0       182 2014-07-14T13:55:004294967294     N/A                  NO
          36450
     51f09d84a7a90b67f4e37ce5dc08bf3a49e43694              xeroc-delegate-9              0       182 2014-07-14T13:59:304294967293     YES                 YES
     8006da86bb9dd2deefa8ffce8f2b2d18e71ab63f              xeroc-delegate-9              0       182 2014-07-14T13:59:304294967294     N/A                  NO
          36455
     dfe16e7a4b18305ad3753decb7af7eeaa55e10c2              xeroc-delegate-5              0       182 2014-07-14T14:00:304294967293     YES                 YES
     41545f398ac8ecde3d7a7a94ac049f2fd592c7be              xeroc-delegate-5              0       182 2014-07-14T14:00:304294967294     N/A                  NO
          36467
     d889eab9a743304d89040eb76855e893fd780457              xeroc-delegate-3              0       182 2014-07-14T14:03:204294967293     YES                 YES
     20b6d477da00588acd54334365b0995a3ed02380              xeroc-delegate-3              0       182 2014-07-14T14:03:204294967294     N/A                  NO
          36469
     7842e4a5e33fee368a8f461355543f0b503a2953              xeroc-delegate-7              0       182 2014-07-14T14:03:404294967293     YES                 YES
     95f6b33154c8e2115818ef53a3da9b6f358400ed              xeroc-delegate-7              0       182 2014-07-14T14:03:404294967294     N/A                  NO
          36471
     b3fb0a6c9ac77d3b517f9620e567249e75b06d35              xeroc-delegate-6              0       182 2014-07-14T14:04:404294967293     YES                 YES
     ef0497ea656b9d36161984dd6da11e8d72ee0009              xeroc-delegate-6              0       182 2014-07-14T14:04:404294967294     N/A                  NO
          36474
     326d7c7ae31642905f0b56a87d8ea16ede5b6f0a              xeroc-delegate-4              0       182 2014-07-14T14:05:104294967293     YES                 YES
     091a5b75c8724fa65371e9f90bfba18a7a1cc4b7              xeroc-delegate-4              0       182 2014-07-14T14:05:104294967294     N/A                  NO
          36483
     c4721418ac8bee696b32811778becc07c1ae93af              xeroc-delegate-9              0       182 2014-07-14T14:07:004294967293     YES                 YES
     5efb46336c44f5f5361fec6181ec8196251e0f33              xeroc-delegate-9              0       182 2014-07-14T14:07:004294967294     N/A                  NO
          36498
     351d9562109fe51090d0c04bc448285ff83bdfe5             xeroc-delegate-10             39     12235 2014-07-14T14:11:104294967294     YES                 YES
     28d40fd6c1844338b6ef4a78910a5d9bdcc9fdfd             xeroc-delegate-10             39     12235 2014-07-14T14:11:104294967295     N/A                  NO
          36501
     777ce0e0fabd2ab8f5dae4ce6b43fc5d2f550095              xeroc-delegate-8             20      6360 2014-07-14T14:11:404294967293     YES                 YES
     e9baa07072b0e8e6563096341f667eba780e277c              xeroc-delegate-8             19      6051 2014-07-14T14:11:404294967295     N/A                  NO
          36503
     139d19c7dda8321eb945e29cecc3a7f7b2d7a965              xeroc-delegate-2             21      6678 2014-07-14T14:12:004294967294     YES                 YES
     690431ca8e0aeb83cf3106884d4dd2f90d9e1d7f              xeroc-delegate-2             20      6365 2014-07-14T14:12:004294967295     N/A                  NO
          36506
     a419ba422e8b6ee281805fc4564c4e54ed04ddc4                       smeagol             19      6050 2014-07-14T14:12:304294967294     YES                 YES
     6a28e91d3b7169e430a832318cda16ce82268727                   krabbypatty            102     31702 2014-07-14T14:17:10         1     N/A                  NO
          36508
     3c1645e219af602d1243b646992d314772fa99f8              xeroc-delegate-1             59     18399 2014-07-14T14:13:204294967294     YES                 YES
     202bdcd7f53aa51d7be15f2a0f044c31f78a102c              xeroc-delegate-1             59     18399 2014-07-14T14:13:20         0     N/A                  NO
          36510
     d84c51068ebc185f014b436801afb5d2e84aa5ef                      vikram16             19      6061 2014-07-14T14:13:504294967294     YES                 YES
     b46c308aaa2e0761af165f75cd7b536901711b1b                  delegate-alt            102     31738 2014-07-14T14:15:10         0     N/A                  NO
          36514
     a816eab1be375d4b402f5d33c5dede06a0a2f286              xeroc-delegate-5             59     18441 2014-07-14T14:15:304294967294     YES                 YES
     f00a76602eb66fa3a33e78e27c02d0d271f94a1b              xeroc-delegate-5             59     18441 2014-07-14T14:15:30         0     N/A                  NO
          36533
     43c505fdf209f6a6b0f59020a394b7c9ad7672ad              xeroc-delegate-3              0       182 2014-07-14T14:20:104294967293     YES                 YES
     d578a953a0ea113f227b94aea91abe735e4fbf8a              xeroc-delegate-3              0       182 2014-07-14T14:20:104294967294     N/A                  NO
          36535
     cea194308236a87a99665dde1f62043e73d6808d              xeroc-delegate-7              0       182 2014-07-14T14:20:304294967293     YES                 YES
     0a7e019a66915395c717031f02d2cc892602daf4              xeroc-delegate-7              0       182 2014-07-14T14:20:304294967294     N/A                  NO
          36537
     ee617c8fe1e94138c44576626866c8e9d45b4358              xeroc-delegate-6              0       182 2014-07-14T14:21:304294967293     YES                 YES
     a187aa56d7a202597d66679d7f03db0b883daf0c              xeroc-delegate-6              0       182 2014-07-14T14:21:304294967294     N/A                  NO
          36540
     39da1f45954f5d6b540c0c70e512c38eb15186b6              xeroc-delegate-4              0       182 2014-07-14T14:22:004294967293     YES                 YES
     60d369f74173cb44e825e9a1cc047524fec39210              xeroc-delegate-4              0       182 2014-07-14T14:22:004294967294     N/A                  NO
          36548
     3868db6233e266050c9e67a06fda4115661f9e43              xeroc-delegate-9              0       182 2014-07-14T14:23:504294967293     YES                 YES
     f306b399c32e68fbb65830eda20df89364dcffec              xeroc-delegate-9              0       182 2014-07-14T14:23:504294967295     N/A                  NO
Title: Re: Dry Run 8: Need for Speed
Post by: BTSdac on July 14, 2014, 02:30:27 pm
Code: [Select]
>> wallet_get_account btsdac118

{
  "index": 475,
  "id": 540,
  "name": "btsdac118",
  "public_data": null,
  "owner_key": "XTS8TJyFTzDD8Jb5tnnhHW9gQZQ1HTZzR1nF81dV5bvzZxyvGK55c",
  "active_key_history": [[
      "20140712T041950",
      "XTS8TJyFTzDD8Jb5tnnhHW9gQZQ1HTZzR1nF81dV5bvzZxyvGK55c"
    ]
  ],
  "registration_date": "20140712T041950",
  "last_update": "20140712T041950",
  "delegate_info": {
    "votes_for": 100006433162,
    "blocks_produced": 108,
    "blocks_missed": 94,
    "pay_rate": 1,
    "pay_balance": 6213162,
    "next_secret_hash": "f4e35bf72e0afb3db001dde69e1c7df1d6da7a92",
    "last_block_num_produced": 32140
  },
  "meta_data": null,
  "account_address": "XTSJ3oQVGfCGgvpkpfSQRMXcfNtGb1g6wXx2",
  "approved": true,
  "block_production_enabled": true,
  "private_data": null,
  "is_my_account": true,
  "is_favorite": false
}
I cannot go on producing block  I dont konw reason
Title: Re: Dry Run 8: Need for Speed
Post by: muse-umum on July 14, 2014, 02:32:57 pm
Am I on the forked chain?
Quote
{
  "blockchain_head_block_num": 36620,
  "blockchain_head_block_age": "21 seconds old",
  "blockchain_head_block_timestamp": "20140714T144310",
  "blockchain_average_delegate_participation": 61.963190184049083,
  "blockchain_delegate_pay_rate": 1691123,
  "blockchain_blocks_left_in_round": 43,
  "blockchain_confirmation_requirement": 31,
  "blockchain_share_supply": 199959155208881,
  "blockchain_random_seed": "84b8ad6760bbd9607ff9a2597faf7d0c33adc896",
  "blockchain_database_version": 114,
  "blockchain_version": 105,
  "network_num_connections": 3,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140714T144331",
  "ntp_error": -4.8999999999999998e-05,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "3 years 2 months in the future",
  "wallet_unlocked_until_timestamp": "20170911T030742",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 100
}

Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 02:58:08 pm
second stress test.... now!

starting from block 36685...
ended block 36731

new forks only display...
Code: [Select]
36694
     99a1cdbeb05e83ad47b294997f10a0c0fb8c9b79              xeroc-delegate-1             59     14578 2014-07-14T15:02:104294967294     YES                 YES
     4919cbdeba6eeff032fed9885f8aa577e76bcee3              xeroc-delegate-1             58     14334 2014-07-14T15:02:10         0     N/A                  NO
          36696
     86e8683733486321d3dd0f12a519f8d0438fd247              xeroc-delegate-5             40      9942 2014-07-14T15:02:404294967293     YES                 YES
     a13ca5fd824d149acb78b2bb67b2985c4587a5d3              xeroc-delegate-5             39      9698 2014-07-14T15:02:404294967295     N/A                  NO
          36701
     7c6724b3d422e368161bde7cad4d784f806b1a89              xeroc-delegate-3             20      5062 2014-07-14T15:03:304294967294     YES                 YES
     1ad25c509c0fee9ea7e54f62504777b5aa4d3a9c              xeroc-delegate-3             19      4818 2014-07-14T15:03:304294967295     N/A                  NO
          36726
     98bed70b6271e722bdec69b49cf8e55749be56a0             xeroc-delegate-10             33      8234 2014-07-14T15:08:404294967293     YES                 YES
     d66b0e28d29ad41ba3817c5d8d6d0b55665852e0             xeroc-delegate-10             32      7990 2014-07-14T15:08:40         0     N/A                  NO
          36732
     76682b985e3efdec8e616f502c8de0d7af9947e5              xeroc-delegate-2              0       182 2014-07-14T15:10:104294967293     YES                 YES
     f31bbf117fb42f70811d67d8c7bb09e882649f38              xeroc-delegate-2              0       182 2014-07-14T15:10:104294967294     N/A                  NO
          36734
     b89ddf444eed8287558582204e0e685815865158              xeroc-delegate-9              0       182 2014-07-14T15:10:304294967293     YES                 YES
     a2b999b1c030ab9f29c1f0c3c727c2cd0090c921              xeroc-delegate-9              0       182 2014-07-14T15:10:304294967294     N/A                  NO
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 03:07:02 pm
that's dedicated to xeroc  :D

http://youtu.be/gh5xu35bAxA (http://youtu.be/gh5xu35bAxA)



PS a typical delegate...
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 14, 2014, 03:26:34 pm
welcome delegate-alt  and krabbypatty...

Code: [Select]
                36506
     a419ba422e8b6ee281805fc4564c4e54ed04ddc4                       smeagol             19      6050 2014-07-14T14:12:30         2     YES                 YES
     6a28e91d3b7169e430a832318cda16ce82268727                   krabbypatty            102     31702 2014-07-14T14:17:10         3     N/A                  NO
          36508
 

 36510
     d84c51068ebc185f014b436801afb5d2e84aa5ef                      vikram16             19      6061 2014-07-14T14:13:50         0     YES                 YES
     b46c308aaa2e0761af165f75cd7b536901711b1b                  delegate-alt            102     31738 2014-07-14T14:15:10         2     N/A                  NO
          36514
Good job
I must have drop in a fork chain
Code: [Select]
default (unlocked) >>> blockchain_list_blocks 36510 2
HEIGHT  TIMESTAMP           SIGNING DELEGATE                # TXS   SIZE    TOTAL FEES      LATENCY PROCESSING TIME
-------------------------------------------------------------------------------------------------------------------
36510   2014-07-14T14:13:40 spartako5                       40      12567   4.00000 XTS     0       0.064407       
MISSED  2014-07-14T14:13:50 vikram16                        N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:00 mo-btsx-mo-problems             N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:10 happyshares-2                   N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:20 init66                          N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:30 betax3                          N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:40 spartako                        N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:50 init34                          N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:15:00 scroodge                        N/A     N/A     N/A             N/A     N/A           
36511   2014-07-14T14:15:10 delegate-alt                    102     31738   10.20000 XTS    0       0.138423   
I am back again after about 50 minutes.
The reason why delegate-alt generate fork is because it didn't get the block from vikram16 and happyshares-2 in time.

Code: [Select]
default (unlocked) >>> blockchain_list_blocks 36510 7
HEIGHT  TIMESTAMP           SIGNING DELEGATE                # TXS   SIZE    TOTAL FEES      LATENCY PROCESSING TIME
-------------------------------------------------------------------------------------------------------------------
36510   2014-07-14T14:13:40 spartako5                       40      12567   4.00000 XTS     0       0.064407       
36511   2014-07-14T14:13:50 vikram16                        19      6061    1.90000 XTS     2931    0.000419       
MISSED  2014-07-14T14:14:00 mo-btsx-mo-problems             N/A     N/A     N/A             N/A     N/A           
36512   2014-07-14T14:14:10 happyshares-2                   40      12571   4.00000 XTS     2912    4.56085       
MISSED  2014-07-14T14:14:20 init66                          N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:14:30 betax3                          N/A     N/A     N/A             N/A     N/A           
36513   2014-07-14T14:14:40 spartako                        59      18425   5.90000 XTS     1       0.000704       
MISSED  2014-07-14T14:14:50 init34                          N/A     N/A     N/A             N/A     N/A           
36514   2014-07-14T14:15:00 scroodge                        39      12218   3.90000 XTS     1       0.000378       
MISSED  2014-07-14T14:15:10 delegate-alt                    N/A     N/A     N/A             N/A     N/A           
MISSED  2014-07-14T14:15:20 bitcoiners                      N/A     N/A     N/A             N/A     N/A           
36515   2014-07-14T14:15:30 xeroc-delegate-5                59      18441   5.90000 XTS     1       0.000454       
36516   2014-07-14T14:15:40 bdnoble                         20      6319    2.00000 XTS     1       0.000324       
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 14, 2014, 06:46:35 pm
The Windows GUI crashes my 32 bit Win 7 machine immediately on launch. Running for anybody?
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 14, 2014, 06:47:40 pm
The Windows GUI crashes my 32 bit Win 7 machine immediately on launch. Running for anybody?

The whole machine or just our GUI?
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 14, 2014, 06:50:14 pm
The Windows GUI crashes my 32 bit Win 7 machine immediately on launch. Running for anybody?

The whole machine or just our GUI?

Just the GUI. It shows the loading screen with the message at the bottom 'Starting ...' and then it stops working.
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 06:59:35 pm
The Windows GUI crashes my 32 bit Win 7 machine immediately on launch. Running for anybody?

Win7 32bit works for me...
Title: Re: Dry Run 8: Need for Speed
Post by: Ggozzo on July 14, 2014, 07:04:31 pm
The Windows GUI crashes my 32 bit Win 7 machine immediately on launch. Running for anybody?

The whole machine or just our GUI?

Just the GUI. It shows the loading screen with the message at the bottom 'Starting ...' and then it stops working.

I still have never been able to get it working on my Windows 7 64 bit.

Same problem happened for me every time. I would get he "Splash" screen telling me it was "starting" or "configuring" and the program would just close. On the last two update, I get an "error no disk in drive whatever, insert disk" in my post history you can see a screenshot of this.

I did get it going on an Amazon EC2 for a day and then it crashed and would not load. So I terminated the instance instead if paying to play around with a broken GUI. Figured I'd let you them fix it. Spent hours trying to figure out why it wouldn't start. Posted a few posts and never got an answer I hadn't already tried.

Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 14, 2014, 07:42:57 pm
The Windows GUI crashes my 32 bit Win 7 machine immediately on launch. Running for anybody?

Win7 32bit works for me...

I will dig out a 32 bit laptop and see if it works there.

EDIT: And it works.

It seems, from a layman point of view, that it doesn't handle 'defects' well. The machine where it is crashing is a very old installation, and there has been lots of stuff installed and uninstalled. Some library may have broke somewhere which causes BitsharesX to crash. I wanted to make it my backup machine; hopefully the next iterations will be more 'robust'.
Title: Re: Dry Run 8: Need for Speed
Post by: wesphily on July 14, 2014, 07:50:00 pm
my 64bit has never worked either. I'm hoping that is on purpose and they just don't want to call me stupid. The reason I say this is because they only thing people say to do is delete appdata folder and install. After that my report is treated like it didn't happen.
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 14, 2014, 08:03:12 pm
my 64bit has never worked either. I'm hoping that is on purpose and they just don't want to call me stupid. The reason I say this is because they only thing people say to do is delete appdata folder and install. After that my report is treated like it didn't happen.

OTT, but are you still with Feathercoin? Seems like a lifetime back when it was released, but barely a year in reality.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 14, 2014, 08:12:32 pm
my 64bit has never worked either. I'm hoping that is on purpose and they just don't want to call me stupid. The reason I say this is because they only thing people say to do is delete appdata folder and install. After that my report is treated like it didn't happen.

We are not ignoring these issues, we just don't have our windows developers on this right at the moment.   All attention is on the backend.
Title: Re: Dry Run 8: Need for Speed
Post by: mf-tzo on July 14, 2014, 08:18:50 pm
I guess that I can't participate in any testing with windows? If I can what should I download? Will I be able to be a delegate with windows? Does bit assets trading exist on the test?
Title: Re: Dry Run 8: Need for Speed
Post by: JA on July 14, 2014, 08:22:52 pm
I guess that I can't participate in any testing with windows? If I can what should I download? Will I be able to be a delegate with windows? Does bit assets trading exist on the test?
Im jusing win 7 64 bit and it works perfectly for me
And running a delgate is also no problem
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 14, 2014, 08:23:47 pm
I guess that I can't participate in any testing with windows? If I can what should I download? Will I be able to be a delegate with windows? Does bit assets trading exist on the test?

I am running delegates on Win GUI. Problem with this iteration is that you need a eye watering 400k+ XTS to register.

No trading on this test.
Title: Re: Dry Run 8: Need for Speed
Post by: mf-tzo on July 14, 2014, 08:35:56 pm
+400k??? Isn't that a bit too much??

Where am I supposed to find 400k XTS?   :o

Do I need to import my wallet.dat or someone can send me some Test XTS?

Where can I find the GUI download?

Thanks!!
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 08:43:17 pm
+400k??? Isn't that a bit too much??

Where am I supposed to find 400k XTS?   :o

Do I need to import my wallet.dat or someone can send me some Test XTS?

Where can I find the GUI download?

Thanks!!

http://bitshares.org/BitSharesXT-0.1.0.exe (http://bitshares.org/BitSharesXT-0.1.0.exe)

on this Dry Run play with transfers better... 
if you have on your wallet.dat 400k XTS... well ... quit your job ...
relax... and wait the original chain to come out,
DON'T play with your private keys  :)
Title: Re: Dry Run 8: Need for Speed
Post by: Ggozzo on July 14, 2014, 08:50:29 pm
I guess that I can't participate in any testing with windows? If I can what should I download? Will I be able to be a delegate with windows? Does bit assets trading exist on the test?
Im jusing win 7 64 bit and it works perfectly for me
And running a delgate is also no problem


Well, for quite a few of us it isn't working! Please don't discourage them from figuring out the problem because you have it working. And deleting app/data roaming files for BitsharesX doesn't solve the problem, since that seems to be the only solution suggested over and over. Opening the firewall and ports doesn't work. Downloading from Mozilla, chrome, or IE doesn't make a difference. Making sure things like Skype are shut off and not interfering....... Nothing gets it working.
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 09:18:33 pm
I guess that I can't participate in any testing with windows? If I can what should I download? Will I be able to be a delegate with windows? Does bit assets trading exist on the test?
Im jusing win 7 64 bit and it works perfectly for me
And running a delgate is also no problem


Well, for quite a few of us it isn't working! Please don't discourage them from figuring out the problem because you have it working. And deleting app/data roaming files for BitsharesX doesn't solve the problem, since that seems to be the only solution suggested over and over. Opening the firewall and ports doesn't work. Downloading from Mozilla, chrome, or IE doesn't make a difference. Making sure things like Skype are shut off and not interfering....... Nothing gets it working.

delete folder BitSharesXTS on appdata
Restart Windows
quit firewall, and antivirus... for one session
and before you run BitSharesXT click right mouse > properties > general > run as administrator ...
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 14, 2014, 09:33:19 pm
Quote
and before you run BitSharesXT click right mouse > properties > general > run as administrator ...

Can someone figure out why we need to run as administrator?
Title: Re: Dry Run 8: Need for Speed
Post by: MrJeans on July 14, 2014, 09:35:46 pm
Quote
and before you run BitSharesXT click right mouse > properties > general > run as administrator ...

Can someone figure out why we need to run as administrator?
A common problem with applications on windows7. I didnt need to when running the client on windows7 but if there was any error with launch this would have been the first thing I would try.
Title: Re: Dry Run 8: Need for Speed
Post by: solaaire on July 14, 2014, 10:03:39 pm
my 64bit has never worked either. I'm hoping that is on purpose and they just don't want to call me stupid. The reason I say this is because they only thing people say to do is delete appdata folder and install. After that my report is treated like it didn't happen.

Hello! First let me apologize; I should have followed up with you in the feedback thread where you first posted this issue. I stopped responding because quite frankly I didn't know how else to help you at this point  :'(

Still, I am sorry to hear that the beta client is continuing to give you problems. The good news is that the development team is extremely active on these boards and you can expect the beta client to be updated again soon. While I cannot be 100% certain that the next version of the BitShares beta client will fix your exact issue, I can tell you that making the wallet functional on modern Windows and Mac devices is a top priority for the dev team. After all, if people can't open the client, how can they use BitShares?!

Dealing with issues like this can be pretty frustrating for both users and developers. But rather than give up in frustration, you chose to take the time to submit a bug report, and for that I would like to thank you. I hope that you will stick around and check out future iterations of BitShares, as there is a good chance your issue will be resolved in the near future. I know waiting probably is not the ideal solution, but sometimes that's just what us regular Users have to do while the devs do most of the heavy lifting behind the scenes  :)
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 14, 2014, 10:07:42 pm
my 64bit has never worked either. I'm hoping that is on purpose and they just don't want to call me stupid. The reason I say this is because they only thing people say to do is delete appdata folder and install. After that my report is treated like it didn't happen.

Hello! First let me apologize; I should have followed up with you in the feedback thread where you first posted this issue. I stopped responding because quite frankly I didn't know how else to help you at this point  :'(

Still, I am sorry to hear that the beta client is continuing to give you problems. The good news is that the development team is extremely active on these boards and you can expect the beta client to be updated again soon. While I cannot be 100% certain that the next version of the BitShares beta client will fix your exact issue, I can tell you that making the wallet functional on modern Windows and Mac devices is a top priority for the dev team. After all, if people can't open the client, how can they use BitShares?!

Dealing with issues like this can be pretty frustrating for both users and developers. But rather than give up in frustration, you chose to take the time to submit a bug report, and for that I would like to thank you. I hope that you will stick around and check out future iterations of BitShares, as there is a good chance your issue will be resolved in the near future. I know waiting probably is not the ideal solution, but sometimes that's just what us regular Users have to do while the devs do most of the heavy lifting behind the scenes  :)

+1
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 14, 2014, 10:13:57 pm
Quote
and before you run BitSharesXT click right mouse > properties > general > run as administrator ...

Can someone figure out why we need to run as administrator?

I don't really know why, just from experience a couple of times that was the solution for me with other applications.
But I had everytime the feeling that it solves problems related with the communication that the application has with database management systems (like PostgreSQL for example...)
Could it be the case that when not in administrator mode,  problems occur to the client when trying to connect with it's database (on some specific Win7 configurations)?   
Title: Re: Dry Run 8: Need for Speed
Post by: jbutta2k13 on July 15, 2014, 12:34:15 am
Is there a command for getting only delegate made blocks and a way to list specifically the blocks missed? I am generally only interesting in what my delegate is doing and perfoong.This would help delegates trace issues. Otherwise I'm assuming it must all be done from filtering the blockchain list.
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 15, 2014, 01:01:44 am
going to sleep

As you know I use 10 delegates from xeroc on 2 of my systems in parallel with others (who knows how much?)

here is my fork list until know....  8)

Code: [Select]


>> blockchain_list_forks

   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
           1287
     3e9754bc482de53ed1c2d03bf3d09457fb664531                     spartako5              0       182 2014-07-08T23:21:00    144811     YES                 YES
     868261adc1d06d47d13cf0554e1a46abbbecfed8                       chinese              0       182 2014-07-14T14:41:40         0     N/A                  NO
          17098
     3b0f349033df655c4c83a55944bb2977986b5924      delegated-proof-of-steak              0       182 2014-07-11T14:07:304294967281     YES                 YES
     e5ca3694a9c79caef35bc2f81b035eb859c1ea40                       chinese              0       182 2014-07-11T14:07:504294967281     N/A                  NO
          23074
     dd312f6e9745c1f9b479bf71fd91f883255a8cf8                           fox              0       182 2014-07-12T12:19:204294967278     YES                 YES
     908ab23c56126f08d16c335d0612d3722a62b904                           fox              0       182 2014-07-12T12:19:204294967279     N/A                  NO
          30415
     4fd71b74584a8ad3e5ba476ad7b7392f9b1e9497                       vikram2              0       182 2014-07-13T14:31:30     35039     YES                 YES
     694e3453f6fa119bd8ed1399f04e35a7137fd100              xeroc-delegate-1              0       182 2014-07-14T10:40:00         0     N/A                  NO
          31444
     814cb5c4a5e36e8ba3f6c10201067ae5fd7a4a34                     spartako6              0       182 2014-07-13T19:39:40     16611     YES                 YES
     444f6c42156cfa7daee897f2e79922dee44bb1cd              xeroc-delegate-1              0       182 2014-07-14T10:41:00         8     N/A                  NO
          31554
     94f818b8437741d20d06d2c526bfd3fae9f85661              xeroc-delegate-6              0       182 2014-07-13T20:07:50     14929     YES                 YES
     fa33a16d996189b4d74316f1618ced7c341f3303              xeroc-delegate-2              0       182 2014-07-14T10:41:20        11     N/A                  NO
          32841
     80de26634d78a83f740f8f9f2cff160989a72acb              xeroc-delegate-4              0       182 2014-07-14T00:55:30         0     YES                 YES
     f09b4e8854fff4413edb37d4ed569439c93fb640                    bitcoiners              0       182 2014-07-14T00:55:404294967295     N/A                  NO
          35654
     faec23cabfed5baaec03afdef757979af30e7781              xeroc-delegate-2              0       182 2014-07-14T10:56:10         0     YES                 YES
     05fa8dc849f11c7037f9b6635a3a8d493d8a28b1              xeroc-delegate-2              0       182 2014-07-14T10:56:10         0     N/A                  NO
          35666
     c60d97d4c767dc63a5b864a95eaf90a8fa59096d              xeroc-delegate-1              0       182 2014-07-14T10:58:40         0     YES                  NO
     5e6d3e1a2ccf034ad5e2a894096cd3f99bd13b6a              xeroc-delegate-1              0       182 2014-07-14T10:58:40         0     YES                 YES
          35811
     38312bd3977c091b911b5a2abe8b61ab7ade5a4e              xeroc-delegate-1              0       182 2014-07-14T11:30:30         0     YES                  NO
     362232cea0246a84bcc16b6655d1bc7950361e43              xeroc-delegate-1              0       182 2014-07-14T11:30:30         0     YES                 YES
          35817
     81658eb281fe65ea287ca661ff545be92500dafe              xeroc-delegate-8              0       182 2014-07-14T11:31:304294967295     YES                 YES
     45652c12368e6fbddf6b058c108f7bcb84cc48b9                       calyau5              0       182 2014-07-14T11:31:40        22     N/A                  NO
          35880
     7b74f30a7ad17eb5aeab16f16055516fbda025de              xeroc-delegate-2              0       182 2014-07-14T11:45:00         0     YES                  NO
     7108ab5181d7d554f31f87a2c548cee181fac9b0              xeroc-delegate-2              0       182 2014-07-14T11:45:00         0     YES                 YES
          35896
     401a8977ddd67ade86a79bc35e17b311eea0ae69              xeroc-delegate-1              0       182 2014-07-14T11:48:204294967295     YES                  NO
     f7ddd5a51811c9a70575b7645efa45904cf3d0ba              xeroc-delegate-1              0       182 2014-07-14T11:48:20         0     YES                 YES
          36102
     a50e823f3c29b347906812e0b52155bae45f4e27                 happyshares-7              0       182 2014-07-14T12:35:504294967295     YES                 YES
     8face93b99521b6634bebefaa25d2b8f0f710764              xeroc-delegate-7              0       182 2014-07-14T12:35:40        10     N/A                  NO
          36235
     73fd93672b52f2cb8404048354c6ccae51c65ac6             xeroc-delegate-10              0       182 2014-07-14T13:08:20         0     YES                  NO
     88978742199c3fce9f82aac09bbd3bda00349a55             xeroc-delegate-10              0       182 2014-07-14T13:08:20         0     YES                 YES
          36431
     81118797e076c5a744d9e556b39213bd824d43ee              xeroc-delegate-7              0       182 2014-07-14T13:55:004294967293     YES                 YES
     2059de8df03d24052d6d397d23779664fa1d4e67              xeroc-delegate-7              0       182 2014-07-14T13:55:004294967294     N/A                  NO
          36450
     51f09d84a7a90b67f4e37ce5dc08bf3a49e43694              xeroc-delegate-9              0       182 2014-07-14T13:59:304294967293     YES                 YES
     8006da86bb9dd2deefa8ffce8f2b2d18e71ab63f              xeroc-delegate-9              0       182 2014-07-14T13:59:304294967294     N/A                  NO
          36455
     dfe16e7a4b18305ad3753decb7af7eeaa55e10c2              xeroc-delegate-5              0       182 2014-07-14T14:00:304294967293     YES                 YES
     41545f398ac8ecde3d7a7a94ac049f2fd592c7be              xeroc-delegate-5              0       182 2014-07-14T14:00:304294967294     N/A                  NO
          36467
     d889eab9a743304d89040eb76855e893fd780457              xeroc-delegate-3              0       182 2014-07-14T14:03:204294967293     YES                 YES
     20b6d477da00588acd54334365b0995a3ed02380              xeroc-delegate-3              0       182 2014-07-14T14:03:204294967294     N/A                  NO
          36469
     7842e4a5e33fee368a8f461355543f0b503a2953              xeroc-delegate-7              0       182 2014-07-14T14:03:404294967293     YES                 YES
     95f6b33154c8e2115818ef53a3da9b6f358400ed              xeroc-delegate-7              0       182 2014-07-14T14:03:404294967294     N/A                  NO
          36471
     b3fb0a6c9ac77d3b517f9620e567249e75b06d35              xeroc-delegate-6              0       182 2014-07-14T14:04:404294967293     YES                 YES
     ef0497ea656b9d36161984dd6da11e8d72ee0009              xeroc-delegate-6              0       182 2014-07-14T14:04:404294967294     N/A                  NO
          36474
     326d7c7ae31642905f0b56a87d8ea16ede5b6f0a              xeroc-delegate-4              0       182 2014-07-14T14:05:104294967293     YES                 YES
     091a5b75c8724fa65371e9f90bfba18a7a1cc4b7              xeroc-delegate-4              0       182 2014-07-14T14:05:104294967294     N/A                  NO
          36483
     c4721418ac8bee696b32811778becc07c1ae93af              xeroc-delegate-9              0       182 2014-07-14T14:07:004294967293     YES                 YES
     5efb46336c44f5f5361fec6181ec8196251e0f33              xeroc-delegate-9              0       182 2014-07-14T14:07:004294967294     N/A                  NO
          36498
     351d9562109fe51090d0c04bc448285ff83bdfe5             xeroc-delegate-10             39     12235 2014-07-14T14:11:104294967294     YES                 YES
     28d40fd6c1844338b6ef4a78910a5d9bdcc9fdfd             xeroc-delegate-10             39     12235 2014-07-14T14:11:104294967295     N/A                  NO
          36501
     777ce0e0fabd2ab8f5dae4ce6b43fc5d2f550095              xeroc-delegate-8             20      6360 2014-07-14T14:11:404294967293     YES                 YES
     e9baa07072b0e8e6563096341f667eba780e277c              xeroc-delegate-8             19      6051 2014-07-14T14:11:404294967295     N/A                  NO
          36503
     139d19c7dda8321eb945e29cecc3a7f7b2d7a965              xeroc-delegate-2             21      6678 2014-07-14T14:12:004294967294     YES                 YES
     690431ca8e0aeb83cf3106884d4dd2f90d9e1d7f              xeroc-delegate-2             20      6365 2014-07-14T14:12:004294967295     N/A                  NO
          36506
     a419ba422e8b6ee281805fc4564c4e54ed04ddc4                       smeagol             19      6050 2014-07-14T14:12:304294967294     YES                 YES
     6a28e91d3b7169e430a832318cda16ce82268727                   krabbypatty            102     31702 2014-07-14T14:17:10         1     N/A                  NO
          36508
     3c1645e219af602d1243b646992d314772fa99f8              xeroc-delegate-1             59     18399 2014-07-14T14:13:204294967294     YES                 YES
     202bdcd7f53aa51d7be15f2a0f044c31f78a102c              xeroc-delegate-1             59     18399 2014-07-14T14:13:20         0     N/A                  NO
          36510
     d84c51068ebc185f014b436801afb5d2e84aa5ef                      vikram16             19      6061 2014-07-14T14:13:504294967294     YES                 YES
     b46c308aaa2e0761af165f75cd7b536901711b1b                  delegate-alt            102     31738 2014-07-14T14:15:10         0     N/A                  NO
          36514
     a816eab1be375d4b402f5d33c5dede06a0a2f286              xeroc-delegate-5             59     18441 2014-07-14T14:15:304294967294     YES                 YES
     f00a76602eb66fa3a33e78e27c02d0d271f94a1b              xeroc-delegate-5             59     18441 2014-07-14T14:15:30         0     N/A                  NO
          36533
     43c505fdf209f6a6b0f59020a394b7c9ad7672ad              xeroc-delegate-3              0       182 2014-07-14T14:20:104294967293     YES                 YES
     d578a953a0ea113f227b94aea91abe735e4fbf8a              xeroc-delegate-3              0       182 2014-07-14T14:20:104294967294     N/A                  NO
          36535
     cea194308236a87a99665dde1f62043e73d6808d              xeroc-delegate-7              0       182 2014-07-14T14:20:304294967293     YES                 YES
     0a7e019a66915395c717031f02d2cc892602daf4              xeroc-delegate-7              0       182 2014-07-14T14:20:304294967294     N/A                  NO
          36537
     ee617c8fe1e94138c44576626866c8e9d45b4358              xeroc-delegate-6              0       182 2014-07-14T14:21:304294967293     YES                 YES
     a187aa56d7a202597d66679d7f03db0b883daf0c              xeroc-delegate-6              0       182 2014-07-14T14:21:304294967294     N/A                  NO
          36540
     39da1f45954f5d6b540c0c70e512c38eb15186b6              xeroc-delegate-4              0       182 2014-07-14T14:22:004294967293     YES                 YES
     60d369f74173cb44e825e9a1cc047524fec39210              xeroc-delegate-4              0       182 2014-07-14T14:22:004294967294     N/A                  NO
          36548
     3868db6233e266050c9e67a06fda4115661f9e43              xeroc-delegate-9              0       182 2014-07-14T14:23:504294967293     YES                 YES
     f306b399c32e68fbb65830eda20df89364dcffec              xeroc-delegate-9              0       182 2014-07-14T14:23:504294967295     N/A                  NO
          36561
     7f6edd737f1960a67f8ab249937edc3c25adab97             xeroc-delegate-10              0       182 2014-07-14T14:28:004294967293     YES                 YES
     d4536d78017bafdaf01e32e3f31b0fff15bf73f6             xeroc-delegate-10              0       182 2014-07-14T14:28:004294967294     N/A                  NO
          36564
     415db20645506260464ef9e56d124a4226dd97e5              xeroc-delegate-7              0       182 2014-07-14T14:29:004294967293     YES                 YES
     c93e75cd419bbd95a5d2ee73f7b2ac2129272395              xeroc-delegate-7              0       182 2014-07-14T14:29:004294967294     N/A                  NO
          36580
     b72eb99432817882ec3a3f6129b9892d1e9e3d88             xeroc-delegate-10              0       182 2014-07-14T14:33:004294967293     YES                 YES
     a113aaf4b36c873953e36918efe0d57e35101d05             xeroc-delegate-10              0       182 2014-07-14T14:33:004294967294     N/A                  NO
          36597
     25f88be5552786ca7c9a6d55ba4adacc90651e63              xeroc-delegate-2              0       182 2014-07-14T14:36:304294967293     YES                 YES
     c2b379df0ffd55ed9fb0ddaede5b689f3119d324              xeroc-delegate-2              0       182 2014-07-14T14:36:304294967294     N/A                  NO
     32e60fb226f75715eb52d910e44fd4b5207204ba              xeroc-delegate-2              0       182 2014-07-14T14:36:304294967294     N/A                  NO
          36603
     f5c05c712cd1689d5deacb854abbcf50097b7893              xeroc-delegate-5              0       182 2014-07-14T14:38:204294967293     YES                 YES
     cdef8e53ca0ce9f5f9534126a7e854be724c85e1              xeroc-delegate-5              0       182 2014-07-14T14:38:204294967294     N/A                  NO
          36606
     cf66216b4052cbf49bedfbd1b44bfc287eca8f4c              xeroc-delegate-6              0       182 2014-07-14T14:38:504294967293     YES                 YES
     fde5830dab2058547c3ee83e4bb2398fe2c22743              xeroc-delegate-6              0       182 2014-07-14T14:38:504294967294     N/A                  NO
          36610
     0ea0bdbd156eb0f8c842dac983fd2b1b1f8e626a              xeroc-delegate-3              0       182 2014-07-14T14:40:104294967293     YES                 YES
     9fed987899b7e06e8e42af892de56ecb3e9250c8              xeroc-delegate-3              0       182 2014-07-14T14:40:104294967294     N/A                  NO
          36612
     10978d630c4ab54f6c15f9c120ee83329a4c7e40              xeroc-delegate-4              0       182 2014-07-14T14:41:004294967293     YES                 YES
     ca7b657a356bacba6025f6ff6579bc8a350bfaf0              xeroc-delegate-4              0       182 2014-07-14T14:41:004294967294     N/A                  NO
          36616
     a83866d9c1caf95f085bbd476723b4df9e86d2ce              xeroc-delegate-1              0       182 2014-07-14T14:42:004294967293     YES                 YES
     75635fa06fa53bafdebb02ff691b3cd1d79ca1cd              xeroc-delegate-1              0       182 2014-07-14T14:42:004294967294     N/A                  NO
          36620
     fa8aad0fe8b703519e41d9c4eb2e26f48bb8e1c0              xeroc-delegate-9              0       182 2014-07-14T14:43:404294967293     YES                 YES
     ebac8bdfe537937feb354f028d2137e8707a201e              xeroc-delegate-9              0       182 2014-07-14T14:43:404294967294     N/A                  NO
          36627
     916ae53bab626b30e22bcafc614d067d267ee5d6              xeroc-delegate-7              0       182 2014-07-14T14:45:504294967293     YES                 YES
     e4856f970f8db60e90a95a6f2148c950819fdd85              xeroc-delegate-7              0       182 2014-07-14T14:45:504294967294     N/A                  NO
          36644
     e87f808f8c15a909ed0844b8d45ee04caf09d35b             xeroc-delegate-10              0       182 2014-07-14T14:49:504294967293     YES                 YES
     0f3bc058267884540003bf14aae661b5b7a4f9c8             xeroc-delegate-10              0       182 2014-07-14T14:49:504294967294     N/A                  NO
          36653
     d905967f3f653d2010209acc4229aff9601aba43                      vikram13              0       182 2014-07-14T14:51:404294967294     YES                 YES
     14a72354619514c03d3b5be68a22ba254af68720                      alexxy-2              0       182 2014-07-14T14:54:30         0     N/A                  NO
          36661
     c4bdc7727e88ea9839f2fbd0d77bca2b80ffd692              xeroc-delegate-2              0       182 2014-07-14T14:53:204294967293     YES                 YES
     60455073a3c5aac45c667b4c930cb285442f8ab9              xeroc-delegate-2              0       182 2014-07-14T14:53:204294967294     N/A                  NO
          36670
     1d5230b164e51291125edacfe4f80cae716fe478              xeroc-delegate-6              0       182 2014-07-14T14:55:404294967294     YES                 YES
     6b5fd88f3e9b7d139a9429d60c2adfe1b8b77d89              xeroc-delegate-6              0       182 2014-07-14T14:55:404294967294     N/A                  NO
          36674
     223e31547536faf8506179fe9fb4fb53dfb77ba3              xeroc-delegate-8              0       182 2014-07-14T14:56:204294967293     YES                 YES
     b8a75a24d53828ce22bd079a868d8ea630c14b09              xeroc-delegate-8              0       182 2014-07-14T14:56:204294967294     N/A                  NO
          36679
     d0cea8a9058afb758793a97ba0d1293865ac10a3              xeroc-delegate-7              0       182 2014-07-14T14:57:204294967293     YES                 YES
     d09af169c2fc29cdeee887c7c8e1e630e53d058c              xeroc-delegate-7              0       182 2014-07-14T14:57:204294967294     N/A                  NO
          36694
     99a1cdbeb05e83ad47b294997f10a0c0fb8c9b79              xeroc-delegate-1             59     14578 2014-07-14T15:02:104294967294     YES                 YES
     4919cbdeba6eeff032fed9885f8aa577e76bcee3              xeroc-delegate-1             58     14334 2014-07-14T15:02:10         0     N/A                  NO
          36696
     86e8683733486321d3dd0f12a519f8d0438fd247              xeroc-delegate-5             40      9942 2014-07-14T15:02:404294967293     YES                 YES
     a13ca5fd824d149acb78b2bb67b2985c4587a5d3              xeroc-delegate-5             39      9698 2014-07-14T15:02:404294967295     N/A                  NO
          36701
     7c6724b3d422e368161bde7cad4d784f806b1a89              xeroc-delegate-3             20      5062 2014-07-14T15:03:304294967294     YES                 YES
     1ad25c509c0fee9ea7e54f62504777b5aa4d3a9c              xeroc-delegate-3             19      4818 2014-07-14T15:03:304294967295     N/A                  NO
          36726
     98bed70b6271e722bdec69b49cf8e55749be56a0             xeroc-delegate-10             33      8234 2014-07-14T15:08:404294967293     YES                 YES
     d66b0e28d29ad41ba3817c5d8d6d0b55665852e0             xeroc-delegate-10             32      7990 2014-07-14T15:08:40         0     N/A                  NO
          36732
     76682b985e3efdec8e616f502c8de0d7af9947e5              xeroc-delegate-2              0       182 2014-07-14T15:10:104294967293     YES                 YES
     f31bbf117fb42f70811d67d8c7bb09e882649f38              xeroc-delegate-2              0       182 2014-07-14T15:10:104294967294     N/A                  NO
          36734
     b89ddf444eed8287558582204e0e685815865158              xeroc-delegate-9              0       182 2014-07-14T15:10:304294967293     YES                 YES
     a2b999b1c030ab9f29c1f0c3c727c2cd0090c921              xeroc-delegate-9              0       182 2014-07-14T15:10:304294967294     N/A                  NO
          36766
     7ee6934a57b59c4df801b17b962973636b024db4              xeroc-delegate-5              0       182 2014-07-14T15:18:204294967293     YES                 YES
     ede32dcf7386a54633a68dad6ab084226516856e              xeroc-delegate-5              0       182 2014-07-14T15:18:204294967294     N/A                  NO
          36768
     06327123a770d060cd546b6e77b51b709c9512cd              xeroc-delegate-3              0       182 2014-07-14T15:18:504294967293     YES                 YES
     169bbc2787701d4426d7bb67dae9fa5087e67a38              xeroc-delegate-3              0       182 2014-07-14T15:18:504294967294     N/A                  NO
          36778
     140f76a4bbf0f6052458d6c40c133ba7770df183              xeroc-delegate-8              0       182 2014-07-14T15:21:104294967293     YES                 YES
     efe2c8274d0926c5970484b9ce073017f49ca72e              xeroc-delegate-8              0       182 2014-07-14T15:21:104294967294     N/A                  NO
          36789
     99f9422d165fb9d3c83b97f780af75dfeefe2b27         outernat-northamerica              0       182 2014-07-14T15:23:304294967293     YES                 YES
     fecfd7474c5f8d6364c3260892e39d3148c2774c                       chinese              0       182 2014-07-14T15:40:104294967295     N/A                  NO
          36798
     0cdeb83b4f951dd02e1f80397331801ee72ebba9              xeroc-delegate-9              0       182 2014-07-14T15:25:104294967293     YES                 YES
     2bafd1a9e48f7705ed8e5d6a085e45e9e376276a              xeroc-delegate-9              0       182 2014-07-14T15:25:104294967294     N/A                  NO
          36801
     8bdd459bc8446b14dedaae17ff5f35fe0d9dfcbd              xeroc-delegate-7              0       182 2014-07-14T15:25:404294967294     YES                 YES
     40e6b3adf6fb016ac62dba99cb81b507cc5d4614              xeroc-delegate-7              0       182 2014-07-14T15:25:404294967295     N/A                  NO
          36808
     bf27eac91f9fe8dc7e3b988e8e42e01c7a08e923              xeroc-delegate-4              0       182 2014-07-14T15:27:004294967293     YES                 YES
     9852f6596a289c883a197f8396b3a2b59d0a12e7              xeroc-delegate-4              0       182 2014-07-14T15:27:004294967294     N/A                  NO
          36821
     71c909b05eb928f105f0be23136a7412e479abd5              xeroc-delegate-2              0       182 2014-07-14T15:30:004294967293     YES                 YES
     41cbf321ad59733d7159c6d18436af1b51d6ba9d              xeroc-delegate-2              0       182 2014-07-14T15:30:004294967294     N/A                  NO
          36839
     f2ae8ff0b415c994e12481be9f25ae9b468334a4              xeroc-delegate-1              0       182 2014-07-14T15:34:004294967293     YES                 YES
     accab8786de217c03973313db88c4f6b05c28ae4              xeroc-delegate-1              0       182 2014-07-14T15:34:004294967294     N/A                  NO
          36844
     d01f603848c732ee879975c65610a5d5f3434498              xeroc-delegate-5              0       182 2014-07-14T15:35:104294967293     YES                 YES
     576adc3bbd2ab23d3ab54ca09652bcf121a4a496              xeroc-delegate-5              0       182 2014-07-14T15:35:104294967294     N/A                  NO
          36847
     17e27b0bd7bd89137f4a2fb841172141e09f537b              xeroc-delegate-3              0       182 2014-07-14T15:35:404294967293     YES                 YES
     59e7b3777150f0f45ef6f6f8891d589be905bcf0              xeroc-delegate-3              0       182 2014-07-14T15:35:404294967294     N/A                  NO
          36856
     265cf1cefc574f4298fa87e947eb8169ffeeeecf              xeroc-delegate-8              0       182 2014-07-14T15:38:004294967293     YES                 YES
     8523e23df02ffda121e3009abe2be650d015aa34              xeroc-delegate-8              0       182 2014-07-14T15:38:004294967294     N/A                  NO
          36893
     d82e4dd2db14e0fab1cebb51c45041e8321cab19              xeroc-delegate-7              0       182 2014-07-14T15:45:304294967293     YES                 YES
     a343df5bcdd95dbeb7439341796eb59dc74f40a9              xeroc-delegate-7              0       182 2014-07-14T15:45:304294967294     N/A                  NO
          36906
     741b6d7b931b39ac69886c069abc97158b85afc1              xeroc-delegate-5              0       182 2014-07-14T15:48:004294967293     YES                 YES
     cf99b15a30d599754289a6bbdfa9112ad86748a3              xeroc-delegate-5              0       182 2014-07-14T15:48:004294967294     N/A                  NO
          36934
     db4700d3f2886e62793539aeec914aab89d16301              xeroc-delegate-6              0       182 2014-07-14T15:54:404294967293     YES                 YES
     0e58a4297e86ad2db549235375cd23145938e3b6              xeroc-delegate-6              0       182 2014-07-14T15:54:404294967294     N/A                  NO
          36939
     0b6d580e3355c5213866ee63eff7e2199484f764              xeroc-delegate-9              0       182 2014-07-14T15:55:404294967293     YES                 YES
     16bf42d7f0eb5198f3e8d2d5726e8a941bf60589              xeroc-delegate-9              0       182 2014-07-14T15:55:404294967294     N/A                  NO
          36956
     35da0b2d91324d6eda2c6f1351111e8d6ce4e6fd             xeroc-delegate-10              0       182 2014-07-14T15:59:004294967293     YES                 YES
     b5fc450a515a7d706d660343ea3160224764e38c             xeroc-delegate-10              0       182 2014-07-14T15:59:004294967294     N/A                  NO
          36965
     3b3aee00499f48dc2bbf8217eb0364f48b4ee127              xeroc-delegate-4              0       182 2014-07-14T16:00:404294967293     YES                 YES
     d1b381503772f1a2c6e1785d7bd000e9fc9e244d              xeroc-delegate-4              0       182 2014-07-14T16:00:404294967294     N/A                  NO
          37012
     21d8cff44a4b78c2dfdc422f3b4428e618cc9ac3              xeroc-delegate-4              0       182 2014-07-14T16:11:104294967293     YES                 YES
     60f3a64f8ec10d6d4bc4e95ec42eec55982f0201              xeroc-delegate-4              0       182 2014-07-14T16:11:104294967294     N/A                  NO
          37014
     8fa3d79de924bbfcbafae79a22b88a4983a5c743             xeroc-delegate-10              0       182 2014-07-14T16:11:404294967293     YES                 YES
     a595e34ef768c5de8e836d0ba234b44c1bcb0294             xeroc-delegate-10              0       182 2014-07-14T16:11:404294967294     N/A                  NO
          37017
     180a68cc89f316641888a993e37cb5dcab04450d              xeroc-delegate-7              0       182 2014-07-14T16:12:104294967293     YES                 YES
     e90eb762007707ea130197af7243d9dfc6ce7d66              xeroc-delegate-7              0       182 2014-07-14T16:12:104294967294     N/A                  NO
          37024
     ff66811c6a44c8fc3457983e3ca8ad19d847c46b                 outernat-asia              0       182 2014-07-14T16:13:404294967293     YES                 YES
     4f155c3699e73b1ddea593b78d125eac842a9969                   richie-rich              0       182 2014-07-14T16:20:404294967293     N/A                  NO
          37087
     237cde439aa2b62d43d18a70bb4c4fa049dfd090              xeroc-delegate-8              0       182 2014-07-14T16:26:204294967293     YES                 YES
     85ba13481c5de3e546b10e6bf645e842f3a35e5a              xeroc-delegate-8              0       182 2014-07-14T16:26:204294967294     N/A                  NO
          37108
     883a4c7c65477b2c8e04ea23a36e540983ca1c96              xeroc-delegate-3              0       182 2014-07-14T16:31:104294967293     YES                 YES
     d128a1b0f5405f7721430fe98442c24ee908f98c              xeroc-delegate-3              0       182 2014-07-14T16:31:104294967294     N/A                  NO
          37116
     7db3057e23c8d79ead00670f98bd0a6cf3153a7e              xeroc-delegate-1              0       182 2014-07-14T16:33:204294967293     YES                 YES
     a650cadd8673793d7e5329d4c4e06b1044bfb524              xeroc-delegate-1              0       182 2014-07-14T16:33:204294967294     N/A                  NO
          37120


Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 15, 2014, 01:02:42 am
Code: [Select]
     
     97e4635f720d31e950fb8bb5cd1bcf32cdb417a0              xeroc-delegate-9              0       182 2014-07-14T16:34:304294967293     YES                 YES
     96a6e8859b2f8709c1b296134793cfac2f1420a2              xeroc-delegate-9              0       182 2014-07-14T16:34:304294967294     N/A                  NO
          37122
     df5e31792b0657cf79ff239f22730a76d19105bd              xeroc-delegate-6              0       182 2014-07-14T16:34:504294967293     YES                 YES
     e94ddb2b71c7b4bf35bcf9a726c6c4138c611779              xeroc-delegate-6              0       182 2014-07-14T16:34:504294967294     N/A                  NO
          37124
     667c6a843fbe2c60132388de4628fd67f4992744              xeroc-delegate-5              0       182 2014-07-14T16:35:104294967293     YES                 YES
     068b1100509d2972fc6b1ed1a4227567b72d7d5a              xeroc-delegate-5              0       182 2014-07-14T16:35:104294967294     N/A                  NO
          37133
     52ea53f33f18dceb3e9acad143a5e59eddd5684a              xeroc-delegate-4              0       182 2014-07-14T16:37:004294967293     YES                 YES
     d61c18af898b5855f123203de225c0df8bf81749              xeroc-delegate-4              0       182 2014-07-14T16:37:004294967294     N/A                  NO
          37171
     79b70ca8505a9f148fdfb5169ce355557c42f6f4              xeroc-delegate-6              0       182 2014-07-14T16:44:504294967293     YES                 YES
     2614056afb0739d35420358bdb2cc22740af17b0              xeroc-delegate-6              0       182 2014-07-14T16:44:504294967294     N/A                  NO
          37174
     08734520d88d7a51ab25fac890aef3650dc23b32              xeroc-delegate-5              0       182 2014-07-14T16:45:404294967293     YES                 YES
     d33d3bcbcfeb6edd5b714a938d0d20051a8dff7b              xeroc-delegate-5              0       182 2014-07-14T16:45:404294967294     N/A                  NO
          37196
     b31a8e6b31fdbeb8b9ba60d0a3791a762d46c836              xeroc-delegate-3              0       182 2014-07-14T16:49:504294967293     YES                 YES
     d59b1af312d2b550daef379d5e27c92a70ff1290              xeroc-delegate-3              0       182 2014-07-14T16:49:504294967294     N/A                  NO
          37200
     eea51776261c22a16fa432a9eb0c30640cbdaeb8              xeroc-delegate-2              0       182 2014-07-14T16:50:504294967293     YES                 YES
     142d21d6be3f46c4a6639ee372d1ceb9d787cfad              xeroc-delegate-2              0       182 2014-07-14T16:50:504294967294     N/A                  NO
          37251
     85062370b9a8448afb6bc46023129b4bf1815703              xeroc-delegate-6              0       182 2014-07-14T17:01:404294967293     YES                 YES
     6b303dba8902d986949384dd9fca8cfa17db89ea              xeroc-delegate-6              0       182 2014-07-14T17:01:404294967294     N/A                  NO
          37254
     4551351f63dae9eef98f18acef5597302b4047a3              xeroc-delegate-5              0       182 2014-07-14T17:02:304294967293     YES                 YES
     7d37d1f16fc8fe3201e77f5ba37cc08fdf45245a              xeroc-delegate-5              0       182 2014-07-14T17:02:304294967294     N/A                  NO
          37268
     dbdc693f607ad0044669f3299833e461e6931c1f              xeroc-delegate-3              0       182 2014-07-14T17:06:40         0     YES                  NO
     f911707335cfe0952c660f3092aaf279c10656dc                       vikram2              0       182 2014-07-14T17:05:10       239     YES                 YES
          37269
     79f191a49fecb2c933c550c608f7f5e773e48184              xeroc-delegate-3              0       182 2014-07-14T17:05:204294967293     YES                 YES
     a1202b949ff58b6ddfb12150414d32531b12a65a              xeroc-delegate-3              0       182 2014-07-14T17:05:204294967293     N/A                  NO
          37271
     ce679026d43dc77b9eb626c7a661689e5ca25f7f              xeroc-delegate-2              0       182 2014-07-14T17:06:104294967293     YES                 YES
     6fe46fdafbbb570b5849ad02a3d0c3a3b31d4ff4              xeroc-delegate-2              0       182 2014-07-14T17:06:104294967293     N/A                  NO
          37319
     918af40392fb623e5ac9396fb5874eadf04852d2              xeroc-delegate-6              0       182 2014-07-14T17:15:304294967293     YES                 YES
     66729f3324c4be3aa2012e1fad73459452c6e86f              xeroc-delegate-6              0       182 2014-07-14T17:15:304294967293     N/A                  NO
          37321
     b186f39e18c79cc6a69db9951e47dd0a872ce6fb              xeroc-delegate-7              0       182 2014-07-14T17:15:504294967293     YES                 YES
     c12770eef293da1cd4fa94019d86f7da4c8219f6              xeroc-delegate-7              0       182 2014-07-14T17:15:504294967293     N/A                  NO
          37340
     1bf7da36b2450e1d6308e79ef30d8e4f704b2f4a              xeroc-delegate-1              0       182 2014-07-14T17:20:304294967293     YES                 YES
     1bbe1f6ba7dc0084e1f3ce44156223403d2d5df6              xeroc-delegate-1              0       182 2014-07-14T17:20:304294967293     N/A                  NO
          37342
     16c76813a15d92f1cfb19617aba4413a4488dcf2              xeroc-delegate-9              0       182 2014-07-14T17:20:504294967293     YES                 YES
     4b917011745508f0c385cc13d441008b7706b44b              xeroc-delegate-9              0       182 2014-07-14T17:20:504294967293     N/A                  NO
          37349
     d61c3c72e5ba6c17e1f8f72477d2aa7727b8caaa              xeroc-delegate-3              0       182 2014-07-14T17:22:104294967293     YES                 YES
     3878a1c6b9521b2f7167d1c4551b924c4b84739f              xeroc-delegate-3              0       182 2014-07-14T17:22:104294967293     N/A                  NO
          37351
     e155ce9e174f180c7c9698cc12c9a991083341a2              xeroc-delegate-2              0       182 2014-07-14T17:23:004294967293     YES                 YES
     21e80af4acb20cf712364e676cd0de0e9d541506              xeroc-delegate-2              0       182 2014-07-14T17:23:004294967293     N/A                  NO
          37368
     b414681093d729faf5b3b900691442fde2ffdce9             xeroc-delegate-10              0       182 2014-07-14T17:26:204294967293     YES                 YES
     b5e08e7e3aaa8b1ad26f82a8172c251388bc3e5c             xeroc-delegate-10              0       182 2014-07-14T17:26:204294967293     N/A                  NO
          37375
     8d282cfc08f55888b181db3de20cd88d09f533ab              xeroc-delegate-8              0       182 2014-07-14T17:28:004294967293     YES                 YES
     8559b7233aebf092117895b665fd2ec3640a4262              xeroc-delegate-8              0       182 2014-07-14T17:28:004294967293     N/A                  NO
          37378
     64374b67f1b60b7321e6ba9c4903e4dccc2b3e7b              xeroc-delegate-4              0       182 2014-07-14T17:28:504294967293     YES                 YES
     0c81648a59e5e2512797fb2400a09644d00262e0              xeroc-delegate-4              0       182 2014-07-14T17:28:504294967293     N/A                  NO
          37380
     5e04fe0308027db25b3efd6ab3776a59d0b20eb7              xeroc-delegate-6              0       182 2014-07-14T17:29:104294967293     YES                 YES
     01406bc9a03440b01954d159d6c69866122c82b1              xeroc-delegate-6              0       182 2014-07-14T17:29:104294967293     N/A                  NO
          37391
     d1360d7a81e9af6d66834f5552712be878e3bb39              xeroc-delegate-5              0       182 2014-07-14T17:31:404294967293     YES                 YES
     a4077a088a4f7d25b703068d06c484c65a4afc7b              xeroc-delegate-5              0       182 2014-07-14T17:31:404294967293     N/A                  NO
          37394
     9ad8eedfafd545e1b81f42c2e0a9a2e2c3a9b6ce              xeroc-delegate-3              0       182 2014-07-14T17:32:104294967293     YES                 YES
     41d2129d18e386f27b9e13f63ee4d96eb109c6c0              xeroc-delegate-3              0       182 2014-07-14T17:32:104294967293     N/A                  NO
          37452
     9ffc2324c800beba29bdf63965a3e1fea780f064                     spartako6              0       182 2014-07-14T17:44:404294967293     YES                 YES
     ba638f0b0a38dd0b61cdae8546e9b346192de88b                      alexxy-1              0       182 2014-07-14T17:53:404294967293     N/A                  NO
          37453
     81c2893b8c78a5b65869548fc73ee7a0d76afd86              xeroc-delegate-8              0       182 2014-07-14T17:44:504294967293     YES                 YES
     a13964898cb0785dbc93bb046eb8684a73619377              xeroc-delegate-8              0       182 2014-07-14T17:44:504294967293     N/A                  NO
          37456
     cf59816b262d33ee5c79082fa2e77f72e2d203f9              xeroc-delegate-4              0       182 2014-07-14T17:45:404294967293     YES                 YES
     807b592d2739c235f9ff086cdda77bba992db18e              xeroc-delegate-4              0       182 2014-07-14T17:45:404294967294     N/A                  NO
          37458
     266eb40d0aa55e87359c10ebbc3aac8bfbb3266c              xeroc-delegate-6              0       182 2014-07-14T17:46:004294967293     YES                 YES
     bc0aeba5802117a274fa7488d1418bcb20e6c2c6              xeroc-delegate-6              0       182 2014-07-14T17:46:004294967293     N/A                  NO
          37468
     80927d05abc4d7fb312edb1addac5d6fc08626e8              xeroc-delegate-5              0       182 2014-07-14T17:48:304294967293     YES                 YES
     ffbebafcb00efb6d52a97e530dc4f40c43c73065              xeroc-delegate-5              0       182 2014-07-14T17:48:304294967293     N/A                  NO
          37514
     c719621c0620e54871632af63865fb9a68b212a1              xeroc-delegate-5              0       182 2014-07-14T17:59:204294967292     YES                 YES
     00299419302dacf9b748b62586f589a873c9fa53              xeroc-delegate-5              0       182 2014-07-14T17:59:204294967293     N/A                  NO
          37532
     d5007c1a70e312f7ee0f3f189950e02148dd7a0c              xeroc-delegate-6              0       182 2014-07-14T18:03:004294967292     YES                 YES
     2e13c649f555bec7228fe9d81e7803536937cd7a              xeroc-delegate-6              0       182 2014-07-14T18:03:004294967293     N/A                  NO
          37539
     ca9ba463ae1ed1f499c79c437fa875c648d0a01e              xeroc-delegate-8              0       182 2014-07-14T18:04:204294967292     YES                 YES
     825c604f782e45b28dc49a792b53d6c24ab2e45b              xeroc-delegate-8              0       182 2014-07-14T18:04:204294967293     N/A                  NO
          37579
     3ddd0c23e7fcfea638677f131a49a71e741c299c             xeroc-delegate-10              0       182 2014-07-14T18:15:004294967292     YES                 YES
     db2ebe9d7f8dac1d63778399e1b14ab0a04e1d74             xeroc-delegate-10              0       182 2014-07-14T18:15:004294967293     N/A                  NO
          37580
     703e2a2ffac7b76a6c77108389c03ab818d66afd                           fox              0       182 2014-07-14T18:15:104294967293     YES                 YES
     c9c3d3d5d7cf8ed28bc0d1aaad23a7a47defea7f                           fox              0       182 2014-07-14T18:15:104294967294     N/A                  NO
          37585
     f4b0e58c4d74e6e1058154860bfe85bb141daf1c              xeroc-delegate-7              0       182 2014-07-14T18:16:104294967292     YES                 YES
     648c5300cc1d51638336a8102fb350e40592b787              xeroc-delegate-7              0       182 2014-07-14T18:16:104294967294     N/A                  NO
          37592
     621dd2fa4bd4ae32899a45201880e40a58fe993a              xeroc-delegate-1              0       182 2014-07-14T18:17:404294967292     YES                 YES
     b0ffa08766155f046815b8a8b14f739cf1971e0c              xeroc-delegate-1              0       182 2014-07-14T18:17:404294967293     N/A                  NO
          37598
     fa9ff3f22ca1240b50fc697a3c32c6b3f7f1044e              xeroc-delegate-2              0       182 2014-07-14T18:18:404294967292     YES                 YES
     79545af6892a563a819a7237f651e28535bfbf04              xeroc-delegate-2              0       182 2014-07-14T18:18:404294967293     N/A                  NO
          37606
     0b8a3352292f526ce8c912da133180cfae185db8              xeroc-delegate-3              0       182 2014-07-14T18:21:104294967292     YES                 YES
     7a98b49f7b9c6aa49947479f81d91fd377dbb0d3              xeroc-delegate-3              0       182 2014-07-14T18:21:104294967293     N/A                  NO
          37610
     225db37a2cb61615b4b3a9514d6a58361f75c6cd              xeroc-delegate-6              0       182 2014-07-14T18:22:204294967292     YES                 YES
     cb470e21c330f37b8f6e2ac7ea04efbb8df3b54b              xeroc-delegate-6              0       182 2014-07-14T18:22:204294967293     N/A                  NO
          37621
     9723e7be150a0edc085e155aca7fdef77197e402              xeroc-delegate-8              0       182 2014-07-14T18:25:104294967292     YES                 YES
     16da6720acf6d15b0c27f1a13fd71fa41f06f7e7              xeroc-delegate-8              0       182 2014-07-14T18:25:104294967293     N/A                  NO
          37634
     a41923ed25a28f6971948c3380fdc278cd8160e0              xeroc-delegate-9              0       182 2014-07-14T18:28:504294967292     YES                 YES
     d59979c49b5bc242106ae7f8d9a869279bc1761a              xeroc-delegate-9              0       182 2014-07-14T18:28:504294967293     N/A                  NO
          37638
     55ec329117af0ba99eff9f8cbc481d55e4cf52af              xeroc-delegate-5              0       182 2014-07-14T18:29:504294967292     YES                 YES
     342dc281337459edb6991174490fd709c438a666              xeroc-delegate-5              0       182 2014-07-14T18:29:504294967293     N/A                  NO
          37642
     62181932e8fcce8ab4662f21357ef3ef38ec5fb5              xeroc-delegate-4              0       182 2014-07-14T18:30:404294967293     YES                 YES
     e7338ec39d0ee59dcb176efe8f29649a8d80c85f              xeroc-delegate-4              0       182 2014-07-14T18:30:404294967293     N/A                  NO
          37649
     c5e101e725434b0a022d99f452b8f6f943af3ca3             xeroc-delegate-10              0       182 2014-07-14T18:31:504294967292     YES                 YES
     2f908acf12c6d40b60292161c5fb3f1ef53c81f7             xeroc-delegate-10              0       182 2014-07-14T18:31:504294967293     N/A                  NO
          37655
     2e5e48ca0a9f2570641c7bbb9adc8aec1f9ba640              xeroc-delegate-7              0       182 2014-07-14T18:33:004294967292     YES                 YES
     60525e6b181dcedb187fe49f00a731d148d75dc1              xeroc-delegate-7              0       182 2014-07-14T18:33:004294967293     N/A                  NO
          37662
     8d978767fd066a7cc93eaba434889a58529cc794              xeroc-delegate-1              0       182 2014-07-14T18:34:304294967292     YES                 YES
     3c088ac14bca834652bbaad70d071593a94c4834              xeroc-delegate-1              0       182 2014-07-14T18:34:304294967293     N/A                  NO
          37668
     46f57bebbe2cb08e51332fc11a861f4258afe8d0              xeroc-delegate-2              0       182 2014-07-14T18:35:304294967292     YES                 YES
     c2e702354da39ee3a3bc058acf0c735394369dea              xeroc-delegate-2              0       182 2014-07-14T18:35:304294967293     N/A                  NO
          37680
     fe6b2186425e54fbbe989cb8437ce44b10b41a24             xeroc-delegate-10              0       182 2014-07-14T18:39:404294967292     YES                 YES
     e7b4634b4ffdd039c1585ef09e70f3329552c059             xeroc-delegate-10              0       182 2014-07-14T18:39:404294967293     N/A                  NO
          37684
     0df91c26b2b2f956d4e6afa9bc4b1add0809fe04              xeroc-delegate-2              0       182 2014-07-14T18:40:304294967292     YES                 YES
     170bf00f6725916bfaf3581a19018e02a2f7e456              xeroc-delegate-2              0       182 2014-07-14T18:40:304294967293     N/A                  NO
          37696
     3060fdb6055097a43fc7665d50ac2c2e54410429              xeroc-delegate-3              0       182 2014-07-14T18:42:504294967292     YES                 YES
     05a5c753d74b1807ccc80d26b7faa4061fcdc26e              xeroc-delegate-3              0       182 2014-07-14T18:42:504294967293     N/A                  NO
          37698
     586e5bf25de7410743328e69aa40befe5b4a3245              xeroc-delegate-8              0       182 2014-07-14T18:43:104294967292     YES                 YES
     1bcfa1d31a2a54eeebd49f4e3c8f677f1d902f76              xeroc-delegate-8              0       182 2014-07-14T18:43:104294967293     N/A                  NO
          37700
     be1d6d1c32bdd154ccaacfb7f850e78536563712              xeroc-delegate-9              0       182 2014-07-14T18:43:404294967292     YES                 YES
     aa9813cacdc209997dfdb6200b6606e7648010f6              xeroc-delegate-9              0       182 2014-07-14T18:43:404294967293     N/A                  NO
          37710
     82ac940d0db944ae717c1d54f29b777e7a037110              xeroc-delegate-4              0       182 2014-07-14T18:46:504294967292     YES                 YES
     f085fa3e5fe1f6a3d4f41fc7101dbd17e383a73a              xeroc-delegate-4              0       182 2014-07-14T18:46:504294967293     N/A                  NO
          37718
     358deb7b0ed18faa66828473c19c35750d11fb8a              xeroc-delegate-7              0       182 2014-07-14T18:48:304294967292     YES                 YES
     4c4c537310d6f3e68823ddfa4bb602455f2868ce              xeroc-delegate-7              0       182 2014-07-14T18:48:304294967293     N/A                  NO
          37729
     16c8bb12fbc57438ec45cd59d286444811683908              xeroc-delegate-1              0       182 2014-07-14T18:51:004294967292     YES                 YES
     e74e0c373d7099600f425bb5ae2391a749d736e5              xeroc-delegate-1              0       182 2014-07-14T18:51:004294967293     N/A                  NO
          37764
     ed41dba5dc9774367eb3fd694d5e1de252804e68              xeroc-delegate-3              0       182 2014-07-14T18:59:404294967293     YES                 YES
     51229ce47820c6b5753f7511a51a4479aa0717ff              xeroc-delegate-3              0       182 2014-07-14T18:59:404294967293     N/A                  NO
          37766
     37e7758dd74e1e5214e3f77c13f27b04e2226501              xeroc-delegate-8              0       182 2014-07-14T19:00:004294967292     YES                 YES
     e8f32e77c3391f7e7138f9e2d60b139834f74970              xeroc-delegate-8              0       182 2014-07-14T19:00:004294967293     N/A                  NO
          37786
     8ecd928cee5f0825bc9eb4193eba81effb4d5870              xeroc-delegate-3              0       182 2014-07-14T19:05:404294967292     YES                 YES
     3d5ec88ce256e031b7f299043ef3687990f41db8              xeroc-delegate-3              0       182 2014-07-14T19:05:404294967293     N/A                  NO
          37863
     9d57203a3f0fb57c52490101a7c13d05aff9a263                 happyshares-8              0       182 2014-07-14T19:24:404294967292     YES                 YES
     21d3b0e1d3eff65d718acd1de948698100eb7a13                      alexxy-1              0       182 2014-07-14T19:31:304294967292     N/A                  NO
          37868
     3c2a639b297f42cc6d0842c7ab45c8bf1f0ac228              xeroc-delegate-1              0       182 2014-07-14T19:25:404294967292     YES                 YES
     d72fd4748a1e6727eea23e8d784332a70669496b              xeroc-delegate-1              0       182 2014-07-14T19:25:404294967293     N/A                  NO
          37877
     067a5aba6b3dc71920864dbb14cbb983f4edeb34      delegated-proof-of-steak              0       182 2014-07-14T20:36:204294967292     N/A                  NO
     45a1461b30d111af3bedf2b4e28e5671340f9743                        xeldal              0       182 2014-07-14T20:45:004294967292     N/A                  NO
          37907
     4f6fcb13434beb246af418e947c27bbf9c9ac4f2              xeroc-delegate-2              0       182 2014-07-14T19:35:404294967292     YES                  NO
     482a96f48b5047b850e4f707fa6dc60bd8051573              xeroc-delegate-2              0       182 2014-07-14T19:35:404294967293     YES                 YES
          38038
     5e2e58b50aea685b799ef1bd4459a9e80b0b01c1              xeroc-delegate-5              0       182 2014-07-14T20:08:504294967292     YES                 YES
     258874f732fb6a35232e8e7242913ac6e49a03c6                      sumantso              0       182 2014-07-14T20:13:40         4     N/A                  NO
          38063
     0278f9ba7e520bd66f559095d4ecbdf3c28efb78              xeroc-delegate-3              0       182 2014-07-14T20:14:504294967292     YES                 YES
     fd9c833aa34651478d248822015840fd570094dc              xeroc-delegate-3              0       182 2014-07-14T20:14:504294967292     N/A                  NO
          38117
     34cd7f9916914a0516d2972f248639e8ed53e581              xeroc-delegate-5              0       182 2014-07-14T20:28:504294967292     YES                 YES
     984bff19f7bf8f01bce5c8b0e73387d9629b1e67              xeroc-delegate-5              0       182 2014-07-14T20:28:504294967292     N/A                  NO
          38159
     d0efcd9a5217c3604445c5cfc63d643c9395e160              xeroc-delegate-1              0       182 2014-07-14T20:40:104294967292     YES                 YES
     33e092868e8dcee5c68decdf5bfaf67db3212408              xeroc-delegate-1              0       182 2014-07-14T20:40:104294967292     N/A                  NO
          38173
     de3cc7496caba04692655776b38586d001f814e3              xeroc-delegate-6              0       182 2014-07-14T20:43:404294967292     YES                 YES
     eebd6ec611b70868508805b7f103c3591661bf0b              xeroc-delegate-6              0       182 2014-07-14T20:43:404294967292     N/A                  NO
          38176
     8f6d254c3d52b81af7cffaedb18e5561c196aece              xeroc-delegate-3              0       182 2014-07-14T20:44:104294967292     YES                 YES
     fcb774e8cf189f8f4c63c4ef39b5034895d6fa6b              xeroc-delegate-3              0       182 2014-07-14T20:44:104294967292     N/A                  NO
          38186
     9f507f0e02a2c9b6d324309d711146824878aaea              xeroc-delegate-9              0       182 2014-07-14T20:46:504294967292     YES                 YES
     aea083f94d9f0615d3a4f7fc49a1df60e9d43dea              xeroc-delegate-9              0       182 2014-07-14T20:46:504294967292     N/A                  NO
          38187
     19ea214807857e63f073a5e09833233d776ac1b1             xeroc-delegate-10              0       182 2014-07-14T20:47:004294967292     YES                 YES
     9292c0a44150c3696d88ae4782fbe05e26556933             xeroc-delegate-10              0       182 2014-07-14T20:47:004294967292     N/A                  NO
          38196
     e1c4181a8147a6d67be7da60f5b848aa01918020              xeroc-delegate-6              0       182 2014-07-14T20:49:104294967292     YES                 YES
     bfad1afa2f693594fd2bb2c7cbe2e188ce6c26aa              xeroc-delegate-6              0       182 2014-07-14T20:49:104294967292     N/A                  NO
          38205
     93bc9e4d4a7e95ca2fd92b6529a02622c4de4cf5              xeroc-delegate-2              0       182 2014-07-14T20:51:004294967292     YES                 YES
     4f260e3e023e648d4aeb4b49021788ef3dd1575e              xeroc-delegate-2              0       182 2014-07-14T20:51:004294967292     N/A                  NO
          38218
     7fd3f7e41a6610ae11351006b65987967c2e60a3              xeroc-delegate-7              0       182 2014-07-14T20:54:504294967292     YES                 YES
     2109f76d58c56a89c1bab1e46f6cefe47089934c              xeroc-delegate-7              0       182 2014-07-14T20:54:504294967292     N/A                  NO
          38223
     5f74c0a102beed93cc2317f949c7568245afd453              xeroc-delegate-3              0       182 2014-07-14T20:55:504294967292     YES                 YES
     bd932e70de43adefbd0b2dc757c75339eb1afbb2              xeroc-delegate-3              0       182 2014-07-14T20:55:504294967292     N/A                  NO
          38231
     ddee85cd02aa50271f5d1773718baa16cad42608                           fox              0       182 2014-07-14T20:57:404294967292     YES                 YES
     96a4dcfa61d31917225df3acbf62c33f6ab93687                           fox              0       182 2014-07-14T20:57:404294967293     N/A                  NO
          38233
     a900714a41a81e8b8a88b118c2818f401df4bcfa              xeroc-delegate-1              0       182 2014-07-14T20:58:304294967292     YES                 YES
     ae05aa98a07fafd6f01e64f3c9a61c14225e799c              xeroc-delegate-1              0       182 2014-07-14T20:58:304294967292     N/A                  NO
          38254
     a03d3dd9c8eb4cf5da4b512bdc7ec472b148b9c4              xeroc-delegate-9              0       182 2014-07-14T21:03:404294967292     YES                 YES
     c8a765e497f15d045c0f64ef54537bfad03c373b              xeroc-delegate-9              0       182 2014-07-14T21:03:404294967292     N/A                  NO
          38264
Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 15, 2014, 01:03:46 am
Code: [Select]
   
     7077b337bf39583a09d24865bb91d4afc048b71a              xeroc-delegate-6              0       182 2014-07-14T21:06:004294967292     YES                 YES
     2feffc2b3d5eb8ba225a4805370a4b4f95282a39              xeroc-delegate-6              0       182 2014-07-14T21:06:004294967292     N/A                  NO
          38273
     121fb8219f9da36d378dae8c2186e960528b05a5              xeroc-delegate-2              0       182 2014-07-14T21:07:504294967292     YES                 YES
     df47445d8f0f5b8074aae0b62c139af6688b7106              xeroc-delegate-2              0       182 2014-07-14T21:07:504294967292     N/A                  NO
          38285
     129f1419994d58b26b22134563880b7c979a1afd              xeroc-delegate-8              0       182 2014-07-14T21:11:104294967292     YES                 YES
     c2db6161581496cb84b0bcb294508258a5ad17c4              xeroc-delegate-8              0       182 2014-07-14T21:11:104294967293     N/A                  NO
          38289
     a9b634f5d606c3775e939ab4f9ff08bc92e44f91              xeroc-delegate-3              0       182 2014-07-14T21:12:304294967292     YES                 YES
     917cbb2ba594bf02e2562b6f9b451821cd51d8b7              xeroc-delegate-3              0       182 2014-07-14T21:12:304294967292     N/A                  NO
          38296
     76f1a2607b38da88e6e920b78543fffe36814d89              xeroc-delegate-5              0       182 2014-07-14T21:14:304294967292     YES                 YES
     709f9ba0c154d6deebe5642551c5f54601e14f2c              xeroc-delegate-5              0       182 2014-07-14T21:14:304294967293     N/A                  NO
          38307
     5d69c9d5aa66a4e60a75118fa232db3baae76433              xeroc-delegate-1              0       182 2014-07-14T21:16:504294967292     YES                 YES
     7956f6c0b2c08cbffe3d0e3236cdf14483e7711e              xeroc-delegate-1              0       182 2014-07-14T21:16:504294967292     N/A                  NO
          38312
     86c9a35192f9951d5325125c4e2930ded6626f9f              xeroc-delegate-7              0       182 2014-07-14T21:17:404294967292     YES                 YES
     ac05d10bcd816d02ae69cafd33f1f5c66911cb30              xeroc-delegate-7              0       182 2014-07-14T21:17:404294967293     N/A                  NO
          38314
     0b40d9d31db42e770ffa4011004875bd77733c34              xeroc-delegate-2              0       182 2014-07-14T21:18:104294967292     YES                 YES
     b10d3037bacb9b54fa2edd85f2319fafb0a0f03c              xeroc-delegate-2              0       182 2014-07-14T21:18:104294967292     N/A                  NO
          38324
     3d822ba07313c5656dfeb22d1ff4d353f3de5f4c              xeroc-delegate-6              0       182 2014-07-14T21:20:304294967292     YES                 YES
     de61c1c059cfcd619f5bc92a22b845811beb92dd              xeroc-delegate-6              0       182 2014-07-14T21:20:304294967292     N/A                  NO
          38327
     e38e933644b217575b743ace529bd108db930114              xeroc-delegate-4              0       182 2014-07-14T21:21:104294967292     YES                 YES
     e0ad72d47e2d3ac32e49a22dd2c8a2090bb55762              xeroc-delegate-4              0       182 2014-07-14T21:21:104294967292     N/A                  NO
          38352
     4ab346ed1d4c1c7b8b6f27521b50ce6fa4e04784              xeroc-delegate-8              0       182 2014-07-14T21:28:004294967292     YES                 YES
     a78fc16ca0d77e66c79fb95e4118ee3628f0ba79              xeroc-delegate-8              0       182 2014-07-14T21:28:004294967292     N/A                  NO
          38355
     61e52e4d54d54732798699b8253a15bbbba5ebdb                          bits              0       182 2014-07-14T21:28:404294967292     YES                 YES
     1a53d99211df9c7466e4087de0c0faf91adc7cfb                       calyau5              0       182 2014-07-14T21:29:00         6     N/A                  NO
          38356
     bdfe614e10189b5e719457abe0b9193a74258b79              xeroc-delegate-3              0       182 2014-07-14T21:29:204294967292     YES                 YES
     5c92dda7edeaace2323b7dbee9b47f6c9df0485d              xeroc-delegate-3              0       182 2014-07-14T21:29:204294967292     N/A                  NO
          38363
     d4a9c794cf59f04f39432b21386a59de256d7223              xeroc-delegate-5              0       182 2014-07-14T21:31:204294967292     YES                 YES
     1178a72669d50c47df769b35e565310e0df898c5              xeroc-delegate-5              0       182 2014-07-14T21:31:204294967292     N/A                  NO
          38374
     c07faf1d5dc95379ccfe4342a8d2e242465ac8bc              xeroc-delegate-1              0       182 2014-07-14T21:33:404294967292     YES                 YES
     1d9189f0aedcb6a02ba8545360a9b6329c1b4399              xeroc-delegate-1              0       182 2014-07-14T21:33:404294967292     N/A                  NO
          38379
     d480c6864d4b4df21fae78133403cf6609fade1f              xeroc-delegate-7              0       182 2014-07-14T21:34:304294967293     YES                  NO
     ec62988e5bed30d459c8b6fc0cfaf63edad4d580              xeroc-delegate-7              0       182 2014-07-14T21:34:304294967293     YES                 YES
          38381
     87de90bcb756639646289a686e0147f705451cfb              xeroc-delegate-8              0       182 2014-07-14T21:34:504294967292     YES                 YES
     6644187b6630f569c6c575d403cbe4c6793145c2              xeroc-delegate-8              0       182 2014-07-14T21:34:504294967293     N/A                  NO
          38390
     8df8f9495a7de319dabae2720cbbb39ca4af3fd5              xeroc-delegate-3              0       182 2014-07-14T21:37:104294967292     YES                 YES
     66f271ff5d76f5c5d83545fb230db7823c1b834d              xeroc-delegate-3              0       182 2014-07-14T21:37:104294967292     N/A                  NO
          38398
     2a9ab1a9ff4d5569e247fba0e1929ee9471aadef              xeroc-delegate-2              0       182 2014-07-14T21:38:404294967292     YES                 YES
     a61c56584b55028651b294b83f984ac62606dcc8              xeroc-delegate-2              0       182 2014-07-14T21:38:404294967292     N/A                  NO
          38402
     b3bb2c91b8196bfe96d1420f11318be1acfd3962                     spartako6              0       182 2014-07-14T21:40:304294967292     YES                 YES
     dce63544d7fca7b732f2d8fcd7944d82dec2fc00              xeroc-delegate-7              0       182 2014-07-14T21:41:004294967292     N/A                  NO
          38413
     82c2fc3ef1223c3afd72e38a23bdc97e598cf877              xeroc-delegate-5              0       182 2014-07-14T21:42:304294967292     YES                 YES
     909858005da5f6075b1babd1ac979e2e2aafb060              xeroc-delegate-5              0       182 2014-07-14T21:42:304294967292     N/A                  NO
          38423
     a2a74662ab8c65c677949a356f375b6d17738a1c              xeroc-delegate-9              0       182 2014-07-14T21:45:404294967292     YES                 YES
     f9ad66f5f48f7505a875c375f8d6466cbfea5a29              xeroc-delegate-9              0       182 2014-07-14T21:45:404294967292     N/A                  NO
          38425
     81cb256e00d4a2ef5e14de3bd394b64f545d4d66              xeroc-delegate-6              0       182 2014-07-14T21:46:104294967292     YES                 YES
     67bda322947c6a3a40c50fb3bf762577ce5d0311              xeroc-delegate-6              0       182 2014-07-14T21:46:10         0     N/A                  NO
          38428
     76ffea88cc95bee35a3e195950fa82e94db86e09             xeroc-delegate-10              0       182 2014-07-14T21:47:004294967292     YES                  NO
     89a75ee2cb8aa1d5a170903d78059363db71975b             xeroc-delegate-10              0       182 2014-07-14T21:47:004294967293     YES                 YES
          38437
     c4b8822545d4ff6804da4c7e97b8df01929c3b4b              xeroc-delegate-1              0       182 2014-07-14T21:49:004294967292     YES                 YES
     a3fb59cceab049f884bafa56592fcd6ec5ae6bce              xeroc-delegate-1              0       182 2014-07-14T21:49:004294967292     N/A                  NO
          38446
     b584bdfef02c4fbde041877a4ce224251d941e4c              xeroc-delegate-4              0       182 2014-07-14T21:51:204294967292     YES                 YES
     e4a26f4e75f460b5e6800474ef66e2a780ed35aa              xeroc-delegate-4              0       182 2014-07-14T21:51:204294967293     N/A                  NO
          38448
     b9b7dcca90fd77ceeeab9cdda04a2219567eca36              xeroc-delegate-8              0       182 2014-07-14T21:51:404294967292     YES                 YES
     88bd21137a66603935d810f23331be274030ac77              xeroc-delegate-8              0       182 2014-07-14T21:51:404294967292     N/A                  NO
          38457
     bb0c8f57268877eff14d6294fac84947e52d1235              xeroc-delegate-3              0       182 2014-07-14T21:54:004294967292     YES                 YES
     789710220b53f4b8ec2fabcf9d2f05037d924458              xeroc-delegate-3              0       182 2014-07-14T21:54:004294967292     N/A                  NO
          38464
     f45ee4056ef11a56ad591ac5121fdc2a993e9283              xeroc-delegate-2              0       182 2014-07-14T21:55:304294967292     YES                 YES
     4996b1b53803d086fc3686cca82fd8793378ec36              xeroc-delegate-2              0       182 2014-07-14T21:55:304294967292     N/A                  NO
          38472
     9c07b2a0a15f66889d7d724a42d1e2fb7c3d5e81              xeroc-delegate-7              0       182 2014-07-14T21:57:504294967292     YES                  NO
     7a83239f56c8a30bf7779856e53cab6571a7da8d              xeroc-delegate-7              0       182 2014-07-14T21:57:504294967292     YES                 YES
     1e80965a3994ff6a443eed27574cc2cbebde78db              xeroc-delegate-7              0       182 2014-07-14T21:57:504294967292     N/A                  NO
          38480
     48f0fe62aa67334bacaf922925914ff8d81824f7              xeroc-delegate-5              0       182 2014-07-14T21:59:204294967292     YES                 YES
     fe8aae07f83d9a12dece50dedf00f59eaf8d0263              xeroc-delegate-5              0       182 2014-07-14T21:59:204294967292     N/A                  NO
     0cb830b6697986b1f754f546b8698200491de70b              xeroc-delegate-5              0       182 2014-07-14T21:59:204294967293     N/A                  NO
          38482
     5f970a16b545a58369c1fed586d66eb62c69fb38              xeroc-delegate-6              0       182 2014-07-14T22:00:104294967292     YES                  NO
     5cfd31797e04ac810700d3aad321cf3446225e05              xeroc-delegate-6              0       182 2014-07-14T22:00:104294967293     YES                 YES
     e4a57b9bf14a884de19bce686956ca38ac04e0dd              xeroc-delegate-6              0       182 2014-07-14T22:00:104294967293     N/A                  NO
          38489
     da07bd6ae9f27b797e7ddec27fcad426043fcf28              xeroc-delegate-2              0       182 2014-07-14T22:02:004294967292     YES                 YES
     ab9e48a79e902fc2049e4ea02aa61ae786a251e3              xeroc-delegate-2              0       182 2014-07-14T22:02:004294967292     N/A                  NO
     b3d9afd13459d7d8408bffa86a977a0a1d85f198              xeroc-delegate-2              0       182 2014-07-14T22:02:004294967292     YES                  NO
          38507
     00987cb01545efddb02564c2fb944cd0be6cd883              xeroc-delegate-3              0       182 2014-07-14T22:08:104294967292     YES                  NO
     5031761e75c39ff2c24982925ddd334a61e8bfae              xeroc-delegate-3              0       182 2014-07-14T22:08:104294967293     YES                 YES
     094a189dfc9a096786a46f6b3263ddaa54a96248              xeroc-delegate-3              0       182 2014-07-14T22:08:104294967292     N/A                  NO
          38511
     8e3d5ebbc3aa79ec2128df7fda028dd6faa1789a              xeroc-delegate-9              0       182 2014-07-14T22:09:404294967292     YES                 YES
     1d300ad221a729036561446e848c6cb6c7a3810b              xeroc-delegate-9              0       182 2014-07-14T22:09:404294967292     N/A                  NO
     a44584b58f2cb1a35f938fcddfaa175149789ac7              xeroc-delegate-9              0       182 2014-07-14T22:09:404294967293     N/A                  NO
          38513
     c00cbe720a4cde43d7a24a8aaab6df36aa512d57              xeroc-delegate-1              0       182 2014-07-14T22:10:104294967292     YES                 YES
     bfe847d8fa3130069f97246a275a213725ab9696              xeroc-delegate-1              0       182 2014-07-14T22:10:104294967292     N/A                  NO
     761639d20cd1f3159fe96970747cfff0929f49cc              xeroc-delegate-1              0       182 2014-07-14T22:10:104294967292     N/A                  NO
          38521
     dada799ee33941939deca9f67a18280403bef7f6              xeroc-delegate-7              0       182 2014-07-14T22:12:004294967292     YES                 YES
     c3fcdff20c5eab770fc8408f4c2c07a72a4aecac              xeroc-delegate-7              0       182 2014-07-14T22:12:004294967292     N/A                  NO
     43900bb2121ec92763b4a09c7f1f9bfe4db745d1              xeroc-delegate-7              0       182 2014-07-14T22:12:004294967292     N/A                  NO
          38532
     39c335f660103712ed51a20ac1f102cd792fcd24              xeroc-delegate-4              0       182 2014-07-14T22:14:004294967292     YES                 YES
     951303cc49da0ecef638b0e310148a7000876142              xeroc-delegate-4              0       182 2014-07-14T22:14:004294967292     N/A                  NO
     4ef0da8a1df2ab2d518afcf2b22d71e43831a1d5              xeroc-delegate-4              0       182 2014-07-14T22:14:004294967292     N/A                  NO
          38539
     299fa4e4ab397179acbc80a3e30c667038b34392                           fox              0       182 2014-07-14T22:16:004294967292     YES                 YES
     2d4af1ef7a777410c23855f5d7ffc76b3ae16fda                           fox              0       182 2014-07-14T22:16:004294967292     N/A                  NO
          38541
     0cce01d8732371ab6b94fb5b1c1661601d83fefc              xeroc-delegate-6              0       182 2014-07-14T22:17:004294967292     YES                 YES
     d823bf43ebd5fae5661d690c395dc4513dff7947              xeroc-delegate-6              0       182 2014-07-14T22:17:004294967292     N/A                  NO
     15f576ee44fcbacfdbde38829e915aedc9c1958a              xeroc-delegate-6              0       182 2014-07-14T22:17:004294967292     N/A                  NO
          38547
     b1fee509f1076ac4a0a230fed38eff300eefa3ab              xeroc-delegate-2              0       182 2014-07-14T22:18:504294967292     YES                  NO
     3005a8f496302f4c9f8f830b670e956710110c1f              xeroc-delegate-2              0       182 2014-07-14T22:18:504294967292     N/A                  NO
     440b5a7213b0f53a569f756fbc5453a3d831b165              xeroc-delegate-2              0       182 2014-07-14T22:18:504294967292     YES                 YES
          38568
     98d8d0acafee9d7ea2a58f28bac4b38c019e0f3e              xeroc-delegate-3              0       182 2014-07-14T22:25:004294967292     YES                  NO
     c27e614fe23b2879e063c10b7df64267bda1a2f8              xeroc-delegate-3              0       182 2014-07-14T22:25:004294967292     N/A                  NO
     e5b785d66ebf305a16bb28bbc2ec37045b7dbf61              xeroc-delegate-3              0       182 2014-07-14T22:25:004294967294     YES                 YES
          38570
     86f15373f5a7fcff36246d1421568d6cf818b64a              xeroc-delegate-5              0       182 2014-07-14T22:25:204294967292     YES                 YES
     ae87d3ae877164053eea6286db8dd3cd4646e7fe              xeroc-delegate-5              0       182 2014-07-14T22:25:204294967292     N/A                  NO
     6009d6ffe3639c8500af4256ea8a5843768731b0              xeroc-delegate-5              0       182 2014-07-14T22:25:204294967292     N/A                  NO
          38574
     38b4b0454f4439acc39e3cb0e4539f7fea13246a              xeroc-delegate-9              0       182 2014-07-14T22:26:304294967292     YES                 YES
     de9cea76453456504cc7c5f4d3475e474c053ff9              xeroc-delegate-9              0       182 2014-07-14T22:26:304294967292     N/A                  NO
     73282aaf5965084f5a553ac254536f164c2f4a99              xeroc-delegate-9              0       182 2014-07-14T22:26:304294967292     N/A                  NO
          38576
     e7b25ebec35417b658e5a1e5a5370f89fa95f56d              xeroc-delegate-1              0       182 2014-07-14T22:27:004294967292     YES                 YES
     69073a95054af3be273596fe82a0b3fed9fd8167              xeroc-delegate-1              0       182 2014-07-14T22:27:004294967292     N/A                  NO
     acd58aa420952c5fc54c34ad046bf46427c57d93              xeroc-delegate-1              0       182 2014-07-14T22:27:004294967293     N/A                  NO
          38593
     410501a44e083cf524a1dfbab816fb8967766bc2              xeroc-delegate-6              0       182 2014-07-14T22:32:004294967291     YES                 YES
     91d409c2f11db80d1ed23e11d60f8924ef6549f8              xeroc-delegate-6              0       182 2014-07-14T22:32:004294967292     N/A                  NO
     a75f77f1da4b1957d32f7e7c66cb06484550e00b              xeroc-delegate-6              0       182 2014-07-14T22:32:004294967292     N/A                  NO
          38598
     e3eeb2e9888c4c8b8ed09c80f74ad1af68b843c4              xeroc-delegate-8              0       182 2014-07-14T22:33:004294967291     YES                 YES
     9ac06cd54e6db7ed232a819e46ab9f48c8bff5f4              xeroc-delegate-8              0       182 2014-07-14T22:33:004294967292     N/A                  NO
     6211442094e7aefc32987ccf32efbe0994886bc0              xeroc-delegate-8              0       182 2014-07-14T22:33:004294967292     N/A                  NO
          38601
     3e29c350cf7d685531bd716dc782a8e432991ffd              xeroc-delegate-9              0       182 2014-07-14T22:34:104294967291     YES                 YES
     d9d9ab5608695f70f261cde5c6fb3d1ab2a70171              xeroc-delegate-9              0       182 2014-07-14T22:34:104294967292     N/A                  NO
     fbe7cfd58f8344e6c6bcc3ac44cb5227c9814285              xeroc-delegate-9              0       182 2014-07-14T22:34:104294967293     N/A                  NO
          38618
     0fb33d31959bdb8a7d01797b90504700ac4f5d9a              xeroc-delegate-5              0       182 2014-07-14T22:39:304294967292     YES                  NO
     173b2347334a88b3d2957773ddf66aaa2474940b              xeroc-delegate-5              0       182 2014-07-14T22:39:304294967292     YES                 YES
     5006e32c6ef530938b26662f34df3b521b728ec0              xeroc-delegate-5              0       182 2014-07-14T22:39:304294967292     N/A                  NO
          38623
     bb4f11a934277922a9c7ad119b74a65e6ed31db5              xeroc-delegate-4              0       182 2014-07-14T22:40:504294967292     YES                 YES
     c4053a6882ef3856a9bb9574b796923613514200              xeroc-delegate-4              0       182 2014-07-14T22:40:504294967293     N/A                  NO
          38628
     3aa99383bdd144780cfb56033d06fba61106e88e                      vikram14              0       182 2014-07-14T22:42:504294967292     YES                 YES
     e5e74109d5bc0a3c395c806a941cb8ad2507af39                      alexxy-2              0       182 2014-07-14T22:43:204294967291     N/A                  NO
          38629
     0fdec9aa1efd9c02353cb85c124792659ff11db8              xeroc-delegate-2              0       182 2014-07-14T22:43:304294967292     YES                 YES
     16698cfc5468db1c11c92a18b38801b28d7e4cf5              xeroc-delegate-2              0       182 2014-07-14T22:43:304294967294     N/A                  NO
          38634
     92034575f691870080192f02133a8ab6fa4a1ff8                           fox              0       182 2014-07-14T22:44:304294967292     YES                 YES
     55e9639c72c803989ea4722a807b67943c107166                           fox              0       182 2014-07-14T22:44:304294967292     YES                  NO
          38635
     33a3fabd03154a329fa754c9c967ecadb0072013              xeroc-delegate-3              0       182 2014-07-14T22:44:404294967292     YES                  NO
     4ff565948e8f019b9a45f152b26204709b81ce7d              xeroc-delegate-3              0       182 2014-07-14T22:44:404294967292     N/A                  NO
          38638

Title: Re: Dry Run 8: Need for Speed
Post by: liondani on July 15, 2014, 01:04:28 am
Code: [Select]
     
     612140e5a28d8bbb242332a05fa92b1775730f44              xeroc-delegate-7              0       182 2014-07-14T22:45:104294967292     YES                 YES
     39fc65ad29942250bb4efa5226ce0d3f7fcb2f43              xeroc-delegate-7              0       182 2014-07-14T22:45:104294967292     N/A                  NO
     f33e1ba26ab9e64f84007d15a8d4ec24688d47bf              xeroc-delegate-7              0       182 2014-07-14T22:45:104294967292     N/A                  NO
          38651
     a5a8fa26086c8b37f033788a7c27afd08b17eeaf              xeroc-delegate-6              0       182 2014-07-14T22:48:504294967292     YES                 YES
     b5531c05ad8ca2e92af9ba688fc5311f80726359              xeroc-delegate-6              0       182 2014-07-14T22:48:504294967292     N/A                  NO
     fb2fc04cbfad7594260318aa3eef7b963fe4d30a              xeroc-delegate-6              0       182 2014-07-14T22:48:504294967292     N/A                  NO
          38656
     bf96d79e527e0d9441d2a7b176041f84f50399ed              xeroc-delegate-8              0       182 2014-07-14T22:49:504294967292     YES                  NO
     3a5ddebf1103344e9b8b902b2c94c066555563b6              xeroc-delegate-8              0       182 2014-07-14T22:49:504294967292     YES                 YES
     c0427c0c66d0c17d24ce7c8708e7df7eda5b7871              xeroc-delegate-8              0       182 2014-07-14T22:49:504294967292     N/A                  NO
          38659
     b91fc263b040198fd90ccbc33e44ffcd41e2ba1b              xeroc-delegate-9              0       182 2014-07-14T22:51:004294967292     YES                 YES
     0ec65827e462b0ad0261730f03ae2937f523935a              xeroc-delegate-9              0       182 2014-07-14T22:51:004294967292     N/A                  NO
     eb794bac34e5057b1190d986fe4aa8f016ec55ed              xeroc-delegate-9              0       182 2014-07-14T22:51:004294967292     N/A                  NO
          38671
     7c78672e2a417b14964826adf30b1ea14a52e700              xeroc-delegate-5              0       182 2014-07-14T22:56:204294967291     YES                  NO
     eca29dc994cbb75f639b5488364b92731d7991cd              xeroc-delegate-5              0       182 2014-07-14T22:56:204294967293     N/A                  NO
     b62b119098ed66a62f0370655a547e3a44b52439              xeroc-delegate-5              0       182 2014-07-14T22:56:204294967292     YES                 YES
          38675
     bb26b8019abedad2c44b3ab006304749106fb7fd              xeroc-delegate-4              0       182 2014-07-14T22:57:404294967292     YES                 YES
     10d781786966ec5f751ac24f0f795429da628e22              xeroc-delegate-4              0       182 2014-07-14T22:57:404294967292     N/A                  NO
          38681
     b34f142bd204ec33cd2be82c06b2968c2037b681              xeroc-delegate-2              0       182 2014-07-14T23:00:204294967291     YES                 YES
     453953fccca4b41d2285d111273b39410cec7378              xeroc-delegate-2              0       182 2014-07-14T23:00:204294967292     N/A                  NO
          38688
     f71902af66e6774ffb2e42bcd4afe43ceab7baa7              xeroc-delegate-5              0       182 2014-07-14T23:02:204294967292     YES                 YES
     1dd7b29153ba2607fc05c5560c96e7d0ee90e42b              xeroc-delegate-5              0       182 2014-07-14T23:02:204294967292     N/A                  NO
          38695
     a20e4c8375c3217eb3abb2279ca8dcd9f655348b              xeroc-delegate-8              0       182 2014-07-14T23:03:504294967292     YES                 YES
     4e184288550a9ad756d6a5a51036461e63c79345              xeroc-delegate-8              0       182 2014-07-14T23:03:504294967292     N/A                  NO
          38700
     08918cf2f20050be8ec1dc41b1c935c098652fda              xeroc-delegate-3              0       182 2014-07-14T23:05:304294967291     YES                 YES
     d115ffc9cf956f85c8e9bba3c7af95061841af26              xeroc-delegate-3              0       182 2014-07-14T23:05:304294967292     N/A                  NO
          38706
     f9a5acc2e28450ba5b6a6477baa37a4c836c0d30              xeroc-delegate-6              0       182 2014-07-14T23:08:204294967292     YES                 YES
     25ce72360ec65db47804dd2a62e45a00511cc781              xeroc-delegate-6              0       182 2014-07-14T23:08:204294967292     N/A                  NO
          38708
     5e26dc5fba88ffbff565560803bf2328828390a3              xeroc-delegate-7              0       182 2014-07-14T23:09:204294967292     YES                 YES
     95bb1bedfd9818024a997a1eeec8d08cd560aadb              xeroc-delegate-7              0       182 2014-07-14T23:09:204294967292     N/A                  NO
          38711
     af0088c500adfc033f527110bd00dc009af4b3b8              xeroc-delegate-2              0       182 2014-07-14T23:10:104294967291     YES                 YES
     a7e88ad90707c1b75fa2bfbe1da2107b9c47df82              xeroc-delegate-2              0       182 2014-07-14T23:10:104294967292     N/A                  NO
          38721
     0cdb25373d6c87a6bc132204f486c421e4228c0a             xeroc-delegate-10              0       182 2014-07-14T23:12:504294967292     YES                 YES
     76b99de583caef3dc32a027725ad534f31075db5             xeroc-delegate-10              0       182 2014-07-14T23:12:504294967292     N/A                  NO
          38723
     6ab24471ef013e1d7dc0184dcfa62e0116bc370a              xeroc-delegate-9              0       182 2014-07-14T23:13:104294967292     YES                  NO
     619b532a60f23ca6a6ffec77cb9117edea21f9b1              xeroc-delegate-9              0       182 2014-07-14T23:13:104294967292     YES                 YES
          38729
     f96379d4838a3ee9a95126ee92b15af455fb6117              xeroc-delegate-1              0       182 2014-07-14T23:15:304294967292     YES                 YES
     e06d114a8966c077a10f9fe5d6ff3dbcc31153c7              xeroc-delegate-1              0       182 2014-07-14T23:15:304294967292     N/A                  NO
          38738
     42f2605789ecb841a03d51191d0f37f987422036              xeroc-delegate-5              0       182 2014-07-14T23:19:104294967292     YES                 YES
     61aa0a58ec47d803c42e0261af7dcbf14ddf0ef0              xeroc-delegate-5              0       182 2014-07-14T23:19:104294967292     N/A                  NO
          38745
     08b370bffa17c6b64ccd426f6365155d072a549b              xeroc-delegate-8              0       182 2014-07-14T23:20:404294967291     YES                 YES
     4ebe1d9614158090d133e89d6d59762d980e9bdd              xeroc-delegate-8              0       182 2014-07-14T23:20:404294967292     N/A                  NO
          38750
     613a080750ee8805d1cf73311c64fbae2f4ef57f              xeroc-delegate-3              0       182 2014-07-14T23:22:204294967292     YES                 YES
     4627ace0002a63b9176aef10d29da7c69fce6996              xeroc-delegate-3              0       182 2014-07-14T23:22:204294967292     N/A                  NO
          38756
     4cd140340eea11f33b6cee716d02e7c88d57c688              xeroc-delegate-6              0       182 2014-07-14T23:25:104294967291     YES                  NO
     17799dd19661ad6a3534c75a4c5ffbdc4703a872              xeroc-delegate-6              0       182 2014-07-14T23:25:104294967292     YES                 YES
          38759
     b6990cf3f9e0b3f98fb1ee3217c24ae885b75314              xeroc-delegate-7              0       182 2014-07-14T23:26:104294967292     YES                 YES
     ba0586b619604ac67934ade8547af02c9f44858f              xeroc-delegate-7              0       182 2014-07-14T23:26:104294967293     N/A                  NO
          38762
     2540aed89b8d7b10251c14bf0531dce2a6d6d498              xeroc-delegate-2              0       182 2014-07-14T23:27:004294967292     YES                 YES
     9c751848181840c197b89c542e19eed6a45ea975              xeroc-delegate-2              0       182 2014-07-14T23:27:004294967292     N/A                  NO
          38772
     94c71e6aee28bdd266ea354c42f510880f06f362             xeroc-delegate-10              0       182 2014-07-14T23:29:404294967292     YES                 YES
     76fc15c7940c5bbe8013a2ac1bf050a1cd1fc619             xeroc-delegate-10              0       182 2014-07-14T23:29:404294967292     N/A                  NO
          38774
     099df0ecf179a1e5a50d6d8567787b2a5735d253              xeroc-delegate-9              0       182 2014-07-14T23:30:004294967292     YES                 YES
     5362c8af8a1007c2392cdd20be1edb3468eb67fe              xeroc-delegate-9              0       182 2014-07-14T23:30:004294967292     YES                  NO
          38780
     94571e2dfe67224263351edaf80ae6d99e269ba0              xeroc-delegate-1              0       182 2014-07-14T23:32:204294967292     YES                 YES
     625e3e8c50edb96da90caab504b01999be8405d4              xeroc-delegate-1              0       182 2014-07-14T23:32:204294967292     N/A                  NO
          38787
     3ad41c7fd4835688c9cac9aa6ffba769d7ce4dcd              xeroc-delegate-4              0       182 2014-07-14T23:35:404294967291     YES                 YES
     5ea9c7e054a69a6fb665729b0e47b3d08f8d43a8              xeroc-delegate-4              0       182 2014-07-14T23:35:404294967292     N/A                  NO
          38791
     62da4597e3d341fe5be99a56713205851dce0158              xeroc-delegate-6              0       182 2014-07-14T23:37:304294967292     YES                 YES
     fa383e0a2edce9e7bb9d07f704af2c08565a65b2              xeroc-delegate-6              0       182 2014-07-14T23:37:304294967292     YES                  NO
          38798
     9d26d6eba06d2151d120fd6230f05e382c73596d             xeroc-delegate-10              0       182 2014-07-14T23:41:004294967292     YES                  NO
     253725f8326a7b98ec2fd432d713805843b091a3             xeroc-delegate-10              0       182 2014-07-14T23:41:004294967292     YES                 YES
     395f81a9a6e9ffeb076d539abb43ef085cb38459             xeroc-delegate-10              0       182 2014-07-14T23:41:004294967293     N/A                  NO
          38800
     568b414cdd18f5fe09f00b160b9dda71138613f5              xeroc-delegate-9              0       182 2014-07-14T23:41:204294967291     YES                 YES
     efaab61f54cf30afb2fe2882f3d40a3291e95f47              xeroc-delegate-9              0       182 2014-07-14T23:41:204294967292     N/A                  NO
     f8508e1f002b20b3b03bbd87013a1a983fdbea25              xeroc-delegate-9              0       182 2014-07-14T23:41:204294967292     N/A                  NO
          38802
     3181b8572c79a21f997e7407bd4f219acc21b3e9              xeroc-delegate-8              0       182 2014-07-14T23:41:404294967292     YES                 YES
     48bf6c3c8d5afbd129b669b882c495249b59ffd5              xeroc-delegate-8              0       182 2014-07-14T23:41:404294967292     N/A                  NO
     005df2d808c6a5c3ddfce3989e8a4d99f3c4f8a0              xeroc-delegate-8              0       182 2014-07-14T23:41:404294967293     N/A                  NO
          38804
     4a79ad0eb0db044c30f746b4a0753b6fea48d2c1              xeroc-delegate-2              0       182 2014-07-14T23:42:504294967292     YES                 YES
     04305f1a8266c1e0d05c84e76f89425fbabce805              xeroc-delegate-2              0       182 2014-07-14T23:42:504294967292     N/A                  NO
     b062ca3e05a7ce848788af4854253d3b54871bad              xeroc-delegate-2              0       182 2014-07-14T23:42:504294967292     N/A                  NO
          38823
     e268669f5bcfdfa3425995e9dcd816c387fd24d0              xeroc-delegate-3              0       182 2014-07-14T23:47:504294967291     YES                 YES
     6a08314277bd9c80a9ea344468310469d5da496a              xeroc-delegate-3              0       182 2014-07-14T23:47:504294967292     N/A                  NO
     e71ad89ee0918af020841ef016315c6ef0f1b966              xeroc-delegate-3              0       182 2014-07-14T23:47:504294967292     N/A                  NO
          38828
     cbb39fd4a57842d790853e9c07e1c3d8715fb41f              xeroc-delegate-5              0       182 2014-07-14T23:49:204294967291     YES                 YES
     c3a4d350e38ccba3a075a1b5e88bf6af40643500              xeroc-delegate-5              0       182 2014-07-14T23:49:204294967292     N/A                  NO
     aa7755d597f5e1ce6c0e9725e912225e5a5d97de              xeroc-delegate-5              0       182 2014-07-14T23:49:204294967292     N/A                  NO
          38831
     fec27ae3da19534dfcdbfd0b321bd2082e7a8c0a              xeroc-delegate-1              0       182 2014-07-14T23:50:004294967291     YES                 YES
     2ddbecfc49b8976a18d62f5157ae6ace81145fdc              xeroc-delegate-1              0       182 2014-07-14T23:50:004294967292     N/A                  NO
     286770764859e049d7cfb0e4fd0151191651a1f1              xeroc-delegate-1              0       182 2014-07-14T23:50:004294967292     N/A                  NO
          38840
     dc184e564201f3f7e847b25286622e60dcd25279              xeroc-delegate-4              0       182 2014-07-14T23:52:304294967291     YES                 YES
     ca80468b9e210b48b963201a5adb670aa73294c2              xeroc-delegate-4              0       182 2014-07-14T23:52:304294967292     N/A                  NO
     98c58b7dad257acbca87c581e2516b5cbbd618b9              xeroc-delegate-4              0       182 2014-07-14T23:52:304294967293     N/A                  NO
          38845
     3512792657b75a6c32b6f026d9b35b9038cbbbe7              xeroc-delegate-6              0       182 2014-07-14T23:54:204294967291     YES                  NO
     7d0da9de94a16cf553f275d571246ae206eda115              xeroc-delegate-6              0       182 2014-07-14T23:54:204294967292     YES                 YES
     7869bfae1575c7fc78abc640b9d4a13d190443a1              xeroc-delegate-6              0       182 2014-07-14T23:54:204294967292     N/A                  NO
          38850
     b74d6b2c553d81c0cc589b9d94a1db640db16cc0             xeroc-delegate-10              0       182 2014-07-14T23:57:504294967291     YES                 YES
     1b781e855481fb791e74aa238f1969ae3714f9b2             xeroc-delegate-10              0       182 2014-07-14T23:57:504294967292     N/A                  NO
     a82d804a93caf52d9c50a235646138f0e9cb4d28             xeroc-delegate-10              0       182 2014-07-14T23:57:504294967292     N/A                  NO
          38852
     8911e808422dbe68d180dcac5c6f95fd4e4d20d6              xeroc-delegate-9              0       182 2014-07-14T23:58:104294967291     YES                 YES
     2d0fde4aa1eee34138e97ae160979406de1e2705              xeroc-delegate-9              0       182 2014-07-14T23:58:104294967292     N/A                  NO
     4f5df4bce5bad5a8aa7ec2b61053e4e73bae35fd              xeroc-delegate-9              0       182 2014-07-14T23:58:104294967292     N/A                  NO
          38854
     3040251eb434db2da87d5cfe017dcd2e273416a4              xeroc-delegate-8              0       182 2014-07-14T23:58:304294967291     YES                 YES
     00d229e98c38d2454d03902919708adf9d0616c9              xeroc-delegate-8              0       182 2014-07-14T23:58:304294967292     N/A                  NO
     d7b8e20e821c518190c6e0805462a080bcc87627              xeroc-delegate-8              0       182 2014-07-14T23:58:304294967293     N/A                  NO
          38856
     518ef3db7229a21891469dc41bc5ae59e52ff95a              xeroc-delegate-2              0       182 2014-07-14T23:59:404294967291     YES                 YES
     e25f75b4071671740bb9ceda8e0b4e7928d85b7d              xeroc-delegate-2              0       182 2014-07-14T23:59:404294967292     N/A                  NO
     1ff2090b7bfd8489f7519d325ff78c48e6e89103              xeroc-delegate-2              0       182 2014-07-14T23:59:404294967292     N/A                  NO
          38872
     4b050703e660e45357303f7787c672cf23e7c760              xeroc-delegate-3              0       182 2014-07-15T00:04:404294967291     YES                 YES
     77d9b87443a7be43f04add15e1f3b17e36a015d9              xeroc-delegate-3              0       182 2014-07-15T00:04:404294967292     N/A                  NO
     377d0381364f0a18c717ba112a276ae6a00b2b5e              xeroc-delegate-3              0       182 2014-07-15T00:04:404294967292     N/A                  NO
          38877
     b7f76bc685519f3419616fc1353b04c2301287c2              xeroc-delegate-5              0       182 2014-07-15T00:06:104294967291     YES                 YES
     7ff60801da9090b85e79aa61943d4ede7a18d2a3              xeroc-delegate-5              0       182 2014-07-15T00:06:104294967292     N/A                  NO
          38880
     76e9c40259a42305af9013b7d36bd6d6a1ce6c42              xeroc-delegate-1              0       182 2014-07-15T00:06:504294967291     YES                 YES
     b6ac8d8a9b629bb59b35ad8e0483111cb343b77a              xeroc-delegate-1              0       182 2014-07-15T00:06:504294967292     N/A                  NO
     dc00395dc1dbb0348f9ab8c7ae11425dd02cb394              xeroc-delegate-1              0       182 2014-07-15T00:06:504294967292     N/A                  NO
          38886
     31844353588bcbc6179fec1863ea8d4272102b49              xeroc-delegate-1              0       182 2014-07-15T00:07:504294967291     YES                 YES
     66ea4c57a3759c0c0cde19df3f135a236cdaa5aa              xeroc-delegate-1              0       182 2014-07-15T00:07:504294967292     N/A                  NO
     bb061fc3814ac5477df361872a92a163c5fb67f8              xeroc-delegate-1              0       182 2014-07-15T00:07:504294967293     N/A                  NO
          38893
     ad6d9451ffe5fbb731d62f43af9cc71070d7e762              xeroc-delegate-5              0       182 2014-07-15T00:10:204294967291     YES                 YES
     f06563b23ff3c7dec7232f2d0b189ee10a41827f              xeroc-delegate-5              0       182 2014-07-15T00:10:204294967292     N/A                  NO
     a75e59866e49f66ad08c2d7fbe0cf7291fc34add              xeroc-delegate-5              0       182 2014-07-15T00:10:204294967292     N/A                  NO
          38902
     b06a8bf104a2e57635f0fb3bf582106d31632675              xeroc-delegate-3              0       182 2014-07-15T00:13:404294967291     YES                 YES
     6cd6678b57ab3906c7eabe927532a221f545739a              xeroc-delegate-3              0       182 2014-07-15T00:13:404294967292     N/A                  NO
     3375d1c0b4ed8ccc821608a394d2cd7329930f64              xeroc-delegate-3              0       182 2014-07-15T00:13:404294967293     N/A                  NO
          38904
     d760be15a2b85e71f01304fb4398ed3ce7ee3eb3              xeroc-delegate-9              0       182 2014-07-15T00:14:104294967291     YES                 YES
     1df998bfc127ef16849b2a5657c002c59e9e5cf9              xeroc-delegate-9              0       182 2014-07-15T00:14:104294967292     N/A                  NO
     4136512b27b84dfc69f6842cd154057894885b8a              xeroc-delegate-9              0       182 2014-07-15T00:14:104294967292     N/A                  NO
          38906
     b7a6693d900c6c6f978bc609bc3d07d0f2ebc0e8              xeroc-delegate-7              0       182 2014-07-15T00:14:404294967291     YES                  NO
     7bbe8f0e7871e5e4dd2eb2216722365e6059c2c3              xeroc-delegate-7              0       182 2014-07-15T00:14:404294967292     N/A                  NO
     2d0383354f8114063394c5e98937ba239d88af6f              xeroc-delegate-7              0       182 2014-07-15T00:14:404294967293     YES                 YES
          38910
     358cd76f41f70d35d44b83c50ee623af16a73b1a              xeroc-delegate-6              0       182 2014-07-15T00:16:304294967292     YES                 YES
     311205d0aa353ba2613e8f2e913486ba5d878590              xeroc-delegate-6              0       182 2014-07-15T00:16:304294967292     N/A                  NO
     59b48b17d082ece88b891b89bdebfaa81a688321              xeroc-delegate-6              0       182 2014-07-15T00:16:304294967293     N/A                  NO
          38915
     18afe8365df01dd766a2ea96d4eca8b99714eabe              xeroc-delegate-4              0       182 2014-07-15T00:18:404294967291     YES                 YES
     66d95526a56e6cf8e0e5b556f15d51cd6e42b930              xeroc-delegate-4              0       182 2014-07-15T00:18:404294967292     N/A                  NO
     a3132d88d5c27f052b44952d87399e3116dcc9ac              xeroc-delegate-4              0       182 2014-07-15T00:18:404294967292     N/A                  NO
          38925
     077ae64b1b755c0b97247481221f223d287d94a3              xeroc-delegate-1              0       182 2014-07-15T00:24:404294967291     YES                 YES
     cae9d6aef94e9821e1ed79f9aca959db565fed3a              xeroc-delegate-1              0       182 2014-07-15T00:24:404294967292     N/A                  NO
     32c0c446a9a8e83fe444047a9b678ced29baa849              xeroc-delegate-1              0       182 2014-07-15T00:24:404294967293     N/A                  NO
          38930
     42f18c6a50e973c668c50f20ceef8d1425bb8053              xeroc-delegate-5              0       182 2014-07-15T00:27:104294967291     YES                 YES
     82a555ec70514cc535801a1f6fd79248e6c3c493              xeroc-delegate-5              0       182 2014-07-15T00:27:104294967292     N/A                  NO
          38978
     a37dfaaa5212041ed2c3b16ecc8964759f3b0f8a              xeroc-delegate-4              0       182 2014-07-15T00:52:20        94     YES                 YES
     4f47925c1b9ee760bc1c3ae0dd06b1c856efd523              xeroc-delegate-4              0       182 2014-07-15T00:52:20        94     N/A                  NO
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 15, 2014, 03:49:09 am
My client lost all connections again.
I found something very weired.

1. I add a node which is available, connect failed with the error message
Code: [Select]
20140715T021353.767977       th_a           connect_to ] fatal: error connecting to peer 180.153.142.115:8764: 0 exception: unspecified
Cannot assign requested address
    {"message":"Cannot assign requested address"}
    asio  asio.cpp:56 error_handler                     peer_connection.cpp:138
this error message means the bind to socket is failed

2. so I check the network connection
Code: [Select]
alt@localhost:~/.BitSharesXTS/logs/p2p$ sudo netstat -nap | grep  bitshares
tcp        0      0 0.0.0.0:8762            0.0.0.0:*               LISTEN      15885/bitshares_cli
tcp        0      1 106.185.26.162:8762     61.153.44.85:28837      SYN_SENT    15885/bitshares_cli
tcp        0      1 106.185.26.162:8762     61.153.44.85:31018      SYN_SENT    15885/bitshares_cli
tcp        0      1 106.185.26.162:8762     61.153.44.85:16856      SYN_SENT    15885/bitshares_cli
tcp        0      1 106.185.26.162:8762     61.153.44.85:31292      SYN_SENT    15885/bitshares_cli
udp        0      0 0.0.0.0:53867           0.0.0.0:*                           15885/bitshares_cli
seems correct.

3.I check again with port 8762
Code: [Select]
tcp        0      0 0.0.0.0:8762            0.0.0.0:*               LISTEN      15885/bitshares_cli
tcp       33      0 106.185.26.162:8762     182.100.95.163:5255     ESTABLISHED -               
tcp       34      0 106.185.26.162:8762     58.38.123.107:8801      CLOSE_WAIT  -               
tcp       34      0 106.185.26.162:8762     113.92.251.20:13529     CLOSE_WAIT  -               
.....
tcp        0      1 106.185.26.162:8762     119.123.19.157:11971    SYN_SENT    15885/bitshares_cli
...
tcp       33      0 106.185.26.162:8762     182.100.95.163:5068     ESTABLISHED -               
tcp       33      0 106.185.26.162:8762     182.100.95.163:5291     ESTABLISHED -               
Are you notice that there are 3 connections which state is ESTABLISHED?
Weired thing is that the pid is NULL!  That means these connections are handled by kernel now, and bitshares_client can not bind to this socket anymore.
How did this happen?

4. test more
Code: [Select]
alt@localhost:~/.BitSharesXTS/logs/p2p$ telnet localhost 8762                                                                                                           
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Code: [Select]
alt@localhost:~/.BitSharesXTS/logs/p2p$ netstat -nap | grep 8762 | grep ESTABLISHED
tcp       33      0 106.185.26.162:8762     182.100.95.163:5255     ESTABLISHED -               
tcp        0      0 127.0.0.1:37431         127.0.0.1:8762          ESTABLISHED 20705/telnet   
tcp       33      0 106.185.26.162:8762     182.100.95.163:5068     ESTABLISHED -               
tcp       33      0 106.185.26.162:8762     182.100.95.163:5291     ESTABLISHED -     
you can see, no server handle the telnet request anymore.
5. I have check the node 182.100.95.163 from p2p.log file, there are too many  infos, I  have to give up.
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 15, 2014, 03:58:09 am
I <3 alt
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 15, 2014, 05:41:16 am
I <3 alt
What does this mean  ::)
Title: Re: Dry Run 8: Need for Speed
Post by: jwiz168 on July 15, 2014, 05:43:17 am
I heart alt :D
Title: Re: Dry Run 8: Need for Speed
Post by: alt on July 15, 2014, 05:51:33 am
I heart alt :D
Got it  :P
Title: Re: Dry Run 8: Need for Speed
Post by: sumantso on July 15, 2014, 06:34:18 am
Is the % in delegate list in the GUI updating? I think it is stuck.
Title: Re: Dry Run 8: Need for Speed
Post by: spartako on July 15, 2014, 07:12:20 am
I wake up this morning and I found my delegate client dead:

Code: [Select]
--- there are now 5 active connections to the p2p network
--- in sync with p2p network
--- there are now 0 active connections to the p2p network
--- there are now 0 active connections to the p2p network
--- there are now 0 active connections to the p2p network
default (unlocked) >>>
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffedca2700 (LWP 12295)]
0x000000000062420b in fc::exception::to_detail_string(fc::log_level) const () at /home/fabiux/ssd/bitshares_toolkit/libraries/fc/src/exception.cpp:142
142           ss << variant(my->_code).as_string() <<" " << my->_name << ": " <<my->_what<<"\n";
(gdb)
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 15, 2014, 01:44:50 pm
I wake up this morning and I found my delegate client dead:

Code: [Select]
--- there are now 5 active connections to the p2p network
--- in sync with p2p network
--- there are now 0 active connections to the p2p network
--- there are now 0 active connections to the p2p network
--- there are now 0 active connections to the p2p network
default (unlocked) >>>
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffedca2700 (LWP 12295)]
0x000000000062420b in fc::exception::to_detail_string(fc::log_level) const () at /home/fabiux/ssd/bitshares_toolkit/libraries/fc/src/exception.cpp:142
142           ss << variant(my->_code).as_string() <<" " << my->_name << ": " <<my->_what<<"\n";
(gdb)

When you get this send me the "backtrace" by entering the command "bt" into gdb.
Title: Re: Dry Run 8: Need for Speed
Post by: bytemaster on July 15, 2014, 01:50:35 pm
I wake up this morning and I found my delegate client dead:

Code: [Select]
--- there are now 5 active connections to the p2p network
--- in sync with p2p network
--- there are now 0 active connections to the p2p network
--- there are now 0 active connections to the p2p network
--- there are now 0 active connections to the p2p network
default (unlocked) >>>
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffedca2700 (LWP 12295)]
0x000000000062420b in fc::exception::to_detail_string(fc::log_level) const () at /home/fabiux/ssd/bitshares_toolkit/libraries/fc/src/exception.cpp:142
142           ss << variant(my->_code).as_string() <<" " << my->_name << ": " <<my->_what<<"\n";
(gdb)

When you get this send me the "backtrace" by entering the command "bt" into gdb.

Holy smokes, I just got the exact same message...

Code: [Select]
[Switching to Thread 0x7fffdf6f9700 (LWP 20818)]
0x00000000006db74d in fc::exception::to_detail_string(fc::log_level) const ()
(gdb) bt
#0  0x00000000006db74d in fc::exception::to_detail_string(fc::log_level) const ()
#1  0x000000000081b68f in bts::net::detail::message_oriented_connection_impl::read_loop() ()
#2  0x000000000081c40c in fc::detail::void_functor_run<bts::net::detail::message_oriented_connection_impl::connect_to(fc::ip::endpoint const&)::{lambda()#1}>::run(void*, fc::detail::void_functor_run<bts::net::detail::message_oriented_connection_impl::connect_to(fc::ip::endpoint const&)::{lambda()#1}>) ()
Title: Re: Dry Run 8: Need for Speed
Post by: spartako on July 15, 2014, 02:34:42 pm
When you get this send me the "backtrace" by entering the command "bt" into gdb.


Holy smokes, I just got the exact same message...

Code: [Select]
[Switching to Thread 0x7fffdf6f9700 (LWP 20818)]
0x00000000006db74d in fc::exception::to_detail_string(fc::log_level) const ()
(gdb) bt
#0  0x00000000006db74d in fc::exception::to_detail_string(fc::log_level) const ()
#1  0x000000000081b68f in bts::net::detail::message_oriented_connection_impl::read_loop() ()
#2  0x000000000081c40c in fc::detail::void_functor_run<bts::net::detail::message_oriented_connection_impl::connect_to(fc::ip::endpoint const&)::{lambda()#1}>::run(void*, fc::detail::void_functor_run<bts::net::detail::message_oriented_connection_impl::connect_to(fc::ip::endpoint const&)::{lambda()#1}>) ()

we are lucky :) ok command "bt" for next time
Title: Re: Dry Run 8: Need for Speed
Post by: toast on July 15, 2014, 03:58:12 pm
This dry run is over. Thanks everyone!

(http://i.imgur.com/iA0N1R3.jpg)
Title: Re: Dry Run 8: Need for Speed
Post by: muse-umum on July 15, 2014, 04:00:07 pm
This dry run is over. Thanks everyone!


 +5% +5%