BitShares Forum

Main => General Discussion => Topic started by: bytemaster on June 25, 2014, 08:56:43 pm

Title: Dry Run 6: Great Scott!
Post by: bytemaster on June 25, 2014, 08:56:43 pm
The purpose of this round is to reduce the number of variables that we must consider when evaluating bugs and thus we are going to slow down time and reduce maximum block size.

Changes include:
1) Produce a block every 2 minutes
2) Vote for up to 101 delegates  (up from 33)
3) Decrease desired connection count to 12
4) Increase bandwidth limit
5) Delegate wallets do not scan blocks
6) blocks are given priority over transactions for propagation
7) Wallets with active delegates do not scan transactions
    - because scanning blocks with your wallet's private key is CPU intensive and can slow down block propagation (causing forks) we have disabled it for wallets with delegates in them.   I meant to only apply it for wallets that have an active delegate, but I think it may be applying it if you have any delegates at all.   We are working on an update that will fix that problem and give you access to your funds as a delegate.

Our goal is to crawl before we walk and focus on performance after we get technical accuracy done.

* Step 1   https://www.youtube.com/watch?v=8ACTIVntAKg
* Step 2  Wipe all your old data-dirs. Note that you might have both  ~/.BitSharesXTS  and  ~/BitShares\ XTS  - kill them all.
* Step 3: Pull latest and build.
* Step 4: Follow this guide: https://github.com/BitShares/bitshares_toolkit/wiki/DPOS-Registering-Names-And-Delegates

Mac Wallet: http://bitshares.org/BitSharesXT-0.0.7.dmg
Windows Wallet: http://bitshares.org/BitSharesXT-0.0.7.exe
Title: Re: Dry Run 6: Great Scott!
Post by: xeroc on June 25, 2014, 09:10:07 pm
Exciting .. upgrading now
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 25, 2014, 09:11:07 pm
Exciting .. upgrading now

 +5% yup :) updating 

edit: I have to update web_wallet also .. or just toolkit?
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 25, 2014, 09:27:46 pm
Exciting .. upgrading now

 +5% yup :) updating 

edit: I have to update web_wallet also .. or just toolkit?

Just the toolkit is required, though web wallet has constant updates as well.
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 25, 2014, 09:33:55 pm
Exciting .. upgrading now

 +5% yup :) updating 

edit: I have to update web_wallet also .. or just toolkit?



Just the toolkit is required, though web wallet has constant updates as well.

ok thx
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 25, 2014, 09:36:13 pm
some funds pls XTS8UiW3Ywn17tKYDiZcHcQ3xf8iCkCVR9upn3SArEMaf62a5fiMJ (cass) thx
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 25, 2014, 09:38:20 pm
 "ntp_time": "NTP time not available",
  "ntp_error_seconds": "NTP time not available",
Title: Re: Dry Run 6: Great Scott!
Post by: bitcoinerS on June 25, 2014, 09:43:17 pm
some funds pls XTS8UiW3Ywn17tKYDiZcHcQ3xf8iCkCVR9upn3SArEMaf62a5fiMJ (cass) thx

sent you some.
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 25, 2014, 09:51:17 pm
"ntp_time": "NTP time not available",
  "ntp_error_seconds": "NTP time not available",

I see that sometimes too.  NTP is a UDP protocol, sometimes packets get dropped.  Restart your client to try again or wait 30 minutes.
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 25, 2014, 09:51:55 pm
some funds pls XTS8UiW3Ywn17tKYDiZcHcQ3xf8iCkCVR9upn3SArEMaf62a5fiMJ (cass) thx

sent you some.

thx i'm trying first time to set up a delegate! But don't follow complete discussions before!

When trying to enable block producing i get this error ..(IDK if it is a known issue). Is this an error!?

Code: [Select]
wallet_enable_delegate_block_production cass-delegate true
10 assert_exception: Assert Exception
delegate_record.valid() && delegate_record->is_delegate():
    {}
    th_a  wallet.cpp:1309 enable_delegate_block_production

    {}
    th_a  common_api_client.cpp:802 wallet_enable_delegate_block_production

    {"command":"wallet_enable_delegate_block_production"}
    th_a  cli.cpp:535 execute_command
default (unlocked) >>> wallet_enable_delegate_block_production cass-delegate true
10 assert_exception: Assert Exception
delegate_record.valid() && delegate_record->is_delegate():
    {}
    th_a  wallet.cpp:1309 enable_delegate_block_production

    {}
    th_a  common_api_client.cpp:802 wallet_enable_delegate_block_production

    {"command":"wallet_enable_delegate_block_production"}
    th_a  cli.cpp:535 execute_command
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 25, 2014, 09:54:59 pm
some funds pls XTS8UiW3Ywn17tKYDiZcHcQ3xf8iCkCVR9upn3SArEMaf62a5fiMJ (cass) thx

sent you some.

thx i'm trying first time to set up a delegate! But don't follow complete discussions before!

When trying to enable block producing i get this error ..(IDK if it is a known issue). Is this an error!?

Code: [Select]
wallet_enable_delegate_block_production cass-delegate true
10 assert_exception: Assert Exception
delegate_record.valid() && delegate_record->is_delegate():
    {}
    th_a  wallet.cpp:1309 enable_delegate_block_production

    {}
    th_a  common_api_client.cpp:802 wallet_enable_delegate_block_production

    {"command":"wallet_enable_delegate_block_production"}
    th_a  cli.cpp:535 execute_command
default (unlocked) >>> wallet_enable_delegate_block_production cass-delegate true
10 assert_exception: Assert Exception
delegate_record.valid() && delegate_record->is_delegate():
    {}
    th_a  wallet.cpp:1309 enable_delegate_block_production

    {}
    th_a  common_api_client.cpp:802 wallet_enable_delegate_block_production

    {"command":"wallet_enable_delegate_block_production"}
    th_a  cli.cpp:535 execute_command

When you register your account you need to sign up as a delegate.
Code: [Select]
wallet_account_register <account_name> <pay_from_account> [public_data] [delegate_pay_rate]

wallet_account_register cass-deleagte1 cass {} 100

We need a better error message for this.
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 25, 2014, 10:03:30 pm
yup thx this works :)
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 25, 2014, 10:45:08 pm
Code: [Select]
wallet_set_delegate_trust_level cass-delegate 1
Danke :) 
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 25, 2014, 10:45:30 pm
Up and running, please vote "wallet_set_delegate_trust light 1". Thanks.  ;)

voted
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 25, 2014, 10:51:09 pm
Code: [Select]

wallet_account_transaction_history:
    79.154  2014-06-25T22:39:30 emski               emski-rcv                                                       1.00000 XTS         0.10000 XTS        933b267a
     81.1    2014-06-25T22:43:03 emski               emski               register emski-rcv                          0.00000 XTS         0.10001 XTS        69a86aa7
     82.0    2014-06-25T22:44:38 emski               emski-rcv                                                     100.00000 XTS         0.10000 XTS        4e38faae
emski (unlocked) >>> wallet_account_balance emski-rcv
emski-rcv:
    0.00000 XTS
emski (unlocked) >>> wallet_list
wallet_list                        wallet_list_accounts               wallet_list_favorite_accounts      wallet_list_my_accounts            wallet_list_unregistered_accounts  wallet_list_unspent_balances
emski (unlocked) >>> wallet_list_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       TRUSTED
angel *                            XTS7WWaciMqLoK1aSeLuMru22hG124Z4VY2gQUinvxhKsxRPa2E3o           2014-06-25T21:28:00   NO             1
emski                              XTS8BCmrghaHK7zrJ5TyDPx5xg2X6faGphpFooEgJjFVUN1ixarWL           NO                    NO             0
emski-delegate3 *                  XTS6RHp3PDriNdicMLNq5aqsTZwd4tGTiGynmDt7yeMpehS5Smowv           2014-06-25T21:30:00   NO             1
emski-delegate4 *                  XTS5P9WiF4eDpDM74o9PME4ZDuPstG6zkXXamatX5zL9iWmt5mKJB           2014-06-25T21:34:00   NO             1
emski-rcv                          XTS6bvihV7fRsAPyNp7FDDzhY9W5fiWfKt45ZfWMcuNTYQdTMBuRN           NO                    NO             0
immortal *                         XTS536iiaXHNkQZxsxDGuQZFze8vjmbJd9nDn3CoAoG7NGqGsrebH           2014-06-25T21:28:00   NO             1

Why emski-rcv has no XTS when the transaction (82.0    2014-06-25T22:44:38 emski               emski-rcv                                                     100.00000 XTS         0.10000 XTS        4e38faae) is completed?
Title: Re: Dry Run 6: Great Scott!
Post by: wackou on June 25, 2014, 10:52:18 pm
Up and running :)
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 25, 2014, 11:35:21 pm
Code: [Select]
- there are now 7 active connections to the p2p network
I am disconnecting peer 23.239.5.30:53271 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 106.187.91.24:8762 for reason: You offered us a block that we reject as invalid
--- there are now 5 active connections to the p2p network
--- there are now 6 active connections to the p2p network
--- there are now 7 active connections to the p2p network
I am disconnecting peer 23.239.5.30:53271 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 106.187.91.24:8762 for reason: You offered us a block that we reject as invalid
--- there are now 5 active connections to the p2p network
(wallet closed)

Anybody knows why this errors occurs after running the bitshares_client ?   (on linux)
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 25, 2014, 11:43:12 pm
Because the peer was on old network


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 25, 2014, 11:45:04 pm

I'll look into it. Are you running a delegate in same client. 
Code: [Select]

wallet_account_transaction_history:
    79.154  2014-06-25T22:39:30 emski               emski-rcv                                                       1.00000 XTS         0.10000 XTS        933b267a
     81.1    2014-06-25T22:43:03 emski               emski               register emski-rcv                          0.00000 XTS         0.10001 XTS        69a86aa7
     82.0    2014-06-25T22:44:38 emski               emski-rcv                                                     100.00000 XTS         0.10000 XTS        4e38faae
emski (unlocked) >>> wallet_account_balance emski-rcv
emski-rcv:
    0.00000 XTS
emski (unlocked) >>> wallet_list
wallet_list                        wallet_list_accounts               wallet_list_favorite_accounts      wallet_list_my_accounts            wallet_list_unregistered_accounts  wallet_list_unspent_balances
emski (unlocked) >>> wallet_list_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       TRUSTED
angel *                            XTS7WWaciMqLoK1aSeLuMru22hG124Z4VY2gQUinvxhKsxRPa2E3o 2014-06-25T21:28:00   NO             1
emski                              XTS8BCmrghaHK7zrJ5TyDPx5xg2X6faGphpFooEgJjFVUN1ixarWL           NO                    NO             0
emski-delegate3 *                  XTS6RHp3PDriNdicMLNq5aqsTZwd4tGTiGynmDt7yeMpehS5Smowv 2014-06-25T21:30:00   NO             1
emski-delegate4 *                  XTS5P9WiF4eDpDM74o9PME4ZDuPstG6zkXXamatX5zL9iWmt5mKJB           2014-06-25T21:34:00   NO             1
emski-rcv                          XTS6bvihV7fRsAPyNp7FDDzhY9W5fiWfKt45ZfWMcuNTYQdTMBuRN           NO                    NO             0
immortal *                         XTS536iiaXHNkQZxsxDGuQZFze8vjmbJd9nDn3CoAoG7NGqGsrebH 2014-06-25T21:28:00   NO             1

Why emski-rcv has no XTS when the transaction (82.0    2014-06-25T22:44:38 emski               emski-rcv                                                     100.00000 XTS         0.10000 XTS        4e38faae) is completed?


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 25, 2014, 11:51:44 pm
<wallet_transfer>
it  complainwd about my "memo_message":"wallet_set_delegate_trust chinese 1"

is it too long ?

Code: [Select]
>>> wallet_transfer 111 XTS chinese a1 "wallet_set_delegate_trust chinese 1"
10 assert_exception: Assert Exception
message_str.size() <= sizeof( message ):
    {}
    th_a  withdraw_types.cpp:21 set_message

    {"real_amount_to_transfer":111,"amount_to_transfer_symbol":"XTS","from_account_name":"chinese","to_account_name":"a1","memo_message":"wallet_set_delegate_trust chinese 1"}
    th_a  wallet.cpp:1855 transfer_asset

    {}
    th_a  common_api_client.cpp:512 wallet_transfer

    {"command":"wallet_transfer"}
    th_a  cli.cpp:535 execute_command

Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 25, 2014, 11:53:43 pm
1000 transactions complete in 1 block this time,
see block 111
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 25, 2014, 11:54:57 pm
Code: [Select]
{code}
liondani (unlocked) >>> wallet_list_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       TRUSTED       
liondani                           XTS56sZxFnCHsRqifrnaeEcdK6X9vJnfGgYYE2HMguTpCBctmr96F           2014-06-25T11:35:30   NO             0         
liondani-delegate-1 *              XTS6oh58Hy3JvavCG1M1m2W8AEHj6EdQUctv2i342SLLgvU5UK96D           2014-06-25T12:56:30   NO             0         
liondani-delegate-10 *             XTS85Ens93K9b8is5VmtRdza2KNcfSpAqQAsVyLvq2Jqod6c9sJAX           2014-06-25T14:10:00   NO             0         
liondani-delegate-2 *              XTS5oEHjDQZ2NdyekcRPDzX9Z64WtL135qjfjdLZx4cditiRp8bdN           2014-06-25T14:08:30   NO             0         
liondani-delegate-3 *              XTS4wMZNJtT79f4spB6EDKheez9db7oj48N1sT7f2Yu4XKZVpTuPc           2014-06-25T14:09:00   NO             0         
liondani-delegate-4 *              XTS6cQjvnK6qyaohd36vYEc8CphjvxZHJErVqjAesDmbaxZP3ABbK           2014-06-25T14:09:00   NO             0         
liondani-delegate-5 *              XTS5SHoECA3PwbMLZSSTwTiuVxoBdQYjQZq4YFaKTLb6JFUSFYCaf           2014-06-25T14:09:00   NO             0         
liondani-delegate-6 *              XTS7WsJPQjF2SToLQHtD2Y7mDocJwijyFqPvc5K9EaW5naTfVh58v           2014-06-25T14:10:00   NO             0         
liondani-delegate-7 *              XTS5xhjnVjFqHUDgWuAEdyyEPoCtzupBys8Vnek3f8mvfcuedVPnQ           2014-06-25T14:10:00   NO             0         
liondani-delegate-8 *              XTS7wGBaHmgMv2e4iWgTmKAd6BXBLZUKideNJXxSy6ST1RTKdVs57           2014-06-25T14:10:00   NO             0         
liondani-delegate-9 *              XTS5HmEH3KUfAakAZRySRtUQCaFLwF96nHAWTvXPvdks4qADknXdZ           2014-06-25T14:10:00   NO             0         
xeroc-delegate-1 *                 XTS71pLhoGKvYMwyPiui1KApfMvnmTB7A1emg37moTtrYRm53LAsf           2014-06-24T06:45:30   NO             0 


can somebody vote some of my delegates  ;)   Thanks in advance  :)

EDIT: Why is on my list xeroc-delegate-1     * XTS71pLhoGKvYMwyPiui1KApfMvnmTB7A1emg37moTtrYRm53LAsf       2014-06-24T06:45:30   NO             0      :o
Title: Re: Dry Run 6: Great Scott!
Post by: vlight on June 26, 2014, 12:08:35 am
Code: [Select]
{code}
liondani (unlocked) >>> wallet_list_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       TRUSTED       
liondani                           XTS56sZxFnCHsRqifrnaeEcdK6X9vJnfGgYYE2HMguTpCBctmr96F           2014-06-25T11:35:30   NO             0         
liondani-delegate-1 *              XTS6oh58Hy3JvavCG1M1m2W8AEHj6EdQUctv2i342SLLgvU5UK96D           2014-06-25T12:56:30   NO             0         
liondani-delegate-10 *             XTS85Ens93K9b8is5VmtRdza2KNcfSpAqQAsVyLvq2Jqod6c9sJAX           2014-06-25T14:10:00   NO             0         
liondani-delegate-2 *              XTS5oEHjDQZ2NdyekcRPDzX9Z64WtL135qjfjdLZx4cditiRp8bdN           2014-06-25T14:08:30   NO             0         
liondani-delegate-3 *              XTS4wMZNJtT79f4spB6EDKheez9db7oj48N1sT7f2Yu4XKZVpTuPc           2014-06-25T14:09:00   NO             0         
liondani-delegate-4 *              XTS6cQjvnK6qyaohd36vYEc8CphjvxZHJErVqjAesDmbaxZP3ABbK           2014-06-25T14:09:00   NO             0         
liondani-delegate-5 *              XTS5SHoECA3PwbMLZSSTwTiuVxoBdQYjQZq4YFaKTLb6JFUSFYCaf           2014-06-25T14:09:00   NO             0         
liondani-delegate-6 *              XTS7WsJPQjF2SToLQHtD2Y7mDocJwijyFqPvc5K9EaW5naTfVh58v           2014-06-25T14:10:00   NO             0         
liondani-delegate-7 *              XTS5xhjnVjFqHUDgWuAEdyyEPoCtzupBys8Vnek3f8mvfcuedVPnQ           2014-06-25T14:10:00   NO             0         
liondani-delegate-8 *              XTS7wGBaHmgMv2e4iWgTmKAd6BXBLZUKideNJXxSy6ST1RTKdVs57           2014-06-25T14:10:00   NO             0         
liondani-delegate-9 *              XTS5HmEH3KUfAakAZRySRtUQCaFLwF96nHAWTvXPvdks4qADknXdZ           2014-06-25T14:10:00   NO             0         
xeroc-delegate-1 *                 XTS71pLhoGKvYMwyPiui1KApfMvnmTB7A1emg37moTtrYRm53LAsf           2014-06-24T06:45:30   NO             0 


can somebody vote some of my delegates  ;)   Thanks in advance  :)

EDIT: Why is on my list xeroc-delegate-1     * XTS71pLhoGKvYMwyPiui1KApfMvnmTB7A1emg37moTtrYRm53LAsf       2014-06-24T06:45:30   NO             0      :o

Maybe you should use "wallet_list_my_accounts"  :-\
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 12:11:10 am
Maybe you should use "wallet_list_my_accounts"  :-\

Thanks now it's better  ;)
Title: Re: Dry Run 6: Great Scott!
Post by: luckybit on June 26, 2014, 12:16:34 am

The purpose of this round is to reduce the number of variables that we must consider when evaluating bugs and thus we are going to slow down time and reduce maximum block size.

Changes include:
1) Produce a block every 2 minutes
2) Vote for up to 101 delegates  (up from 33)
3) Decrease desired connection count to 12
4) Increase bandwidth limit
5) Delegate wallets do not scan blocks
6) blocks are given priority over transactions for propagation

Our goal is to crawl before we walk and focus on performance after we get technical accuracy done.

* Step 1   https://www.youtube.com/watch?v=8ACTIVntAKg
* Step 2  Wipe all your old data-dirs. Note that you might have both  ~/.BitSharesXTS  and  ~/BitShares\ XTS  - kill them all.
* Step 3: Pull latest and build.
* Step 4: Follow this guide: https://github.com/BitShares/bitshares_toolkit/wiki/DPOS-Registering-Names-And-Delegates

New Mac wallet coming soon.

Wow release looks like it's getting close now.
Title: Re: Dry Run 6: Great Scott!
Post by: HackFisher on June 26, 2014, 12:20:56 am
<wallet_transfer>
it  complainwd about my "memo_message":"wallet_set_delegate_trust chinese 1"

is it too long ?

Code: [Select]
>>> wallet_transfer 111 XTS chinese a1 "wallet_set_delegate_trust chinese 1"
10 assert_exception: Assert Exception
message_str.size() <= sizeof( message ):
    {}
    th_a  withdraw_types.cpp:21 set_message

    {"real_amount_to_transfer":111,"amount_to_transfer_symbol":"XTS","from_account_name":"chinese","to_account_name":"a1","memo_message":"wallet_set_delegate_trust chinese 1"}
    th_a  wallet.cpp:1855 transfer_asset

    {}
    th_a  common_api_client.cpp:512 wallet_transfer

    {"command":"wallet_transfer"}
    th_a  cli.cpp:535 execute_command


Yes, must less than 19 bytes.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 12:22:53 am
Code: [Select]
liondani (unlocked) >>> network_get_peer_info
[{
    "addr": *****************
    "addrlocal": ******************
    "services": "00000001",
    "lastsend": 1403740876,
    "lastrecv": 1403740876,
    "bytessent": 1744,
    "bytesrecv": 3632,
    "conntime": "20140625T235445.327714",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "67fb22ea15dece0daa243fab96aa46ee6c1e0c75 ( different from ours )",
    "bitshares_git_revision_unix_timestamp": "20140625T070559",
    "bitshares_git_revision_age": "17 hours ago ( older than ours )",
    "fc_git_revision_sha": "87a93940d046cc6715b67d9380dd280c27bdd867 ( different from ours )",
    "fc_git_revision_unix_timestamp": "20140624T202959",
    "fc_git_revision_age": "28 hours ago ( older than ours )",
    "platform": "linux"
  },{

Does it mean I didn't really updated the bitshares_toolkit right ?

    "bitshares_git_revision_sha": "67fb22ea15dece0daa243fab96aa46ee6c1e0c75 ( different from ours )",
    "bitshares_git_revision_age": "17 hours ago ( older than ours )",
    "fc_git_revision_age": "28 hours ago ( older than ours )",
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 26, 2014, 12:34:21 am
client stop working by itself.  following is the error message on the screen

Code: [Select]

 (unlocked) >>> pure virtual method called
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  receive_from: Resource temporarily unavailable

Program received signal SIGABRT, Aborted.
0x00007ffff65f5f79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56      ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 01:02:34 am
Code: [Select]
liondani (unlocked) >>> wallet_account_balance
liondani:
    2.52839 XTS
liondani-delegate-1:
    60.00000 XTS
liondani-delegate-10:
    5.00000 XTS
liondani (unlocked) >>> wallet_transfer 40 XTS liondani-delegate-1 liondani-delegate-10


after about half an hour and the 40 XTS are not received !!!

Code: [Select]
liondani (unlocked) >>> wallet_account_balance
liondani:
    2.52839 XTS
liondani-delegate-1:
    19.90000 XTS
liondani-delegate-10:
    5.00000 XTS

Title: Re: Dry Run 6: Great Scott!
Post by: yellowecho on June 26, 2014, 01:04:29 am
Wow release looks like it's getting close now.

Before AGS funding countdown, maybe?  :D
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 26, 2014, 01:04:35 am
some funds pls XTS8UiW3Ywn17tKYDiZcHcQ3xf8iCkCVR9upn3SArEMaf62a5fiMJ (cass) thx

sent you 111xts
Title: Re: Dry Run 6: Great Scott!
Post by: ebit on June 26, 2014, 01:07:23 am
5) Delegate wallets do not scan blocks

Quote
liondani (unlocked) >>> wallet_transfer 40 XTS liondani-delegate-1 liondani-delegate-10


after about half an hour and the 40 XTS are not received !!!
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 26, 2014, 01:12:41 am

same problem here . i transferred 1111XTS from chinese to same wallet account "SEXY" but sexy's balance remains 0 after 2 hours 










Code: [Select]

BLK    .TRX  TIMESTAMP           FROM                TO                  MEMO                                             AMOUNT             FEE              ID
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
     94.1    2014-06-25T23:10:00 chinese             chinese             register sexy as a delegate                 0.00000 XTS        19.76081 XTS        4bc1949b
     94.2    2014-06-25T23:10:00 chinese             chinese             register chinese as a delegate              0.00000 XTS        19.76081 XTS        6615e78c
     98.0    2014-06-25T23:16:22 chinese             sexy                fresh                                   1,111.00000 XTS         0.10000 XTS        d4c07589
    102.2    2014-06-25T23:30:05 chinese             food                fresh                                   1,111.00000 XTS         0.10000 XTS        ef456fd1
    111.410  2014-06-25T23:49:42 chinese             a1                  hello                                     111.00000 XTS         0.10000 XTS        5e84d5d9
momkey (unlocked) >>> wallet_account_balance sexy
sexy:
    0.00000 XTS
momkey (unlocked) >>>
[detached from 2634.bts]




Code: [Select]
liondani (unlocked) >>> wallet_account_balance
liondani:
    2.52839 XTS
liondani-delegate-1:
    60.00000 XTS
liondani-delegate-10:
    5.00000 XTS
liondani (unlocked) >>> wallet_transfer 40 XTS liondani-delegate-1 liondani-delegate-10


after about half an hour and the 40 XTS are not received !!!

Code: [Select]
liondani (unlocked) >>> wallet_account_balance
liondani:
    2.52839 XTS
liondani-delegate-1:
    19.90000 XTS
liondani-delegate-10:
    5.00000 XTS
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 26, 2014, 01:15:54 am
mine is delegate account as well . should find a nice way to show delegate account balance.

5) Delegate wallets do not scan blocks

Quote
liondani (unlocked) >>> wallet_transfer 40 XTS liondani-delegate-1 liondani-delegate-10


after about half an hour and the 40 XTS are not received !!!
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 01:17:52 am
If you are a delegate account then create two wallets for your delegate, one that has enabled block production and one that hasn't and you will have your balance/control from one.
Title: Re: Dry Run 6: Great Scott!
Post by: ebit on June 26, 2014, 01:23:26 am
If you are a delegate account then create two wallets for your delegate, one that has enabled block production and one that hasn't and you will have your balance/control from one.

This should be labeled in wallet .Then , we will clear.
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 01:29:01 am
how many block produced by delegate-baozi?

Code: [Select]
delegate (unlocked) >>> blockchain_get_account_record delegate-baozi
Record for 'delegate-baozi' -- Registered on 2014-Jun-25 21:54:00, last update was 4 hours ago
Owner's key: XTS6UxJfhUpHVRCUC5Xk5EVtmiCjh8ZoNFaAkaWunLKqAxKEHi76z
NET VOTES           BLOCKS PRODUCED BLOCKS MISSED   PRODUCTION RATIO    LAST BLOCK #    TOTAL PAY
----------------------------------------------------------------------------------------------------------------------------------------------------
0.00604399%         0               1               0                   N/A             0.00000 XTS
Public data:
""
delegate (unlocked) >>> blockchain_get_delegate_block_stats delegate-baozi
[[
    142,{
      "missed": true,
      "latency": null
    }
  ],[
    143,{
      "missed": false,
      "latency": 1
    }
  ]
]
Title: Re: Dry Run 6: Great Scott!
Post by: gyhy on June 26, 2014, 01:45:04 am
XTS7EVqDFZFh5EhS2fzDH8XNmkvPrXHSVUMFNvCZVhrEjU85QeqHB(gyhy)
please send me some xts
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 01:47:07 am
I see that a lot of you have registered delegates yet failed to produce a block on your turn.   So here is a helpful checklist:

1) Make sure you have at least 5 connections
2) Make sure you have enabled block production for your delegate  (wallet_enable_delegate_block_production delegateid true)
3) Make sure your wallet is unlocked forever    (unlock 99999999 password)

If you end up missing blocks then you can find out why here:

Code: [Select]
list_errors
If nothing shows there then we need to check your local clock, use the (get_info) command to see how close you are to NTP time:

Quote
default (unlocked) >>> info{
  "blockchain_head_block_num": 163,
  "blockchain_head_block_time": "20140626T014400",
  "blockchain_head_block_time_rel": "2 minutes old",
  "blockchain_confirmation_requirement": 71,
  "blockchain_average_delegate_participation": 91.573033707865164,
  "network_num_connections": 37,
  "ntp_time": "20140626T014542.367487",
  "ntp_error_seconds": -0.020045,

  "wallet_unlocked_seconds_remaining": 9978354,
  "wallet_next_block_production_time": "20140626T014600",
  "wallet_seconds_until_next_block_production": 18,
  "wallet_local_time": "20140626T014542",
  "blockchain_random_seed": "47776dd66fba61a71588de5923fa7cdbb6ce8acf",
  "blockchain_shares": 199999902699455,
  "network_num_connections_max": 400,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20141019T133136",
  "wallet_version": 100
}

If you are still having problems then we need to track down what is going on in the logs.   
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 26, 2014, 01:48:06 am
XTS7EVqDFZFh5EhS2fzDH8XNmkvPrXHSVUMFNvCZVhrEjU85QeqHB
please send me some xts

send you 111 xts
Title: Re: Dry Run 6: Great Scott!
Post by: dexinwong on June 26, 2014, 01:48:58 am
The win version has some problems,Please see the picture below.

http://chuantu.biz/t/22/1403747272x-954498952.jpg
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 01:49:12 am
how many block produced by delegate-baozi?

Code: [Select]
delegate (unlocked) >>> blockchain_get_account_record delegate-baozi
Record for 'delegate-baozi' -- Registered on 2014-Jun-25 21:54:00, last update was 4 hours ago
Owner's key: XTS6UxJfhUpHVRCUC5Xk5EVtmiCjh8ZoNFaAkaWunLKqAxKEHi76z
NET VOTES           BLOCKS PRODUCED BLOCKS MISSED   PRODUCTION RATIO    LAST BLOCK #    TOTAL PAY
----------------------------------------------------------------------------------------------------------------------------------------------------
0.00604399%         0               1               0                   N/A             0.00000 XTS
Public data:
""
delegate (unlocked) >>> blockchain_get_delegate_block_stats delegate-baozi
[[
    142,{
      "missed": true,
      "latency": null
    }
  ],[
    143,{
      "missed": false,
      "latency": 1
    }
  ]
]

Good catch... this is what the seed node reports:
Quote
blockchain_get_delegate_block_stats delegate-baozi
[[
    142,{
      "missed": true,
      "latency": null
    }
  ]
]

This is part of a known bug that Vikram is looking into.
Title: Re: Dry Run 6: Great Scott!
Post by: Xeldal on June 26, 2014, 01:49:55 am
how many block produced by delegate-baozi?

Code: [Select]
delegate (unlocked) >>> blockchain_get_account_record delegate-baozi
Record for 'delegate-baozi' -- Registered on 2014-Jun-25 21:54:00, last update was 4 hours ago
Owner's key: XTS6UxJfhUpHVRCUC5Xk5EVtmiCjh8ZoNFaAkaWunLKqAxKEHi76z
NET VOTES           BLOCKS PRODUCED BLOCKS MISSED   PRODUCTION RATIO    LAST BLOCK #    TOTAL PAY
----------------------------------------------------------------------------------------------------------------------------------------------------
0.00604399%         0               1               0                   N/A             0.00000 XTS
Public data:
""
delegate (unlocked) >>> blockchain_get_delegate_block_stats delegate-baozi
[[
    142,{
      "missed": true,
      "latency": null
    }
  ],[
    143,{
      "missed": false,
      "latency": 1
    }
  ]
]

Code: [Select]
xeldal-w (unlocked) >>> blockchain_get_signing_delegate 143
"init61"
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 01:50:47 am
The win version has some problems,Please see the picture below.

http://chuantu.biz/t/22/1403747272x-954498952.jpg

Looks like an off-by-one error in the GUI code. 
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 26, 2014, 01:52:19 am


we got 2 forks already for this round

(unlocked) >>> blockchain_list_forks
[
  111,
  135
]
Title: Re: Dry Run 6: Great Scott!
Post by: gyhy on June 26, 2014, 01:52:27 am
XTS7EVqDFZFh5EhS2fzDH8XNmkvPrXHSVUMFNvCZVhrEjU85QeqHB
please send me some xts

send you 111 xts
received thanks
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 01:57:53 am


we got 2 forks already for this round

(unlocked) >>> blockchain_list_forks
[
  111,
  135
]

Can you export your fork graph for me?  Seed node only sees 111...

Can this delegate please give me the output of list_errors and tell me if you joined the main fork properly?
delegate-dragon

Thanks
Title: Re: Dry Run 6: Great Scott!
Post by: laow on June 26, 2014, 02:02:41 am
it is curious, see from the 0.0.6 windows client. there are none forks.

Code: [Select]
>> blockchain_list_forks

[]




we got 2 forks already for this round

(unlocked) >>> blockchain_list_forks
[
  111,
  135
]
Title: Re: Dry Run 6: Great Scott!
Post by: maverica on June 26, 2014, 02:02:57 am
Hello,

This is D, we are running the node together with Itnom (https://bitsharestalk.org/index.php?action=profile;u=165)
After running the previous dry runs everything went fine. On the previous one we created an account where we saved the XTS key. Now we have pulled & rebuilt and we are trying to import private keys to no avail:
The error message we get is:

10 assert_exception: Assert Exception
false: Error parsing WIF private key

Any help would be appreciated.
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 26, 2014, 02:05:28 am
how to export  fork graph ? got 3 forks now

(unlocked) >>> list_errors
No errors.

{
  "blockchain_head_block_num": 175,
  "blockchain_head_block_time": "20140626T021000",
  "blockchain_head_block_time_rel": "2 minutes old",
  "blockchain_confirmation_requirement": 61,
  "blockchain_average_delegate_participation": 91.623036649214654,
  "network_num_connections": 11,
  "ntp_time": "20140626T021149.342861",
  "ntp_error_seconds": 0.44786900000000002,
  "wallet_unlocked_seconds_remaining": 999994,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140626T021149",
  "blockchain_random_seed": "feaa253001a87ab9c6b858ea9511f157bb51b78d",
  "blockchain_shares": 199999902283779,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20140707T155823",
  "wallet_version": 100
}


 >>> blockchain_list_forks
[
  111,
  135,
  163
]


we got 2 forks already for this round

(unlocked) >>> blockchain_list_forks
[
  111,
  135
]

Can you export your fork graph for me?  Seed node only sees 111...

Can this delegate please give me the output of list_errors and tell me if you joined the main fork properly?
delegate-dragon

Thanks
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 02:12:11 am


we got 2 forks already for this round

(unlocked) >>> blockchain_list_forks
[
  111,
  135
]

Can you export your fork graph for me?  Seed node only sees 111...

Can this delegate please give me the output of list_errors and tell me if you joined the main fork properly?
delegate-dragon

Thanks
I have this account. I think I joined the main fork?
I have send a email to you, with fork graph
Code: [Select]
delegate (unlocked) >>> info
{
  "blockchain_head_block_num": 174,
  "blockchain_head_block_time": "20140626T020800",
  "blockchain_head_block_time_rel": "2 minutes old",
  "blockchain_confirmation_requirement": 62,
  "blockchain_average_delegate_participation": 91.099476439790578,
  "network_num_connections": 30,
  "ntp_time": "20140626T021000.433953",
  "ntp_error_seconds": -0.0010579999999999999,
  "wallet_unlocked_seconds_remaining": 99985565,
  "wallet_next_block_production_time": "20140626T031200",
  "wallet_seconds_until_next_block_production": 3720,
  "wallet_local_time": "20140626T021000",
  "blockchain_random_seed": "de3d09894abcf5f3afb9d2cc3080e2b501693531",
  "blockchain_shares": 199999902148290,
  "network_num_connections_max": 50,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20170826T075605",
  "wallet_version": 100

Code: [Select]
delegate (unlocked) >>> list_errors
20140626T014551.698048 (23 minutes ago )
30018 time_in_future: time is in the future

    {"block_data.timestamp":"20140626T014200","now":"20140626T013613","delta_seconds":347}
    bitshares  chain_database.cpp:523 bts::blockchain::detail::chain_database_impl::verify_header

    {"block_data":{"previous":"5e77eec35d560bb577ab8a6b8c933c52ec329626","block_num":162,"fee_rate":1000,"delegate_pay_rate":135105,"timestamp":"20140626T014200","transaction_digest":"c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0","next_secret_hash":"6c9c87529161d35163e16476f09f69f549e378e3","previous_secret":"858c349a11b4132dbb2c9337c7db0c6941595cbf","delegate_signature":"1f198f6afb84e2359cfa3d3e512776b2595f85dfae17ac2b40d2c59e8479c1b231f9972745794f42711c21387292d8828386f47050825db3f88093c728d81d3cff","user_transactions":[]}}
    bitshares  chain_database.cpp:542 bts::blockchain::detail::chain_database_impl::verify_header

    {"block":{"previous":"5e77eec35d560bb577ab8a6b8c933c52ec329626","block_num":162,"fee_rate":1000,"delegate_pay_rate":135105,"timestamp":"20140626T014200","transaction_digest":"c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0","next_secret_hash":"6c9c87529161d35163e16476f09f69f549e378e3","previous_secret":"858c349a11b4132dbb2c9337c7db0c6941595cbf","delegate_signature":"1f198f6afb84e2359cfa3d3e512776b2595f85dfae17ac2b40d2c59e8479c1b231f9972745794f42711c21387292d8828386f47050825db3f88093c728d81d3cff","user_transactions":[]}}
    bitshares  chain_database.cpp:751 bts::blockchain::detail::chain_database_impl::extend_chain

    {"block_data":{"previous":"5e77eec35d560bb577ab8a6b8c933c52ec329626","block_num":162,"fee_rate":1000,"delegate_pay_rate":135105,"timestamp":"20140626T014200","transaction_digest":"c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0","next_secret_hash":"6c9c87529161d35163e16476f09f69f549e378e3","previous_secret":"858c349a11b4132dbb2c9337c7db0c6941595cbf","delegate_signature":"1f198f6afb84e2359cfa3d3e512776b2595f85dfae17ac2b40d2c59e8479c1b231f9972745794f42711c21387292d8828386f47050825db3f88093c728d81d3cff","user_transactions":[]}}
    bitshares  chain_database.cpp:1156 bts::blockchain::chain_database::push_block
Error pushing block 162 - 85b76c20ee98d7dac3783fb055346906e6760793
    {"block_id":"85b76c20ee98d7dac3783fb055346906e6760793","block_number":162,"block":{"previous":"5e77eec35d560bb577ab8a6b8c933c52ec329626","block_num":162,"fee_rate":1000,"delegate_pay_rate":135105,"timestamp":"20140626T014200","transaction_digest":"c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0","next_secret_hash":"6c9c87529161d35163e16476f09f69f549e378e3","previous_secret":"858c349a11b4132dbb2c9337c7db0c6941595cbf","delegate_signature":"1f198f6afb84e2359cfa3d3e512776b2595f85dfae17ac2b40d2c59e8479c1b231f9972745794f42711c21387292d8828386f47050825db3f88093c728d81d3cff","user_transactions":[]}}
    bitshares  client.cpp:788 bts::client::detail::client_impl::on_new_block
--- there are now 30 active connections to the p2p network
Title: Re: Dry Run 6: Great Scott!
Post by: ripplexiaoshan on June 26, 2014, 02:17:44 am
In method 'batch': 6 key_not_found_exception: Key Not Found unable to find key 0 {"key":0} bitshares level_map.hpp:74 bts::db::level_map::fetch error fetching key 0 {"key":0} bitshares level_map.hpp:84 bts::db::level_map::fetch {"block_num":0} bitshares chain_database.cpp:1078 bts::blockchain::chain_database::get_block_id {"block_num":0} bitshares chain_database.cpp:1063 bts::blockchain::chain_database: (500)


This window keeps popping out, why?
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 02:19:37 am
delegate-dorian  is the one who apparently skipped block 164 produced by init4

Are you around dorian to report the issue you saw?
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 26, 2014, 02:20:10 am

Code: [Select]

blockchain_get_delegate_block_stats sexy
[[
    163,{
      "missed": false,
      "latency": 0
    }
  ]
]
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 02:20:31 am
In method 'batch': 6 key_not_found_exception: Key Not Found unable to find key 0 {"key":0} bitshares level_map.hpp:74 bts::db::level_map::fetch error fetching key 0 {"key":0} bitshares level_map.hpp:84 bts::db::level_map::fetch {"block_num":0} bitshares chain_database.cpp:1078 bts::blockchain::chain_database::get_block_id {"block_num":0} bitshares chain_database.cpp:1063 bts::blockchain::chain_database: (500)


This window keeps popping out, why?

This is an issue with RPC request being generated on the GUI side of the code, off by one bug. 
Title: Re: Dry Run 6: Great Scott!
Post by: toast on June 26, 2014, 02:21:11 am
Hello,

This is D, we are running the node together with Itnom (https://bitsharestalk.org/index.php?action=profile;u=165)
After running the previous dry runs everything went fine. On the previous one we created an account where we saved the XTS key. Now we have pulled & rebuilt and we are trying to import private keys to no avail:
The error message we get is:

10 assert_exception: Assert Exception
false: Error parsing WIF private key

Any help would be appreciated.

Delegates from previous rounds don't exist anymore, you need new delegates
Title: Re: Dry Run 6: Great Scott!
Post by: JeffreyLee on June 26, 2014, 02:23:16 am
send to me some XTS for testing,
"native_pubkey": "XTS5zxMWxoPsPRCtSSWncPRujHFZpAxqkATCueCn5af6gamYcgxpX",
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 02:25:42 am
delegate-dorian  is the one who apparently skipped block 164 produced by init4

Are you around dorian to report the issue you saw?
I think the forks are all created by my node?
I have these account: delegate-alt, delegate-dorian, delegate-baozi, delegate-watchman, delegate-dragon
delegate-watchman product block 111 success.
delegate-dorian miss 165
delegate-alt miss 136
delegate-dragon miss 113
delegate-baozi miss 142

here is my version info
Code: [Select]
delegate (unlocked) >>> about
{
  "bitshares_toolkit_revision": "18edd548de8a55c432e940afa04a7050919bafc4",
  "bitshares_toolkit_revision_age": "5 hours ago",
  "fc_revision": "3914383cfcf8be4e57f60f5d5eb7e4e83de2e2b2",
  "fc_revision_age": "23 hours ago",
  "compile_date": "compiled on Jun 25 2014 at 21:45:11"
}
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 26, 2014, 02:27:57 am
sexy missed 163
 by the way , how to export fork graph ?

blockchain_get_delegate_block_stats sexy
[[
    163,{
      "missed": false,
      "latency": 0
    }
  ]
]

delegate-dorian  is the one who apparently skipped block 164 produced by init4

Are you around dorian to report the issue you saw?
I think the forks are all created by my node?
I have these account: delegate-alt, delegate-dorian, delegate-baozi, delegate-watchman, delegate-dragon
delegate-watchman product block 111 success.
delegate-dorian miss 165
delegate-alt miss 136
delegate-dragon miss 113
delegate-baozi miss 142

here is my version info
Code: [Select]
delegate (unlocked) >>> about
{
  "bitshares_toolkit_revision": "18edd548de8a55c432e940afa04a7050919bafc4",
  "bitshares_toolkit_revision_age": "5 hours ago",
  "fc_revision": "3914383cfcf8be4e57f60f5d5eb7e4e83de2e2b2",
  "fc_revision_age": "23 hours ago",
  "compile_date": "compiled on Jun 25 2014 at 21:45:11"
}
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 02:28:18 am


Quote
20140626T014551.698048 (23 minutes ago )
30018 time_in_future: time is in the future

    {"block_data.timestamp":"20140626T014200","now":"20140626T013613","delta_seconds":347}
Quote
 
   "ntp_time": "20140626T021000.433953",
  "ntp_error_seconds": -0.0010579999999999999,
  "wallet_local_time": "20140626T021000"

Quote
{"previous":"5e77eec35d560bb577ab8a6b8c933c52ec329626","block_num":162

Very curious...  block_num 162 was produce by init27 which is running on the seed node server which is reporting:
Quote
"ntp_error_seconds": -0.020045

So some how we got a ~6 minute error in when the block was produced.
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 02:30:48 am
sexy missed 163
 by the way , how to export fork graph ?

blockchain_get_delegate_block_stats sexy
[[
    163,{
      "missed": false,
      "latency": 0
    }
  ]
]

delegate-dorian  is the one who apparently skipped block 164 produced by init4

Are you around dorian to report the issue you saw?
I think the forks are all created by my node?
I have these account: delegate-alt, delegate-dorian, delegate-baozi, delegate-watchman, delegate-dragon
delegate-watchman product block 111 success.
delegate-dorian miss 165
delegate-alt miss 136
delegate-dragon miss 113
delegate-baozi miss 142

here is my version info
Code: [Select]
delegate (unlocked) >>> about
{
  "bitshares_toolkit_revision": "18edd548de8a55c432e940afa04a7050919bafc4",
  "bitshares_toolkit_revision_age": "5 hours ago",
  "fc_revision": "3914383cfcf8be4e57f60f5d5eb7e4e83de2e2b2",
  "fc_revision_age": "23 hours ago",
  "compile_date": "compiled on Jun 25 2014 at 21:45:11"
}

Sexy didn't miss 163, it shows up in my fork graph.
Title: Re: Dry Run 6: Great Scott!
Post by: ripplexiaoshan on June 26, 2014, 02:31:32 am
 XTS5o9ghGyjhL9gnAMBfiBcQFvnRYyKuJJphe8ee9XCsoVDQqQnWG

Can someone send me some fund? Thanks +5%
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 26, 2014, 02:32:43 am
send to me some XTS for testing,
"native_pubkey": "XTS5zxMWxoPsPRCtSSWncPRujHFZpAxqkATCueCn5af6gamYcgxpX",

sent 111xts
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 26, 2014, 02:34:39 am
XTS5o9ghGyjhL9gnAMBfiBcQFvnRYyKuJJphe8ee9XCsoVDQqQnWG

Can someone send me some fund? Thanks +5%

sent you 111xts
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 02:36:38 am
I saw this node sync very strange.
from 02:03 - 02:09 sync nothing
then sync 3 blocks suddenly
do you need default.log?
Code: [Select]
20140626T020301.687255       th_a       handle_message ] CLIENT: just received block 73828bc1b7a99b7cd7a8885f01d0bcab5d565652                   client.cpp:825
20140626T020301.687398       th_a         on_new_block ] Received a new block from the p2p network, current head block is 170, new block is
....

20140626T020955.245482       th_a       handle_message ] CLIENT: just received block 309ca92061d692e0c1fa08e0f96f8076e526e75f                   client.cpp:825
20140626T020955.245669       th_a         on_new_block ] Received a new block from the p2p network, current head block is 171, new block is
....

20140626T020955.254670       th_a       handle_message ] CLIENT: just received block 5410232d34ea0f93984933e38821ba7d2f3a300c                   client.cpp:825
20140626T020955.254776       th_a         on_new_block ] Received a new block from the p2p network, current head block is 172, new block is
.....

20140626T020955.613959       th_a       handle_message ] CLIENT: just received block 9e508d48858e8a48eab378a63340e5f3cf16ddaa                   client.cpp:825
20140626T020955.614119       th_a         on_new_block ] Received a new block from the p2p network, current head block is 173, new block is
Title: Re: Dry Run 6: Great Scott!
Post by: ripplexiaoshan on June 26, 2014, 02:36:48 am
XTS5o9ghGyjhL9gnAMBfiBcQFvnRYyKuJJphe8ee9XCsoVDQqQnWG

Can someone send me some fund? Thanks +5%

sent you 111xts
Received, very quick, cool~
Title: Re: Dry Run 6: Great Scott!
Post by: JeffreyLee on June 26, 2014, 02:37:51 am
send to me some XTS for testing,
"native_pubkey": "XTS5zxMWxoPsPRCtSSWncPRujHFZpAxqkATCueCn5af6gamYcgxpX",

sent 111xts
thanks,has received.
Title: Re: Dry Run 6: Great Scott!
Post by: ebit on June 26, 2014, 02:44:06 am
I saw this node sync very strange.
from 02:03 - 02:09 sync nothing
then sync 3 blocks suddenly


May be  the network is off-line sometimes?
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 02:52:52 am
I saw this node sync very strange.
from 02:03 - 02:09 sync nothing
then sync 3 blocks suddenly


May be  the network is off-line sometimes?
no, I can remote control without latency at the same time.
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 03:03:37 am
Alt... I think I found a major hint as to the problem:

1) Your local clock reported the "time in future error" at  01:45:51 according to your local clock,  the time on the block was 01:42:00, and the NTP adjusted time internal to bitshares was 01:36:13

So according to your system clock it wasn't in the future.... it was 3 minutes in the past...but according to NTP adjusted time it was 6 minutes in the future...

If I had to guess I would blame our NTP time sync code.
Title: Re: Dry Run 6: Great Scott!
Post by: yangsbo on June 26, 2014, 03:10:21 am
I install BitSharesXT-0.0.6.exe .but find ntptime error .
how to solve the ntp problem
>> get_info

{
  "blockchain_head_block_num": 199,
  "blockchain_head_block_time": "20140626T030800",
  "blockchain_head_block_time_rel": "33 seconds in the future",
  "blockchain_confirmation_requirement": 47,
  "blockchain_average_delegate_participation": 90.867579908675793,
  "network_num_connections": 6,
  "ntp_time": "NTP time not available",
  "ntp_error_seconds": "NTP time not available",
  "wallet_unlocked_seconds_remaining": 59982,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140626T030727",
  "blockchain_random_seed": "d0acbe6a58aa8fd213a6cb64a78965873ed1c5e7",
  "blockchain_shares": 199999897443990,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20140626T194709",
  "wallet_version": 100
}
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 03:16:12 am
I install BitSharesXT-0.0.6.exe .but find ntptime error .
how to solve the ntp problem
>> get_info

{
  "blockchain_head_block_num": 199,
  "blockchain_head_block_time": "20140626T030800",
  "blockchain_head_block_time_rel": "33 seconds in the future",
  "blockchain_confirmation_requirement": 47,
  "blockchain_average_delegate_participation": 90.867579908675793,
  "network_num_connections": 6,
  "ntp_time": "NTP time not available",
  "ntp_error_seconds": "NTP time not available",
  "wallet_unlocked_seconds_remaining": 59982,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140626T030727",
  "blockchain_random_seed": "d0acbe6a58aa8fd213a6cb64a78965873ed1c5e7",
  "blockchain_shares": 199999897443990,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20140626T194709",
  "wallet_version": 100
}

The problem should resolve itself within an hour.  It just means the UDP packet to the NTP server was dropped.  I am fixing a bug with this code now for Alt.
Title: Re: Dry Run 6: Great Scott!
Post by: bitcoinerS on June 26, 2014, 03:23:53 am
Code: [Select]
>>> wallet_list_unspent_balances
           BALANCE                                   OWNER                     VOTE
--------------------------------------------------------------------------------------------------------------------------
      62.42148 XTS    XTSEWu4aQPJpDyABZtgtcRzvvJnYpp7jhDVv10 assert_exception: Assert Exception
!"unimplemented condition type":
    {}
    th_a  cli.cpp:1172 print_unspent_balances
Title: Re: Dry Run 6: Great Scott!
Post by: Snail on June 26, 2014, 03:25:59 am
Win-0.0.6-Wallets

System:Windows 7 ultimate

Snail to mybitshares to 1000XTS wallet, block there, but GUI does not display, can not transfer
(http://img5.tuchuang.org/uploads/2014/06/1(92).jpg)
Accounts does not display
(http://img3.picbed.org/uploads/2014/06/2(65).jpg)
But the account display
(http://img2.tuchuang.org/uploads/2014/06/3(62).jpg)
Once again the transfer error,insufficient funds,I need 1000.1 XTS, but I only have 989999.
(http://img4.tuchuang.org/uploads/2014/06/4(42).jpg)
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 26, 2014, 03:31:00 am
sexy missed 163
 by the way , how to export fork graph ?

blockchain_get_delegate_block_stats sexy
[[
    163,{
      "missed": false,
      "latency": 0
    }
  ]
]

delegate-dorian  is the one who apparently skipped block 164 produced by init4

Are you around dorian to report the issue you saw?
I think the forks are all created by my node?
I have these account: delegate-alt, delegate-dorian, delegate-baozi, delegate-watchman, delegate-dragon
delegate-watchman product block 111 success.
delegate-dorian miss 165
delegate-alt miss 136
delegate-dragon miss 113
delegate-baozi miss 142

here is my version info
Code: [Select]
delegate (unlocked) >>> about
{
  "bitshares_toolkit_revision": "18edd548de8a55c432e940afa04a7050919bafc4",
  "bitshares_toolkit_revision_age": "5 hours ago",
  "fc_revision": "3914383cfcf8be4e57f60f5d5eb7e4e83de2e2b2",
  "fc_revision_age": "23 hours ago",
  "compile_date": "compiled on Jun 25 2014 at 21:45:11"
}

"missed": false means the block was NOT missed.
Title: Re: Dry Run 6: Great Scott!
Post by: toast on June 26, 2014, 03:32:16 am
@snail

You're talking about the one you sent to your delegate?
7) Wallets with active delegates do not scan transactions
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 26, 2014, 03:32:50 am
Export fork graphs using command 'blockchain_export_fork_graph'. You can see usage by typing 'help blockchain_export_fork_graph'.
Title: Re: Dry Run 6: Great Scott!
Post by: Snail on June 26, 2014, 03:38:14 am
@snail

You're talking about the one you sent to your delegate?
7) Wallets with active delegates do not scan transactions

Thank you for your answer :)
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 03:41:02 am


Quote
20140626T014551.698048 (23 minutes ago )
30018 time_in_future: time is in the future

    {"block_data.timestamp":"20140626T014200","now":"20140626T013613","delta_seconds":347}
Quote
 
   "ntp_time": "20140626T021000.433953",
  "ntp_error_seconds": -0.0010579999999999999,
  "wallet_local_time": "20140626T021000"

Quote
{"previous":"5e77eec35d560bb577ab8a6b8c933c52ec329626","block_num":162

Very curious...  block_num 162 was produce by init27 which is running on the seed node server which is reporting:
Quote
"ntp_error_seconds": -0.020045

So some how we got a ~6 minute error in when the block was produced.

Based upon the log file, it appears that at some point in the life of your delegate ntp_error_seconds was different?   

I just checked in an update to the NTP code that moves it to its own dedicated thread and checks for any major errors due to CPU load and network latency.  IE: I filter all NTP requests that take over 1 second to execute.
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 26, 2014, 03:54:19 am
how many block produced by delegate-baozi?

Code: [Select]
delegate (unlocked) >>> blockchain_get_account_record delegate-baozi
Record for 'delegate-baozi' -- Registered on 2014-Jun-25 21:54:00, last update was 4 hours ago
Owner's key: XTS6UxJfhUpHVRCUC5Xk5EVtmiCjh8ZoNFaAkaWunLKqAxKEHi76z
NET VOTES           BLOCKS PRODUCED BLOCKS MISSED   PRODUCTION RATIO    LAST BLOCK #    TOTAL PAY
----------------------------------------------------------------------------------------------------------------------------------------------------
0.00604399%         0               1               0                   N/A             0.00000 XTS
Public data:
""
delegate (unlocked) >>> blockchain_get_delegate_block_stats delegate-baozi
[[
    142,{
      "missed": true,
      "latency": null
    }
  ],[
    143,{
      "missed": false,
      "latency": 1
    }
  ]
]

Good catch... this is what the seed node reports:
Quote
blockchain_get_delegate_block_stats delegate-baozi
[[
    142,{
      "missed": true,
      "latency": null
    }
  ]
]

This is part of a known bug that Vikram is looking into.

Untested fix: https://github.com/BitShares/bitshares_toolkit/commit/c5a4d1cf708829dd30fa3112dfbe9e3e184a7b2c
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 04:08:15 am

Based upon the log file, it appears that at some point in the life of your delegate ntp_error_seconds was different?   

I just checked in an update to the NTP code that moves it to its own dedicated thread and checks for any major errors due to CPU load and network latency.  IE: I filter all NTP requests that take over 1 second to execute.

This error msg is not right?
Code: [Select]
20140625T221020.467325       th_a            read_loop ] disconnected 0 exception: unspecified
Bad file descriptor
    {"message":"Bad file descriptor"}
    asio  asio.cpp:28 read_write_handler

    {"len":16}
    th_a  stcp_socket.cpp:73 readsome                   message_oriented_connection.cpp:144
It just loop again and again
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 04:09:00 am
Untested fix: https://github.com/BitShares/bitshares_toolkit/commit/c5a4d1cf708829dd30fa3112dfbe9e3e184a7b2c
thx, I'll try after lunch
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 04:09:49 am

Based upon the log file, it appears that at some point in the life of your delegate ntp_error_seconds was different?   

I just checked in an update to the NTP code that moves it to its own dedicated thread and checks for any major errors due to CPU load and network latency.  IE: I filter all NTP requests that take over 1 second to execute.

This error msg is not right?
Code: [Select]
20140625T221020.467325       th_a            read_loop ] disconnected 0 exception: unspecified
Bad file descriptor
    {"message":"Bad file descriptor"}
    asio  asio.cpp:28 read_write_handler

    {"len":16}
    th_a  stcp_socket.cpp:73 readsome                   message_oriented_connection.cpp:144
It just loop again and again

It isn't pretty, but is harmless. 
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 26, 2014, 04:18:16 am
Untested fix: https://github.com/BitShares/bitshares_toolkit/commit/c5a4d1cf708829dd30fa3112dfbe9e3e184a7b2c
thx, I'll try after lunch

A piece was missing from that fix; will post when it is fixed.
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 05:20:32 am

Based upon the log file, it appears that at some point in the life of your delegate ntp_error_seconds was different?   

I just checked in an update to the NTP code that moves it to its own dedicated thread and checks for any major errors due to CPU load and network latency.  IE: I filter all NTP requests that take over 1 second to execute.

This error msg is not right?
Code: [Select]
20140625T221020.467325       th_a            read_loop ] disconnected 0 exception: unspecified
Bad file descriptor
    {"message":"Bad file descriptor"}
    asio  asio.cpp:28 read_write_handler

    {"len":16}
    th_a  stcp_socket.cpp:73 readsome                   message_oriented_connection.cpp:144
It just loop again and again

It isn't pretty, but is harmless.
I can't reproduce it after restart client. with the same version.
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 26, 2014, 05:45:11 am

I'll look into it. Are you running a delegate in same client. 
Code: [Select]

wallet_account_transaction_history:
    79.154  2014-06-25T22:39:30 emski               emski-rcv                                                       1.00000 XTS         0.10000 XTS        933b267a
     81.1    2014-06-25T22:43:03 emski               emski               register emski-rcv                          0.00000 XTS         0.10001 XTS        69a86aa7
     82.0    2014-06-25T22:44:38 emski               emski-rcv                                                     100.00000 XTS         0.10000 XTS        4e38faae
emski (unlocked) >>> wallet_account_balance emski-rcv
emski-rcv:
    0.00000 XTS
emski (unlocked) >>> wallet_list
wallet_list                        wallet_list_accounts               wallet_list_favorite_accounts      wallet_list_my_accounts            wallet_list_unregistered_accounts  wallet_list_unspent_balances
emski (unlocked) >>> wallet_list_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       TRUSTED
angel *                            XTS7WWaciMqLoK1aSeLuMru22hG124Z4VY2gQUinvxhKsxRPa2E3o 2014-06-25T21:28:00   NO             1
emski                              XTS8BCmrghaHK7zrJ5TyDPx5xg2X6faGphpFooEgJjFVUN1ixarWL           NO                    NO             0
emski-delegate3 *                  XTS6RHp3PDriNdicMLNq5aqsTZwd4tGTiGynmDt7yeMpehS5Smowv 2014-06-25T21:30:00   NO             1
emski-delegate4 *                  XTS5P9WiF4eDpDM74o9PME4ZDuPstG6zkXXamatX5zL9iWmt5mKJB           2014-06-25T21:34:00   NO             1
emski-rcv                          XTS6bvihV7fRsAPyNp7FDDzhY9W5fiWfKt45ZfWMcuNTYQdTMBuRN           NO                    NO             0
immortal *                         XTS536iiaXHNkQZxsxDGuQZFze8vjmbJd9nDn3CoAoG7NGqGsrebH 2014-06-25T21:28:00   NO             1

Why emski-rcv has no XTS when the transaction (82.0    2014-06-25T22:44:38 emski               emski-rcv                                                     100.00000 XTS         0.10000 XTS        4e38faae) is completed?


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

Everything runs in the same client. I can give you logs or direct access to the server.

EDIT: hmm seems normal accounts and delegates from the same wallet were supposed to behave this way in this test run. I should've read more carefully.
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 06:20:57 am
I have make 1000 + 1000 + 1000 + 10,000 transactions from 1:30 pm
begin from block 259
not finish yet, no fork appear.
Title: Re: Dry Run 6: Great Scott!
Post by: JeffreyLee on June 26, 2014, 06:27:49 am
wallet_transfer 20 XTS jeffreylee jeffreyleefordelegate
but jeffreyleefordelegate balance is 0,20XTS become transfer fee.
Code: [Select]
mywallet (unlocked) >>> wallet_account_transaction_history
BLK    .TRX  TIMESTAMP           FROM                TO                  MEMO                                             AMOUNT             FEE              ID
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    187.2    2014-06-26T02:34:00 chinese             jeffreylee          mmmmm                                     111.00000 XTS         0.00000 XTS        fd30a9bf
    190.1    2014-06-26T02:40:00 jeffreylee          jeffreylee          register jeffreylee                         0.00000 XTS         0.10001 XTS        9c4a79e0
    192.0    2014-06-26T02:44:00 jeffreylee          jeffreylee          register jeffreyleefordelegate ...          0.00000 XTS        19.76081 XTS        7a2ddf6d
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 06:28:03 am
I have make 1000 + 1000 + 1000 + 10,000 transactions from 1:30 pm
begin from block 259
not finish yet, no fork appear.
after I post, forks begin.
276 by delegate-baozi
278 by vikram3
Title: Re: Dry Run 6: Great Scott!
Post by: xeroc on June 26, 2014, 06:59:46 am
Current git-master is not compiling:
Quote
[ 86%] Building CXX object libraries/net/CMakeFiles/bts_net.dir/node.cpp.o
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp: In constructor ‘bts::net::detail::node_impl::node_impl()’:
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp:475:21: error: ‘class fc::rate_limiting_group’ has no member named ‘set_actual_rate_time_constant’
       _rate_limiter.set_actual_rate_time_constant(fc::seconds(2));
                     ^
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp: In member function ‘void bts::net::detail::node_impl::bandwidth_monitor_loop()’:
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp:893:52: error: ‘class fc::rate_limiting_group’ has no member named ‘get_actual_download_rate’
         uint32_t usage_this_second = _rate_limiter.get_actual_download_rate() + _rate_limiter.get_actual_upload_rate();
                                                    ^
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp:893:95: error: ‘class fc::rate_limiting_group’ has no member named ‘get_actual_upload_rate’
         uint32_t usage_this_second = _rate_limiter.get_actual_download_rate() + _rate_limiter.get_actual_upload_rate();
                                                                                               ^
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp:905:22: warning: unused variable ‘average_this_hour’ [-Wunused-variable]
             uint32_t average_this_hour = (uint32_t)boost::accumulate(_average_network_usage_minutes, UINT64_C(0)) / _average_network_usage_minutes.size();
                      ^
make[2]: *** [libraries/net/CMakeFiles/bts_net.dir/node.cpp.o] Fehler 1
make[1]: *** [libraries/net/CMakeFiles/bts_net.dir/all] Fehler 2
make: *** [all] Fehler 2

Title: Re: Dry Run 6: Great Scott!
Post by: JeffreyLee on June 26, 2014, 07:04:49 am
Current git-master is not compiling:
Quote
[ 86%] Building CXX object libraries/net/CMakeFiles/bts_net.dir/node.cpp.o
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp: In constructor
https://github.com/BitShares/bitshares_toolkit/issues/410

cd libraries/fc
git fetch --all
git pull
Title: Re: Dry Run 6: Great Scott!
Post by: xeroc on June 26, 2014, 07:07:38 am
Current git-master is not compiling:
Quote
[ 86%] Building CXX object libraries/net/CMakeFiles/bts_net.dir/node.cpp.o
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp: In constructor
https://github.com/BitShares/bitshares_toolkit/issues/410

cd libraries/fc
git fetch --all
git pull
Thought so .. already compiling with fc-head
Title: Re: Dry Run 6: Great Scott!
Post by: laow on June 26, 2014, 07:27:02 am
same error, can't compile the latest code.
Current git-master is not compiling:
Quote
[ 86%] Building CXX object libraries/net/CMakeFiles/bts_net.dir/node.cpp.o
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp: In constructor ‘bts::net::detail::node_impl::node_impl()’:
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp:475:21: error: ‘class fc::rate_limiting_group’ has no member named ‘set_actual_rate_time_constant’
       _rate_limiter.set_actual_rate_time_constant(fc::seconds(2));
                     ^
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp: In member function ‘void bts::net::detail::node_impl::bandwidth_monitor_loop()’:
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp:893:52: error: ‘class fc::rate_limiting_group’ has no member named ‘get_actual_download_rate’
         uint32_t usage_this_second = _rate_limiter.get_actual_download_rate() + _rate_limiter.get_actual_upload_rate();
                                                    ^
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp:893:95: error: ‘class fc::rate_limiting_group’ has no member named ‘get_actual_upload_rate’
         uint32_t usage_this_second = _rate_limiter.get_actual_download_rate() + _rate_limiter.get_actual_upload_rate();
                                                                                               ^
/home/coin/coins/invictus/bitshares_toolkit/libraries/net/node.cpp:905:22: warning: unused variable ‘average_this_hour’ [-Wunused-variable]
             uint32_t average_this_hour = (uint32_t)boost::accumulate(_average_network_usage_minutes, UINT64_C(0)) / _average_network_usage_minutes.size();
                      ^
make[2]: *** [libraries/net/CMakeFiles/bts_net.dir/node.cpp.o] Fehler 1
make[1]: *** [libraries/net/CMakeFiles/bts_net.dir/all] Fehler 2
make: *** [all] Fehler 2

Title: Re: Dry Run 6: Great Scott!
Post by: CalabiYau on June 26, 2014, 07:55:43 am
Same here:

[ 85%] Built target bts_wallet
Scanning dependencies of target bts_net
[ 86%] Building CXX object libraries/net/CMakeFiles/bts_net.dir/node.cpp.o
/home/calabiyau/bitshares_toolkit/libraries/net/node.cpp: In constructor
‘bts::net::detail::node_impl::node_impl()’:
/home/calabiyau/bitshares_toolkit/libraries/net/node.cpp:475:21: error: ‘class fc::rate_limiting_group’ has no member named ‘set_actual_rate_time_constant’
(...)
/home/calabiyau/bitshares_toolkit/libraries/net/node.cpp:475:21: error: ‘class
make[2]: *** [libraries/net/CMakeFiles/bts_net.dir/node.cpp.o] Error 1
make[1]: *** [libraries/net/CMakeFiles/bts_net.dir/all] Error 2
make: *** [all] Error 2
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 08:02:18 am
2 forks after block 301
Code: [Select]
"586eb9370aaf245d4b019327ba6cc35030f35057" [label=<586eb<br/>193<br/>301<br/>init57>,style=filled,rank=193];
"586eb9370aaf245d4b019327ba6cc35030f35057" -> "3b31e276f7598de71e4882607c03151c496135c1";
"c64e9349b48009daa97e9a73c3ca23b462db3855" [label=<c64e9<br/>194<br/>302<br/>init59>,style=filled,rank=194];
"c64e9349b48009daa97e9a73c3ca23b462db3855" -> "586eb9370aaf245d4b019327ba6cc35030f35057";
"309247b1240947f11ec7fc2eeb4677895426309e" [label=<30924<br/>195<br/>303<br/>init97>,style=filled,rank=195];
"309247b1240947f11ec7fc2eeb4677895426309e" -> "c64e9349b48009daa97e9a73c3ca23b462db3855";
"e8011f7bd9d495bb5ff01388b27a6c10cad4c7dc" [label=<e8011<br/>196<br/>302<br/>xeldal>,style=filled,rank=196];
"e8011f7bd9d495bb5ff01388b27a6c10cad4c7dc" -> "586eb9370aaf245d4b019327ba6cc35030f35057";
"41a7881fecdb72bf7820c0ef96a7b79df5e640cd" [label=<41a78<br/>197<br/>304<br/>init50>,style=filled,rank=197];
"41a7881fecdb72bf7820c0ef96a7b79df5e640cd" -> "309247b1240947f11ec7fc2eeb4677895426309e";
"de84d614189a48db2ce53441ce8d3ea1629e18e9" [label=<de84d<br/>197<br/>302<br/>init6>,style=filled,rank=197];
"de84d614189a48db2ce53441ce8d3ea1629e18e9" -> "586eb9370aaf245d4b019327ba6cc35030f35057";
"0dcea468a3b1065de8f30fa0e02cc575ab8da7ea" [label=<0dcea<br/>198<br/>305<br/>init68>,style=filled,rank=198];
"0dcea468a3b1065de8f30fa0e02cc575ab8da7ea" -> "41a7881fecdb72bf7820c0ef96a7b79df5e640cd";
"cd925b7207af18c49738fe59834f0084435754e5" [label=<cd925<br/>198<br/>303<br/>vikram9>,style=filled,rank=198];
"cd925b7207af18c49738fe59834f0084435754e5" -> "de84d614189a48db2ce53441ce8d3ea1629e18e9";
"fcd0cd0b8ceed17e443ea1cdf336ae4917e71c94" [label=<fcd0c<br/>199<br/>306<br/>init86>,style=filled,rank=199];
"fcd0cd0b8ceed17e443ea1cdf336ae4917e71c94" -> "0dcea468a3b1065de8f30fa0e02cc575ab8da7ea";
Title: Re: Dry Run 6: Great Scott!
Post by: Saleh on June 26, 2014, 08:11:35 am
cmake -DCMAKE_PREFIX_PATH=/usr/local/ssl .
CMake Error at CMakeLists.txt:16 (include):
  include could not find load file:

    GetGitRevisionDescription


CMake Error at CMakeLists.txt:17 (get_git_head_revision):
  Unknown CMake command "get_git_head_revision".

Can anyone help?
Enviroument : Mac OS 10.9
Title: Re: Dry Run 6: Great Scott!
Post by: JeffreyLee on June 26, 2014, 08:15:12 am
cmake -DCMAKE_PREFIX_PATH=/usr/local/ssl .
CMake Error at CMakeLists.txt:16 (include):
  include could not find load file:

    GetGitRevisionDescription


CMake Error at CMakeLists.txt:17 (get_git_head_revision):
  Unknown CMake command "get_git_head_revision".

Can anyone help?
Enviroument : Mac OS 10.9
I think you should upgrade your cmake to 2.8.12 or later.
Title: Re: Dry Run 6: Great Scott!
Post by: Saleh on June 26, 2014, 08:26:11 am
cmake -DCMAKE_PREFIX_PATH=/usr/local/ssl .
CMake Error at CMakeLists.txt:16 (include):
  include could not find load file:

    GetGitRevisionDescription


CMake Error at CMakeLists.txt:17 (get_git_head_revision):
  Unknown CMake command "get_git_head_revision".

Can anyone help?
Enviroument : Mac OS 10.9
I think you should upgrade your cmake to 2.8.12 or later.
Actually I used 2.8.12.2, the lastest is 3.0.0.
Title: Re: Dry Run 6: Great Scott!
Post by: laow on June 26, 2014, 08:41:31 am
cmake -DCMAKE_PREFIX_PATH=/usr/local/ssl .
CMake Error at CMakeLists.txt:16 (include):
  include could not find load file:

    GetGitRevisionDescription


CMake Error at CMakeLists.txt:17 (get_git_head_revision):
  Unknown CMake command "get_git_head_revision".

Can anyone help?
Enviroument : Mac OS 10.9

your git version?
Title: Re: Dry Run 6: Great Scott!
Post by: wackou on June 26, 2014, 08:55:38 am
cmake -DCMAKE_PREFIX_PATH=/usr/local/ssl .
CMake Error at CMakeLists.txt:16 (include):
  include could not find load file:

    GetGitRevisionDescription


CMake Error at CMakeLists.txt:17 (get_git_head_revision):
  Unknown CMake command "get_git_head_revision".

Can anyone help?
Enviroument : Mac OS 10.9

might be that after git checkout, you need to do a
Code: [Select]
git submodule init && git submodule update
forgot it myself a few times, now I remember ;)
Title: Re: Dry Run 6: Great Scott!
Post by: dxtr on June 26, 2014, 09:03:32 am
Same here:

[ 85%] Built target bts_wallet
Scanning dependencies of target bts_net
[ 86%] Building CXX object libraries/net/CMakeFiles/bts_net.dir/node.cpp.o
/home/calabiyau/bitshares_toolkit/libraries/net/node.cpp: In constructor ‘bts::net::detail::node_impl::node_impl()’:
/home/calabiyau/bitshares_toolkit/libraries/net/node.cpp:475:21: error: ‘class fc::rate_limiting_group’ has no member named ‘set_actual_rate_time_constant’

(...)


As described above you should go to libraries/fc and "git pull origin phoenix" in order to pass through this.

Can anyone send me some funds pls?


XTSDFgKHZEfSRkskvKRBcyBBWhDWcb4hJqhi

Title: Re: Dry Run 6: Great Scott!
Post by: wackou on June 26, 2014, 09:16:20 am
Code: [Select]
322  light                         0.0000000000 %      0               0Still 0% approval  :o

voted for you, you should be in the active delegates list next block
Title: Re: Dry Run 6: Great Scott!
Post by: Saleh on June 26, 2014, 09:20:31 am
cmake -DCMAKE_PREFIX_PATH=/usr/local/ssl .
CMake Error at CMakeLists.txt:16 (include):
  include could not find load file:

    GetGitRevisionDescription


CMake Error at CMakeLists.txt:17 (get_git_head_revision):
  Unknown CMake command "get_git_head_revision".

Can anyone help?
Enviroument : Mac OS 10.9

might be that after git checkout, you need to do a
Code: [Select]
git submodule init && git submodule update
forgot it myself a few times, now I remember ;)

Thanks! I think GFW causes this problem, fucking GFW >:(
Code: [Select]
git submodule update
Cloning into 'libraries/fc'...
fatal: unable to access 'https://github.com/InvictusInnovations/fc.git/': Failed connect to github.com:8087; Connection refused
Clone of 'https://github.com/InvictusInnovations/fc.git' into submodule path 'libraries/fc' failed
Title: Re: Dry Run 6: Great Scott!
Post by: stuartcharles on June 26, 2014, 09:39:43 am
Im desperate to help out and get involved with this. My technical knowledge is minimal, i have been mining various currency's for a little over twelve months. In fact my house, 5 bedroom detached is fully heated by my mining rig! I water cool the gpus and pump the heated water around the central heating system via a heat ex changer. Last summer my family and i also had are baths heated by a gpu rig. I tell you this to demonstrate that while not being technical im not bad with problem solving. For all coding requirements i use a trusted coder who is a specialist in security and i pay him by the hour.

I work from home so am around my hardware all the time, i have two internet connections and i don't mind investing in extra hardware and for my coding colleague time without payback. I was lucky enough to have mined some of those first blocks and i have reinvested both BTC and BTC back into AGS.

So my question to you, can i be of assistance or would i just get in the way at this stage?



Title: Re: Dry Run 6: Great Scott!
Post by: xeroc on June 26, 2014, 09:42:09 am
So my question to you, can i be of assistance or would i just get in the way at this stage?
+ The current hardware requirements are "a cheap VPS is enough"
+ mining is not going to happen with BitShares ecosystem, so you can let your miners do what every they do currently
+ you can download the latest wallet from github and compile (or your the windows wallet) and try to find bugs in the wallet/network
+ have fun :)
Title: Re: Dry Run 6: Great Scott!
Post by: dxtr on June 26, 2014, 09:48:19 am
After many failure attempts I finally managed to get this thing working!

Can someone please send me some funds so I can try it out?


XTSDFgKHZEfSRkskvKRBcyBBWhDWcb4hJqhi


I can see the network has been hanging on block 338 for some time
 - is it only my issue, or does anyone else also has this behaviour?

Thanks!
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 10:09:56 am
EDIT1: When I Vote-up for a delegate it goes to the overview screen without making that vote !!!
EDIT2: My account are there but all with zero funds!!! ... and the client is synced....(I assume it has to do with no scanning the blockchain because they are delegates, right?)
            But why can I not see my delegates on "Directory>Registered" ?
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 10:24:42 am
Please sent some funds to:

XTS8DpkcmJNTMnWE4hjwWQMz119XLZMm8PXFYDW88sTaLtGTSr364   liondani

Title: Re: Dry Run 6: Great Scott!
Post by: wackou on June 26, 2014, 10:39:29 am
After many failure attempts I finally managed to get this thing working!

Can someone please send me some funds so I can try it out?

XTSDFgKHZEfSRkskvKRBcyBBWhDWcb4hJqhi

this doesn't look like your public key, can't add you as a contact as key is not recognized (and doesn't start with XTS{5,6,7,8}... , which I think all public keys do start with).

you should give the one listed in wallet_list_my_accounts
Title: Re: Dry Run 6: Great Scott!
Post by: wackou on June 26, 2014, 10:41:48 am
Please sent some funds to:

XTS8DpkcmJNTMnWE4hjwWQMz119XLZMm8PXFYDW88sTaLtGTSr364   liondani

sent you 100 XTS
Title: Re: Dry Run 6: Great Scott!
Post by: dxtr on June 26, 2014, 10:43:22 am
OK, I probably too did not provide a Key, but an Address, so here is my PubKey:

Public key:XTS6hjYfVGrPDFKQc5oLTVp5rU56m15XnEvVCtzMLkyDMni2rentc
Account name: dxtr

If anyone is willing to share his precious with me, then please go ahead.
(If I am still missing something, please tell me what is it)

Thx!
Title: Re: Dry Run 6: Great Scott!
Post by: wackou on June 26, 2014, 10:45:21 am
OK, I probably too did not provide a Key, but an Address, so here is my PubKey:

Public key:XTS6hjYfVGrPDFKQc5oLTVp5rU56m15XnEvVCtzMLkyDMni2rentc
Account name: dxtr

If anyone is willing to share his precious with me, then please go ahead.
(If I am still missing something, please tell me what is it)

Thx!

Sent you 100 XTS
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 10:49:27 am
Please sent some funds to:

XTS8DpkcmJNTMnWE4hjwWQMz119XLZMm8PXFYDW88sTaLtGTSr364   liondani

sent you 100 XTS

thanks  ;)

but because the account schould be a delegate I don't see the funds...
and the same time I don't see my account's on the directory>registered list as in past!...
Title: Re: Dry Run 6: Great Scott!
Post by: wackou on June 26, 2014, 10:53:47 am
Please sent some funds to:

XTS8DpkcmJNTMnWE4hjwWQMz119XLZMm8PXFYDW88sTaLtGTSr364   liondani

sent you 100 XTS

thanks  ;)

but because the account schould be a delegate I don't see the funds...
and the same time I don't see my account's on the directory>registered list as in past!...

well actually you don't see the funds because the transaction is still pending, looks like it got stuck while a fork happened at block 359. Sent another 100, let's see if it goes through this time...
Title: Re: Dry Run 6: Great Scott!
Post by: stuartcharles on June 26, 2014, 11:19:55 am
So my question to you, can i be of assistance or would i just get in the way at this stage?
+ The current hardware requirements are "a cheap VPS is enough"
+ mining is not going to happen with BitShares ecosystem, so you can let your miners do what every they do currently
+ you can download the latest wallet from github and compile (or your the windows wallet) and try to find bugs in the wallet/network
+ have fun :)

Thanks xeroc, is there a windows version of the wallet? if not i will try and get my coder interested to help find bugs, he mined a few blocks on his computer when he was working out how to set up my pc's so he has some interest in the project.
Title: Re: Dry Run 6: Great Scott!
Post by: xeroc on June 26, 2014, 11:22:16 am
Thanks xeroc, is there a windows version of the wallet? if not i will try and get my coder interested to help find bugs, he mined a few blocks on his computer when he was working out how to set up my pc's so he has some interest in the project.
See OP:
https://bitsharestalk.org/index.php?topic=5303.105
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 11:30:14 am
So my question to you, can i be of assistance or would i just get in the way at this stage?
+ The current hardware requirements are "a cheap VPS is enough"
+ mining is not going to happen with BitShares ecosystem, so you can let your miners do what every they do currently
+ you can download the latest wallet from github and compile (or your the windows wallet) and try to find bugs in the wallet/network
+ have fun :)

Thanks xeroc, is there a windows version of the wallet? if not i will try and get my coder interested to help find bugs, he mined a few blocks on his computer when he was working out how to set up my pc's so he has some interest in the project.

http://bitshares.org/BitSharesXT-0.0.6.exe (http://bitshares.org/BitSharesXT-0.0.6.exe)
Title: Re: Dry Run 6: Great Scott!
Post by: Saleh on June 26, 2014, 12:04:29 pm
Code: [Select]
[ 89%] Building CXX object libraries/net/CMakeFiles/bts_net.dir/node.cpp.o
/Users/even/dev/bts/bitshares_toolkit/libraries/net/node.cpp:475:21: error: no member named 'set_actual_rate_time_constant' in
      'fc::rate_limiting_group'
      _rate_limiter.set_actual_rate_time_constant(fc::seconds(2));
      ~~~~~~~~~~~~~ ^
/Users/even/dev/bts/bitshares_toolkit/libraries/net/node.cpp:893:52: error: no member named 'get_actual_download_rate' in
      'fc::rate_limiting_group'
        uint32_t usage_this_second = _rate_limiter.get_actual_download_rate() + _rate_limiter.get_actual_upload_rate();
                                     ~~~~~~~~~~~~~ ^
/Users/even/dev/bts/bitshares_toolkit/libraries/net/node.cpp:893:95: error: no member named 'get_actual_upload_rate' in
      'fc::rate_limiting_group'
        uint32_t usage_this_second = _rate_limiter.get_actual_download_rate() + _rate_limiter.get_actual_upload_rate();
                                                                                ~~~~~~~~~~~~~ ^
/Users/even/dev/bts/bitshares_toolkit/libraries/net/node.cpp:905:22: warning: unused variable 'average_this_hour'
      [-Wunused-variable]
            uint32_t average_this_hour = (uint32_t)boost::accumulate(_average_network_usage_minutes, UINT64_C(0)) / _a...
                     ^
1 warning and 3 errors generated.
make[2]: *** [libraries/net/CMakeFiles/bts_net.dir/node.cpp.o] Error 1
make[1]: *** [libraries/net/CMakeFiles/bts_net.dir/all] Error 2
Can someone help? this problem happened on my Mac OSX 10.9.
Title: Re: Dry Run 6: Great Scott!
Post by: xeroc on June 26, 2014, 12:15:51 pm
See a couple of posts above.

Need to update the fc lib manually ..
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 12:19:46 pm
Code: [Select]
[ 89%] Building CXX object libraries/net/CMakeFiles/bts_net.dir/node.cpp.o
/Users/even/dev/bts/bitshares_toolkit/libraries/net/node.cpp:475:21: error: no member named 'set_actual_rate_time_constant' in
      'fc::rate_limiting_group'
      _rate_limiter.set_actual_rate_time_constant(fc::seconds(2));
      ~~~~~~~~~~~~~ ^
/Users/even/dev/bts/bitshares_toolkit/libraries/net/node.cpp:893:52: error: no member named 'get_actual_download_rate' in
      'fc::rate_limiting_group'
        uint32_t usage_this_second = _rate_limiter.get_actual_download_rate() + _rate_limiter.get_actual_upload_rate();
                                     ~~~~~~~~~~~~~ ^
/Users/even/dev/bts/bitshares_toolkit/libraries/net/node.cpp:893:95: error: no member named 'get_actual_upload_rate' in
      'fc::rate_limiting_group'
        uint32_t usage_this_second = _rate_limiter.get_actual_download_rate() + _rate_limiter.get_actual_upload_rate();
                                                                                ~~~~~~~~~~~~~ ^
/Users/even/dev/bts/bitshares_toolkit/libraries/net/node.cpp:905:22: warning: unused variable 'average_this_hour'
      [-Wunused-variable]
            uint32_t average_this_hour = (uint32_t)boost::accumulate(_average_network_usage_minutes, UINT64_C(0)) / _a...
                     ^
1 warning and 3 errors generated.
make[2]: *** [libraries/net/CMakeFiles/bts_net.dir/node.cpp.o] Error 1
make[1]: *** [libraries/net/CMakeFiles/bts_net.dir/all] Error 2
Can someone help? this problem happened on my Mac OSX 10.9.

everybody has this problem independent with the operating system (I have the same problem with linux)
if you see a few post's back you find some hints (I didn't resolved this problem either yet ... >:()
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 12:27:19 pm
The log-out timeout on preferences didn't work !!!
I update to 999999 seconds 2 times (stated "Preferences Updated") and it log outs both times....
Title: Re: Dry Run 6: Great Scott!
Post by: xeroc on June 26, 2014, 12:29:05 pm
everybody has this problem independent with the operating system (I have the same problem with linux)
if you see a few post's back you find some hints (I didn't resolved this problem either yet ... >:()

cd libraries
rm -rf fc
git clone https://github.com/InvictusInnovations/fc.git


then try again to compile
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 12:50:49 pm
Code: [Select]
[ 89%] Building CXX object libraries/net/CMakeFiles/bts_net.dir/node.cpp.o
/Users/even/dev/bts/bitshares_toolkit/libraries/net/node.cpp:475:21: error: no member named 'set_actual_rate_time_constant' in
      'fc::rate_limiting_group'
      _rate_limiter.set_actual_rate_time_constant(fc::seconds(2));
      ~~~~~~~~~~~~~ ^
/Users/even/dev/bts/bitshares_toolkit/libraries/net/node.cpp:893:52: error: no member named 'get_actual_download_rate' in
      'fc::rate_limiting_group'
        uint32_t usage_this_second = _rate_limiter.get_actual_download_rate() + _rate_limiter.get_actual_upload_rate();
                                     ~~~~~~~~~~~~~ ^
/Users/even/dev/bts/bitshares_toolkit/libraries/net/node.cpp:893:95: error: no member named 'get_actual_upload_rate' in
      'fc::rate_limiting_group'
        uint32_t usage_this_second = _rate_limiter.get_actual_download_rate() + _rate_limiter.get_actual_upload_rate();
                                                                                ~~~~~~~~~~~~~ ^
/Users/even/dev/bts/bitshares_toolkit/libraries/net/node.cpp:905:22: warning: unused variable 'average_this_hour'
      [-Wunused-variable]
            uint32_t average_this_hour = (uint32_t)boost::accumulate(_average_network_usage_minutes, UINT64_C(0)) / _a...
                     ^
1 warning and 3 errors generated.
make[2]: *** [libraries/net/CMakeFiles/bts_net.dir/node.cpp.o] Error 1
make[1]: *** [libraries/net/CMakeFiles/bts_net.dir/all] Error 2
Can someone help? this problem happened on my Mac OSX 10.9.

everybody has this problem independent with the operating system (I have the same problem with linux)
if you see a few post's back you find some hints (I didn't resolved this problem either yet ... >:()

I believe I have fixed this.
Title: Re: Dry Run 6: Great Scott!
Post by: xeroc on June 26, 2014, 12:54:45 pm
I believe I have fixed this.
Looks good .. thanks
Title: Re: Dry Run 6: Great Scott!
Post by: BTSdac on June 26, 2014, 01:37:12 pm
Code: [Select]
XTS5Bc8wdBATndbt8UQB7D21fqZQGaznUB6AY7CEtNgMSygpQKGNawho can send me some XTS
thanks
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 26, 2014, 01:38:45 pm
I have been looking at the fork graph and what it looks like is that connections are stalling.  What I am seeing is that the seed node which has init delegates 12 to 100 is producing blocks one after another but the rest of the network ( vikram1, bdnobel, delegate-baozi, vikram11, vikram2) act like they never got the memo even as there are 0 transactions at this time.

This is almost certainly a network / communication issue potentially caused by socket inactivity and TCP/IP connections going stale. 

This is good news:  the forks that have occurred are not for differences in evaluation logic, but instead purely differences in timing / communication.

I am working on something that should address this and hope to have it out tonight.
Title: Re: Dry Run 6: Great Scott!
Post by: wackou on June 26, 2014, 01:42:19 pm
I believe I have fixed this.

Doesn't work for me:
Code: [Select]
fatal: reference is not a tree: 5c98d7864f60d38143aac47ee055ebaae38fd025
Unable to checkout '5c98d7864f60d38143aac47ee055ebaae38fd025' in submodule path 'libraries/fc'

did you push to fc too?
Title: Re: Dry Run 6: Great Scott!
Post by: xeroc on June 26, 2014, 01:46:01 pm
Code: [Select]
XTS5Bc8wdBATndbt8UQB7D21fqZQGaznUB6AY7CEtNgMSygpQKGNawho can send me some XTS
thanks
100xts on the way
Title: Re: Dry Run 6: Great Scott!
Post by: xeroc on June 26, 2014, 01:48:09 pm
This is good news:  the forks that have occurred are not for differences in evaluation logic, but instead purely differences in timing / communication.
+5% .. take your time .. we can go on for another 10 testnets .. I like seeing progress like this!

Can't imaging a product that is as stable and fast and reliable .. as what you are producing here .. !!
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 02:01:15 pm
This is good news:  the forks that have occurred are not for differences in evaluation logic, but instead purely differences in timing / communication.
+5% .. take your time .. we can go on for another 10 testnets .. I like seeing progress like this!

Can't imaging a product that is as stable and fast and reliable .. as what you are producing here .. !!
+5%

来自我的 HUAWEI P7-L00 上的 Tapatalk

Title: Re: Dry Run 6: Great Scott!
Post by: wackou on June 26, 2014, 02:17:33 pm
This is good news:  the forks that have occurred are not for differences in evaluation logic, but instead purely differences in timing / communication.
+5% .. take your time .. we can go on for another 10 testnets .. I like seeing progress like this!

Can't imaging a product that is as stable and fast and reliable .. as what you are producing here .. !!
+5%
+5%
Title: Re: Dry Run 6: Great Scott!
Post by: dxtr on June 26, 2014, 02:17:59 pm
I have 2 strange cases:
1)

dxtr-wallet (unlocked) >>> blockchain_list_blocks 409 3
    HEIGHT                          TIME      TXN COUNT                                                 SIGNING DELEGATE    SIZE LATENCY
----------------------------------------------------------------------------------------------------------------------------------------
       409           2014-06-26T13:28:00              2                                                         scroodge     584       
       410           2014-06-26T13:30:00              1                                                  delegate-dorian     499       1
       411           2014-06-26T13:32:00              0                                                          vikram9     182      25
dxtr-wallet (unlocked) >>> blockchain_get_delegate_block_stats vikram9
[[
    231,{
      "missed": false,
      "latency": null
    }
  ],[
    356,{
      "missed": false,
      "latency": null
    }
  ],[
    411,{
      "missed": false,
      "latency": 25
    }
  ]
]
dxtr-wallet (unlocked) >>> blockchain_get_delegate_block_stats scroodge
[[
    411,{
      "missed": false,
      "latency": 0
    }
  ]
]


One command, blockchain_get_delegate_block_stats says that both scroodge and vikram9 have produced the same block,
another command, blockchain_list_blocks 409 3 lists that block 409 was created by scroodge, not 411.

2) When I send some XTS from one and the same wallet account to another in this same wallet, transaction is processed, but XTS disappears from source and does not appear in target (one of accounts is a delegate, so there is no blockchain rescan afterwards [I think]).

Are those known issues?

Title: Re: Dry Run 6: Great Scott!
Post by: chono on June 26, 2014, 02:21:41 pm
This is good news:  the forks that have occurred are not for differences in evaluation logic, but instead purely differences in timing / communication.
+5% .. take your time .. we can go on for another 10 testnets .. I like seeing progress like this!

Can't imaging a product that is as stable and fast and reliable .. as what you are producing here .. !!
+5%

 +5% :)
+5%
Title: Re: Dry Run 6: Great Scott!
Post by: Ggozzo on June 26, 2014, 02:24:13 pm
Anyone tell me possible reasons why the windows wallet won't open? I get the window that us blue with lines and it says loading configuration at the bottom, then after about 5 seconds it closes and nothing happens. I am sure it is something to do with my computer, but everything I tried doesn't get it to work.

Thanks in advance.

I am running windows 7.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 02:34:28 pm
The log-out timeout on preferences didn't work !!!
I update to 999999 seconds 2 times (stated "Preferences Updated") and it log outs both times....

still don't works for me.
Title: Re: Dry Run 6: Great Scott!
Post by: BTSdac on June 26, 2014, 02:45:08 pm

This is almost certainly a network / communication issue potentially caused by socket inactivity and TCP/IP connections going stale. 
what you mean ?
take follow fork yestoday occured , I was on the fork chain ,but information show I have 45 connection
1. 45 connections were inactivity,
2. 45 connection were activity ,but all 45 node I connected were on fork chain
which one you mean ?
 
Code: [Select]
  "blockchain_head_block_num": 2633,
  "blockchain_head_block_time": "20140625T062930",
  "blockchain_head_block_time_rel": "28 minutes old",
  "blockchain_confirmation_requirement": 303,
  "blockchain_average_delegate_participation": 44.888888888888886,
  "network_num_connections": 45,
  "ntp_time": "20140625T065726.868608",
  "ntp_error_seconds": -0.014512000000000001,
  "wallet_unlocked_seconds_remaining": 0,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140625T065726",
  "blockchain_random_seed": "736362e9df6cd562307b713aae1eb75c3d11b88d",
  "blockchain_shares": 199999351280463,
  "network_num_connections_max": 200,
  "network_protocol_version": 103,
  "wallet_open": true,
  "wallet_unlocked_until": "20140624T023103",
  "wallet_version": 100
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 02:54:53 pm
I believe I have fixed this.

Doesn't work for me:


worked for me...
Title: Re: Dry Run 6: Great Scott!
Post by: wackou on June 26, 2014, 02:58:49 pm
I believe I have fixed this.

Doesn't work for me:


worked for me...

yeah, works for me too, now.
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 03:29:56 pm
the nodes which connected  not mean they are on the same chain.
fork happened because some delegates get the block with high latency maybe 6 minutes.
then don't know 2 blocks already generated by other delegate.


This is almost certainly a network / communication issue potentially caused by socket inactivity and TCP/IP connections going stale. 
what you mean ?
take follow fork yestoday occured , I was on the fork chain ,but information show I have 45 connection
1. 45 connections were inactivity,
2. 45 connection were activity ,but all 45 node I connected were on fork chain
which one you mean ?
 
Code: [Select]
  "blockchain_head_block_num": 2633,
  "blockchain_head_block_time": "20140625T062930",
  "blockchain_head_block_time_rel": "28 minutes old",
  "blockchain_confirmation_requirement": 303,
  "blockchain_average_delegate_participation": 44.888888888888886,
  "network_num_connections": 45,
  "ntp_time": "20140625T065726.868608",
  "ntp_error_seconds": -0.014512000000000001,
  "wallet_unlocked_seconds_remaining": 0,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140625T065726",
  "blockchain_random_seed": "736362e9df6cd562307b713aae1eb75c3d11b88d",
  "blockchain_shares": 199999351280463,
  "network_num_connections_max": 200,
  "network_protocol_version": 103,
  "wallet_open": true,
  "wallet_unlocked_until": "20140624T023103",
  "wallet_version": 100
Title: Re: Dry Run 6: Great Scott!
Post by: cmaje72 on June 26, 2014, 03:53:09 pm
Would someone be willing to send me some testing funds?

XTS79hDqU6eAFSazUcj3i6GWEVT7jTb3zMHtjf4StixLqP7EWUfkZ

thanks!!
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 04:00:47 pm
Would someone be willing to send me some testing funds?

XTS79hDqU6eAFSazUcj3i6GWEVT7jTb3zMHtjf4StixLqP7EWUfkZ

thanks!!
100 XTS to you
Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 26, 2014, 04:19:34 pm
I have 2 strange cases:
1)

dxtr-wallet (unlocked) >>> blockchain_list_blocks 409 3
    HEIGHT                          TIME      TXN COUNT                                                 SIGNING DELEGATE    SIZE LATENCY
----------------------------------------------------------------------------------------------------------------------------------------
       409           2014-06-26T13:28:00              2                                                         scroodge     584       
       410           2014-06-26T13:30:00              1                                                  delegate-dorian     499       1
       411           2014-06-26T13:32:00              0                                                          vikram9     182      25
dxtr-wallet (unlocked) >>> blockchain_get_delegate_block_stats vikram9
[[
    231,{
      "missed": false,
      "latency": null
    }
  ],[
    356,{
      "missed": false,
      "latency": null
    }
  ],[
    411,{
      "missed": false,
      "latency": 25
    }
  ]
]
dxtr-wallet (unlocked) >>> blockchain_get_delegate_block_stats scroodge
[[
    411,{
      "missed": false,
      "latency": 0
    }
  ]
]


One command, blockchain_get_delegate_block_stats says that both scroodge and vikram9 have produced the same block,
another command, blockchain_list_blocks 409 3 lists that block 409 was created by scroodge, not 411.

2) When I send some XTS from one and the same wallet account to another in this same wallet, transaction is processed, but XTS disappears from source and does not appear in target (one of accounts is a delegate, so there is no blockchain rescan afterwards [I think]).

Are those known issues?

I'm not sure about the transfer issue, but it sounds like you are right.  can you manually wallet_rescan_blockchain?  Maybe try turning off block production first.  If neither of those work I would export the private key of the account with funds close the wallet, create another one, and import the key.

As for the blockchain_get_delegate_block_stats that same issue was happening on the last testnet.  I can't remember exactly what Bytemaster said, but it was something along the lines of an issue with delegate ID.  Perhaps its similar to the wallet bug that makes it look like you have access to others accounts.
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 26, 2014, 04:21:09 pm
All my delegates are missing blocks.
What should I do about that?
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 26, 2014, 04:42:23 pm
I have 2 strange cases:
1)

dxtr-wallet (unlocked) >>> blockchain_list_blocks 409 3
    HEIGHT                          TIME      TXN COUNT                                                 SIGNING DELEGATE    SIZE LATENCY
----------------------------------------------------------------------------------------------------------------------------------------
       409           2014-06-26T13:28:00              2                                                         scroodge     584       
       410           2014-06-26T13:30:00              1                                                  delegate-dorian     499       1
       411           2014-06-26T13:32:00              0                                                          vikram9     182      25
dxtr-wallet (unlocked) >>> blockchain_get_delegate_block_stats vikram9
[[
    231,{
      "missed": false,
      "latency": null
    }
  ],[
    356,{
      "missed": false,
      "latency": null
    }
  ],[
    411,{
      "missed": false,
      "latency": 25
    }
  ]
]
dxtr-wallet (unlocked) >>> blockchain_get_delegate_block_stats scroodge
[[
    411,{
      "missed": false,
      "latency": 0
    }
  ]
]


One command, blockchain_get_delegate_block_stats says that both scroodge and vikram9 have produced the same block,
another command, blockchain_list_blocks 409 3 lists that block 409 was created by scroodge, not 411.

2) When I send some XTS from one and the same wallet account to another in this same wallet, transaction is processed, but XTS disappears from source and does not appear in target (one of accounts is a delegate, so there is no blockchain rescan afterwards [I think]).

Are those known issues?

I'm not sure about the transfer issue, but it sounds like you are right.  can you manually wallet_rescan_blockchain?  Maybe try turning off block production first.  If neither of those work I would export the private key of the account with funds close the wallet, create another one, and import the key.

As for the blockchain_get_delegate_block_stats that same issue was happening on the last testnet.  I can't remember exactly what Bytemaster said, but it was something along the lines of an issue with delegate ID.  Perhaps its similar to the wallet bug that makes it look like you have access to others accounts.

This is a known issue we are working on.
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 26, 2014, 04:42:45 pm
Code: [Select]
322  light                         0.0000000000 %      0               0Still 0% approval  :o

voted for you, you should be in the active delegates list next block
Thanks, i'm in the Top  :D

Also, my wallet keeps spamming these more and more:
Code: [Select]
active delegates: 1
active delegates: 1
active delegates: 1
active delegates: 1
active delegates: 1
active delegates: 1
active delegates: 1
active delegates: 1
active delegates: 1
active delegates: 1
active delegates: 1
active delegates: 1

Make sure you are running the latest code.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 04:59:59 pm
sent me funds please  ;)

XTS5as1STEgLPDq6mW5z8V3QqL2AUub4aasjUXPBhNPdLXmehynyA     liondani
Title: Re: Dry Run 6: Great Scott!
Post by: bitcoinerS on June 26, 2014, 05:04:50 pm
Looks like my delegate node is on a fork..

Code: [Select]
>>> blockchain_list_forks
[
  111,
  270
]

Code: [Select]
>>> get_info
{
  "blockchain_head_block_num": 274,
  "blockchain_head_block_time": "20140626T125800",
  "blockchain_head_block_time_rel": "4 hours old",
  "blockchain_confirmation_requirement": 303,
  "blockchain_average_delegate_participation": 43.014128728414441,
  "network_num_connections": 8,
  "ntp_time": "20140626T170236.409083",
  "ntp_error_seconds": 21.870723000000002,
  "wallet_unlocked_seconds_remaining": 999997216,
  "wallet_next_block_production_time": "20140626T184000",
  "wallet_seconds_until_next_block_production": 5844,
  "wallet_local_time": "20140626T170236",
  "blockchain_random_seed": "2f085116ca68bbabf87f33a67d2b99724ebb68c4",
  "blockchain_shares": 199999812210311,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "19100127T113436",
  "wallet_version": 100
}

Code: [Select]
default (unlocked) >>> about
{
  "bitshares_toolkit_revision": "f804829027a76857fc5d4533a31e6a08aab75e52",
  "bitshares_toolkit_revision_age": "62 minutes ago",
  "fc_revision": "b8efe02cdbeb6ef063390db52301d819170b79fe",
  "fc_revision_age": "63 minutes ago",
  "compile_date": "compiled on Jun 26 2014 at 17:12:02"
}
Title: Re: Dry Run 6: Great Scott!
Post by: chono on June 26, 2014, 05:19:17 pm
Bitshares maybe can reference paxos model or google's spanner system.

来自我的 HTC 802d 上的 Tapatalk

Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 26, 2014, 07:16:05 pm
So, my delegate missed a block and I'm trying to figure out why.  the block I missed is block 518.  I had 20 p2p connections at the time.  list_errors returns nothing.  default.log shows a 4 minute gap between block 517 and 518.

Code: [Select]
20140626T182401.070680       th_a         on_new_block ] After push_block, current head block is 517                    client.cpp:763
20140626T182801.038535       th_a       handle_message ] CLIENT: just received block 35876ef9772562d6d3bc910a60d14816c8c84b85                   client.cpp:836

p2p.log shows
Code: [Select]
20140626T182402.649469       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182428.349431       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 114.215.104.153:3$
20140626T182428.349501       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182457.945627       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 46.176.1.230:8601$
20140626T182457.945691       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182611.891259       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 216.252.204.39:61$
20140626T182611.891331       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182704.984028       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 70.114.143.108:86$
20140626T182704.984093       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182708.277491       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 188.138.107.159:8$
20140626T182708.277570       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182714.057405       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 92.243.18.20:4678$
20140626T182714.057465       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182755.985046       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 216.252.204.39:64$
20140626T182755.985122       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182801.035571       th_a           on_message ] handling message item_ids_inventory_message_type 296e79865074646a8dffb99c33328d7c8f31aa96 size 25 from peer 107.170.30.18$
20140626T182801.037188       th_a on_item_ids_inventor ] received inventory of 1 items from peer 107.170.30.182:51623                   node.cpp:1784

As far as I can tell my delegate didn't even try to produce a block around 18:26.  Is there somewhere else I should look for the answer?
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 26, 2014, 07:24:10 pm
sent me funds please  ;)

XTS5as1STEgLPDq6mW5z8V3QqL2AUub4aasjUXPBhNPdLXmehynyA     liondani

please...
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 26, 2014, 07:56:16 pm
So, my delegate missed a block and I'm trying to figure out why.  the block I missed is block 518.  I had 20 p2p connections at the time.  list_errors returns nothing.  default.log shows a 4 minute gap between block 517 and 518.

Code: [Select]
20140626T182401.070680       th_a         on_new_block ] After push_block, current head block is 517                    client.cpp:763
20140626T182801.038535       th_a       handle_message ] CLIENT: just received block 35876ef9772562d6d3bc910a60d14816c8c84b85                   client.cpp:836

p2p.log shows
Code: [Select]
20140626T182402.649469       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182428.349431       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 114.215.104.153:3$
20140626T182428.349501       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182457.945627       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 46.176.1.230:8601$
20140626T182457.945691       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182611.891259       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 216.252.204.39:61$
20140626T182611.891331       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182704.984028       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 70.114.143.108:86$
20140626T182704.984093       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182708.277491       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 188.138.107.159:8$
20140626T182708.277570       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182714.057405       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 92.243.18.20:4678$
20140626T182714.057465       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182755.985046       th_a           on_message ] handling message address_request_message_type 9c1185a5c5e9fc54612808977ee8f548b2258d31 size 0 from peer 216.252.204.39:64$
20140626T182755.985122       th_a on_address_request_m ] Received an address request message                    node.cpp:1320
20140626T182801.035571       th_a           on_message ] handling message item_ids_inventory_message_type 296e79865074646a8dffb99c33328d7c8f31aa96 size 25 from peer 107.170.30.18$
20140626T182801.037188       th_a on_item_ids_inventor ] received inventory of 1 items from peer 107.170.30.182:51623                   node.cpp:1784

As far as I can tell my delegate didn't even try to produce a block around 18:26.  Is there somewhere else I should look for the answer?

Your delegate loop didn't fire according to that default.log. Do you have an ENABLED delegate in the ACTIVE 101 spots? If so, are you seeing a message in default.log every 2 minutes like:
Code: [Select]
Starting delegate loop at time: 20140626T195000
Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 26, 2014, 08:05:34 pm
Code: [Select]
"block_production_enabled": true,
Code: [Select]
  "wallet_open": true,
  "wallet_unlocked_until": "20170827T033301",
Code: [Select]
wallet (unlocked) >>> blockchain_list_delegates 54 55
ID   NAME                          APPROVAL            BLOCKS PRODUCED BLOCKS MISSED   
---------------------------------------------------------
390  dele-puppy                    0.0002794781 %      0               1               
wallet (unlocked) >>>

delegate loop is not listed in default.log at all.
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 26, 2014, 08:11:13 pm
Code: [Select]
"block_production_enabled": true,
Code: [Select]
  "wallet_open": true,
  "wallet_unlocked_until": "20170827T033301",
Code: [Select]
wallet (unlocked) >>> blockchain_list_delegates 54 55
ID   NAME                          APPROVAL            BLOCKS PRODUCED BLOCKS MISSED   
---------------------------------------------------------
390  dele-puppy                    0.0002794781 %      0               1               
wallet (unlocked) >>>

delegate loop is not listed in default.log at all.

Can you give the full output of 'get_info'?
Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 26, 2014, 08:16:23 pm
Code: [Select]
"block_production_enabled": true,
Code: [Select]
  "wallet_open": true,
  "wallet_unlocked_until": "20170827T033301",
Code: [Select]
wallet (unlocked) >>> blockchain_list_delegates 54 55
ID   NAME                          APPROVAL            BLOCKS PRODUCED BLOCKS MISSED   
---------------------------------------------------------
390  dele-puppy                    0.0002794781 %      0               1               
}

delegate loop is not listed in default.log at all.

Can you give the full output of 'get_info'?
Code: [Select]
{
  "blockchain_head_block_num": 557,
  "blockchain_head_block_time": "20140626T201400",
  "blockchain_head_block_time_rel": "2 minutes old",
  "blockchain_confirmation_requirement": 8,
  "blockchain_average_delegate_participation": 75.989085948158248,
  "network_num_connections": 20,
  "ntp_time": "20140626T201547.571215",
  "ntp_error_seconds": 0.0019889999999999999,
  "wallet_unlocked_seconds_remaining": 99991034,
  "wallet_next_block_production_time": "20140626T214800",
  "wallet_seconds_until_next_block_production": 5533,
  "wallet_local_time": "20140626T201547",
  "blockchain_random_seed": "52d21c448f600fac7bfaf8e0416c501da3a1c20f",
  "blockchain_shares": 199999796862876,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20170827T033301",
  "wallet_version": 100
}
Title: Re: Dry Run 6: Great Scott!
Post by: ebit on June 26, 2014, 11:27:16 pm
Bitshares maybe can reference paxos model or google's spanner system.

来自我的 HTC 802d 上的 Tapatalk

Maybe
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 26, 2014, 11:35:22 pm
Code: [Select]
wallet_set_delegate_trust_level cass-delegate-x 1
cass for delegate  :P
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 26, 2014, 11:45:30 pm
sent me funds please  ;)

XTS5as1STEgLPDq6mW5z8V3QqL2AUub4aasjUXPBhNPdLXmehynyA     liondani

please...
100 xts to you  :)
Title: Re: Dry Run 6: Great Scott!
Post by: bitcoinerS on June 26, 2014, 11:47:38 pm
sent me funds please  ;)

XTS5as1STEgLPDq6mW5z8V3QqL2AUub4aasjUXPBhNPdLXmehynyA     liondani

please...

sent you some xts
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 27, 2014, 12:01:39 am
Dan, I have an idea to balance the speed and security.
make the period dynamic.
suppose current block should generic by delegate-1 at 00:00:00 , next should by delegate-2.
If delegate-2 receive the block before 00:00:30, then generic next block at 00:00:30.
else if receive before 00:01:00, then generic next block at 00:01:00
we can set a max waitting time like 2 minutes, if delegate-2 still not receive block after 2 minutes, then it can ignore delegate-1.

Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 27, 2014, 12:21:32 am
I am creating a dedicated delegate P2P network that only authenticated delegates can join.  Any delegate that is active in the current round can connect directly to the other delegates.    When a new block is produced it will be sent directly to the next delegate first and then to all other delegates.

This new P2P network for delegates is based upon UDT http://udt.sourceforge.net/ which will allow it to punch through firewalls.

The goal of this delegate network is to focus only on block delivery.  This is an optional service (delegates don't have to join it), but if all delegates can connect to all other delegates then latency can be reduced to the maximum effect.
Title: Re: Dry Run 6: Great Scott!
Post by: ebit on June 27, 2014, 12:31:51 am
good news
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 27, 2014, 12:32:40 am
I am creating a dedicated delegate P2P network that only authenticated delegates can join.  Any delegate that is active in the current round can connect directly to the other delegates.    When a new block is produced it will be sent directly to the next delegate first and then to all other delegates.

This new P2P network for delegates is based upon UDT http://udt.sourceforge.net/ which will allow it to punch through firewalls.

The goal of this delegate network is to focus only on block delivery.  This is an optional service (delegates don't have to join it), but if all delegates can connect to all other delegates then latency can be reduced to the maximum effect.
Awesome!
But shall we worry about node security? because the IP is known by outside.
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 27, 2014, 12:40:19 am
I am creating a dedicated delegate P2P network that only authenticated delegates can join.  Any delegate that is active in the current round can connect directly to the other delegates.    When a new block is produced it will be sent directly to the next delegate first and then to all other delegates.

This new P2P network for delegates is based upon UDT http://udt.sourceforge.net/ which will allow it to punch through firewalls.

The goal of this delegate network is to focus only on block delivery.  This is an optional service (delegates don't have to join it), but if all delegates can connect to all other delegates then latency can be reduced to the maximum effect.
Awesome!
But shall we worry about node security? because the IP is known by outside.

This is just the basic features, eventually I would expect delegates to cooperate, perhaps set up a VPN, etc... all stuff that can be done after launch.  In fact, I think it is perfectly viable to launch with the existing code as is because core features are in place and block validation seems to be working.   

We can continue to enhance a live system.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 12:44:16 am
sent me funds please  ;)

XTS5as1STEgLPDq6mW5z8V3QqL2AUub4aasjUXPBhNPdLXmehynyA     liondani

please...
100 xts to you  :)

I still didn't received funds... Any suggestions?

Code: [Select]
liondani (unlocked) >>> wallet_account_balance liondani
liondani:
    0.00000 XTS
liondani (unlocked) >>> wallet_list_unspent_balances
           BALANCE                                   OWNER                     VOTE
--------------------------------------------------------------------------------------------------------------------------
liondani (unlocked) >>> wallet_account_list_public_keys liondani
[{
    "hex": "025bac32a075a4344f257543e2a1fbdf4b7ef8b46dc11b0da6d624a28c806bf251",
    "native_pubkey": "XTS5as1STEgLPDq6mW5z8V3QqL2AUub4aasjUXPBhNPdLXmehynyA",
    "native_address": "XTSCMygaxAvhxrea87y1Xo373ZfvTi2SqGGA",
    "pts_normal_address": "PmyPBLk1wTMuFk8JkN6A1YS9sG3jr1XMz4",
    "pts_compressed_address": "PfVX4CeqzojUMWKvifd8o3kUvtxmFeSG8U",
    "btc_normal_address": "1F3c3G3tBMQqTUKTNsSJrXC6d1cv3dazx6",
    "btc_compressed_address": "18Zjv7xiEhnQZEX5MAyHe2WRgeXwRRC91S"
  }
]
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 27, 2014, 12:47:57 am

I still didn't received funds... Any suggestions?

Code: [Select]
liondani (unlocked) >>> wallet_account_balance liondani
liondani:
    0.00000 XTS
I saw transaction commit already.
try wallet_rescan_blockchain?
Code: [Select]
    620.3    2014-06-26T23:50:00 dorian              liondani                                                      100.00000 XTS         0.10000 XTS        f3741653
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 01:09:16 am

I still didn't received funds... Any suggestions?

Code: [Select]
liondani (unlocked) >>> wallet_account_balance liondani
liondani:
    0.00000 XTS
I saw transaction commit already.
try wallet_rescan_blockchain?
Code: [Select]
    620.3    2014-06-26T23:50:00 dorian              liondani                                                      100.00000 XTS         0.10000 XTS        f3741653


Code: [Select]
liondani (unlocked) >>> wallet_account_balance liondani
liondani:
    0.00000 XTS
liondani (unlocked) >>> wallet_rescan_blockchain
Rescanning blockchain...
|----------------------------------------------------------------------------------------------------|
|====================================================================================================|
Scan complete.
OK
liondani (unlocked) >>> wallet_account_balance liondani
liondani:
    0.00000 XTS
liondani (unlocked) >>> network_get_connection_count
12
liondani (unlocked) >>> network_get_peer_info
[{
    "addr": "******************",
    "addrlocal": "******************",
    "services": "00000001",
    "lastsend": 1403830503,
    "lastrecv": 1403830503,
    "bytessent": 8320,
    "bytesrecv": 13408,
    "conntime": "20140627T002830.698741",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "7e96861f8b502ee5141c0d231d2aa675c5a0a364 ( different from ours )",
    "bitshares_git_revision_unix_timestamp": "20140626T151354",
    "bitshares_git_revision_age": "10 hours ago ( newer than ours )",
    "fc_git_revision_sha": "1284c5e68625c8f795190e795454b875da3b0363 ( different from ours )",
    "fc_git_revision_unix_timestamp": "20140626T144120",
    "fc_git_revision_age": "10 hours ago ( newer than ours )",
    "platform": "linux"
  },{
    "addr": "*****************",
    "addrlocal": "**********************",
    "services": "00000001",
    "lastsend": 1403830322,
    "lastrecv": 1403830322,
    "bytessent": 8192,
    "bytesrecv": 448768,
    "conntime": "20140627T002121.473906",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "0a8adff5ce8942e892dd8fab68492d7971efe42e ( different from ours )",
    "bitshares_git_revision_unix_timestamp": "20140625T194246",
    "bitshares_git_revision_age": "29 hours ago ( older than ours )",
    "fc_git_revision_sha": "456c81df27058169d4e533fda4c18e5005ac3bd2 ( different from ours )",
    "fc_git_revision_unix_timestamp": "20140626T033209",
    "fc_git_revision_age": "21 hours ago ( older than ours )",
    "platform": "linux"
  },{
    "addr": "*************************,
    "addrlocal": "***********************",
    "services": "00000001",
    "lastsend": 1403830397,
    "lastrecv": 1403830397,
    "bytessent": 10336,
    "bytesrecv": 452752,
    "conntime": "20140627T002121.487904",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "0a8adff5ce8942e892dd8fab68492d7971efe42e ( different from ours )",
    "bitshares_git_revision_unix_timestamp": "20140625T194246",
    "bitshares_git_revision_age": "29 hours ago ( older than ours )",
    "fc_git_revision_sha": "456c81df27058169d4e533fda4c18e5005ac3bd2 ( different from ours )",
    "fc_git_revision_unix_timestamp": "20140626T033209",
    "fc_git_revision_age": "21 hours ago ( older than ours )",
    "platform": "linux"
  },{
    "addr": "********************",
    "addrlocal": "**************************",
    "services": "00000001",
    "lastsend": 1403830322,
    "lastrecv": 1403830322,
    "bytessent": 7872,
    "bytesrecv": 295776,
    "conntime": "20140627T002122.943837",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "33bf19aede27bc8e7f04a994bc837b6a24dd0ed2 ( different from ours )",
    "bitshares_git_revision_unix_timestamp": "20140626T035107",
    "bitshares_git_revision_age": "21 hours ago ( older than ours )",
    "fc_git_revision_sha": "b23c0494d5c01918621a2d96e5a4adfea044c0e1 ( different from ours )",
    "fc_git_revision_unix_timestamp": "20140625T224724",
    "fc_git_revision_age": "26 hours ago ( older than ours )",
    "platform": "linux"
  },{
    "addr": "**********************",
    "addrlocal": "**********************",
    "services": "00000001",
    "lastsend": 1403830281,
    "lastrecv": 1403830321,
    "bytessent": 8928,
    "bytesrecv": 275712,
    "conntime": "20140627T002122.812129",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "33bf19aede27bc8e7f04a994bc837b6a24dd0ed2 ( different from ours )",
    "bitshares_git_revision_unix_timestamp": "20140626T035107",
    "bitshares_git_revision_age": "21 hours ago ( older than ours )",
    "fc_git_revision_sha": "b23c0494d5c01918621a2d96e5a4adfea044c0e1 ( different from ours )",
    "fc_git_revision_unix_timestamp": "20140625T224724",
    "fc_git_revision_age": "26 hours ago ( older than ours )",
    "platform": "linux"
  },{
    "addr": "*****************",
    "addrlocal": "1**********************",
    "services": "00000001",
    "lastsend": 1403830321,
    "lastrecv": 1403830321,
    "bytessent": 8640,
    "bytesrecv": 252304,
    "conntime": "20140627T002123.160629",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "33bf19aede27bc8e7f04a994bc837b6a24dd0ed2 ( different from ours )",
    "bitshares_git_revision_unix_timestamp": "20140626T035107",
    "bitshares_git_revision_age": "21 hours ago ( older than ours )",
    "fc_git_revision_sha": "b23c0494d5c01918621a2d96e5a4adfea044c0e1 ( different from ours )",
    "fc_git_revision_unix_timestamp": "20140625T224724",
    "fc_git_revision_age": "26 hours ago ( older than ours )",
    "platform": "linux"
  },{
    "addr": "*********************",
    "addrlocal": "**************************",
    "services": "00000001",
    "lastsend": 1403830322,
    "lastrecv": 1403830322,
    "bytessent": 8368,
    "bytesrecv": 240240,
    "conntime": "20140627T002122.934898",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "898cbdd351703d61e9a4e003bab102378ed5f22b ( different from ours )",
    "bitshares_git_revision_unix_timestamp": "20140625T231902",
    "bitshares_git_revision_age": "26 hours ago ( older than ours )",
    "fc_git_revision_sha": "b23c0494d5c01918621a2d96e5a4adfea044c0e1 ( different from ours )",
    "fc_git_revision_unix_timestamp": "20140625T224724",
    "fc_git_revision_age": "26 hours ago ( older than ours )",
    "platform": "linux"
  },{
    "addr": "***********************,
    "addrlocal": "*********************9",
    "services": "00000001",
    "lastsend": 1403830573,
    "lastrecv": 1403830573,
    "bytessent": 10160,
    "bytesrecv": 420944,
    "conntime": "20140627T002123.160642",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "b7d6778c061955d7403abd037bc9183826b5f12c ( different from ours )",
    "bitshares_git_revision_unix_timestamp": "20140626T144214",
    "bitshares_git_revision_age": "10 hours ago ( newer than ours )",
    "fc_git_revision_sha": "1284c5e68625c8f795190e795454b875da3b0363 ( different from ours )",
    "fc_git_revision_unix_timestamp": "20140626T144120",
    "fc_git_revision_age": "10 hours ago ( newer than ours )",
    "platform": "linux"
  },{
    "addr": "********************1******",
    "addrlocal": "*******************9",
    "services": "00000001",
    "lastsend": 1403830322,
    "lastrecv": 1403830281,
    "bytessent": 8224,
    "bytesrecv": 21504,
    "conntime": "20140627T002123.318532",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "898cbdd351703d61e9a4e003bab102378ed5f22b ( different from ours )",
    "bitshares_git_revision_unix_timestamp": "20140625T231902",
    "bitshares_git_revision_age": "26 hours ago ( older than ours )",
    "fc_git_revision_sha": "b23c0494d5c01918621a2d96e5a4adfea044c0e1 ( different from ours )",
    "fc_git_revision_unix_timestamp": "20140625T224724",
    "fc_git_revision_age": "26 hours ago ( older than ours )",
    "platform": "linux"
  },{
    "addr": "*********************6",
    "addrlocal": "*********************9",
    "services": "00000001",
    "lastsend": 1403830322,
    "lastrecv": 1403830322,
    "bytessent": 9696,
    "bytesrecv": 23360,
    "conntime": "20140627T002123.591118",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "b7d6778c061955d7403abd037bc9183826b5f12c ( different from ours )",
    "bitshares_git_revision_unix_timestamp": "20140626T144214",
    "bitshares_git_revision_age": "10 hours ago ( newer than ours )",
    "fc_git_revision_sha": "1284c5e68625c8f795190e795454b875da3b0363 ( different from ours )",
    "fc_git_revision_unix_timestamp": "20140626T144120",
    "fc_git_revision_age": "10 hours ago ( newer than ours )",
    "platform": "linux"
  },{
    "addr": "******************",
    "addrlocal": "***************************",
    "services": "00000001",
    "lastsend": 1403830322,
    "lastrecv": 1403830322,
    "bytessent": 9344,
    "bytesrecv": 20752,
    "conntime": "20140627T002123.398686",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "88f301e8033e5798ff5bb69501d7acd402506a92 ( different from ours )",
    "bitshares_git_revision_unix_timestamp": "20140626T215816",
    "bitshares_git_revision_age": "3 hours ago ( newer than ours )",
    "fc_git_revision_sha": "c925ceb232f103b892ba4080f17f14484f5471b8 ( different from ours )",
    "fc_git_revision_unix_timestamp": "20140626T195135",
    "fc_git_revision_age": "5 hours ago ( newer than ours )",
    "platform": "linux"
  },{
    "addr": "**********************",
    "addrlocal": "********************9",
    "services": "00000001",
    "lastsend": 1403830322,
    "lastrecv": 1403830322,
    "bytessent": 9440,
    "bytesrecv": 19104,
    "conntime": "20140627T002123.320390",
    "pingtime": "",
    "pingwait": "",
    "version": "",
    "subver": "bts::net::node",
    "inbound": false,
    "firewall_status": "not_firewalled",
    "startingheight": "",
    "banscore": "",
    "syncnode": "",
    "bitshares_git_revision_sha": "97e58cd587e6545ee5676e566ffef40c32887c44 ( same as ours )",
    "bitshares_git_revision_unix_timestamp": "20140626T140607",
    "bitshares_git_revision_age": "11 hours ago ( same as ours )",
    "fc_git_revision_sha": "21d1ce2067c3502107066b770157bb094bc831cc ( same as ours )",
    "fc_git_revision_unix_timestamp": "20140626T140342",
    "fc_git_revision_age": "11 hours ago ( same as ours )",
    "platform": "linux"
  }
]


Still not there...
Why some nodes are with older git_revisions and other with newer or "same as ours" (only the last one)?
Title: Re: Dry Run 6: Great Scott!
Post by: cgafeng on June 27, 2014, 01:13:52 am
If there are delegate account on the wallet, it won't scan the blockchain, so create two wallet for the delegate account and the other.
Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 27, 2014, 02:04:31 am
Dan, I have an idea to balance the speed and security.
make the period dynamic.
suppose current block should generic by delegate-1 at 00:00:00 , next should by delegate-2.
If delegate-2 receive the block before 00:00:30, then generic next block at 00:00:30.
else if receive before 00:01:00, then generic next block at 00:01:00
we can set a max waitting time like 2 minutes, if delegate-2 still not receive block after 2 minutes, then it can ignore delegate-1.
I think a delegate can generate multi blocks in one turn.
more transactions received, should generate more blocks.
Just give a limit, like 4 blocks or 2 minutes. the period can improve to 15 seconds.
Give a msg to  network when quit, so next delegate can running.
If there are no transactions, don't generate block.

Title: Re: Dry Run 6: Great Scott!
Post by: gordonhucn on June 27, 2014, 03:21:04 am
will anyone send me some funds for testing please?

XTS7qoK7bKjjfRKB1w7a6tq2XyAsbBNvDt8QJ24wEXadZEPW519J2

thanks
Title: Re: Dry Run 6: Great Scott!
Post by: gordonhucn on June 27, 2014, 03:35:52 am
thanks dorian for the funds
will anyone send me some funds for testing please?

XTS7qoK7bKjjfRKB1w7a6tq2XyAsbBNvDt8QJ24wEXadZEPW519J2

thanks
Title: Re: Dry Run 6: Great Scott!
Post by: JeffreyLee on June 27, 2014, 03:36:34 am
Dan, I have an idea to balance the speed and security.
make the period dynamic.
suppose current block should generic by delegate-1 at 00:00:00 , next should by delegate-2.
If delegate-2 receive the block before 00:00:30, then generic next block at 00:00:30.
else if receive before 00:01:00, then generic next block at 00:01:00
we can set a max waitting time like 2 minutes, if delegate-2 still not receive block after 2 minutes, then it can ignore delegate-1.
I think a delegate can generate multi blocks in one turn.
more transactions received, should generate more blocks.
Just give a limit, like 4 blocks or 2 minutes. the period can improve to 15 seconds.
Give a msg to  network when quit, so next delegate can running.
If there are no transactions, don't generate block.
If a delegate find that its network speed is very slow, It can send a give up message to btsx network.so next delegate can running.
Title: Re: Dry Run 6: Great Scott!
Post by: yangsbo on June 27, 2014, 03:44:13 am
Dan, I have an idea to balance the speed and security.
make the period dynamic.
suppose current block should generic by delegate-1 at 00:00:00 , next should by delegate-2.
If delegate-2 receive the block before 00:00:30, then generic next block at 00:00:30.
else if receive before 00:01:00, then generic next block at 00:01:00
we can set a max waitting time like 2 minutes, if delegate-2 still not receive block after 2 minutes, then it can ignore delegate-1.
I think a delegate can generate multi blocks in one turn.
more transactions received, should generate more blocks.
Just give a limit, like 4 blocks or 2 minutes. the period can improve to 15 seconds.
Give a msg to  network when quit, so next delegate can running.
If there are no transactions, don't generate block.
If a delegate find that its network speed is very slow, It can send a give up message to btsx network.so next delegate can running.

good idea, bytemaster, Can you consider it?
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 06:49:05 am
If there are delegate account on the wallet, it won't scan the blockchain, so create two wallet for the delegate account and the other.

I created a second wallet to try it out...

Please sent me some fund guys  ;)
XTS8iHgDW65qqddDaCNSeBBFEPX9Z1KB47mt8mk1oAuLyzm3j6u71
Title: Re: Dry Run 6: Great Scott!
Post by: cgafeng on June 27, 2014, 06:54:08 am
If there are delegate account on the wallet, it won't scan the blockchain, so create two wallet for the delegate account and the other.

I created a second wallet to try it out...

Please sent me some fund guys  ;)
XTS8iHgDW65qqddDaCNSeBBFEPX9Z1KB47mt8mk1oAuLyzm3j6u71

sent
Title: Re: Dry Run 6: Great Scott!
Post by: BTSdac on June 27, 2014, 07:04:39 am
Dan, I have an idea to balance the speed and security.
make the period dynamic.
suppose current block should generic by delegate-1 at 00:00:00 , next should by delegate-2.
If delegate-2 receive the block before 00:00:30, then generic next block at 00:00:30.
else if receive before 00:01:00, then generic next block at 00:01:00
we can set a max waitting time like 2 minutes, if delegate-2 still not receive block after 2 minutes, then it can ignore delegate-1.
I think a delegate can generate multi blocks in one turn.
more transactions received, should generate more blocks.
Just give a limit, like 4 blocks or 2 minutes. the period can improve to 15 seconds.
Give a msg to  network when quit, so next delegate can running.
If there are no transactions, don't generate block.
If a delegate find that its network speed is very slow, It can send a give up message to btsx network.so next delegate can running.
if every delegates are honest , it is available
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 07:06:39 am
sent

thank you  ;)


EDIT: I still don't received funds... Can you please check if it is ok from your part?
Title: Re: Dry Run 6: Great Scott!
Post by: cgafeng on June 27, 2014, 07:11:52 am
sent

thank you  ;)


EDIT: I still don't received funds... Can you please check if it is ok from your part?


it's in block 728, use getinfo to get what block you are now.
Code: [Select]
  728.0    2014-06-27T07:02:00 cgafeng             liondani            have fun                                  200.00000 XTS         0.10000 XTS
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 07:17:01 am
sent

thank you  ;)


EDIT: I still don't received funds... Can you please check if it is ok from your part?


it's in block 728, use getinfo to get what block you are now.
Code: [Select]
  728.0    2014-06-27T07:02:00 cgafeng             liondani            have fun                                  200.00000 XTS         0.10000 XTS



Wow I am still on block 259 !!!
Is it normal?


Code: [Select]
liondaniel (unlocked) >>> getinfo
{
"blockchain_head_block_num": 259,
 "blockchain_head_block_time": "20140626T053000",
  "blockchain_head_block_time_rel": "26 hours old",
  "blockchain_confirmation_requirement": 9,
  "blockchain_average_delegate_participation": 24.365004703668863,
  "network_num_connections": 12,
  "ntp_time": "20140627T071435.692288",
  "ntp_error_seconds": -0.075693999999999997,
  "wallet_unlocked_seconds_remaining": 966,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140627T071435",
  "blockchain_random_seed": "01e2f3d5514e436418efd11da0fd369884932cb3",
  "blockchain_shares": 199999889133719,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20140627T073041",
  "wallet_version": 100
}
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 27, 2014, 07:22:14 am
sent

thank you  ;)


EDIT: I still don't received funds... Can you please check if it is ok from your part?


it's in block 728, use getinfo to get what block you are now.
Code: [Select]
  728.0    2014-06-27T07:02:00 cgafeng             liondani            have fun                                  200.00000 XTS         0.10000 XTS



Wow I am still on block 259 !!!
Is it normal?


Code: [Select]
liondaniel (unlocked) >>> getinfo
{
"blockchain_head_block_num": 259,
 "blockchain_head_block_time": "20140626T053000",
  "blockchain_head_block_time_rel": "26 hours old",
  "blockchain_confirmation_requirement": 9,
  "blockchain_average_delegate_participation": 24.365004703668863,
  "network_num_connections": 12,
  "ntp_time": "20140627T071435.692288",
  "ntp_error_seconds": -0.075693999999999997,
  "wallet_unlocked_seconds_remaining": 966,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140627T071435",
  "blockchain_random_seed": "01e2f3d5514e436418efd11da0fd369884932cb3",
  "blockchain_shares": 199999889133719,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20140627T073041",
  "wallet_version": 100
}

You shouldn't be here are my stats
Code: [Select]
emski (unlocked) >>> info{
  "blockchain_head_block_num": 733,
  "blockchain_head_block_time": "20140627T071800",
  "blockchain_head_block_time_rel": "4 minutes old",
  "blockchain_confirmation_requirement": 150,
  "blockchain_average_delegate_participation": 68.761726078799256,
  "network_num_connections": 22,
  "ntp_time": "20140627T072130.069315",
  "ntp_error_seconds": -0.0068890000000000002,
  "wallet_unlocked_seconds_remaining": 99945839,
  "wallet_next_block_production_time": "20140627T073600",
  "wallet_seconds_until_next_block_production": 870,
  "wallet_local_time": "20140627T072130",
  "blockchain_random_seed": "ff806408cf71bb4d98a7fd9eda17e3f2046eec94",
  "blockchain_shares": 199999788885783,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20170827T020529",
  "wallet_version": 100
}
emski (unlocked) >>> blockchain_list_forks
[
  111,
  266,
  270,
  275,
  277,
  279,
  290,
  293,
  295,
  301,
  306,
  309,
  319,
  320,
  324,
  544,
  549,
  562,
  717,
  725
]
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 07:30:31 am
I am stacked on block 259....
Why?
I will update repositories and all and try again I think....


  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,

any thoughts?
Title: Re: Dry Run 6: Great Scott!
Post by: CalabiYau on June 27, 2014, 07:37:55 am
I am stacked on block 259....
Why?
I will update repositories and all and try again I think....


  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,

any thoughts?

client restart fixed this for me this morning, was stuck at around 500, now 737
Title: Re: Dry Run 6: Great Scott!
Post by: dxtr on June 27, 2014, 08:21:28 am
Guess I pulled too early...


dev_fixture.hpp:226:80: error: ‘class bts::client::client’ has no member named ‘get_next_producible_block_timestamp’


Is there a solution for this?

Title: Re: Dry Run 6: Great Scott!
Post by: alexxy on June 27, 2014, 08:30:47 am
Latest git master doesnt build

Code: [Select]
[ 92%] Building CXX object libraries/client/CMakeFiles/bts_client.dir/client.cpp.o
/home/alexxy/Src/bitshares_toolkit/libraries/client/client.cpp:427:17: error: 'scoped_connection' in namespace 'fc' does not name a type
             fc::scoped_connection _time_discontinuity_connection;
                 ^
/home/alexxy/Src/bitshares_toolkit/libraries/client/client.cpp: In member function 'void bts::client::detail::client_impl::start_delegate_loop()':
/home/alexxy/Src/bitshares_toolkit/libraries/client/client.cpp:603:16: error: '_time_discontinuity_connection' was not declared in this scope
           if (!_time_discontinuity_connection.connected())
                ^
Title: Re: Dry Run 6: Great Scott!
Post by: CalabiYau on June 27, 2014, 08:34:36 am
calyauwall (unlocked) >>> get_info
{
  "blockchain_head_block_num": 746,
  "blockchain_head_block_time": "20140627T082600",
  "blockchain_head_block_time_rel": "7 minutes old",

hanging again....
Title: Re: Dry Run 6: Great Scott!
Post by: JeffreyLee on June 27, 2014, 08:36:05 am
Forks diagram production methods:
  1, use the command: "blockchain_export_fork_graph start end filename" to export the drawing script
  2, according to the script drawing draw pictures: dot -Tpng filename -o filename.png

If your os without dot command, sudo apt-get install graphviz

Forks diagram effect, see my weibo(chinese twitter): http://weibo.com/3012883687/BaXgRmJOV
Title: Re: Dry Run 6: Great Scott!
Post by: CalabiYau on June 27, 2014, 08:52:38 am
calyauwall (unlocked) >>> get_info
{
  "blockchain_head_block_num": 746,
  "blockchain_head_block_time": "20140627T082600",
  "blockchain_head_block_time_rel": "7 minutes old",

hanging again....

client restart - here we go

calyauwall (unlocked) >>> get_info
{
  "blockchain_head_block_num": 751,
  "blockchain_head_block_time": "20140627T085000",
  "blockchain_head_block_time_rel": "25 seconds old",

Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 09:12:12 am
I am stacked on block 259....
Why?
I will update repositories and all and try again I think....


  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,

any thoughts?

client restart fixed this for me this morning, was stuck at around 500, now 737

I have restarted but the same results....
could it be the reason?    Not starting RPC server, use --server to enable the RPC interface


Code: [Select]
liondani@liondani-MS-7821 ~/bitshares_toolkit/programs/client $ ./bitshares_client
Loading blockchain from "/home/liondani/.BitSharesXTS/chain"
Loading config "/home/liondani/.BitSharesXTS/config.json"
Not starting RPC server, use --server to enable the RPC interface
Attempting to map P2P port 8601 with UPNP...
Listening for P2P connections on port 8601
Attempting to connect to peer 107.170.30.182:8601
Attempting to connect to peer 107.170.30.182:8602
--- 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
--- there are now 5 active connections to the p2p network
--- there are now 6 active connections to the p2p network
--- there are now 7 active connections to the p2p network
--- in sync with p2p network
--- there are now 8 active connections to the p2p network
--- there are now 9 active connections to the p2p network
--- there are now 10 active connections to the p2p network
--- there are now 11 active connections to the p2p network
--- there are now 12 active connections to the p2p network
(wallet closed) >>> wallet_open liondaniel
OK
liondaniel (locked) >>> getinfo
{
  "blockchain_head_block_num": 259,
  "blockchain_head_block_time": "20140626T053000",
  "blockchain_head_block_time_rel": "28 hours old",
  "blockchain_confirmation_requirement": 9,
  "blockchain_average_delegate_participation": 23.145665773011618,
  "network_num_connections": 12,
  "ntp_time": "20140627T090650.996468",
  "ntp_error_seconds": -0.10384599999999999,
  "wallet_unlocked_seconds_remaining": 0,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140627T090650",
  "blockchain_random_seed": "01e2f3d5514e436418efd11da0fd369884932cb3",
  "blockchain_shares": 199999889133719,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "",
  "wallet_version": 100
}

could it be related to this?
  "ntp_error_seconds": -0.10384599999999999,
Title: Re: Dry Run 6: Great Scott!
Post by: cgafeng on June 27, 2014, 09:21:43 am
stop bts client.
delete    /home/liondani/.BitSharesXTS/chain
then restart.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 09:39:35 am
stop bts client.
delete    /home/liondani/.BitSharesXTS/chain
then restart.

I deleted all .BitSharesXTS  and started again .... :P

Code: [Select]
(wallet closed) >>> wallet_create liondaniel
new_passphrase:
new_passphrase (verify):
OK
liondaniel (unlocked) >>> wallet_account_create liondaniel
"XTS5Aq18ByJL5QxoViB7nFbE8eEerD6TdWArPFXenEeqibm4wiLdL"
liondaniel (unlocked) >>> getinfo
{
  "blockchain_head_block_num": 762,
  "blockchain_head_block_time": "20140627T093200",
  "blockchain_head_block_time_rel": "63 seconds old",
  "blockchain_confirmation_requirement": 197,
  "blockchain_average_delegate_participation": 67.314487632508829,
  "network_num_connections": 12,
  "ntp_time": "unavailable",
  "ntp_error_seconds": "unavailable",
  "wallet_unlocked_seconds_remaining": 3510,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140627T093303",
  "blockchain_random_seed": "87f3a70b72a676f5b3110dad97ae8e56877540ff",
  "blockchain_shares": 199999790147274,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20140627T103133",
  "wallet_version": 100
}


sent me please funds again on the new address.... hope this time it works....
XTS5Aq18ByJL5QxoViB7nFbE8eEerD6TdWArPFXenEeqibm4wiLdL

the strange thing that NTP time is not available now....  ???
  "ntp_time": "unavailable",

Title: Re: Dry Run 6: Great Scott!
Post by: svk on June 27, 2014, 11:44:36 am
I've got the latest code up and running on my amazon micro free tier server! It currently fails to compile the tests part at 98%; but seems to run fine even so. I encountered some heavy cpu use and slow downloads when syncing up to around block 285 I think; then all of a sudden I got another network connection or two and it immediately synced the rest.

Can anyone send me some XTS please so I can register a delegate?

Code: [Select]
XTS6vDU9M8ooPkzLdwpxekBCrDW3hGdqkcge2JLvoFXXScSK1fsyB
Title: Re: Dry Run 6: Great Scott!
Post by: maverica on June 27, 2014, 12:33:36 pm
This is Dite from Bitsapphire. can someone fund us for the initial fee:
XTS4xCWe3KTzsw3dDWuuM5yhxBGzqsrZ8btWsZXJ7Yj4JuTtGVMzm

our delegate website is http://bitsapphire.com/Bitshares-Delegate/ check it out
Thanks
Title: Re: Dry Run 6: Great Scott!
Post by: dcchong on June 27, 2014, 01:02:13 pm
Hi, somebody help!

I want to build bitshares_toolkit on my osx 10.8.4, but error message when "cmake -DCMAKE_PREFIX_PATH=/usr/local/ssl ."

Code: [Select]
-- Using custom FindBoost.cmake
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   coroutine
-- Configuring project fc located in: /Users/Deng/Desktop/bitshares/btsx/bitshares_toolkit/libraries/fc
-- Configuring fc to build on Unix/Apple
-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.54.0

  Boost include path: /usr/local/include

  The following Boost libraries could not be found:

          boost_chrono
          boost_locale

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  libraries/fc/CMakeLists.txt:68 (FIND_PACKAGE)

My cmake version is 2.8.12.2.
I build it with BUILD_OSX.md, but was always stuck at the step of cmake.   Do you guys have libboost_chrono.a and libboost_locale files?
Title: Re: Dry Run 6: Great Scott!
Post by: cgafeng on June 27, 2014, 01:16:55 pm
XTS5Aq18ByJL5QxoViB7nFbE8eEerD6TdWArPFXenEeqibm4wiLdL

Code: [Select]
XTS6vDU9M8ooPkzLdwpxekBCrDW3hGdqkcge2JLvoFXXScSK1fsyB

XTS4xCWe3KTzsw3dDWuuM5yhxBGzqsrZ8btWsZXJ7Yj4JuTtGVMzm

sent.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 01:43:44 pm
XTS5Aq18ByJL5QxoViB7nFbE8eEerD6TdWArPFXenEeqibm4wiLdL

sent.

thank you  ;)
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 27, 2014, 02:29:20 pm
I just had the following output:
"active delegates: 4"
displayed more than 1000 times in 1 sec in the console.
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 27, 2014, 02:33:34 pm
I just had the following output:
"active delegates: 4"
displayed more than 1000 times in 1 sec in the console.

I have noticed similar spam on occasion.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 02:36:44 pm
Special offer:
copy and paste in your terminal the next line for free !!!  :P

 wallet_set_delegate_trust liondani true
Title: Re: Dry Run 6: Great Scott!
Post by: laow on June 27, 2014, 02:46:33 pm
Hi Dan, what's the progress about the dedicated delegate P2P network  now?
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 27, 2014, 03:04:32 pm
I just had the following output:
"active delegates: 4"
displayed more than 1000 times in 1 sec in the console.

I have noticed similar spam on occasion.

This is from an older version of the code.
Title: Re: Dry Run 6: Great Scott!
Post by: svk on June 27, 2014, 03:34:22 pm
XTS5Aq18ByJL5QxoViB7nFbE8eEerD6TdWArPFXenEeqibm4wiLdL

Code: [Select]
XTS6vDU9M8ooPkzLdwpxekBCrDW3hGdqkcge2JLvoFXXScSK1fsyB

XTS4xCWe3KTzsw3dDWuuM5yhxBGzqsrZ8btWsZXJ7Yj4JuTtGVMzm

sent.

Received, thank you! And to the other anonymous donor..

I've got a delegate registered as svk-delegate, please vote for me so we can see if a micro server is enough to handle being a delegate!
Title: Re: Dry Run 6: Great Scott!
Post by: xeroc on June 27, 2014, 04:09:32 pm
Awesome feature
Quote
default (unlocked) >>> network_get_usage_stats
last minute:
                         *                                   297 bytes/sec
                         *                                   264 bytes/sec
                         *                                   231 bytes/sec
                         *                                   198 bytes/sec
                         *                                   165 bytes/sec
                         **                                  132 bytes/sec
                         **                                  99 bytes/sec
                         ***                                 66 bytes/sec
                         ****                                33 bytes/sec
************************************************************ 0 bytes/sec


last hour:
                           *                                 48042 bytes/sec
          **          *    *                                 42704 bytes/sec
         ***          *    *                                 37366 bytes/sec
        *****         *    *                                 32028 bytes/sec
     ********         * ** *       *                         26690 bytes/sec
    *********         * ****       *                         21352 bytes/sec
*  **********         * ****     ***                         16014 bytes/sec
*  **********  **     * ****     ****                        10676 bytes/sec
*  *************** *  * ****    *****                        5338 bytes/sec
************************************************************ 0 bytes/sec


by hour:
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec


Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 04:46:36 pm
Code: [Select]
433  liondani                      0.0000025000 %      0               0               

is it normal after some hours and some votes ... no blocks
Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 27, 2014, 04:52:40 pm
Code: [Select]
433  liondani                      0.0000025000 %      0               0               

is it normal after some hours and some votes ... no blocks

what does get_info have to say about seconds until next block?

Also does wallet_get_account liondani show that delegate block production is enabled?
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 05:25:59 pm
Code: [Select]
433  liondani                      0.0000025000 %      0               0               

is it normal after some hours and some votes ... no blocks

what does get_info have to say about seconds until next block?

Also does wallet_get_account liondani show that delegate block production is enabled?


Code: [Select]
liondani (unlocked) >>> getinfo
{
  "blockchain_head_block_num": 893,
  "blockchain_head_block_time": "20140627T172000",
  "blockchain_head_block_time_rel": "2 minutes old",
  "blockchain_confirmation_requirement": 272,
  "blockchain_average_delegate_participation": 65.373352855051237,
  "network_num_connections": 12,
  "ntp_time": "20140627T172138.353277",
  "ntp_error_seconds": 0.38650200000000001,
  "wallet_unlocked_seconds_remaining": 998476,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140627T172138",
  "blockchain_random_seed": "7057b0a8b01bf0acd72720b18d03110dc4b89da6",
  "blockchain_shares": 199999705068951,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20140709T064254",
  "wallet_version": 100
}


  "wallet_next_block_production_time": null,
   ???

  "block_production_enabled": true,
    ;)



Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 27, 2014, 05:28:11 pm
Are your delegates still in the top round?
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 27, 2014, 05:29:16 pm
Are your delegates still in the top round?

Actually if you just got voted in, you will have to wait until the next shuffle... multiple of 101 blocks.
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 27, 2014, 05:30:39 pm
We have identified a major cause of forks.... TCP connections going stale and peers not responding to our request for a block.  This will cause your client to hang at a given block number.   Eric has a partial fix implemented and should have the rest done later today. 

Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 27, 2014, 05:35:35 pm
Code: [Select]
433  liondani                      0.0000025000 %      0               0               

is it normal after some hours and some votes ... no blocks

what does get_info have to say about seconds until next block?

Also does wallet_get_account liondani show that delegate block production is enabled?


Code: [Select]
liondani (unlocked) >>> getinfo
{
  "blockchain_head_block_num": 893,
  "blockchain_head_block_time": "20140627T172000",
  "blockchain_head_block_time_rel": "2 minutes old",
  "blockchain_confirmation_requirement": 272,
  "blockchain_average_delegate_participation": 65.373352855051237,
  "network_num_connections": 12,
  "ntp_time": "20140627T172138.353277",
  "ntp_error_seconds": 0.38650200000000001,
  "wallet_unlocked_seconds_remaining": 998476,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140627T172138",
  "blockchain_random_seed": "7057b0a8b01bf0acd72720b18d03110dc4b89da6",
  "blockchain_shares": 199999705068951,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20140709T064254",
  "wallet_version": 100
}


  "wallet_next_block_production_time": null,
   ???

  "block_production_enabled": true,
    ;)

blocks are separated into 101 block rounds.  You may have made it into the top 101 during this last round.  If that is the case you will be added into the round that should start at about block 910.  If I was you I would double check get_info after block 910.  wallet_next_block_production time shouldn't be null at that point.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 05:37:48 pm
Are your delegates still in the top round?

Actually if you just got voted in, you will have to wait until the next shuffle... multiple of 101 blocks.

still in the top round like before... let's wait

Code: [Select]
416  happyshares-3                 0.0000450012 %      1               0               
372  xeroc-delegate-4              0.0000025112 %      8               2               
426  cass-delegate-x               0.0000025000 %      0               0               
433  liondani                      0.0000025000 %      0               0       <<<<<<<<<<<<<<<<<<<
358  jeffreyleefordelegate         0.0000016090 %      4               8               
382  scroodge                      0.0000015332 %      3               7               
51   init50                        0.0000012860 %      11              4               
58   init57                        0.0000012505 %      11              4   



Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 05:50:40 pm
thanks puppies  ;)
Title: Re: Dry Run 6: Great Scott!
Post by: alexxy on June 27, 2014, 06:07:34 pm
@bytemaster

Any ideas why i cannot co,mpile latest git?

Code: [Select]
[ 92%] Building CXX object libraries/client/CMakeFiles/bts_client.dir/client.cpp.o
/home/alexxy/Src/bitshares_toolkit/libraries/client/client.cpp:427:17: error: 'scoped_connection' in namespace 'fc' does not name a type
             fc::scoped_connection _time_discontinuity_connection;
                 ^
/home/alexxy/Src/bitshares_toolkit/libraries/client/client.cpp: In member function 'void bts::client::detail::client_impl::start_delegate_loop()':
/home/alexxy/Src/bitshares_toolkit/libraries/client/client.cpp:609:16: error: '_time_discontinuity_connection' was not declared in this scope
           if (!_time_discontinuity_connection.connected())
                ^

Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 27, 2014, 06:15:03 pm
congrats liondani
Code: [Select]
(wallet closed) >>> blockchain_get_account_record liondani
Record for 'liondani' -- Registered on 2014-Jun-27 14:14:00, last update was 4 hours ago
Owner's key: XTS6PCY72rTe2Ao6xJFekXyxETXTdTZBK8eQUZPb2TNDGW2Y6vv9U
NET VOTES           BLOCKS PRODUCED BLOCKS MISSED   PRODUCTION RATIO    LAST BLOCK #    TOTAL PAY           
----------------------------------------------------------------------------------------------------------------------------------------------------
2.50000361%         1               0               1                   912             0.00000 XTS
(wallet closed) >>>
Code: [Select]
(wallet closed) >>> blockchain_get_signing_delegate 912
"liondani"
(wallet closed) >>>
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 27, 2014, 06:42:33 pm
congrats liondani
Code: [Select]
(wallet closed) >>> blockchain_get_account_record liondani
Record for 'liondani' -- Registered on 2014-Jun-27 14:14:00, last update was 4 hours ago
Owner's key: XTS6PCY72rTe2Ao6xJFekXyxETXTdTZBK8eQUZPb2TNDGW2Y6vv9U
NET VOTES           BLOCKS PRODUCED BLOCKS MISSED   PRODUCTION RATIO    LAST BLOCK #    TOTAL PAY           
----------------------------------------------------------------------------------------------------------------------------------------------------
2.50000361%         1               0               1                   912             0.00000 XTS
(wallet closed) >>>
Code: [Select]
(wallet closed) >>> blockchain_get_signing_delegate 912
"liondani"
(wallet closed) >>>

thank you, thank you  ;) :)


  "wallet_next_block_production_time": "20140627T213200",
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 27, 2014, 08:41:08 pm
I have just posted an updated Mac wallet:   http://bitshares.org/BitSharesXT-0.0.7.dmg

This wallet has many fixes and enhancements.

I recommend delegates rebuild with the latest code to get updates that resolve some networking stalls.
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 27, 2014, 08:49:40 pm
When this chain hits 8.8 transactions per second...

(http://i1.ytimg.com/vi/JFT7hNhop7w/hqdefault.jpg)
Title: Re: Dry Run 6: Great Scott!
Post by: solaaire on June 27, 2014, 10:51:32 pm
I have just posted an updated Mac wallet:   http://bitshares.org/BitSharesXT-0.0.7.dmg

This wallet has many fixes and enhancements.

I recommend delegates rebuild with the latest code to get updates that resolve some networking stalls.

the latest mac wallet crashes 100% of the time for me on the "Loading Configuration" splash screen
Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 27, 2014, 11:02:34 pm
I have just posted an updated Mac wallet:   http://bitshares.org/BitSharesXT-0.0.7.dmg

This wallet has many fixes and enhancements.

I recommend delegates rebuild with the latest code to get updates that resolve some networking stalls.

the latest mac wallet crashes 100% of the time for me on the "Loading Configuration" splash screen
Have you wiped your old data directory?
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 27, 2014, 11:11:38 pm
Just the first time. 


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Dry Run 6: Great Scott!
Post by: solaaire on June 27, 2014, 11:12:12 pm
I have just posted an updated Mac wallet:   http://bitshares.org/BitSharesXT-0.0.7.dmg

This wallet has many fixes and enhancements.

I recommend delegates rebuild with the latest code to get updates that resolve some networking stalls.

the latest mac wallet crashes 100% of the time for me on the "Loading Configuration" splash screen
Have you wiped your old data directory?

DOH!! that fixed it. thanks puppies
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 28, 2014, 01:46:15 am
Could some of you please post the output of formatted like this:

Code: [Select]

blockchain_list_blocks   950 1050

   HEIGHT                          TIME      TXN COUNT                                                 SIGNING DELEGATE    SIZE    TOTAL FEES LATENCY
------------------------------------------------------------------------------------------------------------------------------------------------------
       950           2014-06-27T20:18:00             60                                                           init68   17618             6       1
       951           2014-06-27T20:20:00             59                                                           init90   16993           5.9       1
       952           2014-06-27T20:24:00            155                                                           init99   39938          15.5       1
       953           2014-06-27T20:26:00            117                                                         vikram16   34516       11.7005       1
       954           2014-06-27T20:28:00            116                                                           init92   32458          11.6       1
       955           2014-06-27T20:32:00            235                                                           init73   61426          23.5       1
       956           2014-06-27T20:34:00            116                                                            light   38314          11.6       4
       957           2014-06-27T20:38:00            234                                                           init14   61473          23.4       1
       958           2014-06-27T20:42:00             81                                                           init56   27287           8.1       1
       959           2014-06-27T20:44:00              3                                                          calyau3    1193           0.3       0
       960           2014-06-27T20:46:00            182                                                         spartako   50669          18.2       2
       961           2014-06-27T20:50:00            448                                                           xeldal  115543          44.8       4
       962           2014-06-27T20:56:00            678                                                           init61  181149          67.8       2
       963           2014-06-27T21:00:00            445                                                           init88  138863          44.5       2
       964           2014-06-27T21:02:00            224                                                           init98   72482       22.4002       1
       965           2014-06-27T21:04:00            226                                                         vikram12   63920          22.6       2
       966           2014-06-27T21:06:00            228                                                           init74   64405       22.8009       1
       967           2014-06-27T21:08:00            234                                                           init51   56210       141.365       1
       968           2014-06-27T21:12:00            456                                                           init50  110079          45.6       1
       969           2014-06-27T21:16:00            446                                                          vikram4  124181          44.6       3
       970           2014-06-27T21:18:00            228                                                            init5   76428       22.8005       2
       971           2014-06-27T21:20:00            224                                                    harvey-dragon   75122       22.4005       4
       972           2014-06-27T21:22:00            229                                                           init76   70041       22.9005       1
       973           2014-06-27T21:24:00            228                                                           init58   55131          22.8       1
       974           2014-06-27T21:26:00            226                                                           init60   54649          22.6       1
       975           2014-06-27T21:32:00            373                                                         liondani  124641          37.3      14
       976           2014-06-27T21:34:00            221                                                          vikram6   69764          22.1       2
       977           2014-06-27T21:36:00            224                                                            init6   63095          22.4       2
       978           2014-06-27T21:38:00            222                                                          vikram2   62613          22.2       2
       979           2014-06-27T21:40:00            222                                                           init96   62133          22.2       1
       980           2014-06-27T21:42:00            224                                                           init79   54167          22.4       1
       981           2014-06-27T21:44:00            224                                                           init85   54167          22.4       1
       982           2014-06-27T21:50:00            665                                                         vikram13  173984          66.5       4
       983           2014-06-27T21:52:00            223                                                            init3   75238          22.3       2
       984           2014-06-27T21:58:00            678                                                          vikram3  190748       67.8005       4
       985           2014-06-27T22:00:00            218                                                    happyshares-2   72689          21.8       4
       986           2014-06-27T22:02:00            230                                                       dele-puppy   71165            23       4
       987           2014-06-27T22:04:00            224                                                           init82   63287          22.4       1
       988           2014-06-27T22:12:00            905                                                          vikram1  226936          90.5       5
       989           2014-06-27T22:14:00            214                                                    happyshares-5   71149          21.4       3
       990           2014-06-27T22:18:00            682                                                     blockchainer  188065          68.2       5
       991           2014-06-27T22:20:00            220                                                harvey-oathkeeper   73555            22       4
       992           2014-06-27T22:22:00            229                                                    harvey-needle   70636          22.9       3
       993           2014-06-27T22:26:00            461                                                          vikram9  120596          46.1       3
       994           2014-06-27T22:30:00            454                                                            angel  128125          45.4      43
       995           2014-06-27T22:32:00            224                                                         vikram15   67799          22.4       2
       996           2014-06-27T22:36:00            456                                                          vikram8  123999          45.6       3
       997           2014-06-27T22:38:00            226                                                           init47   72889          22.6       1
       998           2014-06-27T22:42:00            406                                                           init78  108013          40.6       1
       999           2014-06-27T22:44:00            278                                                           init57   71789          27.8       1
      1000           2014-06-27T22:48:00            391                                                           init55  108910          39.1       1
      1001           2014-06-27T22:50:00            289                                                           init71   85000          28.9       2
      1002           2014-06-27T22:56:00            546                                                           init95  138105          54.6       2
      1003           2014-06-27T23:00:00            359                                                          vikram5  114734          35.9       3
      1004           2014-06-27T23:02:00            216                                                            init4   72399          21.6       2
      1005           2014-06-27T23:04:00            226                                                          calyau1   70297          22.6       4
      1006           2014-06-27T23:08:00            454                                                          bdnoble  117085          45.4       5
      1007           2014-06-27T23:10:00            226                                                    happyshares-1   70585          22.6       4
      1008           2014-06-27T23:12:00            228                                                           init80   62907          22.8       1
      1009           2014-06-27T23:14:00            226                                                    happyshares-3   62617          22.6       3
      1010           2014-06-27T23:16:00            226                                                  wackou-delegate   62809          22.6      63
      1011           2014-06-27T23:20:00            449                                                    harvey-dragon  115784          44.9       4
      1012           2014-06-27T23:24:00            459                                                             lexx  126834          45.9       5
      1013           2014-06-27T23:30:00            683                                                    happyshares-4  180441          68.3       8
      1014           2014-06-27T23:32:00            220                                                         alexxy-1   72979            22       3
      1015           2014-06-27T23:34:00            226                                                  emski-delegate3   66361          22.6     105
      1016           2014-06-27T23:36:00            228                                                         vikram14   57435          22.8       1
      1017           2014-06-27T23:40:00            450                                                            init9  121977            45       1
      1018           2014-06-27T23:46:00            687                                                            init6  181494          68.7       4
      1019           2014-06-27T23:48:00            218                                                harvey-oathkeeper   72887          21.8       3
      1020           2014-06-27T23:54:00            689                                                         alexxy-2  175928          68.9       8
      1021           2014-06-27T23:56:00            221                                                            init4   73220          22.1       2
      1022           2014-06-27T23:58:00            223                                                    harvey-needle   65926          22.3       3
      1023           2014-06-28T00:02:00            458                                                          vikram1  118625          45.8       3
      1024           2014-06-28T00:04:00            222                                                            init7   69717          22.2       1
      1025           2014-06-28T00:06:00            230                                                           init76   63293            23       1
      1026           2014-06-28T00:08:00            228                                                           init98   63771          22.8       1
      1027           2014-06-28T00:10:00            224                                                 delegate-cgafeng   61943          22.4       2
      1028           2014-06-28T00:12:00            228                                                           init60   63195          22.8       1
      1029           2014-06-28T00:14:00            228                                                           init96   62907          22.8       1
      1030           2014-06-28T00:16:00            227                                                         vikram12   63146          22.7       2
      1031           2014-06-28T00:18:00            225                                                          calyau2   62952          22.5       2
      1032           2014-06-28T00:20:00            230                                                    happyshares-5   63485            23       3
      1033           2014-06-28T00:22:00            227                                                    happyshares-3   61925          22.7       8
      1034           2014-06-28T00:24:00            226                                                         vikram11   62137          22.6       2
      1035           2014-06-28T00:26:00            228                                                    happyshares-1   63003          22.8       4
      1036           2014-06-28T00:28:00            228                                                           init81   62619          22.8       1
      1037           2014-06-28T00:30:00            230                                                           init90   55613            23       1
      1038           2014-06-28T00:32:00            218                                                           xeldal   67697          21.8       4
      1039           2014-06-28T00:40:00            474                                                     blockchainer  118353          47.4       9
      1040           2014-06-28T00:42:00            666                                                           lexx-2  180657          66.6       7
      1041           2014-06-28T00:44:00            222                                                       dele-puppy   73461          22.2       6
      1042           2014-06-28T00:52:00            910                                                           init11  230821            91       6
      1043           2014-06-28T00:54:00            216                                                       bitcoiners   66447          21.6       2
      1044           2014-06-28T00:56:00            230                                                         liondani   61757            23       6
      1045           2014-06-28T00:58:00            228                                                         vikram13   62331          22.8       2
      1046           2014-06-28T01:00:00            227                                                           init79   61610          22.7       1
      1047           2014-06-28T01:04:00            402                                                           init92  106473          40.2       1
      1048           2014-06-28T01:06:00            224                                                          vikram6   64343          22.4       2
      1049           2014-06-28T01:08:00            228                                                          vikram4   61371          22.8       2
      1050           2014-06-28T01:10:00            228                                                           init95   61755          22.8       1
      1051           2014-06-28T01:12:00            226                                                             bits   55801          22.6     202
      1052           2014-06-28T01:20:00            916                                                         crazybit  233419          91.6      34
      1053           2014-06-28T01:26:00            678                                                  delegate-dorian  190461          67.8       8
      1054           2014-06-28T01:28:00            220                                                     delegate-alt   72979            22       3
      1055           2014-06-28T01:30:00            228                                                          vikram5   62427          22.8       2
      1056           2014-06-28T01:32:00            230                                                           init14   62717            23       1
      1057           2014-06-28T01:34:00            230                                                           init61   55613            23       1
      1058           2014-06-28T01:36:00            230                                                           init65   55613            23       1

We are still seeing a lot of short forks and I suspect that the only explanation is inefficiencies in network propagation.

Looking at the result of various forks shows that all forks are "valid" or "unprocessed" which means the only thing that is keeping the network from running smoothly is broadcast delays where different nodes have different pictures of the network for minutes at a time before they catch up.     

Code: [Select]
blockchain_list_forks
   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
            864
     4f472992ee890c60a2c89c40218da56868caf0fe                      vikram10            701    236420 2014-06-27T15:34:00     13957     YES                 YES
     89b52d9ac95e7ee016734305259527f054d26ca5                 happyshares-1            336    113415 2014-06-27T15:36:00     13838     N/A                  NO
            865
     f661136d6bb02ab3b86d5006f49c7ff979aa47b1                 happyshares-4            745    251248 2014-06-27T15:56:00     12638     N/A                  NO
     2d6d3b5bd1e5047d26cbf0f78d82a1990dda921f              delegate-cgafeng            688    232039 2014-06-27T17:02:00      8677     N/A                  NO
            876
     535296a710de464fbc6c68117c3744e65076c496                         angel              0       182 2014-06-27T16:34:00     10357     YES                 YES
     7d3f0df47db626505782979eb5f8aefea8cbb1da                        init56              0       182 2014-06-27T16:36:00     10237     N/A                  NO
            878
     20c59846bda9b5b71c8053e86efd8524b639490d                         light              0       182 2014-06-27T16:40:00      9997     YES                 YES
     4e7fac2345cc33a9893446ecd6d0a9d4b74b0f96               emski-delegate3              0       182 2014-06-27T16:42:00      9877     N/A                  NO
            881
     3c8835eab991ec453b53e0254036955a07927e06               wackou-delegate              0       182 2014-06-27T16:52:00      9277     N/A                  NO
     c44a75b91470b224a907f0f66ef236b160fa976d                          bits              0       182 2014-06-27T16:50:00      9398     YES                 YES
            907
     6ddf0f06f147bdad23db547ad69196c5ac239920             xeroc-delegate-10              0       182 2014-06-27T18:00:00      5197     N/A                  NO
     cd6d61d20034cb525bf205394c16c04b4ca3050d                        init92              0       182 2014-06-27T18:02:00      5078     YES                 YES
            971
     bca5d21860fdbfceccb7d4e1ffd179563c797154                        init76            229     70041 2014-06-27T21:22:00         1     YES                 YES
     9240f5a23f1e5800d9a74e21d116a30a2d0e2074                       vikram7            909    233921 2014-06-27T21:28:00         5     N/A                  NO
            974
     a0ee8025e84bf0211690073cf6f752dc6df74694                        init89            370    102025 2014-06-27T21:30:00         1     YES                  NO
     1ee399975f05b7d036c7e0336b5576cc7dbb749a                      liondani            373    124641 2014-06-27T21:32:00        14     YES                 YES
            978
     ec26453195cd0566728d4369a8c9ac1ca1fd2876                        init96            222     62133 2014-06-27T21:40:00         1     YES                 YES
     e4907f7d81ddaa1659b89010f4676f09399d99b0              xeroc-delegate-4           1103    274550 2014-06-27T21:46:00       164     N/A                  NO
            983
     78d16a901a599728490e8071b04bba3d79fe0c08                        init65            347    105498 2014-06-27T21:54:00         2     YES                  NO
     56e75f4010a9cb7759a1b57a63917401063649b8                       vikram3            678    190748 2014-06-27T21:58:00         4     YES                 YES
            987
     00731f6e3374c23a2ff7f7e239cf4c1092abdba4                        init81            226     63297 2014-06-27T22:06:00         1     YES                  NO
     40dc7f79326d78d858a66104d5055037947b88ed                       vikram1            905    226936 2014-06-27T22:12:00         5     YES                 YES
            992
     e6289553d6a75f0c52bc3476476be27126162ba0                        init53            231     65166 2014-06-27T22:24:00         1     YES                  NO
     0298ef435fd00da06ebd64f4cb1dc48879ef1aa7                       vikram9            461    120596 2014-06-27T22:26:00         3     YES                 YES
            993
     87d5f94179caa03cd68afe6222164b961906e628                         angel            454    128125 2014-06-27T22:30:00        43     YES                 YES
     a33ac19f8b4c1e542215235c91cc7c5f42a1e98e                  delegate-alt            223     72454 2014-06-27T22:28:00       171     N/A                  NO
            996
     834e8241a4fc6adacd2c3c238e3927642cd5e807                        init47            226     72889 2014-06-27T22:38:00         1     YES                 YES
     3e3eb099bab9ac06358947b98a7f28ef2199641b                          bits            385    108232 2014-06-27T22:40:00         6     N/A                  NO
           1001
     c76dc2dae88dfd19c71dd4794a583cb764f7a2ae                        init95            546    138105 2014-06-27T22:56:00         2     YES                 YES
     8e8a42e676030bd9cb0732ed5a0eca0aa8cd97e4              delegate-cgafeng            321    104616 2014-06-27T22:58:00         3     N/A                  NO
           1010
     4ba55ebf1346291a404365e1fb84a71155ce3aee                        init73            228     62715 2014-06-27T23:18:00         1     YES                  NO
     97374e26946cc767a4d430714816b665a0ccbee4                 harvey-dragon            449    115784 2014-06-27T23:20:00         4     YES                 YES
           1012
     db89a5f4f926b6a7ac9d831958160d5b3819c5cf                        init82            455    125493 2014-06-27T23:28:00         2     YES                  NO
     8a14defbf62beeb735ea2864dad67baba826562e                 happyshares-4            683    180441 2014-06-27T23:30:00         8     YES                 YES
           1017
     e1eb14a30e9c5d44140a10ae3ccd5758502f8340                        init68            229     71116 2014-06-27T23:42:00         1     YES                  NO
     9bc9cf3c5292d0a167b2d537f5000ed2912de6d5                         init6            687    181494 2014-06-27T23:46:00         4     YES                 YES
           1019
     84068dc880949fb6a5c1ecd1873fe9e0dcf3e248                        init89            461    120980 2014-06-27T23:52:00         1     YES                  NO
     2c670c7f7441e97ab8293a836dce46c9904e198c                      alexxy-2            689    175928 2014-06-27T23:54:00         8     YES                 YES
           1022
     66d7230a985bd63e38eb307a6bd1c0a4a1cd08c5                        init55            230     63677 2014-06-28T00:00:00         1     YES                  NO
     bd987ab3f16c7631fc2a397123b540e79567bf9f                       vikram1            458    118625 2014-06-28T00:02:00         3     YES                 YES
           1038
     648e30bbf2c70fb1424b7aa1f28ef9274223ed6c                        init58            232     63295 2014-06-28T00:34:00         1     YES                  NO
     ac244aaa810f7774773f4cb3577180f3941f100f                  blockchainer            474    118353 2014-06-28T00:40:00         9     YES                 YES
           1041
     2f6e6b0ff725007ac18949b5172a1ce59bbf91fd                        init57            451    119914 2014-06-28T00:48:00         2     YES                  NO
     aa139aa6a40ca18119544a88c3a946065206c79c                        init11            910    230821 2014-06-28T00:52:00         6     YES                 YES
           1045
     3da6226c9b170bed4cff75cfa7ffb169c38cdb46                        init79            227     61610 2014-06-28T01:00:00         1     YES                 YES
     101a0c6b198fc3796312886293c867edd370d897                         light            456    116799 2014-06-28T01:02:00         4     N/A                  NO
           1051
     5f7991d3fb719117485c4c73587899a52c7665ce                        init59            688    178471 2014-06-28T01:18:00         2     YES                  NO
     b4c55b3c76e73828bd8c6246607d801e99d991d7                      crazybit            916    233419 2014-06-28T01:20:00        34     YES                 YES
           1055
     ff797fe1968182e870656a31cf9baeba5104bdc1                        init14            230     62717 2014-06-28T01:32:00         1     YES                 YES
     74baad4656f8aa9976437b6e3aa5980b4d3ed902               fox-delegate-99            723    180282 2014-06-28T01:38:00        14     N/A                  NO


Despite the large number of short forks, the network is suitable for production use as consensus is reached.   Delegates will just need to be a tad more pro-active early on to make sure their client doesn't get stuck on a fork.

Title: Re: Dry Run 6: Great Scott!
Post by: alt on June 28, 2014, 01:58:24 am
Code: [Select]
blockchain_list_blocks 950 200
    HEIGHT                     TIMESTAMP                                                 SIGNING DELEGATE      TXN COUNT    SIZE    TOTAL FEES LATENCY
------------------------------------------------------------------------------------------------------------------------------------------------------
       950           2014-06-27T20:18:00                                                           init68             60   17618             6   13045
       951           2014-06-27T20:20:00                                                           init90             59   16993           5.9   12925
       952           2014-06-27T20:24:00                                                           init99            155   39938          15.5   12686
       953           2014-06-27T20:26:00                                                         vikram16            117   34516       11.7005   12567
       954           2014-06-27T20:28:00                                                           init92            116   32458          11.6   12448
       955           2014-06-27T20:32:00                                                           init73            235   61426          23.5   12208
       956           2014-06-27T20:34:00                                                            light            116   38314          11.6   12089
       957           2014-06-27T20:38:00                                                           init14            234   61473          23.4   11849
       958           2014-06-27T20:42:00                                                           init56             81   27287           8.1   11610
       959           2014-06-27T20:44:00                                                          calyau3              3    1193           0.3   11491
       960           2014-06-27T20:46:00                                                         spartako            182   50669          18.2   11371
       961           2014-06-27T20:50:00                                                           xeldal            448  115543          44.8   11131
       962           2014-06-27T20:56:00                                                           init61            678  181149          67.8   10773
       963           2014-06-27T21:00:00                                                           init88            445  138863          44.5   10537
       964           2014-06-27T21:02:00                                                           init98            224   72482       22.4002   10418
       965           2014-06-27T21:04:00                                                         vikram12            226   63920          22.6   10299
       966           2014-06-27T21:06:00                                                           init74            228   64405       22.8009   10180
       967           2014-06-27T21:08:00                                                           init51            234   56210       141.365   10061
       968           2014-06-27T21:12:00                                                           init50            456  110079          45.6    9822
       969           2014-06-27T21:16:00                                                          vikram4            446  124181          44.6    9583
       970           2014-06-27T21:18:00                                                            init5            228   76428       22.8005    9465
       971           2014-06-27T21:20:00                                                    harvey-dragon            224   75122       22.4005    9347
       972           2014-06-27T21:22:00                                                           init76            229   70041       22.9005    9228
       973           2014-06-27T21:24:00                                                           init58            228   55131          22.8    9109
       974           2014-06-27T21:26:00                                                           init60            226   54649          22.6    8990
       975           2014-06-27T21:32:00                                                         liondani            373  124641          37.3    8630
       976           2014-06-27T21:34:00                                                          vikram6            221   69764          22.1    8512
       977           2014-06-27T21:36:00                                                            init6            224   63095          22.4    8393
       978           2014-06-27T21:38:00                                                          vikram2            222   62613          22.2    8274
       979           2014-06-27T21:40:00                                                           init96            222   62133          22.2    8155
       980           2014-06-27T21:42:00                                                           init79            224   54167          22.4    8036
       981           2014-06-27T21:44:00                                                           init85            224   54167          22.4    7917
       982           2014-06-27T21:50:00                                                         vikram13            665  173984          66.5    7559
       983           2014-06-27T21:52:00                                                            init3            223   75238          22.3    7442
       984           2014-06-27T21:58:00                                                          vikram3            678  190748       67.8005    7084
       985           2014-06-27T22:00:00                                                    happyshares-2            218   72689          21.8    6968
       986           2014-06-27T22:02:00                                                       dele-puppy            230   71165            23    6849
       987           2014-06-27T22:04:00                                                           init82            224   63287          22.4    6731
       988           2014-06-27T22:12:00                                                          vikram1            905  226936          90.5    6252
       989           2014-06-27T22:14:00                                                    happyshares-5            214   71149          21.4    6136
       990           2014-06-27T22:18:00                                                     blockchainer            682  188065          68.2    5897
       991           2014-06-27T22:20:00                                                harvey-oathkeeper            220   73555            22    5781
       992           2014-06-27T22:22:00                                                    harvey-needle            229   70636          22.9    5663
       993           2014-06-27T22:26:00                                                          vikram9            461  120596          46.1    5424
       994           2014-06-27T22:30:00                                                            angel            454  128125          45.4    5185
       995           2014-06-27T22:32:00                                                         vikram15            224   67799          22.4    5068
       996           2014-06-27T22:36:00                                                          vikram8            456  123999          45.6    4829
       997           2014-06-27T22:38:00                                                           init47            226   72889          22.6    4711
       998           2014-06-27T22:42:00                                                           init78            406  108013          40.6    4472
       999           2014-06-27T22:44:00                                                           init57            278   71789          27.8    4354
      1000           2014-06-27T22:48:00                                                           init55            391  108910          39.1    4115
      1001           2014-06-27T22:50:00                                                           init71            289   85000          28.9    3996
      1002           2014-06-27T22:56:00                                                           init95            546  138105          54.6    3637
      1003           2014-06-27T23:00:00                                                          vikram5            359  114734          35.9    3399
      1004           2014-06-27T23:02:00                                                            init4            216   72399          21.6    3281
      1005           2014-06-27T23:04:00                                                          calyau1            226   70297          22.6    3162
      1006           2014-06-27T23:08:00                                                          bdnoble            454  117085          45.4    2922
      1007           2014-06-27T23:10:00                                                    happyshares-1            226   70585          22.6    2804
      1008           2014-06-27T23:12:00                                                           init80            228   62907          22.8    2686
      1009           2014-06-27T23:14:00                                                    happyshares-3            226   62617          22.6    2567
      1010           2014-06-27T23:16:00                                                  wackou-delegate            226   62809          22.6    2448
      1011           2014-06-27T23:20:00                                                    harvey-dragon            449  115784          44.9    2209
      1012           2014-06-27T23:24:00                                                             lexx            459  126834          45.9    1971
      1013           2014-06-27T23:30:00                                                    happyshares-4            683  180441          68.3    1613
      1014           2014-06-27T23:32:00                                                         alexxy-1            220   72979            22    1495
      1015           2014-06-27T23:34:00                                                  emski-delegate3            226   66361          22.6    1376
      1016           2014-06-27T23:36:00                                                         vikram14            228   57435          22.8    1257
      1017           2014-06-27T23:40:00                                                            init9            450  121977            45    1018
      1018           2014-06-27T23:46:00                                                            init6            687  181494          68.7     661
      1019           2014-06-27T23:48:00                                                harvey-oathkeeper            218   72887          21.8     541
      1020           2014-06-27T23:54:00                                                         alexxy-2            689  175928          68.9     184
      1021           2014-06-27T23:56:00                                                            init4            221   73220          22.1      67
      1022           2014-06-27T23:58:00                                                    harvey-needle            223   65926          22.3       8
      1023           2014-06-28T00:02:00                                                          vikram1            458  118625          45.8       6
      1024           2014-06-28T00:04:00                                                            init7            222   69717          22.2       3
      1025           2014-06-28T00:06:00                                                           init76            230   63293            23      66
      1026           2014-06-28T00:08:00                                                           init98            228   63771          22.8      17
      1027           2014-06-28T00:10:00                                                 delegate-cgafeng            224   61943          22.4       3
      1028           2014-06-28T00:12:00                                                           init60            228   63195          22.8      61
      1029           2014-06-28T00:14:00                                                           init96            228   62907          22.8      64
      1030           2014-06-28T00:16:00                                                         vikram12            227   63146          22.7      26
      1031           2014-06-28T00:18:00                                                          calyau2            225   62952          22.5       4
      1032           2014-06-28T00:20:00                                                    happyshares-5            230   63485            23       4
      1033           2014-06-28T00:22:00                                                    happyshares-3            227   61925          22.7      13
      1034           2014-06-28T00:24:00                                                         vikram11            226   62137          22.6       5
      1035           2014-06-28T00:26:00                                                    happyshares-1            228   63003          22.8       5
      1036           2014-06-28T00:28:00                                                           init81            228   62619          22.8     133
      1037           2014-06-28T00:30:00                                                           init90            230   55613            23      16
      1038           2014-06-28T00:32:00                                                           xeldal            218   67697          21.8       5
      1039           2014-06-28T00:40:00                                                     blockchainer            474  118353          47.4       8
      1040           2014-06-28T00:42:00                                                           lexx-2            666  180657          66.6      10
      1041           2014-06-28T00:44:00                                                       dele-puppy            222   73461          22.2      10
      1042           2014-06-28T00:52:00                                                           init11            910  230821            91      13
      1043           2014-06-28T00:54:00                                                       bitcoiners            216   66447          21.6       3
      1044           2014-06-28T00:56:00                                                         liondani            230   61757            23       6
      1045           2014-06-28T00:58:00                                                         vikram13            228   62331          22.8       4
      1046           2014-06-28T01:00:00                                                           init79            227   61610          22.7     248
      1047           2014-06-28T01:04:00                                                           init92            402  106473          40.2       9
      1048           2014-06-28T01:06:00                                                          vikram6            224   64343          22.4       4
      1049           2014-06-28T01:08:00                                                          vikram4            228   61371          22.8       4
      1050           2014-06-28T01:10:00                                                           init95            228   61755          22.8     114
      1051           2014-06-28T01:12:00                                                             bits            226   55801          22.6     199
      1052           2014-06-28T01:20:00                                                         crazybit            916  233419          91.6      41
      1053           2014-06-28T01:26:00                                                  delegate-dorian            678  190461          67.8       3
      1054           2014-06-28T01:28:00                                                     delegate-alt            220   72979            22       2
      1055           2014-06-28T01:30:00                                                          vikram5            228   62427          22.8       5
      1056           2014-06-28T01:38:00                                                  fox-delegate-99            723  180282          72.3      17
      1057           2014-06-28T01:40:00                                                          calyau3            415  119878          41.5       7
      1058           2014-06-28T01:44:00                                                           init10            452  122747          45.2       7
      1059           2014-06-28T01:46:00                                                            angel            225   68136          22.5       1
      1060           2014-06-28T01:48:00                                                           lexx-1            229   61324          22.9       4
      1061           2014-06-28T01:52:00                                                            init8            454  117085          45.4       6
      1062           2014-06-28T01:54:00                                                            init5            228   68859          22.8       5
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 28, 2014, 01:58:28 am
Code: [Select]
emski (unlocked) >>> about
{
  "bitshares_toolkit_revision": "3da3e3a3f8301da9c51a30d5d2f8fe1e1757242f",
  "bitshares_toolkit_revision_age": "4 hours ago",
  "fc_revision": "1e80a7071ff414fd679886112f0d833bdf1fec3b",
  "fc_revision_age": "7 hours ago",
  "compile_date": "compiled on Jun 28 2014 at 03:52:20"
}
emski (unlocked) >>> blockchain_list_blocks 950 1050
10 assert_exception: Assert Exception
count <= 1000:
    {}
    th_a  client.cpp:720 blockchain_list_blocks

    {}
    th_a  common_api_client.cpp:323 blockchain_list_blocks

    {"command":"blockchain_list_blocks"}
    th_a  cli.cpp:544 execute_command

emski (unlocked) >>> blockchain_list_forks
No forks.

Title: Re: Dry Run 6: Great Scott!
Post by: yellowecho on June 28, 2014, 01:59:41 am
Despite the large number of short forks, the network is suitable for production use as consensus is reached.   Delegates will just need to be a tad more pro-active early on to make sure their client doesn't get stuck on a fork.

Fantastic!  Could you post a status update in the official thread?  Next steps and/or timelines would also be cool  8)
Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 28, 2014, 02:02:13 am
From my delegate node

Code: [Select]
    HEIGHT                          TIME      TXN COUNT                                                 SIGNING DELEGATE    SIZE    TOTAL FEES LATENCY
------------------------------------------------------------------------------------------------------------------------------------------------------
       950           2014-06-27T20:18:00             60                                                           init68   17618             6       1
       951           2014-06-27T20:20:00             59                                                           init90   16993           5.9       1
       952           2014-06-27T20:24:00            155                                                           init99   39938          15.5       2
       953           2014-06-27T20:26:00            117                                                         vikram16   34516       11.7005       2
       954           2014-06-27T20:28:00            116                                                           init92   32458          11.6       1
       955           2014-06-27T20:32:00            235                                                           init73   61426          23.5       3
       956           2014-06-27T20:34:00            116                                                            light   38314          11.6       2
       957           2014-06-27T20:38:00            234                                                           init14   61473          23.4       3
       958           2014-06-27T20:42:00             81                                                           init56   27287           8.1       2
       959           2014-06-27T20:44:00              3                                                          calyau3    1193           0.3       0
       960           2014-06-27T20:46:00            182                                                         spartako   50669          18.2       2
       961           2014-06-27T20:50:00            448                                                           xeldal  115543          44.8       4
       962           2014-06-27T20:56:00            678                                                           init61  181149          67.8       7
       963           2014-06-27T21:00:00            445                                                           init88  138863          44.5       5
       964           2014-06-27T21:02:00            224                                                           init98   72482       22.4002       3
       965           2014-06-27T21:04:00            226                                                         vikram12   63920          22.6       3
       966           2014-06-27T21:06:00            228                                                           init74   64405       22.8009     506
       967           2014-06-27T21:08:00            234                                                           init51   56210       141.365     388
       968           2014-06-27T21:12:00            456                                                           init50  110079          45.6     150
       969           2014-06-27T21:16:00            446                                                          vikram4  124181          44.6       5
       970           2014-06-27T21:18:00            228                                                            init5   76428       22.8005       4
       971           2014-06-27T21:20:00            224                                                    harvey-dragon   75122       22.4005       4
       972           2014-06-27T21:22:00            229                                                           init76   70041       22.9005     413
       973           2014-06-27T21:24:00            228                                                           init58   55131          22.8     293
       974           2014-06-27T21:26:00            226                                                           init60   54649          22.6     175
       975           2014-06-27T21:32:00            373                                                         liondani  124641          37.3       9
       976           2014-06-27T21:34:00            221                                                          vikram6   69764          22.1       4
       977           2014-06-27T21:36:00            224                                                            init6   63095          22.4       3
       978           2014-06-27T21:38:00            222                                                          vikram2   62613          22.2       3
       979           2014-06-27T21:40:00            222                                                           init96   62133          22.2     521
       980           2014-06-27T21:42:00            224                                                           init79   54167          22.4     404
       981           2014-06-27T21:44:00            224                                                           init85   54167          22.4     286
       982           2014-06-27T21:50:00            665                                                         vikram13  173984          66.5       7
       983           2014-06-27T21:52:00            223                                                            init3   75238          22.3       3
       984           2014-06-27T21:58:00            678                                                          vikram3  190748       67.8005       8
       985           2014-06-27T22:00:00            218                                                    happyshares-2   72689          21.8       1
       986           2014-06-27T22:02:00            230                                                       dele-puppy   71165            23       1
       987           2014-06-27T22:04:00            224                                                           init82   63287          22.4      12
       988           2014-06-27T22:12:00            905                                                          vikram1  226936          90.5       9
       989           2014-06-27T22:14:00            214                                                    happyshares-5   71149          21.4       1
       990           2014-06-27T22:18:00            682                                                     blockchainer  188065          68.2       3
       991           2014-06-27T22:20:00            220                                                harvey-oathkeeper   73555            22       4
       992           2014-06-27T22:22:00            229                                                    harvey-needle   70636          22.9       3
       993           2014-06-27T22:26:00            461                                                          vikram9  120596          46.1       5
       994           2014-06-27T22:30:00            454                                                            angel  128125          45.4      43
       995           2014-06-27T22:32:00            224                                                         vikram15   67799          22.4       3
       996           2014-06-27T22:36:00            456                                                          vikram8  123999          45.6       6
       997           2014-06-27T22:38:00            226                                                           init47   72889          22.6    1042
       998           2014-06-27T22:42:00            406                                                           init78  108013          40.6     804
       999           2014-06-27T22:44:00            278                                                           init57   71789          27.8     684
      1000           2014-06-27T22:48:00            391                                                           init55  108910          39.1     445
      1001           2014-06-27T22:50:00            289                                                           init71   85000          28.9     329
      1002           2014-06-27T22:56:00            546                                                           init95  138105          54.6     124
      1003           2014-06-27T23:00:00            359                                                          vikram5  114734          35.9       5
      1004           2014-06-27T23:02:00            216                                                            init4   72399          21.6       2
      1005           2014-06-27T23:04:00            226                                                          calyau1   70297          22.6       3
      1006           2014-06-27T23:08:00            454                                                          bdnoble  117085          45.4       5
      1007           2014-06-27T23:10:00            226                                                    happyshares-1   70585          22.6       2
      1008           2014-06-27T23:12:00            228                                                           init80   62907          22.8       4
      1009           2014-06-27T23:14:00            226                                                    happyshares-3   62617          22.6       2
      1010           2014-06-27T23:16:00            226                                                  wackou-delegate   62809          22.6      63
      1011           2014-06-27T23:20:00            449                                                    harvey-dragon  115784          44.9       5
      1012           2014-06-27T23:24:00            459                                                             lexx  126834          45.9       5
      1013           2014-06-27T23:30:00            683                                                    happyshares-4  180441          68.3       5
      1014           2014-06-27T23:32:00            220                                                         alexxy-1   72979            22       3
      1015           2014-06-27T23:34:00            226                                                  emski-delegate3   66361          22.6     105
      1016           2014-06-27T23:36:00            228                                                         vikram14   57435          22.8       3
      1017           2014-06-27T23:40:00            450                                                            init9  121977            45       3
      1018           2014-06-27T23:46:00            687                                                            init6  181494          68.7       8
      1019           2014-06-27T23:48:00            218                                                harvey-oathkeeper   72887          21.8       3
      1020           2014-06-27T23:54:00            689                                                         alexxy-2  175928          68.9       7
      1021           2014-06-27T23:56:00            221                                                            init4   73220          22.1       3
      1022           2014-06-27T23:58:00            223                                                    harvey-needle   65926          22.3       3
      1023           2014-06-28T00:02:00            458                                                          vikram1  118625          45.8       5
      1024           2014-06-28T00:04:00            222                                                            init7   69717          22.2       1
      1025           2014-06-28T00:06:00            230                                                           init76   63293            23      66
      1026           2014-06-28T00:08:00            228                                                           init98   63771          22.8      16
      1027           2014-06-28T00:10:00            224                                                 delegate-cgafeng   61943          22.4       2
      1028           2014-06-28T00:12:00            228                                                           init60   63195          22.8      62
      1029           2014-06-28T00:14:00            228                                                           init96   62907          22.8      63
      1030           2014-06-28T00:16:00            227                                                         vikram12   63146          22.7       3
      1031           2014-06-28T00:18:00            225                                                          calyau2   62952          22.5       3
      1032           2014-06-28T00:20:00            230                                                    happyshares-5   63485            23       2
      1033           2014-06-28T00:22:00            227                                                    happyshares-3   61925          22.7       2
      1034           2014-06-28T00:24:00            226                                                         vikram11   62137          22.6       3
      1035           2014-06-28T00:26:00            228                                                    happyshares-1   63003          22.8       2
      1036           2014-06-28T00:28:00            228                                                           init81   62619          22.8     132
      1037           2014-06-28T00:30:00            230                                                           init90   55613            23      13
      1038           2014-06-28T00:32:00            218                                                           xeldal   67697          21.8       3
      1039           2014-06-28T00:40:00            474                                                     blockchainer  118353          47.4       6
      1040           2014-06-28T00:42:00            666                                                           lexx-2  180657          66.6       7
      1041           2014-06-28T00:44:00            222                                                       dele-puppy   73461          22.2       1
      1042           2014-06-28T00:52:00            910                                                           init11  230821            91       6
      1043           2014-06-28T00:54:00            216                                                       bitcoiners   66447          21.6       1
      1044           2014-06-28T00:56:00            230                                                         liondani   61757            23       6
      1045           2014-06-28T00:58:00            228                                                         vikram13   62331          22.8       3
      1046           2014-06-28T01:00:00            227                                                           init79   61610          22.7     247
      1047           2014-06-28T01:04:00            402                                                           init92  106473          40.2       9
      1048           2014-06-28T01:06:00            224                                                          vikram6   64343          22.4       3
      1049           2014-06-28T01:08:00            228                                                          vikram4   61371          22.8       3
      1050           2014-06-28T01:10:00            228                                                           init95   61755          22.8     112
      1051           2014-06-28T01:12:00            226                                                             bits   55801          22.6     202
      1052           2014-06-28T01:20:00            916                                                         crazybit  233419          91.6      38
      1053           2014-06-28T01:26:00            678                                                  delegate-dorian  190461          67.8       8
      1054           2014-06-28T01:28:00            220                                                     delegate-alt   72979            22       4
      1055           2014-06-28T01:30:00            228                                                          vikram5   62427          22.8       2
      1056           2014-06-28T01:38:00            723                                                  fox-delegate-99  180282          72.3       7
      1057           2014-06-28T01:40:00            415                                                          calyau3  119878          41.5       6
      1058           2014-06-28T01:44:00            452                                                           init10  122747          45.2       2
      1059           2014-06-28T01:46:00            225                                                            angel   68136          22.5       2
      1060           2014-06-28T01:48:00            229                                                           lexx-1   61324          22.9       3
      1061           2014-06-28T01:52:00            454                                                            init8  117085          45.4       2
      1062           2014-06-28T01:54:00            228                                                            init5   68859          22.8       3

Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 28, 2014, 02:03:34 am
Code: [Select]
blockchain_list_blocks 950 1000
    HEIGHT                     TIMESTAMP                                                 SIGNING DELEGATE      TXN COUNT    SIZE    TOTAL FEES LATENCY
------------------------------------------------------------------------------------------------------------------------------------------------------
       950           2014-06-27T20:18:00                                                           init68             60   17618             6   17586
       951           2014-06-27T20:20:00                                                           init90             59   16993           5.9   17466
       952           2014-06-27T20:24:00                                                           init99            155   39938          15.5   17226
       953           2014-06-27T20:26:00                                                         vikram16            117   34516       11.7005   17107
       954           2014-06-27T20:28:00                                                           init92            116   32458          11.6   16987
       955           2014-06-27T20:32:00                                                           init73            235   61426          23.5   16747
       956           2014-06-27T20:34:00                                                            light            116   38314          11.6   16627
       957           2014-06-27T20:38:00                                                           init14            234   61473          23.4   16387
       958           2014-06-27T20:42:00                                                           init56             81   27287           8.1   16148
       959           2014-06-27T20:44:00                                                          calyau3              3    1193           0.3   16028
       960           2014-06-27T20:46:00                                                         spartako            182   50669          18.2   15908
       961           2014-06-27T20:50:00                                                           xeldal            448  115543          44.8   15668
       962           2014-06-27T20:56:00                                                           init61            678  181149          67.8   15309
       963           2014-06-27T21:00:00                                                           init88            445  138863          44.5   15070
       964           2014-06-27T21:02:00                                                           init98            224   72482       22.4002   14950
       965           2014-06-27T21:04:00                                                         vikram12            226   63920          22.6   14831
       966           2014-06-27T21:06:00                                                           init74            228   64405       22.8009   14711
       967           2014-06-27T21:08:00                                                           init51            234   56210       141.365   14591
       968           2014-06-27T21:12:00                                                           init50            456  110079          45.6   14352
       969           2014-06-27T21:16:00                                                          vikram4            446  124181          44.6   14112
       970           2014-06-27T21:18:00                                                            init5            228   76428       22.8005   13993
       971           2014-06-27T21:20:00                                                    harvey-dragon            224   75122       22.4005   13873
       972           2014-06-27T21:22:00                                                           init76            229   70041       22.9005   13754
       973           2014-06-27T21:24:00                                                           init58            228   55131          22.8   13634
       974           2014-06-27T21:26:00                                                           init60            226   54649          22.6   13514
       975           2014-06-27T21:32:00                                                         liondani            373  124641          37.3   13154
       976           2014-06-27T21:34:00                                                          vikram6            221   69764          22.1   13035
       977           2014-06-27T21:36:00                                                            init6            224   63095          22.4   12915
       978           2014-06-27T21:38:00                                                          vikram2            222   62613          22.2   12796
       979           2014-06-27T21:40:00                                                           init96            222   62133          22.2   12676
       980           2014-06-27T21:42:00                                                           init79            224   54167          22.4   12556
       981           2014-06-27T21:44:00                                                           init85            224   54167          22.4   12437
       982           2014-06-27T21:50:00                                                         vikram13            665  173984          66.5   12077
       983           2014-06-27T21:52:00                                                            init3            223   75238          22.3   11958
       984           2014-06-27T21:58:00                                                          vikram3            678  190748       67.8005   11599
       985           2014-06-27T22:00:00                                                    happyshares-2            218   72689          21.8   11479
       986           2014-06-27T22:02:00                                                       dele-puppy            230   71165            23   11360
       987           2014-06-27T22:04:00                                                           init82            224   63287          22.4   11240
       988           2014-06-27T22:12:00                                                          vikram1            905  226936          90.5   10761
       989           2014-06-27T22:14:00                                                    happyshares-5            214   71149          21.4   10642
       990           2014-06-27T22:18:00                                                     blockchainer            682  188065          68.2   10402
       991           2014-06-27T22:20:00                                                harvey-oathkeeper            220   73555            22   10283
       992           2014-06-27T22:22:00                                                    harvey-needle            229   70636          22.9   10163
       993           2014-06-27T22:26:00                                                          vikram9            461  120596          46.1    9924
       994           2014-06-27T22:30:00                                                            angel            454  128125          45.4    9684
       995           2014-06-27T22:32:00                                                         vikram15            224   67799          22.4    9565
       996           2014-06-27T22:36:00                                                          vikram8            456  123999          45.6    9325
       997           2014-06-27T22:38:00                                                           init47            226   72889          22.6    9206
       998           2014-06-27T22:42:00                                                           init78            406  108013          40.6    8966
       999           2014-06-27T22:44:00                                                           init57            278   71789          27.8    8847
      1000           2014-06-27T22:48:00                                                           init55            391  108910          39.1    8607
      1001           2014-06-27T22:50:00                                                           init71            289   85000          28.9    8488
      1002           2014-06-27T22:56:00                                                           init95            546  138105          54.6    8128
      1003           2014-06-27T23:00:00                                                          vikram5            359  114734          35.9    7889
      1004           2014-06-27T23:02:00                                                            init4            216   72399          21.6    7769
      1005           2014-06-27T23:04:00                                                          calyau1            226   70297          22.6    7650
      1006           2014-06-27T23:08:00                                                          bdnoble            454  117085          45.4    7410
      1007           2014-06-27T23:10:00                                                    happyshares-1            226   70585          22.6    7290
      1008           2014-06-27T23:12:00                                                           init80            228   62907          22.8    7171
      1009           2014-06-27T23:14:00                                                    happyshares-3            226   62617          22.6    7051
      1010           2014-06-27T23:16:00                                                  wackou-delegate            226   62809          22.6    6931
      1011           2014-06-27T23:20:00                                                    harvey-dragon            449  115784          44.9    6692
      1012           2014-06-27T23:24:00                                                             lexx            459  126834          45.9    6452
      1013           2014-06-27T23:30:00                                                    happyshares-4            683  180441          68.3    6093
      1014           2014-06-27T23:32:00                                                         alexxy-1            220   72979            22    5974
      1015           2014-06-27T23:34:00                                                  emski-delegate3            226   66361          22.6    5854
      1016           2014-06-27T23:36:00                                                         vikram14            228   57435          22.8    5734
      1017           2014-06-27T23:40:00                                                            init9            450  121977            45    5495
      1018           2014-06-27T23:46:00                                                            init6            687  181494          68.7    5136
      1019           2014-06-27T23:48:00                                                harvey-oathkeeper            218   72887          21.8    5016
      1020           2014-06-27T23:54:00                                                         alexxy-2            689  175928          68.9    4657
      1021           2014-06-27T23:56:00                                                            init4            221   73220          22.1    4538
      1022           2014-06-27T23:58:00                                                    harvey-needle            223   65926          22.3    4418
      1023           2014-06-28T00:02:00                                                          vikram1            458  118625          45.8    4178
      1024           2014-06-28T00:04:00                                                            init7            222   69717          22.2    4059
      1025           2014-06-28T00:06:00                                                           init76            230   63293            23    3939
      1026           2014-06-28T00:08:00                                                           init98            228   63771          22.8    3820
      1027           2014-06-28T00:10:00                                                 delegate-cgafeng            224   61943          22.4    3700
      1028           2014-06-28T00:12:00                                                           init60            228   63195          22.8    3580
      1029           2014-06-28T00:14:00                                                           init96            228   62907          22.8    3460
      1030           2014-06-28T00:16:00                                                         vikram12            227   63146          22.7    3341
      1031           2014-06-28T00:18:00                                                          calyau2            225   62952          22.5    3221
      1032           2014-06-28T00:20:00                                                    happyshares-5            230   63485            23    3101
      1033           2014-06-28T00:22:00                                                    happyshares-3            227   61925          22.7    2982
      1034           2014-06-28T00:24:00                                                         vikram11            226   62137          22.6    2862
      1035           2014-06-28T00:26:00                                                    happyshares-1            228   63003          22.8    2742
      1036           2014-06-28T00:28:00                                                           init81            228   62619          22.8    2623
      1037           2014-06-28T00:30:00                                                           init90            230   55613            23    2503
      1038           2014-06-28T00:32:00                                                           xeldal            218   67697          21.8    2383
      1039           2014-06-28T00:40:00                                                     blockchainer            474  118353          47.4    1903
      1040           2014-06-28T00:42:00                                                           lexx-2            666  180657          66.6    1784
      1041           2014-06-28T00:44:00                                                       dele-puppy            222   73461          22.2    1665
      1042           2014-06-28T00:52:00                                                           init11            910  230821            91    1185
      1043           2014-06-28T00:54:00                                                       bitcoiners            216   66447          21.6    1066
      1044           2014-06-28T00:56:00                                                         liondani            230   61757            23     947
      1045           2014-06-28T00:58:00                                                         vikram13            228   62331          22.8     827
      1046           2014-06-28T01:00:00                                                           init79            227   61610          22.7     708
      1047           2014-06-28T01:04:00                                                           init92            402  106473          40.2     468
      1048           2014-06-28T01:06:00                                                          vikram6            224   64343          22.4     348
      1049           2014-06-28T01:08:00                                                          vikram4            228   61371          22.8     229
      1050           2014-06-28T01:10:00                                                           init95            228   61755          22.8     110
      1051           2014-06-28T01:12:00                                                             bits            226   55801          22.6     204
      1052           2014-06-28T01:20:00                                                         crazybit            916  233419          91.6      35
      1053           2014-06-28T01:26:00                                                  delegate-dorian            678  190461          67.8      10
      1054           2014-06-28T01:28:00                                                     delegate-alt            220   72979            22       4
      1055           2014-06-28T01:30:00                                                          vikram5            228   62427          22.8       3
      1056           2014-06-28T01:38:00                                                  fox-delegate-99            723  180282          72.3      14
      1057           2014-06-28T01:40:00                                                          calyau3            415  119878          41.5       7
      1058           2014-06-28T01:44:00                                                           init10            452  122747          45.2       5
      1059           2014-06-28T01:46:00                                                            angel            225   68136          22.5       0
      1060           2014-06-28T01:48:00                                                           lexx-1            229   61324          22.9       2
      1061           2014-06-28T01:52:00                                                            init8            454  117085          45.4       5
      1062           2014-06-28T01:54:00                                                            init5            228   68859          22.8       3
      1063           2014-06-28T02:00:00                                                    happyshares-2            688  172711          68.8       7

Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 28, 2014, 02:04:39 am
from my seed node (haven't checked for variance)
Code: [Select]
HEIGHT    TIME                          TXN COUNT      SIGNING DELEGATE                                                 SIZE    LATENCY
----------------------------------------------------------------------------------------------------------------------------------------
950       2014-06-27T20:18:00           60             init68                                                           17618   1
951       2014-06-27T20:20:00           59             init90                                                           16993   1
952       2014-06-27T20:24:00           155            init99                                                           39938
953       2014-06-27T20:26:00           117            vikram16                                                         34516   1
954       2014-06-27T20:28:00           116            init92                                                           32458   2
955       2014-06-27T20:32:00           235            init73                                                           61426
956       2014-06-27T20:34:00           116            light                                                            38314   2
957       2014-06-27T20:38:00           234            init14                                                           61473
958       2014-06-27T20:42:00           81             init56                                                           27287
959       2014-06-27T20:44:00           3              calyau3                                                          1193    0
960       2014-06-27T20:46:00           182            spartako                                                         50669   1
961       2014-06-27T20:50:00           448            xeldal                                                           115543
962       2014-06-27T20:56:00           678            init61                                                           181149
963       2014-06-27T21:00:00           445            init88                                                           138863
964       2014-06-27T21:02:00           224            init98                                                           72482   3
965       2014-06-27T21:04:00           226            vikram12                                                         63920   3
966       2014-06-27T21:06:00           228            init74                                                           64405
967       2014-06-27T21:08:00           234            init51                                                           56210
968       2014-06-27T21:12:00           456            init50                                                           110079
969       2014-06-27T21:16:00           446            vikram4                                                          124181
970       2014-06-27T21:18:00           228            init5                                                            76428   2
971       2014-06-27T21:20:00           224            harvey-dragon                                                    75122   4
972       2014-06-27T21:22:00           229            init76                                                           70041
973       2014-06-27T21:24:00           228            init58                                                           55131
974       2014-06-27T21:26:00           226            init60                                                           54649
975       2014-06-27T21:32:00           373            liondani                                                         124641
976       2014-06-27T21:34:00           221            vikram6                                                          69764   2
977       2014-06-27T21:36:00           224            init6                                                            63095   2
978       2014-06-27T21:38:00           222            vikram2                                                          62613   2
979       2014-06-27T21:40:00           222            init96                                                           62133
980       2014-06-27T21:42:00           224            init79                                                           54167
981       2014-06-27T21:44:00           224            init85                                                           54167
982       2014-06-27T21:50:00           665            vikram13                                                         173984
983       2014-06-27T21:52:00           223            init3                                                            75238   3
984       2014-06-27T21:58:00           678            vikram3                                                          190748
985       2014-06-27T22:00:00           218            happyshares-2                                                    72689   2
986       2014-06-27T22:02:00           230            dele-puppy                                                       71165   3
987       2014-06-27T22:04:00           224            init82                                                           63287   13
988       2014-06-27T22:12:00           905            vikram1                                                          226936
989       2014-06-27T22:14:00           214            happyshares-5                                                    71149   2
990       2014-06-27T22:18:00           682            blockchainer                                                     188065
991       2014-06-27T22:20:00           220            harvey-oathkeeper                                                73555   5
992       2014-06-27T22:22:00           229            harvey-needle                                                    70636   4
993       2014-06-27T22:26:00           461            vikram9                                                          120596
994       2014-06-27T22:30:00           454            angel                                                            128125
995       2014-06-27T22:32:00           224            vikram15                                                         67799   2
996       2014-06-27T22:36:00           456            vikram8                                                          123999
997       2014-06-27T22:38:00           226            init47                                                           72889
998       2014-06-27T22:42:00           406            init78                                                           108013
999       2014-06-27T22:44:00           278            init57                                                           71789
1000      2014-06-27T22:48:00           391            init55                                                           108910
1001      2014-06-27T22:50:00           289            init71                                                           85000
1002      2014-06-27T22:56:00           546            init95                                                           138105
1003      2014-06-27T23:00:00           359            vikram5                                                          114734
1004      2014-06-27T23:02:00           216            init4                                                            72399   2
1005      2014-06-27T23:04:00           226            calyau1                                                          70297   2
1006      2014-06-27T23:08:00           454            bdnoble                                                          117085
1007      2014-06-27T23:10:00           226            happyshares-1                                                    70585   3
1008      2014-06-27T23:12:00           228            init80                                                           62907   4
1009      2014-06-27T23:14:00           226            happyshares-3                                                    62617   2
1010      2014-06-27T23:16:00           226            wackou-delegate                                                  62809   63
1011      2014-06-27T23:20:00           449            harvey-dragon                                                    115784
1012      2014-06-27T23:24:00           459            lexx                                                             126834
1013      2014-06-27T23:30:00           683            happyshares-4                                                    180441
1014      2014-06-27T23:32:00           220            alexxy-1                                                         72979   3
1015      2014-06-27T23:34:00           226            emski-delegate3                                                  66361   105
1016      2014-06-27T23:36:00           228            vikram14                                                         57435   2
1017      2014-06-27T23:40:00           450            init9                                                            121977
1018      2014-06-27T23:46:00           687            init6                                                            181494
1019      2014-06-27T23:48:00           218            harvey-oathkeeper                                                72887   5
1020      2014-06-27T23:54:00           689            alexxy-2                                                         175928
1021      2014-06-27T23:56:00           221            init4                                                            73220   3
1022      2014-06-27T23:58:00           223            harvey-needle                                                    65926   5
1023      2014-06-28T00:02:00           458            vikram1                                                          118625
1024      2014-06-28T00:04:00           222            init7                                                            69717   3
1025      2014-06-28T00:06:00           230            init76                                                           63293   64
1026      2014-06-28T00:08:00           228            init98                                                           63771   17
1027      2014-06-28T00:10:00           224            delegate-cgafeng                                                 61943   2
1028      2014-06-28T00:12:00           228            init60                                                           63195   63
1029      2014-06-28T00:14:00           228            init96                                                           62907   64
1030      2014-06-28T00:16:00           227            vikram12                                                         63146   3
1031      2014-06-28T00:18:00           225            calyau2                                                          62952   1
1032      2014-06-28T00:20:00           230            happyshares-5                                                    63485   2
1033      2014-06-28T00:22:00           227            happyshares-3                                                    61925   7
1034      2014-06-28T00:24:00           226            vikram11                                                         62137   2
1035      2014-06-28T00:26:00           228            happyshares-1                                                    63003   3
1036      2014-06-28T00:28:00           228            init81                                                           62619
1037      2014-06-28T00:30:00           230            init90                                                           55613   13
1038      2014-06-28T00:32:00           218            xeldal                                                           67697   5
1039      2014-06-28T00:40:00           474            blockchainer                                                     118353
1040      2014-06-28T00:42:00           666            lexx-2                                                           180657  6
1041      2014-06-28T00:44:00           222            dele-puppy                                                       73461   8
1042      2014-06-28T00:52:00           910            init11                                                           230821
1043      2014-06-28T00:54:00           216            bitcoiners                                                       66447   4
1044      2014-06-28T00:56:00           230            liondani                                                         61757   6
1045      2014-06-28T00:58:00           228            vikram13                                                         62331   2
1046      2014-06-28T01:00:00           227            init79                                                           61610
1047      2014-06-28T01:04:00           402            init92                                                           106473
1048      2014-06-28T01:06:00           224            vikram6                                                          64343   2
1049      2014-06-28T01:08:00           228            vikram4                                                          61371   2
1050      2014-06-28T01:10:00           228            init95                                                           61755   112
1051      2014-06-28T01:12:00           226            bits                                                             55801
1052      2014-06-28T01:20:00           916            crazybit                                                         233419
1053      2014-06-28T01:26:00           678            delegate-dorian                                                  190461
1054      2014-06-28T01:28:00           220            delegate-alt                                                     72979   4
1055      2014-06-28T01:30:00           228            vikram5                                                          62427   2
1056      2014-06-28T01:38:00           723            fox-delegate-99                                                  180282
1057      2014-06-28T01:40:00           415            calyau3                                                          119878  4
1058      2014-06-28T01:44:00           452            init10                                                           122747
1059      2014-06-28T01:46:00           225            angel                                                            68136   2
1060      2014-06-28T01:48:00           229            lexx-1                                                           61324   2
1061      2014-06-28T01:52:00           454            init8                                                            117085
1062      2014-06-28T01:54:00           228            init5                                                            68859   3
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 28, 2014, 02:09:17 am
Code: [Select]
blockchain_list_blocks 950 200
    HEIGHT                     TIMESTAMP                                                 SIGNING DELEGATE      TXN COUNT    SIZE    TOTAL FEES LATENCY
------------------------------------------------------------------------------------------------------------------------------------------------------
       950           2014-06-27T20:18:00                                                           init68             60   17618             6   13045
       951           2014-06-27T20:20:00                                                           init90             59   16993           5.9   12925
       952           2014-06-27T20:24:00                                                           init99            155   39938          15.5   12686
       953           2014-06-27T20:26:00                                                         vikram16            117   34516       11.7005   12567
       954           2014-06-27T20:28:00                                                           init92            116   32458          11.6   12448
       955           2014-06-27T20:32:00                                                           init73            235   61426          23.5   12208
       956           2014-06-27T20:34:00                                                            light            116   38314          11.6   12089
       957           2014-06-27T20:38:00                                                           init14            234   61473          23.4   11849
       958           2014-06-27T20:42:00                                                           init56             81   27287           8.1   11610
       959           2014-06-27T20:44:00                                                          calyau3              3    1193           0.3   11491
       960           2014-06-27T20:46:00                                                         spartako            182   50669          18.2   11371
       961           2014-06-27T20:50:00                                                           xeldal            448  115543          44.8   11131
       962           2014-06-27T20:56:00                                                           init61            678  181149          67.8   10773
       963           2014-06-27T21:00:00                                                           init88            445  138863          44.5   10537
       964           2014-06-27T21:02:00                                                           init98            224   72482       22.4002   10418
       965           2014-06-27T21:04:00                                                         vikram12            226   63920          22.6   10299
       966           2014-06-27T21:06:00                                                           init74            228   64405       22.8009   10180
       967           2014-06-27T21:08:00                                                           init51            234   56210       141.365   10061
       968           2014-06-27T21:12:00                                                           init50            456  110079          45.6    9822
       969           2014-06-27T21:16:00                                                          vikram4            446  124181          44.6    9583
       970           2014-06-27T21:18:00                                                            init5            228   76428       22.8005    9465
       971           2014-06-27T21:20:00                                                    harvey-dragon            224   75122       22.4005    9347
       972           2014-06-27T21:22:00                                                           init76            229   70041       22.9005    9228
       973           2014-06-27T21:24:00                                                           init58            228   55131          22.8    9109
       974           2014-06-27T21:26:00                                                           init60            226   54649          22.6    8990
       975           2014-06-27T21:32:00                                                         liondani            373  124641          37.3    8630
       976           2014-06-27T21:34:00                                                          vikram6            221   69764          22.1    8512
       977           2014-06-27T21:36:00                                                            init6            224   63095          22.4    8393
       978           2014-06-27T21:38:00                                                          vikram2            222   62613          22.2    8274
       979           2014-06-27T21:40:00                                                           init96            222   62133          22.2    8155
       980           2014-06-27T21:42:00                                                           init79            224   54167          22.4    8036
       981           2014-06-27T21:44:00                                                           init85            224   54167          22.4    7917
       982           2014-06-27T21:50:00                                                         vikram13            665  173984          66.5    7559
       983           2014-06-27T21:52:00                                                            init3            223   75238          22.3    7442
       984           2014-06-27T21:58:00                                                          vikram3            678  190748       67.8005    7084
       985           2014-06-27T22:00:00                                                    happyshares-2            218   72689          21.8    6968
       986           2014-06-27T22:02:00                                                       dele-puppy            230   71165            23    6849
       987           2014-06-27T22:04:00                                                           init82            224   63287          22.4    6731
       988           2014-06-27T22:12:00                                                          vikram1            905  226936          90.5    6252
       989           2014-06-27T22:14:00                                                    happyshares-5            214   71149          21.4    6136
       990           2014-06-27T22:18:00                                                     blockchainer            682  188065          68.2    5897
       991           2014-06-27T22:20:00                                                harvey-oathkeeper            220   73555            22    5781
       992           2014-06-27T22:22:00                                                    harvey-needle            229   70636          22.9    5663
       993           2014-06-27T22:26:00                                                          vikram9            461  120596          46.1    5424
       994           2014-06-27T22:30:00                                                            angel            454  128125          45.4    5185
       995           2014-06-27T22:32:00                                                         vikram15            224   67799          22.4    5068
       996           2014-06-27T22:36:00                                                          vikram8            456  123999          45.6    4829
       997           2014-06-27T22:38:00                                                           init47            226   72889          22.6    4711
       998           2014-06-27T22:42:00                                                           init78            406  108013          40.6    4472
       999           2014-06-27T22:44:00                                                           init57            278   71789          27.8    4354
      1000           2014-06-27T22:48:00                                                           init55            391  108910          39.1    4115
      1001           2014-06-27T22:50:00                                                           init71            289   85000          28.9    3996
      1002           2014-06-27T22:56:00                                                           init95            546  138105          54.6    3637
      1003           2014-06-27T23:00:00                                                          vikram5            359  114734          35.9    3399
      1004           2014-06-27T23:02:00                                                            init4            216   72399          21.6    3281
      1005           2014-06-27T23:04:00                                                          calyau1            226   70297          22.6    3162
      1006           2014-06-27T23:08:00                                                          bdnoble            454  117085          45.4    2922
      1007           2014-06-27T23:10:00                                                    happyshares-1            226   70585          22.6    2804
      1008           2014-06-27T23:12:00                                                           init80            228   62907          22.8    2686
      1009           2014-06-27T23:14:00                                                    happyshares-3            226   62617          22.6    2567
      1010           2014-06-27T23:16:00                                                  wackou-delegate            226   62809          22.6    2448
      1011           2014-06-27T23:20:00                                                    harvey-dragon            449  115784          44.9    2209
      1012           2014-06-27T23:24:00                                                             lexx            459  126834          45.9    1971
      1013           2014-06-27T23:30:00                                                    happyshares-4            683  180441          68.3    1613
      1014           2014-06-27T23:32:00                                                         alexxy-1            220   72979            22    1495
      1015           2014-06-27T23:34:00                                                  emski-delegate3            226   66361          22.6    1376
      1016           2014-06-27T23:36:00                                                         vikram14            228   57435          22.8    1257
      1017           2014-06-27T23:40:00                                                            init9            450  121977            45    1018
      1018           2014-06-27T23:46:00                                                            init6            687  181494          68.7     661
      1019           2014-06-27T23:48:00                                                harvey-oathkeeper            218   72887          21.8     541
      1020           2014-06-27T23:54:00                                                         alexxy-2            689  175928          68.9     184
      1021           2014-06-27T23:56:00                                                            init4            221   73220          22.1      67
      1022           2014-06-27T23:58:00                                                    harvey-needle            223   65926          22.3       8
      1023           2014-06-28T00:02:00                                                          vikram1            458  118625          45.8       6
      1024           2014-06-28T00:04:00                                                            init7            222   69717          22.2       3
      1025           2014-06-28T00:06:00                                                           init76            230   63293            23      66
      1026           2014-06-28T00:08:00                                                           init98            228   63771          22.8      17
      1027           2014-06-28T00:10:00                                                 delegate-cgafeng            224   61943          22.4       3
      1028           2014-06-28T00:12:00                                                           init60            228   63195          22.8      61
      1029           2014-06-28T00:14:00                                                           init96            228   62907          22.8      64
      1030           2014-06-28T00:16:00                                                         vikram12            227   63146          22.7      26
      1031           2014-06-28T00:18:00                                                          calyau2            225   62952          22.5       4
      1032           2014-06-28T00:20:00                                                    happyshares-5            230   63485            23       4
      1033           2014-06-28T00:22:00                                                    happyshares-3            227   61925          22.7      13
      1034           2014-06-28T00:24:00                                                         vikram11            226   62137          22.6       5
      1035           2014-06-28T00:26:00                                                    happyshares-1            228   63003          22.8       5
      1036           2014-06-28T00:28:00                                                           init81            228   62619          22.8     133
      1037           2014-06-28T00:30:00                                                           init90            230   55613            23      16
      1038           2014-06-28T00:32:00                                                           xeldal            218   67697          21.8       5
      1039           2014-06-28T00:40:00                                                     blockchainer            474  118353          47.4       8
      1040           2014-06-28T00:42:00                                                           lexx-2            666  180657          66.6      10
      1041           2014-06-28T00:44:00                                                       dele-puppy            222   73461          22.2      10
      1042           2014-06-28T00:52:00                                                           init11            910  230821            91      13
      1043           2014-06-28T00:54:00                                                       bitcoiners            216   66447          21.6       3
      1044           2014-06-28T00:56:00                                                         liondani            230   61757            23       6
      1045           2014-06-28T00:58:00                                                         vikram13            228   62331          22.8       4
      1046           2014-06-28T01:00:00                                                           init79            227   61610          22.7     248
      1047           2014-06-28T01:04:00                                                           init92            402  106473          40.2       9
      1048           2014-06-28T01:06:00                                                          vikram6            224   64343          22.4       4
      1049           2014-06-28T01:08:00                                                          vikram4            228   61371          22.8       4
      1050           2014-06-28T01:10:00                                                           init95            228   61755          22.8     114
      1051           2014-06-28T01:12:00                                                             bits            226   55801          22.6     199
      1052           2014-06-28T01:20:00                                                         crazybit            916  233419          91.6      41
      1053           2014-06-28T01:26:00                                                  delegate-dorian            678  190461          67.8       3
      1054           2014-06-28T01:28:00                                                     delegate-alt            220   72979            22       2
      1055           2014-06-28T01:30:00                                                          vikram5            228   62427          22.8       5
      1056           2014-06-28T01:38:00                                                  fox-delegate-99            723  180282          72.3      17
      1057           2014-06-28T01:40:00                                                          calyau3            415  119878          41.5       7
      1058           2014-06-28T01:44:00                                                           init10            452  122747          45.2       7
      1059           2014-06-28T01:46:00                                                            angel            225   68136          22.5       1
      1060           2014-06-28T01:48:00                                                           lexx-1            229   61324          22.9       4
      1061           2014-06-28T01:52:00                                                            init8            454  117085          45.4       6
      1062           2014-06-28T01:54:00                                                            init5            228   68859          22.8       5

This is a good example that shows how forks are being caused, most blocks you received within a couple of seconds (processing time), but from time to time you experienced a 2-5 minute delay in receiving the block.  This delay is long enough for you to end up creating a fork.
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 28, 2014, 02:13:26 am

This is a good example that shows how forks are being caused, most blocks you received within a couple of seconds (processing time), but from time to time you experienced a 2-5 minute delay in receiving the block.  This delay is long enough for you to end up creating a fork.

My latency is similar however I'm certain in my bandwidth. EDIT: And latency. There seems to be no network issues on my end.
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 28, 2014, 02:15:45 am

This is a good example that shows how forks are being caused, most blocks you received within a couple of seconds (processing time), but from time to time you experienced a 2-5 minute delay in receiving the block.  This delay is long enough for you to end up creating a fork.

My latency is similar however I'm certain in my bandwidth. EDIT: And latency. There seems to be no network issues on my end.

Latency in this case is not likely internet round trip time, but more likely caused by algorithm bugs and timeout settings in our software.  In other words, things we can enhance over time.
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 28, 2014, 02:16:13 am
I noticed the latency went down after I updated to the newest version.
Could the large latency be caused by older version ?
Could it be caused by client running for a long time ?

Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 28, 2014, 02:18:01 am
I noticed the latency went down after I updated to the newest version.
Could the large latency be caused by older version ?
Could it be caused by client running for a long time ?

Latency is the delta time between the block time stamp and when you pushed it into your database.  If you re-sync then all the old blocks will show high latency.   In other words, the latency metric is only valid for blocks you received while online in real time.
Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 28, 2014, 02:19:43 am
why is the timestamp always at 00 seconds?  this must be the delegates time at block signing? 

What is the latency column a measure of?  it doesn't seem to correlate with any other column, but reduces over time with alt.  with my readouts it varies, but never gets over 1k.

Alt did you upgrade client around block 1020?  Emski around 1050?

I'm confused.

**edit** explained latency while I was typing.**
Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 28, 2014, 02:21:52 am
I noticed the latency went down after I updated to the newest version.
Could the large latency be caused by older version ?
Could it be caused by client running for a long time ?

Latency is the delta time between the block time stamp and when you pushed it into your database.  If you re-sync then all the old blocks will show high latency.   In other words, the latency metric is only valid for blocks you received while online in real time.

and latency is seconds?  milliseconds?
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 28, 2014, 02:22:23 am
I noticed the latency went down after I updated to the newest version.
Could the large latency be caused by older version ?
Could it be caused by client running for a long time ?

Latency is the delta time between the block time stamp and when you pushed it into your database.  If you re-sync then all the old blocks will show high latency.   In other words, the latency metric is only valid for blocks you received while online in real time.

and latency is seconds?  milliseconds?

Seconds.
Title: Re: Dry Run 6: Great Scott!
Post by: puppies on June 28, 2014, 02:27:05 am
Is there a way for us to dig deeper into what the latency issue was for any particular block.  For example both of my nodes and alts node had higher than average latency for block 1050.  My windows gui client also had almost a 2 minute latency for block 1050.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 28, 2014, 03:28:48 am
Code: [Select]
liondani (unlocked) >>> blockchain_list_blocks 950 200
    HEIGHT                          TIME      TXN COUNT                                                 SIGNING DELEGATE    SIZE LATENCY
----------------------------------------------------------------------------------------------------------------------------------------
       950           2014-06-27T20:18:00             60                                                           init68   17618       2
       951           2014-06-27T20:20:00             59                                                           init90   16993       1
       952           2014-06-27T20:24:00            155                                                           init99   39938       
       953           2014-06-27T20:26:00            117                                                         vikram16   34516       2
       954           2014-06-27T20:28:00            116                                                           init92   32458       2
       955           2014-06-27T20:32:00            235                                                           init73   61426       
       956           2014-06-27T20:34:00            116                                                            light   38314       2
       957           2014-06-27T20:38:00            234                                                           init14   61473       
       958           2014-06-27T20:42:00             81                                                           init56   27287       
       959           2014-06-27T20:44:00              3                                                          calyau3    1193       0
       960           2014-06-27T20:46:00            182                                                         spartako   50669       2
       961           2014-06-27T20:50:00            448                                                           xeldal  115543       
       962           2014-06-27T20:56:00            678                                                           init61  181149       
       963           2014-06-27T21:00:00            445                                                           init88  138863       
       964           2014-06-27T21:02:00            224                                                           init98   72482       3
       965           2014-06-27T21:04:00            226                                                         vikram12   63920       5
       966           2014-06-27T21:06:00            228                                                           init74   64405       
       967           2014-06-27T21:08:00            234                                                           init51   56210       
       968           2014-06-27T21:12:00            456                                                           init50  110079       
       969           2014-06-27T21:16:00            446                                                          vikram4  124181       
       970           2014-06-27T21:18:00            228                                                            init5   76428       4
       971           2014-06-27T21:20:00            224                                                    harvey-dragon   75122       3
       972           2014-06-27T21:22:00            229                                                           init76   70041       
       973           2014-06-27T21:24:00            228                                                           init58   55131       
       974           2014-06-27T21:26:00            226                                                           init60   54649       
       975           2014-06-27T21:32:00            373                                                         liondani  124641       
       976           2014-06-27T21:34:00            221                                                          vikram6   69764       4
       977           2014-06-27T21:36:00            224                                                            init6   63095       3
       978           2014-06-27T21:38:00            222                                                          vikram2   62613       3
       979           2014-06-27T21:40:00            222                                                           init96   62133       
       980           2014-06-27T21:42:00            224                                                           init79   54167       
       981           2014-06-27T21:44:00            224                                                           init85   54167       
       982           2014-06-27T21:50:00            665                                                         vikram13  173984       
       983           2014-06-27T21:52:00            223                                                            init3   75238       3
       984           2014-06-27T21:58:00            678                                                          vikram3  190748       
       985           2014-06-27T22:00:00            218                                                    happyshares-2   72689       2
       986           2014-06-27T22:02:00            230                                                       dele-puppy   71165       4
       987           2014-06-27T22:04:00            224                                                           init82   63287      13
       988           2014-06-27T22:12:00            905                                                          vikram1  226936       
       989           2014-06-27T22:14:00            214                                                    happyshares-5   71149       2
       990           2014-06-27T22:18:00            682                                                     blockchainer  188065       
       991           2014-06-27T22:20:00            220                                                harvey-oathkeeper   73555       4
       992           2014-06-27T22:22:00            229                                                    harvey-needle   70636       3
       993           2014-06-27T22:26:00            461                                                          vikram9  120596       
       994           2014-06-27T22:30:00            454                                                            angel  128125       
       995           2014-06-27T22:32:00            224                                                         vikram15   67799       3
       996           2014-06-27T22:36:00            456                                                          vikram8  123999       
       997           2014-06-27T22:38:00            226                                                           init47   72889       
       998           2014-06-27T22:42:00            406                                                           init78  108013       
       999           2014-06-27T22:44:00            278                                                           init57   71789       
      1000           2014-06-27T22:48:00            391                                                           init55  108910       
      1001           2014-06-27T22:50:00            289                                                           init71   85000       
      1002           2014-06-27T22:56:00            546                                                           init95  138105       
      1003           2014-06-27T23:00:00            359                                                          vikram5  114734       
      1004           2014-06-27T23:02:00            216                                                            init4   72399       4
      1005           2014-06-27T23:04:00            226                                                          calyau1   70297       3
      1006           2014-06-27T23:08:00            454                                                          bdnoble  117085       
      1007           2014-06-27T23:10:00            226                                                    happyshares-1   70585       3
      1008           2014-06-27T23:12:00            228                                                           init80   62907       6
      1009           2014-06-27T23:14:00            226                                                    happyshares-3   62617       3
      1010           2014-06-27T23:16:00            226                                                  wackou-delegate   62809      65
      1011           2014-06-27T23:20:00            449                                                    harvey-dragon  115784       
      1012           2014-06-27T23:24:00            459                                                             lexx  126834       
      1013           2014-06-27T23:30:00            683                                                    happyshares-4  180441       
      1014           2014-06-27T23:32:00            220                                                         alexxy-1   72979       3
      1015           2014-06-27T23:34:00            226                                                  emski-delegate3   66361     106
      1016           2014-06-27T23:36:00            228                                                         vikram14   57435       3
      1017           2014-06-27T23:40:00            450                                                            init9  121977       
      1018           2014-06-27T23:46:00            687                                                            init6  181494       
      1019           2014-06-27T23:48:00            218                                                harvey-oathkeeper   72887       4
      1020           2014-06-27T23:54:00            689                                                         alexxy-2  175928       
      1021           2014-06-27T23:56:00            221                                                            init4   73220       4
      1022           2014-06-27T23:58:00            223                                                    harvey-needle   65926       3
      1023           2014-06-28T00:02:00            458                                                          vikram1  118625       
      1024           2014-06-28T00:04:00            222                                                            init7   69717       3
      1025           2014-06-28T00:06:00            230                                                           init76   63293      66
      1026           2014-06-28T00:08:00            228                                                           init98   63771      17
      1027           2014-06-28T00:10:00            224                                                 delegate-cgafeng   61943       3
      1028           2014-06-28T00:12:00            228                                                           init60   63195      63
      1029           2014-06-28T00:14:00            228                                                           init96   62907      64
      1030           2014-06-28T00:16:00            227                                                         vikram12   63146       4
      1031           2014-06-28T00:18:00            225                                                          calyau2   62952       3
      1032           2014-06-28T00:20:00            230                                                    happyshares-5   63485       3
      1033           2014-06-28T00:22:00            227                                                    happyshares-3   61925       7
      1034           2014-06-28T00:24:00            226                                                         vikram11   62137       3
      1035           2014-06-28T00:26:00            228                                                    happyshares-1   63003       4
      1036           2014-06-28T00:28:00            228                                                           init81   62619       
      1037           2014-06-28T00:30:00            230                                                           init90   55613      13
      1038           2014-06-28T00:32:00            218                                                           xeldal   67697       2
      1039           2014-06-28T00:40:00            474                                                     blockchainer  118353       
      1040           2014-06-28T00:42:00            666                                                           lexx-2  180657       7
      1041           2014-06-28T00:44:00            222                                                       dele-puppy   73461       8
      1042           2014-06-28T00:52:00            910                                                           init11  230821       
      1043           2014-06-28T00:54:00            216                                                       bitcoiners   66447       2
      1044           2014-06-28T00:56:00            230                                                         liondani   61757       1
      1045           2014-06-28T00:58:00            228                                                         vikram13   62331       3
      1046           2014-06-28T01:00:00            227                                                           init79   61610       
      1047           2014-06-28T01:04:00            402                                                           init92  106473       
      1048           2014-06-28T01:06:00            224                                                          vikram6   64343       3
      1049           2014-06-28T01:08:00            228                                                          vikram4   61371       3
      1050           2014-06-28T01:10:00            228                                                           init95   61755     113
      1051           2014-06-28T01:12:00            226                                                             bits   55801       
      1052           2014-06-28T01:20:00            916                                                         crazybit  233419       
      1053           2014-06-28T01:26:00            678                                                  delegate-dorian  190461       
      1054           2014-06-28T01:28:00            220                                                     delegate-alt   72979       4
      1055           2014-06-28T01:30:00            228                                                          vikram5   62427       4
      1056           2014-06-28T01:38:00            723                                                  fox-delegate-99  180282       
      1057           2014-06-28T01:40:00            415                                                          calyau3  119878       6
      1058           2014-06-28T01:44:00            452                                                           init10  122747       
      1059           2014-06-28T01:46:00            225                                                            angel   68136       2
      1060           2014-06-28T01:48:00            229                                                           lexx-1   61324       3
      1061           2014-06-28T01:52:00            454                                                            init8  117085       
      1062           2014-06-28T01:54:00            228                                                            init5   68859       4
      1063           2014-06-28T02:00:00            688                                                    happyshares-2  172711       
      1064           2014-06-28T02:04:00            452                                                          vikram8  129371       
      1065           2014-06-28T02:06:00            226                                                          vikram2   67993       5
      1066           2014-06-28T02:08:00            226                                                          vikram3   60889       3
      1067           2014-06-28T02:10:00            228                                                 xeroc-delegate-4   62139      32
      1068           2014-06-28T02:12:00            228                                                  emski-delegate4   61851       3
      1069           2014-06-28T02:14:00            231                                                            init3   62382       3
      1070           2014-06-28T02:16:00            228                                                         vikram10   61947       6
      1071           2014-06-28T02:22:00            686                                                          vikram7  172421       
      1072           2014-06-28T02:24:00            220                                                         vikram15   72595       6
      1073           2014-06-28T02:28:00            458                                                         vikram16  116897       
      1074           2014-06-28T02:30:00            224                                                  delegate-dragon   66839       3
      1075           2014-06-28T02:32:00            228                                                           init47   61371      46
      1076           2014-06-28T02:34:00            228                                                          vikram9   61371       7
      1077           2014-06-28T02:36:00            226                                                          calyau1   61369       5
      1078           2014-06-28T02:38:00            228                                                           bts101   61275       6
      1079           2014-06-28T02:40:00            228                                                           init73   62235     111
      1080           2014-06-28T02:42:00            224                                                    harvey-dragon   55319       6
      1081           2014-06-28T02:44:00            228                                                delegate-watchman   66843       3
      1082           2014-06-28T02:48:00            458                                                   delegate-baozi  117089       
      1083           2014-06-28T02:50:00            226                                                           init82   68185      33
      1084           2014-06-28T02:52:00            226                                                    happyshares-4   60889       6
      1085           2014-06-28T02:56:00            458                                                  emski-delegate3  117473       
      1086           2014-06-28T02:58:00            225                                                         vikram14   68232       4
      1087           2014-06-28T03:04:00            690                                                           init68  173289       
      1088           2014-06-28T03:08:00            450                                                            init6  128313       
      1089           2014-06-28T03:10:00            220                                                harvey-oathkeeper   66451       3
      1090           2014-06-28T03:14:00            462                                                           init89  118149       
      1091           2014-06-28T03:18:00            454                                                            init4  122653       
      1092           2014-06-28T03:20:00            218                                                    harvey-needle   72305       7
      1093           2014-06-28T03:22:00            232                                                           init55   64159      52
      1094           2014-06-28T03:24:00            228                                                          vikram1   61851       3
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 28, 2014, 04:17:23 am
my   "blockchain_head_block_age": "10 minutes old",

is it normal?

Code: [Select]
      1106           2014-06-28T04:00:00                                                           init85            508  130291          50.8      14
      1107           2014-06-28T04:08:00                                                         immortal            911  237691          91.1      11
      1108           2014-06-28T04:10:00                                                           init57            220   72211            22      39
      1109           2014-06-28T04:20:00                                                         vikram13           1144  291631         114.4      16

Code: [Select]
{
  "blockchain_head_block_num": 1108,
  "blockchain_head_block_age": "10 minutes old",
  "blockchain_head_block_timestamp": "20140628T041000",
  "blockchain_average_delegate_participation": 63.522012578616355,
  "blockchain_confirmation_requirement": 277,
  "blockchain_share_supply": 199999272890658,
  "blockchain_random_seed": "d508f1b029e65000f33fa94a800383b80f80b3f7",
  "blockchain_database_version": 108,
  "blockchain_version": 104,
  "network_num_connections": 12,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140628T041953",
  "ntp_error": -0.006391,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "12 days in the future",
  "wallet_unlocked_until_timestamp": "20140709T175834",
  "wallet_time_until_next_block_production": "58 minutes in the future",
  "wallet_next_block_production_timestamp": "20140628T051800",
  "
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 28, 2014, 04:24:40 am
my   "blockchain_head_block_age": "10 minutes old",

is it normal?

It happens every now and then if you ask me....
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 28, 2014, 04:28:21 am
it is 5 times slower than designed speed

my   "blockchain_head_block_age": "10 minutes old",

is it normal?

It happens every now and then if you ask me....
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 28, 2014, 04:29:58 am
How can I change on one of my registered delegate the <pay rate>  value ?   ???
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 28, 2014, 04:32:55 am
it is 5 times slower than designed speed

my   "blockchain_head_block_age": "10 minutes old",

is it normal?

It happens every now and then if you ask me....



The purpose of this round is to reduce the number of variables that we must consider when evaluating bugs and thus we are going to slow down time and reduce maximum block size.
Title: Re: Dry Run 6: Great Scott!
Post by: toast on June 28, 2014, 04:36:08 am
How can I change on one of my registered delegate the <pay rate>  value ?   ???

can't in this run... in future we will allow decreasing but not increasing
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 28, 2014, 04:36:34 am
How can I change on one of my registered delegate the <pay rate>  value ?   ???

once it been set then no way to regret <grin>
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 28, 2014, 04:46:45 am
How can I change on one of my registered delegate the <pay rate>  value ?   ???

can't in this run... in future we will allow decreasing but not increasing


Quote
How to register as a delegate
wallet_account_register <account_name> <pay_from_account> null <pay_rate>

Example:
wallet_account_register user123 user123 null 50
This will update the account user123, registers it as a delegate and pays the fee for the registration from the account user123.
The pay_rate argument is a value between 0 and 100 which specifies what percent of transaction fees are kept by the delegate. 100 - pay_rate percent of the fees will be destroyed to decrease the total supply.

The bolded sentence is confusing...  I thought giving the value 100 would pay nothing to the delegate.... :-[
Title: Re: Dry Run 6: Great Scott!
Post by: chono on June 28, 2014, 05:49:38 am
http://dl.acm.org/citation.cfm?doid=2517349.2517350
this can help?
Title: Re: Dry Run 6: Great Scott!
Post by: Troglodactyl on June 28, 2014, 06:07:38 am
How can I change on one of my registered delegate the <pay rate>  value ?   ???

can't in this run... in future we will allow decreasing but not increasing


Quote
How to register as a delegate
wallet_account_register <account_name> <pay_from_account> null <pay_rate>

Example:
wallet_account_register user123 user123 null 50
This will update the account user123, registers it as a delegate and pays the fee for the registration from the account user123.
The pay_rate argument is a value between 0 and 100 which specifies what percent of transaction fees are kept by the delegate. 100 - pay_rate percent of the fees will be destroyed to decrease the total supply.

The bolded sentence is confusing...  I thought giving the value 100 would pay nothing to the delegate.... :-[

(100 - pay_rate) percent destroyed.

So if pay_rate = 100, then
(100 - 100) percent = 0 percent destroyed, leaving all fees for the delegate.
Title: Re: Dry Run 6: Great Scott!
Post by: svk on June 28, 2014, 07:43:05 am
Just a heads-up for anyone running the client on an ubuntu VPS: Ubuntu by default uses ntpdate to correct its time, but it only runs once at boot, meaning it can drift a fair bit until your next reboot. I saw my "ntp_error_seconds"  go from 0.1 to 0.6 seconds in just one day. Considering that we wan't to keep the delegate running without reboots, that's not great! To fix it, simply install the ntp daemon:

Code: [Select]
sudo apt-get install ntp
This will run in the background and continuously update the time. For increased accuracy you can add some servers to /etc/npd.conf like this:

Code: [Select]
server ntp.ubuntu.com
server pool.ntp.org

I'm now seeing very low errors:

Code: [Select]
"ntp_error_seconds": 0.00058500000000000002,
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 28, 2014, 08:24:23 am
Just a heads-up for anyone running the client on an ubuntu VPS: Ubuntu by default uses ntpdate to correct its time, but it only runs once at boot, meaning it can drift a fair bit until your next reboot. I saw my "ntp_error_seconds"  go from 0.1 to 0.6 seconds in just one day. Considering that we wan't to keep the delegate running without reboots, that's not great! To fix it, simply install the ntp daemon:

Code: [Select]
sudo apt-get install ntp
This will run in the background and continuously update the time. For increased accuracy you can add some servers to /etc/npd.conf like this:

Code: [Select]
server ntp.ubuntu.com
server pool.ntp.org

I'm now seeing very low errors:

Code: [Select]
"ntp_error_seconds": 0.00058500000000000002,
+5%
Title: Re: Dry Run 6: Great Scott!
Post by: CalabiYau on June 28, 2014, 10:07:08 am

Code: [Select]
sudo apt-get install ntp
 +5%
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 28, 2014, 10:22:18 am
[(100 - pay_rate) percent destroyed.

So if pay_rate = 100, then
(100 - 100) percent = 0 percent destroyed, leaving all fees for the delegate.

I suppose the only motive to increase <pay_rate> is to indirectly pay your voter's and get as a result more support (votes)...
But which could be the optimal analogy?  What if in future all 101 delegates are pushed to near zero pay_rates due competition...
Much more questions in my mind.I thing it is worth opening a new thread discussing about it  ;)
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 28, 2014, 01:10:39 pm
Code: [Select]
liondani (unlocked) >>> blockchain_get_delegate_block_stats liondani
[[
    912,{
      "missed": false,
      "latency": 1
    }
  ],[
    977,{
      "missed": false,
      "latency": 1
    }
  ],[
    1044,{
      "missed": false,
      "latency": 1
    }
  ],[
    1112,{
      "missed": false,
      "latency": 1
    }
  ],[
    1163,{
      "missed": true,
      "latency": null
    }
  ],[
    1165,{
      "missed": true,
      "latency": null
    }
  ],[
    1223,{
      "missed": true,
      "latency": null
    }
  ]
]


what means:  "latency": null     ???
Title: Re: Dry Run 6: Great Scott!
Post by: alexxy on June 28, 2014, 01:14:07 pm
Ghmm, I'm constatntly getting segfault with latest git master
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 28, 2014, 01:48:17 pm

Code: [Select]
liondani (unlocked) >>> blockchain_get_delegate_block_stats liondani
[[
    912,{
      "missed": false,
      "latency": 1
    }
  ],[
    977,{
      "missed": false,
      "latency": 1
    }
  ],[
    1044,{
      "missed": false,
      "latency": 1
    }
  ],[
    1112,{
      "missed": false,
      "latency": 1
    }
  ],[
    1163,{
      "missed": true,
      "latency": null
    }
  ],[
    1165,{
      "missed": true,
      "latency": null
    }
  ],[
    1223,{
      "missed": true,
      "latency": null
    }
  ]
]


what means:  "latency": null     ???

If you never got a block then we have no way to calc latency


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 28, 2014, 02:19:43 pm
some funds pls XTS4vrUxtnx2zfSF55DAqT1Np2uqRNQxZPHXkKiyX66sZhru7XfTf (cassxts)
Title: Re: Dry Run 6: Great Scott!
Post by: CalabiYau on June 28, 2014, 03:15:36 pm
some funds pls XTS4vrUxtnx2zfSF55DAqT1Np2uqRNQxZPHXkKiyX66sZhru7XfTf (cassxts)

Done  :)

Compilation errors 12 hours ago : 0
Wallet restarts due to stall          : 0
Block production ratio                 : increasing

All in all major improvement - thank you guys for this excellent job !  Enjoy the weekend....
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 28, 2014, 03:25:55 pm
hi BM /Toast, it seems like we are getting more forks after updating to the latest code yesterday  afternoon

Code: [Select]
blockchain_list_forks
   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
            864
     89b52d9ac95e7ee016734305259527f054d26ca5                 happyshares-1            336    113415 2014-06-27T15:36:00     44280     YES                  NO
     4f472992ee890c60a2c89c40218da56868caf0fe                      vikram10            701    236420 2014-06-27T15:34:00     44402     YES                 YES
           1103
     fb9f387deaf9ed3a1a5a53236274ba719dd9055b                        xeldal            453    123451 2014-06-28T03:54:00       329     YES                  NO
     67dff03d9521e6d372e221692b5f19cd4260dcf1                        init90            227     67929 2014-06-28T03:52:00       452     YES                 YES
           1108
     616e017c53ca4befdd24a282192df22b6283693f                      vikram13           1144    291631 2014-06-28T04:20:00        16     YES                  NO
     8ac169e53738dae9ddfbb43424b29296b0575ca1                      liondani            913    235960 2014-06-28T04:18:00       570     YES                 YES
           1115
     d1a38602399daa0d366e28edf2696f7530b31100                 happyshares-4           1148    284243 2014-06-28T04:44:00        16     YES                  NO
     a43af78b073e53f283dee293b31633c2004e223f                        init61            688    173383 2014-06-28T04:40:00       291     YES                 YES
           1123
     14ff28cdd33514410dcea5c3a9cc508a8e04e703                        init89            231     64014 2014-06-28T05:04:00      1089     YES                 YES
     c81d3f28db2ca2d269cad844f4b87feefdcab5fb                      immortal           1152    285975 2014-06-28T05:12:00       609     N/A                  NO
     e8732693f0526896ec10559df47cbaf5e14b31ed                       vikram8           1311    321030 2014-06-28T05:20:00        20     YES                  NO
           1131
     3adee3f1fd609937989adccc9c5470e2aa5eaa82                       vikram9            656    172679 2014-06-28T05:40:00         7     YES                  NO
     80ee1188e414746ae6f10f74b82a3d88fc5df892                        init81            310     99277 2014-06-28T05:36:00       649     YES                 YES
           1136
     a0f3afce3c4354fa0a7e6eba241168ff90e27e7e                         betax            896    222839 2014-06-28T06:00:00       168     YES                 YES
     aff922036637dcc9c27648d36367fc5b460c779e                        init95            773    193196 2014-06-28T05:58:00       294     N/A                  NO
           1138
     304957a0768387f528ae493be97aed27e253286b                         angel              6      1628 2014-06-28T06:10:00         1     YES                 YES
     ae52ffa21d54a1ad9b92fb6ee59a049387e17ea3                        init79              6      1628 2014-06-28T06:06:00       272     N/A                  NO
           1147
     88682e1965c2f7ba9dc9dc336bab57895ac5f709               emski-delegate3            631    164254 2014-06-28T06:34:00         6     YES                 YES
     de0ade654c71107078b037eac6748a1d1c185a93                        init65            407    110270 2014-06-28T06:32:00      1215     N/A                  NO
           1148
     8831747e945cc57f22f6aedca29cdf7913dc8401                  delegate-alt            218     70289 2014-06-28T06:36:00       968     YES                 YES
     47690a8bc1cd907424c1ac1f4f3f1021bfe50873                        init11            664    177775 2014-06-28T06:40:00       735     N/A                  NO
           1151
     a971dbd589e3799da0f7f5bf993b6f07d1b04ba2                        init10            546    176889 2014-06-28T07:04:00        22     YES                  NO
     71a6697cbe78c6e83c921a3eff202373765e6b68                       vikram6            673    216328 2014-06-28T07:06:00         6     YES                 YES
           1156
     44c79784dbef7e89d7ceda866cddf799837483ce              xeroc-delegate-1            669    168612 2014-06-28T07:20:00        75     YES                  NO
     a40c3f48ca3b071dd83055f99455e4a9c8e7b8ff                        init57            225     61608 2014-06-28T07:16:00       320     YES                 YES
           1161
     ec8f4046295f50a23c6503890bc24c72f50a5655                       calyau3           1070    268037 2014-06-28T07:42:00        16     N/A                  NO
     bc672f8e93c8aa27c8b7953724bb3d4db19d10ce                      liondani            888    224463 2014-06-28T07:40:00       271     N/A                  NO
     b0426f91a29ef1f7c4da24ac983ca3b74e4c89f8                 harvey-needle            660    169515 2014-06-28T07:38:00         4     YES                 YES
           1166
     4a2156bc973e992442bb6285f4645215490d4be1                      vikram15            672    168759 2014-06-28T07:56:00         4     YES                 YES
     6d09c928b18229278909a7b4bbf3767689641295                         init8            446    114293 2014-06-28T07:54:00       135     N/A                  NO
           1171
     79105f2a1ddc7695e9cb2b5eea927d2d036048d6                        init73            224     60503 2014-06-28T08:10:00        69     YES                 YES
     41fd2217122b0d943a8f4a72e31206bc3f97ff02              xeroc-delegate-4            314     77969 2014-06-28T08:12:00         5     N/A                  NO
           1173
     98c308e4108b5a2964093fd7bc2377af53610d4a                        init68            218     71921 2014-06-28T08:20:00       255     YES                 YES
     95ab7e9b77330a1d172c13f348ed69a9f8bf5b6f               delegate-dorian            444    146643 2014-06-28T08:22:00       138     N/A                  NO
           1179
     c2244ac6d276f3d6320fbd39cc00313a740a22a6                        init98            221     72932 2014-06-28T08:38:00       219     YES                  NO
     1aa4f527a2a6141ac0d09021642584e52968bb44                       vikram8            639    179334 2014-06-28T08:42:00         5     YES                 YES
           1181
     d427edc72da6f72eb3f20dbc6b3a0a3e46b94236                      vikram10            893    235172 2014-06-28T08:52:00         5     YES                  NO
     e65be99f820e0ff7389cef1f348ed92dd2e9dd13                        init58            221     73220 2014-06-28T08:46:00       717     YES                 YES
           1190
     00f3141fd8a79efc80b39837e3fac13009d2bfe9             delegate-watchman              0       182 2014-06-28T09:16:00       388     YES                 YES
     00c20f132f144bee63d7c3ef25551dafd7306494                        init95            670    168373 2014-06-28T09:20:00       152     N/A                  NO
           1201
     2c909280bef4a08abb699515f633336db6edc31e               emski-delegate3            454    116413 2014-06-28T09:56:00         3     YES                  NO
     ec8382ecd53ed2ad37f239db6a98d558f5a8156f                        init65            228     61947 2014-06-28T09:54:00       776     YES                 YES
           1210
     f8f7988944b479db4c497af0dfe892a10a5ec541                       vikram1            452    114875 2014-06-28T10:36:00         3     YES                 YES
     f8dbd96b9fe9f2e14b0b17dd59e6c21586aa103e                        init55            226     60409 2014-06-28T10:34:00       650     YES                  NO
           1216
     bc2ea6241587200b567f5809119c11d8ab59c440                      vikram13            452    123707 2014-06-28T11:02:00         3     YES                 YES
     d267d9df53906b6da3f8118897c2894cdc0c4cfd                       calyau1            461    125876 2014-06-28T11:04:00        37     N/A                  NO
           1221
     c13abd5a45e5f4b59706c2201c3423a2a495446a                      liondani            452    123227 2014-06-28T11:30:00        13     YES                  NO
     82d7732b6afd6eb1057fdfc93a2d3a1ebc2adf26                        init76            225     68424 2014-06-28T11:28:00      1384     YES                 YES
           1233
     b3c0ce4b7ad39a65ba012e2c97b6380c5a1d0391                         init6           1317    323148 2014-06-28T12:24:00         8     YES                 YES
     f9c3c8f212e3b8ce93ac379e44272bf60626173f                  delegate-alt              0       182 2014-06-28T12:22:00       140     N/A                  NO
           1234
     38066a8353acb855c2a39f56cb932b0f0c730993                       vikram3            929    264776 2014-06-28T12:30:00         6     YES                  NO
     102ec2f390021b8e7fb6acc0a958f6d2fcf24c4d                        init96            488    136799 2014-06-28T12:26:00       623     YES                 YES
           1248
     9ff5330f1bbc8502f26fd44e8f6a4b502f7612a2                        init92            809    227680 2014-06-28T13:20:00       152     YES                 YES
     610638d917efa67a86f2b79ff9d8376789fefe88                 harvey-dragon              1       423 2014-06-28T13:22:00        38     N/A                  NO
           1250
     ff8680efc5d90113b39cc0bdacf32e492c8ddcb0                       vikram6           1106    299561 2014-06-28T13:34:00         7     YES                  NO
     22cae81b3e31d1c294b1757c9d2f97fbd36b2437                        init57            929    258440 2014-06-28T13:32:00       466     YES                 YES
           1253
     9a9fa55626f52df1da7d14a5553420ec56614888                       calyau2             14      4900 2014-06-28T13:44:00        16     YES                 YES
     9119f68765f5fa53e4379bed4178ac6a42777f1a                        init85            226     75481 2014-06-28T13:42:00       137     N/A                  NO
           1255
     b260f2468b13536452fd2552f28bb08f7ef3f6d7                        init68            888    214767 2014-06-28T13:50:00        84     YES                 YES
     6f636f0a942b72083211fd252c51eb8a9af00ac5                        lexx-1              1       423 2014-06-28T14:00:00        12     N/A                  NO
           1257
     11b130dd65d55f7a07aaaccb65a802b061c5731b                 happyshares-5           1264    310279 2014-06-28T14:10:00        23     YES                 YES
     ea1a90d77ee6ee1ecde8b3448615d906271688ed                        init55            386    101753 2014-06-28T13:56:00      1694     N/A                  NO
           1263
     a4a95ae2d4725c5b65b9ad2f37fecb8bfb68ba66             harvey-oathkeeper            366     88389 2014-06-28T14:38:00        22     N/A                  NO
     080183fbc2e084b51904a15f8e4d55091bfc830b                       bdnoble            366     88389 2014-06-28T14:36:00       143     N/A                  NO
     4b18426b05036c3f7bd1176e33545212443380e8                        init73            444    113619 2014-06-28T14:32:00       379     YES                 YES
           1264
     11d76d91ad3dcdb2cc0200675996b4e440ec4bd3                    dele-puppy            186     55665 2014-06-28T14:40:00       304     YES                 YES
     f62b98810e16c36ead8b9bbde26f00222907bac4                        init80           1108    277867 2014-06-28T14:42:00       187     N/A                  NO
           1267
     a0da497aec33161be05f3c75c6bfe8509374b8b9                      liondani            374    111725 2014-06-28T14:52:00        14     YES                  NO
     e58172c32505da4d3bfee6aefd0f92766c0ceebe                        init76            244     79243 2014-06-28T14:50:00       908     YES                 YES
           1272
     7b192ed1ffd904278dd29820be344746b8179dfe                        bts102              0       182 2014-06-28T15:16:00       279     N/A                  NO
     7714d30b50aa2ddf14091ffd879daf7e20dc1885                delegate-baozi              0       182 2014-06-28T15:14:00       400     N/A                  NO
     981d950eb747b0a9ba561171f403d25cd9b077b4                         init5           1241    319136 2014-06-28T15:18:00         8     YES                 YES



it does show smaller latency by using the latest code..

Code: [Select]
   1248           2014-06-28T13:18:00                                                          chinese              0     182             0       1
      1249           2014-06-28T13:20:00                                                           init92            809  227680         100.6     152
      1250           2014-06-28T13:26:00                                                             sexy            370   89353            37       1


Code: [Select]
liondani (unlocked) >>> blockchain_get_delegate_block_stats liondani
[[
    912,{
      "missed": false,
      "latency": 1
    }
  ],[
    977,{
      "missed": false,
      "latency": 1
    }
  ],[
    1044,{
      "missed": false,
      "latency": 1
    }
  ],[
    1112,{
      "missed": false,
      "latency": 1
    }
  ],[
    1163,{
      "missed": true,
      "latency": null
    }
  ],[
    1165,{
      "missed": true,
      "latency": null
    }
  ],[
    1223,{
      "missed": true,
      "latency": null
    }
  ]
]


what means:  "latency": null     ???

If you never got a block then we have no way to calc latency


Sent from my iPhone using Tapatalk (http://tapatalk.com/m?id=1)
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 28, 2014, 05:48:56 pm
pulled and rebuilded last b_toolkit version .. but blocks not synching! Any ideas ?... or have to update web_wallet also ?
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 28, 2014, 06:24:45 pm
Code: [Select]
liondani (unlocked) >>> blockchain_get_delegate_block_stats liondani
[[
    912,{
      "missed": false,
      "latency": 1
    }
  ],[
    977,{
      "missed": false,
      "latency": 1
    }
  ],[
    1044,{
      "missed": false,
      "latency": 1
    }
  ],[
    1112,{
      "missed": false,
      "latency": 1
    }
  ],[
    1163,{
      "missed": true,
      "latency": null
    }
  ],[
    1165,{
      "missed": true,
      "latency": null
    }
  ],[
    1223,{
      "missed": true,
      "latency": null
    }
  ]
]


what means:  "latency": null     ???

You are running an old version of the code.
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 28, 2014, 06:26:09 pm
Just a heads-up for anyone running the client on an ubuntu VPS: Ubuntu by default uses ntpdate to correct its time, but it only runs once at boot, meaning it can drift a fair bit until your next reboot. I saw my "ntp_error_seconds"  go from 0.1 to 0.6 seconds in just one day. Considering that we wan't to keep the delegate running without reboots, that's not great! To fix it, simply install the ntp daemon:

Code: [Select]
sudo apt-get install ntp
This will run in the background and continuously update the time. For increased accuracy you can add some servers to /etc/npd.conf like this:

Code: [Select]
server ntp.ubuntu.com
server pool.ntp.org

I'm now seeing very low errors:

Code: [Select]
"ntp_error_seconds": 0.00058500000000000002,

The delegate block production loop adjusts for the NTP error, so it should not be a problem. Let us know if a high error actually is a problem.
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 28, 2014, 06:28:51 pm
Ghmm, I'm constatntly getting segfault with latest git master

Can you make an issue on GitHub about it?
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 29, 2014, 03:14:57 am
Latest windows binaries have been posted, now at version 0.0.7
Title: Re: Dry Run 6: Great Scott!
Post by: gyhy on June 29, 2014, 03:38:09 am
Latest windows binaries have been posted, now at version 0.0.7
error.
unable to execute file:
\bin\qt_wallet.exe
Title: Re: Dry Run 6: Great Scott!
Post by: betax on June 29, 2014, 07:36:12 am
Just a heads-up for anyone running the client on an ubuntu VPS: Ubuntu by default uses ntpdate to correct its time, but it only runs once at boot, meaning it can drift a fair bit until your next reboot. I saw my "ntp_error_seconds"  go from 0.1 to 0.6 seconds in just one day. Considering that we wan't to keep the delegate running without reboots, that's not great! To fix it, simply install the ntp daemon:

Code: [Select]
sudo apt-get install ntp
This will run in the background and continuously update the time. For increased accuracy you can add some servers to /etc/npd.conf like this:

Code: [Select]
server ntp.ubuntu.com
server pool.ntp.org

I'm now seeing very low errors:

Code: [Select]
"ntp_error_seconds": 0.00058500000000000002,

 +5% all my latency issues are gone now and I have not missed another block.
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 29, 2014, 08:36:23 am
Stress test now?
Anyone?
My client's console is not responding.
According to logs significant amount of transactions are being processed.

EDIT: Apparently I was even on a fork. Restarted and it looks like I'm getting on the main chain.
High CPU usage though.
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 29, 2014, 08:58:02 am
Stress test now?
Anyone?
My client's console is not responding.
According to logs significant amount of transactions are being processed.

EDIT: Apparently I was even on a fork. Restarted and it looks like I'm getting on the main chain.
High CPU usage though.
EDIT2: 100% CPU usage for 10 minutes after the restart.
Title: Re: Dry Run 6: Great Scott!
Post by: lzr1900 on June 29, 2014, 09:51:48 am
what's the progress now?
Title: Re: Dry Run 6: Great Scott!
Post by: gyhy on June 29, 2014, 10:06:09 am
I have an idea,  let 2 delegate production block. The first is effective。
This can be avoided forks
Title: Re: Dry Run 6: Great Scott!
Post by: valtr on June 29, 2014, 10:43:39 am
Please can anybody send me funds for testing thanks

XTS7uTL7HcD1QeabP1nQv1VMTzuoipbazLs21NWMMyst6qfaYHHKE
Title: Re: Dry Run 6: Great Scott!
Post by: alexxy on June 29, 2014, 11:05:02 am
Latest git master crashes with segfault. Backtrace included
Code: [Select]
(wallet closed) >>>
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff1062700 (LWP 12202)]
0x00007ffff49913d3 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/libstdc++.so.6
(gdb) bt
#0  0x00007ffff49913d3 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/libstdc++.so.6
#1  0x0000000000bf3dd4 in operator++ (this=<synthetic pointer>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/include/g++-v4/bits/stl_tree.h:283
#2  CEPoll::update_events (this=0x154c268 <CUDT::s_UDTUnited+488>, uid=@0x7fffe0000ad0: 969631102,
    eids=std::set with 576 elements<error reading variable: Cannot access memory at address 0x5b3a22736e6f698c>, events=events@entry=8, enable=enable@entry=true)
    at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/epoll.cpp:345
#3  0x0000000000bf8b8b in CRendezvousQueue::updateConnStatus (this=0x1591e30) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:848
#4  0x0000000000bf9b2d in CRcvQueue::worker (param=0x155f0c0) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:1090
#5  0x00007ffff717b0d4 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff4141c5d in clone () from /lib64/libc.so.6
(gdb) up
#1  0x0000000000bf3dd4 in operator++ (this=<synthetic pointer>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/include/g++-v4/bits/stl_tree.h:283
283             _M_node = _Rb_tree_increment(_M_node);
(gdb) up
#2  CEPoll::update_events (this=0x154c268 <CUDT::s_UDTUnited+488>, uid=@0x7fffe0000ad0: 969631102,
    eids=std::set with 576 elements<error reading variable: Cannot access memory at address 0x5b3a22736e6f698c>, events=events@entry=8, enable=enable@entry=true)
    at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/epoll.cpp:345
345        for (set<int>::iterator i = eids.begin(); i != eids.end(); ++ i)
(gdb) up
#3  0x0000000000bf8b8b in CRendezvousQueue::updateConnStatus (this=0x1591e30) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:848
848                 CUDT::s_UDTUnited.m_EPoll.update_events(i->m_iID, i->m_pUDT->m_sPollID, UDT_EPOLL_ERR, true);
(gdb) up
#4  0x0000000000bf9b2d in CRcvQueue::worker (param=0x155f0c0) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:1090
1090          self->m_pRendezvousQueue->updateConnStatus();
(gdb) up
#5  0x00007ffff717b0d4 in start_thread () from /lib64/libpthread.so.0
(gdb) up
#6  0x00007ffff4141c5d in clone () from /lib64/libc.so.6
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 29, 2014, 12:05:20 pm
 :o
High CPU usage though.
EDIT2: 100% CPU usage for 10 minutes after the restart.

got same problems yesterday! will rebuild toolkit and then test it again...
But yesterday .. toolkit freezed my complete system...
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 29, 2014, 12:14:41 pm
Hi Bm,

"gyhy" suggestion  is a good idea. we may bring in group of 10 delegates to race to generate the same block and the fastest one get broadcasted and get paid . This mechanism can bring the resource (up-time, hardware and bandwidth of network ) competition for all the delegates.



I have an idea,  let 2 delegate production block. The first is effective。
This can be avoided forks
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 29, 2014, 01:05:21 pm
some funds pls XTS7iFy7Lip93baFxj3DKkfcjUnro7NbFxZ9rUMyELP28fqYooZVZ (cassyoo)
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 29, 2014, 01:41:26 pm
Segmentation fault after restarting.
I created new datadir and copied the wallet only.
I'll see if it is going to work this time.

EDIT: Now it seems to be working fine without issues. Something in the old Datadir caused high CPU usage and segfault. Client is synchronized with the network and delegates producing blocks.
Title: Re: Dry Run 6: Great Scott!
Post by: spartako on June 29, 2014, 02:10:39 pm
some funds pls XTS7iFy7Lip93baFxj3DKkfcjUnro7NbFxZ9rUMyELP28fqYooZVZ (cassyoo)

Sent
Code: [Select]
1619.0    2014-06-29T14:08:00 spartako-wallet     cassyoo                                                       100.00000 XTS         0.10000 XTS        76b09d68
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 29, 2014, 02:16:36 pm
Latest git master crashes with segfault. Backtrace included
Code: [Select]
(wallet closed) >>>
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff1062700 (LWP 12202)]
0x00007ffff49913d3 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/libstdc++.so.6
(gdb) bt
#0  0x00007ffff49913d3 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/libstdc++.so.6
#1  0x0000000000bf3dd4 in operator++ (this=<synthetic pointer>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/include/g++-v4/bits/stl_tree.h:283
#2  CEPoll::update_events (this=0x154c268 <CUDT::s_UDTUnited+488>, uid=@0x7fffe0000ad0: 969631102,
    eids=std::set with 576 elements<error reading variable: Cannot access memory at address 0x5b3a22736e6f698c>, events=events@entry=8, enable=enable@entry=true)
    at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/epoll.cpp:345
#3  0x0000000000bf8b8b in CRendezvousQueue::updateConnStatus (this=0x1591e30) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:848
#4  0x0000000000bf9b2d in CRcvQueue::worker (param=0x155f0c0) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:1090
#5  0x00007ffff717b0d4 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff4141c5d in clone () from /lib64/libc.so.6
(gdb) up
#1  0x0000000000bf3dd4 in operator++ (this=<synthetic pointer>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/include/g++-v4/bits/stl_tree.h:283
283             _M_node = _Rb_tree_increment(_M_node);
(gdb) up
#2  CEPoll::update_events (this=0x154c268 <CUDT::s_UDTUnited+488>, uid=@0x7fffe0000ad0: 969631102,
    eids=std::set with 576 elements<error reading variable: Cannot access memory at address 0x5b3a22736e6f698c>, events=events@entry=8, enable=enable@entry=true)
    at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/epoll.cpp:345
345        for (set<int>::iterator i = eids.begin(); i != eids.end(); ++ i)
(gdb) up
#3  0x0000000000bf8b8b in CRendezvousQueue::updateConnStatus (this=0x1591e30) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:848
848                 CUDT::s_UDTUnited.m_EPoll.update_events(i->m_iID, i->m_pUDT->m_sPollID, UDT_EPOLL_ERR, true);
(gdb) up
#4  0x0000000000bf9b2d in CRcvQueue::worker (param=0x155f0c0) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:1090
1090          self->m_pRendezvousQueue->updateConnStatus();
(gdb) up
#5  0x00007ffff717b0d4 in start_thread () from /lib64/libpthread.so.0
(gdb) up
#6  0x00007ffff4141c5d in clone () from /lib64/libc.so.6

Git sumodule update?
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 29, 2014, 02:28:01 pm
Hi BM,
our testing chain is getting over 45 forks in a single day . is it normal ? can you give us some updates on the testing status?

Thanks
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 29, 2014, 03:53:45 pm
Hi BM,
our testing chain is getting over 45 forks in a single day . is it normal ? can you give us some updates on the testing status?

Thanks

45 forks is not normal operation and is a result of bugs in the networking code.  I will have Eric look into the cause when he comes in on Monday.   In the mean time my primary objective of this stress/test with extreme forking is to view the bugs as the most extreme form of network problem we could experience.  Despite having 45 forks in a single day, the network has maintained consensus and all transactions have been confirmed.

It is very ugly but based upon the nature of the bugs I am seeing I am confident that we will be fork-free in the next few days.   
Title: Re: Dry Run 6: Great Scott!
Post by: valzav on June 29, 2014, 04:08:25 pm
Latest windows binaries have been posted, now at version 0.0.7
error.
unable to execute file:
\bin\qt_wallet.exe

Gyhy,
What is your Windows version? If this is XP - it's not supported in by the latest Microsoft compiler in VS 2013.
 
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 29, 2014, 04:34:46 pm
1) if you are confident then I do not need to worry... +5% +5% +5%
2) I have a suggestion that to show the delegate's client version info in the output list of  "blockchain_list_delegates"

Hi BM,
our testing chain is getting over 45 forks in a single day . is it normal ? can you give us some updates on the testing status?

Thanks

45 forks is not normal operation and is a result of bugs in the networking code.  I will have Eric look into the cause when he comes in on Monday.   In the mean time my primary objective of this stress/test with extreme forking is to view the bugs as the most extreme form of network problem we could experience.  Despite having 45 forks in a single day, the network has maintained consensus and all transactions have been confirmed.

It is very ugly but based upon the nature of the bugs I am seeing I am confident that we will be fork-free in the next few days.
Title: Re: Dry Run 6: Great Scott!
Post by: alexxy on June 29, 2014, 05:51:14 pm
Latest git master crashes with segfault. Backtrace included
Code: [Select]
(wallet closed) >>>
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff1062700 (LWP 12202)]
0x00007ffff49913d3 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/libstdc++.so.6
(gdb) bt
#0  0x00007ffff49913d3 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/libstdc++.so.6
#1  0x0000000000bf3dd4 in operator++ (this=<synthetic pointer>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/include/g++-v4/bits/stl_tree.h:283
#2  CEPoll::update_events (this=0x154c268 <CUDT::s_UDTUnited+488>, uid=@0x7fffe0000ad0: 969631102,
    eids=std::set with 576 elements<error reading variable: Cannot access memory at address 0x5b3a22736e6f698c>, events=events@entry=8, enable=enable@entry=true)
    at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/epoll.cpp:345
#3  0x0000000000bf8b8b in CRendezvousQueue::updateConnStatus (this=0x1591e30) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:848
#4  0x0000000000bf9b2d in CRcvQueue::worker (param=0x155f0c0) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:1090
#5  0x00007ffff717b0d4 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff4141c5d in clone () from /lib64/libc.so.6
(gdb) up
#1  0x0000000000bf3dd4 in operator++ (this=<synthetic pointer>) at /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.0/include/g++-v4/bits/stl_tree.h:283
283             _M_node = _Rb_tree_increment(_M_node);
(gdb) up
#2  CEPoll::update_events (this=0x154c268 <CUDT::s_UDTUnited+488>, uid=@0x7fffe0000ad0: 969631102,
    eids=std::set with 576 elements<error reading variable: Cannot access memory at address 0x5b3a22736e6f698c>, events=events@entry=8, enable=enable@entry=true)
    at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/epoll.cpp:345
345        for (set<int>::iterator i = eids.begin(); i != eids.end(); ++ i)
(gdb) up
#3  0x0000000000bf8b8b in CRendezvousQueue::updateConnStatus (this=0x1591e30) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:848
848                 CUDT::s_UDTUnited.m_EPoll.update_events(i->m_iID, i->m_pUDT->m_sPollID, UDT_EPOLL_ERR, true);
(gdb) up
#4  0x0000000000bf9b2d in CRcvQueue::worker (param=0x155f0c0) at /home/alexxy/Src/bitshares_toolkit/libraries/fc/vendor/udt4/src/queue.cpp:1090
1090          self->m_pRendezvousQueue->updateConnStatus();
(gdb) up
#5  0x00007ffff717b0d4 in start_thread () from /lib64/libpthread.so.0
(gdb) up
#6  0x00007ffff4141c5d in clone () from /lib64/libc.so.6

Git sumodule update?

already done. It was fixed by dropping all except wallet from ~/.BitSharesXTS dir
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 29, 2014, 07:49:25 pm
Hi BM  and Toast ,

2 programers from Chinese community would like to make a suggestion for you to use    "EPaxos" for helping to resolve our forking issues due to limited bandwidth and slow hardware performance of our delegates .
   
https://github.com/efficient/epaxos

Iulian Moraru, David G. Andersen -- Carnegie Mellon University

Quote


EPaxos
What is EPaxos?

EPaxos is an efficient, leaderless replication protocol. The name stands for Egalitarian Paxos -- EPaxos is based on the Paxos consensus algorithm. As such, it can tolerate up to F concurrent replica failures with 2F+1 total replicas.
How does EPaxos differ from Paxos and other Paxos variants?

To function effectively as a replication protocol, Paxos has to rely on a stable leader replica (this optimization is known as Multi-Paxos). The leader can become a bottleneck for performance: it has to handle more messages than the other replicas, and remote clients have to contact the leader, thus experiencing higher latency. Other Paxos variants either also rely on a stable leader, or have a pre-established scheme that allows different replicas to take turns in proposing commands (such as Mencius). This latter scheme suffers from tight coupling of the performance of the system from that of every replica -- i.e., the system runs at the speed of the slowest replica.

EPaxos is an efficient, leaderless protocol. It provides strong consistency with optimal wide-area latency, perfect load-balancing across replicas (both in the local and the wide area), and constant availability for up to F failures. EPaxos also decouples the performance of the slowest replicas from that of the fastest, so it can better tolerate slow replicas than previous protocols.
How does EPaxos work?

We have an SOSP 2013 paper that describes EPaxos in detail.

A simpler, more straightforward explanation is coming here soon.
What is in this repository?

This repository contains the Go implementations of:

    Egalitarian Paxos (EPaxos), a new distributed consensus algorithm based on Paxos EPaxos achieves three goals: (1) availability without interruption as long as a simple majority of replicas are reachable---its availability is not interrupted when replicas crash or fail to respond; (2) uniform load balancing across all replicas---no replicas experience higher load because they have special roles; and (3) optimal commit latency in the wide-area when tolerating one and two failures, under realistic conditions. Egalitarian Paxos is to our knowledge the first distributed consensus protocol to achieve all of these goals efficiently: requiring only a simple majority of replicas to be non-faulty, using a number of messages linear in the number of replicas to choose a command, and committing commands after just one communication round (one round trip) in the common case or after at most two rounds in any case.

    (classic) Paxos

    Mencius

    Generalized Paxos

The struct marshaling and unmarshaling code was generated automatically using the tool available at: https://code.google.com/p/gobin-codegen/

The repository also contains a machine-readable (and model-checkable) specification of EPaxos in TLA+.

AUTHORS:

Iulian Moraru, David G. Andersen -- Carnegie Mellon University

Michael Kaminsky -- Intel Labs


EPAXOS 作者是Toast学校的。
硬件不足,软件补。赞赏这个设计,目前的网络体系架构并不适合网络货币的需求,需要在软件上做补偿设计。

是啊,这两天看了EPAXOS算法,这货=DPOS+现在BM正在搞得代表之间协议啊。如果BM能完成的质量高可以,还是分叉严重的话谁能帮忙给BM推荐参考一下这算法?哪位大侠能直接跟BM沟通。
https://github.com/efficient/epaxos

转hackfisher 或直接pm bm吧
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 29, 2014, 08:28:16 pm
In the latest commit, I have renamed wallet_set_delegate_trust to wallet_approve_delegate, so now the command to approve a delegate is:
Code: [Select]
wallet_approve_delegate <delegate_name> true
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 29, 2014, 10:32:37 pm
some funds pls XTS7WVjY2PkkMQygDdFPEFjueZ1Ky1orLgU3XSaSpdv8EkTLyy6Sy (bambule) thx
Title: Re: Dry Run 6: Great Scott!
Post by: dexinwong on June 30, 2014, 12:29:28 am
plz give me a little    :)
XTS6TtY8Mf97nyqtqjRg94NobLY15Korc3XNXFzkuXj1oiTex5GNs
Title: Re: Dry Run 6: Great Scott!
Post by: bitcoinerS on June 30, 2014, 01:18:49 am
some funds pls XTS7WVjY2PkkMQygDdFPEFjueZ1Ky1orLgU3XSaSpdv8EkTLyy6Sy (bambule) thx

Sent you some XTS and Dots
Title: Re: Dry Run 6: Great Scott!
Post by: bitcoinerS on June 30, 2014, 01:19:56 am
plz give me a little    :)
XTS6TtY8Mf97nyqtqjRg94NobLY15Korc3XNXFzkuXj1oiTex5GNs

Sent you some play money
Title: Re: Dry Run 6: Great Scott!
Post by: dexinwong on June 30, 2014, 01:54:03 am
plz give me a little    :)
XTS6TtY8Mf97nyqtqjRg94NobLY15Korc3XNXFzkuXj1oiTex5GNs

Sent you some play money

Thx your 20 XTS    :)
Title: Re: Dry Run 6: Great Scott!
Post by: emski on June 30, 2014, 05:30:00 am
After restarting the client yesterday everything was fine for about 3 rounds.
Then my delegates began missing blocks. There were no error messages.

UPDATE: My delegates are still missing blocks even after restart.
list_errors shows nothing.
What should I do about it?
Title: Re: Dry Run 6: Great Scott!
Post by: dexinwong on June 30, 2014, 05:51:59 am
Code: [Select]
>> blockchain_list_forks

   FORKED BLOCK              FORKING BLOCK ID              SIGNING DELEGATE      TXN COUNT      SIZE           TIMESTAMP   LATENCY   VALID    IN CURRENT CHAIN
--------------------------------------------------------------------------------------------------------------------------------------------------------------
           1860
     5a1cee648bf5a393100f055d2557ac5de6300d50                        init68              0       182 2014-06-30T04:40:00         2     YES                  NO
     20da07a55e88984bf5eae3a5c2c290b0e7cc12b4                       vikram6              0       182 2014-06-30T04:28:00       928     YES                 YES
           1866
     29c6afe97be1d21e18f3243a3fd0a1c53b478ab2                      alexxy-1              0       182 2014-06-30T04:46:00         2     YES                  NO
     a5362f194766468442e4a8f84d8afe0219093584                       vikram8              0       182 2014-06-30T04:44:00       762     YES                 YES
Title: Re: Dry Run 6: Great Scott!
Post by: rzshenwei on June 30, 2014, 06:54:49 am
pls give me some bts

XTS7MwVJTP6ztKKugmJxbUqCnz9yKCC4MbpTyFE9P3PNVF914TUxE
Title: Re: Dry Run 6: Great Scott!
Post by: dexinwong on June 30, 2014, 07:00:02 am
pls give me some bts

XTS7MwVJTP6ztKKugmJxbUqCnz9yKCC4MbpTyFE9P3PNVF914TUxE

Send  6 XTS.
Title: Re: Dry Run 6: Great Scott!
Post by: CalabiYau on June 30, 2014, 12:27:11 pm
Latest windows binaries have been posted, now at version 0.0.7
error.
unable to execute file:
\bin\qt_wallet.exe

Gyhy,
What is your Windows version? If this is XP - it's not supported in by the latest Microsoft compiler in VS 2013.
 

Same error,  WIN7 / 64
Title: Re: Dry Run 6: Great Scott!
Post by: dxtr on June 30, 2014, 02:32:27 pm
Please, can I get some XTS so I can put my delegate a few spots higher?

Public key:XTS6hjYfVGrPDFKQc5oLTVp5rU56m15XnEvVCtzMLkyDMni2rentc
Account name: dxtr


Also, when are delegates' funds supposed to be available for them to spend? After every round is over or some other moment?

Thanks.
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 30, 2014, 03:27:58 pm
send you 111 xts
Please, can I get some XTS so I can put my delegate a few spots higher?

Public key:XTS6hjYfVGrPDFKQc5oLTVp5rU56m15XnEvVCtzMLkyDMni2rentc
Account name: dxtr


Also, when are delegates' funds supposed to be available for them to spend? After every round is over or some other moment?

Thanks.
Title: Re: Dry Run 6: Great Scott!
Post by: itnom on June 30, 2014, 03:49:57 pm
Super high CPU usage. Looks like we are on a fork. Gotta restart the server again.
Title: Re: Dry Run 6: Great Scott!
Post by: valzav on June 30, 2014, 03:50:05 pm
Latest windows binaries have been posted, now at version 0.0.7
error.
unable to execute file:
\bin\qt_wallet.exe

Gyhy,
What is your Windows version? If this is XP - it's not supported in by the latest Microsoft compiler in VS 2013.
 

Same error,  WIN7 / 64

Looks like this is an installer issue, if I go to C:\Program Files (x86)\BitSharesXT\bin and start exe directly it works fine.
Title: Re: Dry Run 6: Great Scott!
Post by: dxtr on June 30, 2014, 05:38:05 pm
I have two wallets, one is regular, second is a delegate.
When I perform transfers between those two wallets I get wallet_account_transaction_history behaving strange on those two wallets,
on one I can see FROM and TO as UNKNOWN and AMOUNT = 0,
on the other all fields are filled just fine.

I send XTS between two registered accounts.


----------------------------------------------------------------------------------------------------------------------------------------------------------------
    364.0    2014-06-26T11:02:00 dxtr                scroodge            10.00000 XTS        0.00000 XTS         test                                   b5c137d1
    372.0    2014-06-26T11:30:00 dxtr                scroodge            1.00000 XTS         0.00000 XTS         test3                                  cd2fb06c
    903.0    2014-06-27T17:44:00 UNKNOWN             UNKNOWN             0.00000 XTS         0.00000 XTS                                                c4a7358c
    913.0    2014-06-27T18:12:00 XTS868i824vqDYu6... scroodge            2.00000 XTS         0.00000 XTS                                                d8bfd123
    914.0    2014-06-27T18:14:00 UNKNOWN             UNKNOWN             0.00000 XTS         0.00000 XTS                                                58e12110
    982.521  2014-06-27T21:50:00 dxtr                scroodge            40.00000 XTS        0.00000 XTS                                                c6f54cfa
    990.184  2014-06-27T22:18:00 UNKNOWN             UNKNOWN             0.00000 XTS         0.00000 XTS                                                46281c2d
   1180.0    2014-06-28T08:42:00 UNKNOWN             UNKNOWN             0.00000 XTS         0.00000 XTS                                                00679a13
   1180.554  2014-06-28T08:42:00 UNKNOWN             UNKNOWN             0.00000 XTS         0.00000 XTS                                                e0cc86e8
   1703.0    2014-06-29T18:54:19 scroodge            dxtr                10.40000 XTS        0.10000 XTS                                                38916066
scroodge-wallet (unlocked) >>> wallet_open dxtr-wallet
OK
dxtr-wallet (locked) >>> wallet_account_transaction_history scroodge
    BLK.TRX  TIMESTAMP           FROM                TO                  AMOUNT              FEE                 MEMO                                   ID     
----------------------------------------------------------------------------------------------------------------------------------------------------------------
    914.0    2014-06-27T18:14:00 scroodge            dxtr                2.00000 XTS         0.00000 XTS                                                58e12110
    990.184  2014-06-27T22:18:00 scroodge            dxtr                10.00000 XTS        0.00000 XTS                                                46281c2d
   1180.554  2014-06-28T08:42:00 scroodge            dxtr                10.00000 XTS        0.00000 XTS                                                e0cc86e8
   1180.0    2014-06-28T08:42:00 scroodge            dxtr                10.00000 XTS        0.00000 XTS                                                00679a13
   1703.0    2014-06-29T18:58:00 scroodge            dxtr                10.40000 XTS        0.00000 XTS                                                38916066


Why is it so?
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 30, 2014, 05:54:48 pm
need some funds pls -- XTS6Gv31BJPo2UH1jRR7jQJRqBTWVSxYGgCk3HEWodSxpT4t2TE23 (cassssss) thx
Title: Re: Dry Run 6: Great Scott!
Post by: bitcoinerS on June 30, 2014, 06:00:34 pm
need some funds pls -- XTS6Gv31BJPo2UH1jRR7jQJRqBTWVSxYGgCk3HEWodSxpT4t2TE23 (cassssss) thx

Sent you some XTS and Dots.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 30, 2014, 06:10:29 pm
I have two accounts also...
 
one liondani (delegate registered)
and liondaniel (non delegate registered)

I have made before 2 days a succesfull transaction between them...
Now I tried to sent 400 XTS from liondaniel to liondani but after I gave the password nothing happens!
I closed the client and tried again (I checked the balances, no change) and then I waited about 5 minutes after I gave the password  and then the client informed me about the "pending transaction"

l

Code: [Select]
liondaniel (locked) >>> wallet_transfer 400 XTS liondaniel liondani
passphrase:

IOK
    BLK.TRX  TIMESTAMP           FROM                TO                  MEMO                                             AMOUNT             FEE              ID
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   pending   2014-06-30T18:02:11 liondaniel          liondani                                                      400.00000 XTS         0.10000 XTS        50f902e5
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 30, 2014, 06:15:18 pm
need some funds pls -- XTS6Gv31BJPo2UH1jRR7jQJRqBTWVSxYGgCk3HEWodSxpT4t2TE23 (cassssss) thx

Code: [Select]
liondaniel (unlocked) >>> wallet_transfer 50 XTS liondaniel cassssss
    BLK.TRX  TIMESTAMP           FROM                TO                  MEMO                                             AMOUNT             FEE              ID
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   pending   2014-06-30T18:13:49 liondaniel          cassssss                                                       50.00000 XTS         0.10000 XTS        6171ed15
Title: Re: Dry Run 6: Great Scott!
Post by: dxtr on June 30, 2014, 06:38:00 pm
I have two accounts also...
 
one liondani (delegate registered)
and liondaniel (non delegate registered)

I have made before 2 days a succesfull transaction between them...
Now I tried to sent 400 XTS from liondaniel to liondani but after I gave the password nothing happens!
I closed the client and tried again (I checked the balances, no change) and then I waited about 5 minutes after I gave the password  and then the client informed me about the "pending transaction"

l

Code: [Select]
liondaniel (locked) >>> wallet_transfer 400 XTS liondaniel liondani
passphrase:

IOK
    BLK.TRX  TIMESTAMP           FROM                TO                  MEMO                                             AMOUNT             FEE              ID
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   pending   2014-06-30T18:02:11 liondaniel          liondani                                                      400.00000 XTS         0.10000 XTS        50f902e5

Disable delegate, rescan from block 2100, enable delegate, check if transaction is fine on your wallet (it's on main chain in block 2109, from what I see)

If this doesn't help,
- backup your prv keys,
- wipe .BitSharesXTS folder,
- update to latest codebase from git,
- create wallets and import backed-up keys,
- then rescan blockchain,
and you should be fine.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 30, 2014, 06:54:20 pm
I try that out thanks  ;)

check this out...

Code: [Select]
liondani (unlocked) >>> wallet_set_delegate_trust scroodge true 
OK

Code: [Select]
liondani (unlocked) >>> wallet_approve_delegate scroodge true
Error: invalid command "wallet_approve_delegate"

I copy pasted your signature but error....  ???

Title: Re: Dry Run 6: Great Scott!
Post by: toast on June 30, 2014, 06:56:30 pm
I try that out thanks  ;)

check this out...

Code: [Select]
liondani (unlocked) >>> wallet_set_delegate_trust scroodge true 
OK

Code: [Select]
liondani (unlocked) >>> wallet_approve_delegate scroodge true
Error: invalid command "wallet_approve_delegate"

I copy pasted your signature but error....  ???

You're probably out of date
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on June 30, 2014, 08:13:37 pm
the win gui 0.0.7 is not working for my win 7 setup

It doesn't recognize my password the most times and it is stuck about 500 blocks behind...
I managed to go to the menus without using password, clicking everywhere  (status bar more often and connections).
of course with blank account...

I have the feeling it don't respond to the enter key but only on left mouse clicks  ???
(On the console never responded after command to enter key...)
Title: Re: Dry Run 6: Great Scott!
Post by: HackFisher on June 30, 2014, 08:52:29 pm
the win gui 0.0.7 is not working for my win 7 setup

It doesn't recognize my password the most times and it is stuck about 500 blocks behind...
I managed to go to the menus without using password, clicking everywhere  (status bar more often and connections).
of course with blank account...

I have the feeling it don't respond to the enter key but only on left mouse clicks  ???
(On the console never responded after command to enter key...)

This is a reason identified issue, sometimes scan transactions which consume lots of cpu time can cause the cli or gui freeze. We may to show some loader in GUI for this besides the optimization of server side.
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on June 30, 2014, 10:06:26 pm
The last fork I see is block 1866 at 4:46:00 UTC... yet I still only have 54% participation. 

Eric has checked in some fixes that should eliminate a major source of the latency / forking. 

We have identified the following issues to be resolved:

1) synchronizing with the network is painfully slow after our weekend-long stress test.
      - we have some database optimizations to put into place that should resolve this.

2) scanning the blockchain for transactions that belong to you is CPU intensive
      - we have an architecture design in place that will support much lighter weight operation for everyone, but this will not delay launch because we don't expect 2 trx per second sustained to be the norm until long after we have the light-client support in place.

3) We are going to make all transactions expire after 48 hours
      - this will remove a major hit on our database, reduce the amount of storage required for a full node to validate blocks
      - it will eventually be possible to synchronize with the blockchain with only the "current state" + 48 hours of transactions.
      - this will be a small change, but result in a hard fork.

4) We are going to allow accounts to upgrade to delegates and reduce their pay (but not increase it). 
      - this will be a hard fork that will be implemented a long with the 48 hour trx validation window.

A new dry run will launch tomorrow night that will include all fixes to date and hopefully be the last of our forking days.   Keep producing blocks on this dry run with the latest client and we will see if our forks are reduced.


 
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on June 30, 2014, 10:38:24 pm
client crashed while opening wallet


(wallet closed) >>> connect: Operation now in progress
open momkey

Program received signal SIGSEGV, Segmentation fault.
_int_malloc (av=0x7ffff697e760 <main_arena>, bytes=39) at malloc.c:3302
3302    malloc.c: No such file or directory.
(gdb)
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on June 30, 2014, 10:59:40 pm
client crashed while opening wallet


(wallet closed) >>> connect: Operation now in progress
open momkey

Program received signal SIGSEGV, Segmentation fault.
_int_malloc (av=0x7ffff697e760 <main_arena>, bytes=39) at malloc.c:3302
3302    malloc.c: No such file or directory.
(gdb)

People seem to be getting segfaults once in a while, but it seems to be fixed upon wiping the data directory. Make sure you are on the latest code otherwise you could give that a shot: https://bitsharestalk.org/index.php?topic=5303.msg71563#msg71563
Title: Re: Dry Run 6: Great Scott!
Post by: cass on June 30, 2014, 11:04:27 pm
need some funds pls -- XTS6Gv31BJPo2UH1jRR7jQJRqBTWVSxYGgCk3HEWodSxpT4t2TE23 (cassssss) thx

Code: [Select]
liondaniel (unlocked) >>> wallet_transfer 50 XTS liondaniel cassssss
    BLK.TRX  TIMESTAMP           FROM                TO                  MEMO                                             AMOUNT             FEE              ID
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   pending   2014-06-30T18:13:49 liondaniel          cassssss                                                       50.00000 XTS         0.10000 XTS        6171ed15

thx
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on July 01, 2014, 01:40:56 am
1.I created an account "liondani" with windows gui 0.0.7
2.I have sent 10 XTS from my linux account to "liondani" on my windows account...
3.I tried to register it but was not possible because I have allready that same name registered on the linux system
   so the next step was ...
4.wallet_account_rename liondani liondani-win7

now there is the bug! On "My Accounts" I see both accounts simultaneously with each account with 10 XTS
the good news is after I tried to rename the "existend" account liondani again (I wanted to get reach :P) it was not possible again... :)
so fix the confusing "feeling" that 2 accounts are present with the same amount of XTS due duplication....

screenshot:

(http://3.bp.blogspot.com/-fxPPI7KeZrM/U7IRhZCyRWI/AAAAAAAAC7c/mWdpeebb_4M/s1600/Screenshot+2014-07-01+04.10.31.png)
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on July 01, 2014, 01:50:46 am
somebody sent me 10 XTS to make a delegate on my win7 node also  ;)

Title: Re: Dry Run 6: Great Scott!
Post by: Ggozzo on July 01, 2014, 02:11:05 am
Just tried the new windows release and got this:

(http://i.imgur.com/L0dZ4Jl.png)
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on July 01, 2014, 02:19:58 am
Now something strange...

when I transferred 1 XTS and 5 XTS from liondani-win7 to liondani-win7 I received back my funds minus the 0.2 XTS fees  (thats ok!)
BUT when I transferred 1 XTS from liondani-win7 to liondani  (the account that I haved renamed to liondani-win7) I "lost"/burnt that 1 XTS
Normaly the system schould not accept the transfer OR sent it to the same address key...

(http://3.bp.blogspot.com/-FqMd61XXl7w/U7IYtCE16BI/AAAAAAAAC7s/DHKF3kcdwwk/s1600/Screenshot+2014-07-01+05.08.11.png)
Title: Re: Dry Run 6: Great Scott!
Post by: dexinwong on July 01, 2014, 02:46:23 am
somebody sent me 10 XTS to make a delegate on my win7 node also  ;)

send you 33 XTS.
Title: Re: Dry Run 6: Great Scott!
Post by: clout on July 01, 2014, 02:57:01 am
Just tried the new windows release and got this:

(http://i.imgur.com/L0dZ4Jl.png)

I get this as well when i use my windows 8 desktop. it says something about no disk F. my windows 7 laptop works find tho.

Is it worth participating in this dry run. i just updated to the most recent build on my mac and the sync is ridiculously slow and is using way to much energy on my cpu. On previous dry runs the energy impact was something like .1 and this energy impact is 100
Title: Re: Dry Run 6: Great Scott!
Post by: alt on July 01, 2014, 03:07:15 am
The last fork I see is block 1866 at 4:46:00 UTC... yet I still only have 54% participation. 

Eric has checked in some fixes that should eliminate a major source of the latency / forking. 

We have identified the following issues to be resolved:

1) synchronizing with the network is painfully slow after our weekend-long stress test.
      - we have some database optimizations to put into place that should resolve this.

2) scanning the blockchain for transactions that belong to you is CPU intensive
      - we have an architecture design in place that will support much lighter weight operation for everyone, but this will not delay launch because we don't expect 2 trx per second sustained to be the norm until long after we have the light-client support in place.

3) We are going to make all transactions expire after 48 hours
      - this will remove a major hit on our database, reduce the amount of storage required for a full node to validate blocks
      - it will eventually be possible to synchronize with the blockchain with only the "current state" + 48 hours of transactions.
      - this will be a small change, but result in a hard fork.

4) We are going to allow accounts to upgrade to delegates and reduce their pay (but not increase it). 
      - this will be a hard fork that will be implemented a long with the 48 hour trx validation window.

A new dry run will launch tomorrow night that will include all fixes to date and hopefully be the last of our forking days.   Keep producing blocks on this dry run with the latest client and we will see if our forks are reduced.
+5% +5% +5%
some questions:
1. will  the cycle time still 2 minutes?
2. will include a udt p2p network for delegate?
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on July 01, 2014, 03:10:35 am
the latest code  (just pulled from git hub) doesn't show "blockchain_head_block_num":

Code: [Select]
momkey (unlocked) >>> about
{
  "bitshares_toolkit_revision": "2851364a09924c06b3b8dc76471d41c0755401c9",
  "bitshares_toolkit_revision_age": "3 hours ago",
  "fc_revision": "13da4b0d6a715d744fec3a04989e1a0788c37b37",
  "fc_revision_age": "12 hours ago",
  "compile_date": "compiled on Jun 30 2014 at 19:37:48"
}

Code: [Select]
(unlocked) >>> info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": "2 minutes old",
  "blockchain_head_block_timestamp": "20140701T030600",
  "blockchain_average_delegate_participation": 0,
  "blockchain_blocks_left_in_round": 101,
  "blockchain_confirmation_requirement": 202,
  "blockchain_share_supply": 199999999981923,
  "blockchain_random_seed": "0000000000000000000000000000000000000000",
  "blockchain_database_version": 109,
  "blockchain_version": 104,
  "network_num_connections": 12,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140701T030807",
  "ntp_error": -0.069119,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "12 days in the future",
  "wallet_unlocked_until_timestamp": "20140712T165018",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 100
}
Title: Re: Dry Run 6: Great Scott!
Post by: laow on July 01, 2014, 04:00:12 am
Hi HackFisher,
The win wallet has two window, and one has nothing but  a menubar. It will look nicely if combine the two window into one.
Title: Re: Dry Run 6: Great Scott!
Post by: dxtr on July 01, 2014, 04:53:58 am
Guys, please, vote me back in,

I probably got voted out, don't know why, but since half of delegates are doubles/inits this doesn't sound fare.

I want to participate in the next run.
Title: Re: Dry Run 6: Great Scott!
Post by: bitcoinerS on July 01, 2014, 06:01:36 am
Code: [Select]
>>> wallet_list_unspent_balances
           BALANCE                                   OWNER                     VOTE
--------------------------------------------------------------------------------------------------------------------------
       9.60000 XTS    XTS56UucX4Newen27wNhWrFQQCspp9a4fVsc10 assert_exception: Assert Exception
!"unimplemented condition type":
    {}
    th_a  cli.cpp:1081 print_unspent_balances

Code: [Select]
default (unlocked) >>> about
{
  "bitshares_toolkit_revision": "2851364a09924c06b3b8dc76471d41c0755401c9",
  "bitshares_toolkit_revision_age": "6 hours ago",
  "fc_revision": "13da4b0d6a715d744fec3a04989e1a0788c37b37",
  "fc_revision_age": "15 hours ago",
  "compile_date": "compiled on Jun 30 2014 at 18:57:55"
}
Title: Re: Dry Run 6: Great Scott!
Post by: CalabiYau on July 01, 2014, 07:06:15 am
Win 0.0.7 is not working here,  win 7 / 64
Stuck after ~ 100 Blocks loading on every restart, says: 12 connections.
Wiping "chain" dir = same result

Sent "Yesterday" some (linux  :) XTS to:
2124.2    2014-06-30T19:10:31 calyau              dxtr                 7f915edf
2124.1    2014-06-30T19:10:50 calyau              rzshenwei        6e1008a4
2124.3    2014-06-30T19:11:08 calyau              dexinwong       dd627248
2124.0    2014-06-30T19:11:25 calyau              cassssss          2f82d47b
Title: Re: Dry Run 6: Great Scott!
Post by: dexinwong on July 01, 2014, 07:14:49 am
There is a question found in WIN,you will come back login page after reloaded.
[/size][/glow]
Title: Re: Dry Run 6: Great Scott!
Post by: dxtr on July 01, 2014, 08:32:25 am
It was sufficient to update to latest codebase to get delegate going.
I misunderstood when the new dry run was going to start.
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on July 01, 2014, 10:03:03 am
Without doing anything after the last issues I had, my account "liondani-win7" is gone and I only see my first account "liondani" with the "liondani-win7" funds !!! (?)
The transaction history has also changed!  What is happening?

BEFORE

(http://3.bp.blogspot.com/-FqMd61XXl7w/U7IYtCE16BI/AAAAAAAAC7s/DHKF3kcdwwk/s1600/Screenshot+2014-07-01+05.08.11.png)

AFTER

(http://4.bp.blogspot.com/-dBpEfQ-R2M0/U7KGIcy_w0I/AAAAAAAAC78/dqF3UXrNq0M/s1600/Screenshot+2014-07-01+12.55.17.png)
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on July 01, 2014, 12:06:01 pm
somebody sent me 10 XTS to make a delegate on my win7 node also  ;)

send you 33 XTS.

where did you sent it? I don't received anything yet. (maybe due to my issues I had...)
can you resent at
XTS6cE5TWUXya6fK2jjW7vBkfipdRAcGoseA66FTDqU4ad38LY5ZD liondani-delegate-win7  ???
thanks man  ;)
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on July 01, 2014, 12:48:56 pm
Solid news, since the latest update I have received every block in 1 second or less from the expected time and have not seen any forks.  45% of the blocks are not being produced for some reason right now.

I will keep you all posted but it looks like we may have solved our biggest issue.

Code: [Select]
  "blockchain_head_block_num": 2397,
  "blockchain_head_block_age": "8 minutes old",
  "blockchain_head_block_timestamp": "20140701T124000",

If you are on a fork let me know.
Title: Re: Dry Run 6: Great Scott!
Post by: jwiz168 on July 01, 2014, 12:56:05 pm
Funds please for testing... thank you  8)

XTS76FQP2oVpb81TnwTvBEmsjrv958htWQmxWqvEEJMWQ6ZSsELRy
Title: Re: Dry Run 6: Great Scott!
Post by: ebit on July 01, 2014, 12:57:31 pm
congratulation +5%
Title: Re: Dry Run 6: Great Scott!
Post by: alt on July 01, 2014, 01:24:24 pm
Solid news, since the latest update I have received every block in 1 second or less from the expected time and have not seen any forks.  45% of the blocks are not being produced for some reason right now.

I will keep you all posted but it looks like we may have solved our biggest issue.

Code: [Select]
  "blockchain_head_block_num": 2397,
  "blockchain_head_block_age": "8 minutes old",
  "blockchain_head_block_timestamp": "20140701T124000",

If you are on a fork let me know.
So many blocks are missed by my account...

Code: [Select]
delegate (unlocked) >>> about
{
  "bitshares_toolkit_revision": "4dd348c6c902e8a5ad7f953aec45f92ca8511942",
  "bitshares_toolkit_revision_age": "11 hours ago",
  "fc_revision": "13da4b0d6a715d744fec3a04989e1a0788c37b37",
  "fc_revision_age": "23 hours ago",
  "compile_date": "compiled on Jul  1 2014 at 03:05:06"
}
delegate (unlocked) >>> info
{
  "blockchain_head_block_num": 2405,
  "blockchain_head_block_age": "3 minutes old",
  "blockchain_head_block_timestamp": "20140701T132000",
  "blockchain_average_delegate_participation": 54.35952637244349,
  "blockchain_blocks_left_in_round": 19,
  "blockchain_confirmation_requirement": 303,
  "blockchain_share_supply": 199998996941055,
  "blockchain_random_seed": "d2862455a4deec97a94be487b34aebb29d09137a",
  "blockchain_database_version": 109,
  "blockchain_version": 104,
  "network_num_connections": 19,
  "network_num_connections_max": 50,
  "network_protocol_version": 104,
  "ntp_time": "20140701T132311",
  "ntp_error": -0.0094979999999999995,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "3 years2 months in the future",
  "wallet_unlocked_until_timestamp": "20170831T141433",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "45 minutes in the future",
  "wallet_next_block_production_timestamp": "20140701T140800",
  "wallet_version": 100
}
Code: [Select]
delegate (unlocked) >>> blockchain_get_delegate_block_stats delegate-alt
.....
   2148,{
      "missed": true,
      "id": "0000000000000000000000000000000000000000"
    }
  ],[
    2199,{
      "missed": false,
      "id": "df767cca983e63613c9ee40d7c9b20aa33e0d59d"
    }
  ],[
    2259,{
      "missed": true,
      "id": "0000000000000000000000000000000000000000"
    }
  ],[
    2310,{
      "missed": true,
      "id": "0000000000000000000000000000000000000000"
    }
  ],[
    2368,{
      "missed": true,
      "id": "0000000000000000000000000000000000000000"
    }
  ]
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on July 01, 2014, 01:58:52 pm

So many blocks are missed by my account...


Very curious...   we will get some enhanced diagnostics on when you produce blocks (or didn't produce blocks) and try to find out what is going on here. 
Title: Re: Dry Run 6: Great Scott!
Post by: emski on July 01, 2014, 02:04:38 pm
Solid news, since the latest update I have received every block in 1 second or less from the expected time and have not seen any forks.  45% of the blocks are not being produced for some reason right now.

I will keep you all posted but it looks like we may have solved our biggest issue.

Code: [Select]
  "blockchain_head_block_num": 2397,
  "blockchain_head_block_age": "8 minutes old",
  "blockchain_head_block_timestamp": "20140701T124000",

If you are on a fork let me know.

After I've updated all the issues I'd been experiencing are gone. My delegates doesn't seem to be missing blocks anymore. No high CPU usage. No forks.

Great progress! Good Job!
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on July 01, 2014, 02:14:30 pm
Sent some funds to create my two new delegates please...

liondani-delegate-linux       XTS8EtKDtAFE98Lho5VRRCDVnZ1cREGuPBXR3P5sonvUy4Vqj5eaz
liondani-delegate-win7       XTS6sJh2ZTVa2Btq3oEcJ9fVmgnP6AdvryfAHQBT3namMB4GrR338
Title: Re: Dry Run 6: Great Scott!
Post by: alt on July 01, 2014, 02:23:03 pm

So many blocks are missed by my account...


Very curious...   we will get some enhanced diagnostics on when you produce blocks (or didn't produce blocks) and try to find out what is going on here.

from default.log, I see delegate_loop never call after  time  20140701T052959.
this is why I missed all block.
Code: [Select]
20140701T052801.000417       th_a        delegate_loop ] Starting delegate loop at time: 20140701T052801                        client.cpp:627
20140701T052801.000513       th_a        delegate_loop ] Producing block at time: 20140701T061600                       client.cpp:630
20140701T052801.000566       th_a        delegate_loop ] Rescheduling delegate loop for time: 20140701T053000                   client.cpp:671
20140701T052959.000467       th_a        delegate_loop ] Starting delegate loop at time: 20140701T052959                        client.cpp:627
20140701T052959.000592       th_a        delegate_loop ] Producing block at time: 20140701T061600                       client.cpp:630
20140701T052959.000647       th_a        delegate_loop ] Rescheduling delegate loop for time: 20140701T053000                   client.cpp:671
20140701T053001.820272       th_a       handle_message ] CLIENT: just received block 0dc06149e6ffa59c9ce9d7545f66e9f134d88ce4                   client.cpp:884
20140701T053001.820488       th_a         on_new_block ] Received a new block from the p2p network, current head block is 2287, new block is {"previous":"294eb907b484ab
f5a97050ace2dd2341b411ba32","block_num":2288,"fee_rate":1000,"delegate_pay_rate":944695,"timestamp":"20140701T053000","transaction_digest":"c8cf12fe3180ed901a58a0697a52
2f1217de72d04529bd255627a4ad6164f0f0","next_secret_hash":"fa5d0d638414feea623b92b19b54cb6b37ae244f","previous_secret":"de3023f9cec81e87207ae298f3c07053dd1e1e24","delega
te_signature":"1f6a741172f533a9dfe139195657585c475c843990b3ee59b4d876f85c8c2bee66dc379a53dd34483b74e2c78486b0745a6ceb3cc2d13480117ca26c8726c77f89","user_transactions":[
]}, current head block is 2287                  client.cpp:794
20140701T053001.820977       th_a      store_and_index ]            we already know about its previous: 294eb907b484abf5a97050ace2dd2341b411ba32                       
chain_database.cpp:399
20140701T053001.824635       th_a   apply_transactions ] Applying transactions from block: 2288                 chain_database.cpp:493
20140701T053001.883146       th_a         on_new_block ] After push_block, current head block is 2288                   client.cpp:810
20140701T053424.244715       th_a       handle_message ] CLIENT: just received transaction 9b23ba837f9d6379be5dc9b4d19b2094f209977f                     client.cpp:892
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on July 01, 2014, 02:23:15 pm
Code: [Select]
>>> wallet_list_unspent_balances
           BALANCE                                   OWNER                     VOTE
--------------------------------------------------------------------------------------------------------------------------
       9.60000 XTS    XTS56UucX4Newen27wNhWrFQQCspp9a4fVsc10 assert_exception: Assert Exception
!"unimplemented condition type":
    {}
    th_a  cli.cpp:1081 print_unspent_balances

Code: [Select]
default (unlocked) >>> about
{
  "bitshares_toolkit_revision": "2851364a09924c06b3b8dc76471d41c0755401c9",
  "bitshares_toolkit_revision_age": "6 hours ago",
  "fc_revision": "13da4b0d6a715d744fec3a04989e1a0788c37b37",
  "fc_revision_age": "15 hours ago",
  "compile_date": "compiled on Jun 30 2014 at 18:57:55"
}

Known issue: https://github.com/BitShares/bitshares_toolkit/issues/330
Title: Re: Dry Run 6: Great Scott!
Post by: alt on July 01, 2014, 02:38:23 pm

So many blocks are missed by my account...


Very curious...   we will get some enhanced diagnostics on when you produce blocks (or didn't produce blocks) and try to find out what is going on here.

from default.log, I see delegate_loop never call after  time  20140701T052959.
this is why I missed all block.
Code: [Select]
20140701T052801.000417       th_a        delegate_loop ] Starting delegate loop at time: 20140701T052801                        client.cpp:627
20140701T052801.000513       th_a        delegate_loop ] Producing block at time: 20140701T061600                       client.cpp:630
20140701T052801.000566       th_a        delegate_loop ] Rescheduling delegate loop for time: 20140701T053000                   client.cpp:671
20140701T052959.000467       th_a        delegate_loop ] Starting delegate loop at time: 20140701T052959                        client.cpp:627
20140701T052959.000592       th_a        delegate_loop ] Producing block at time: 20140701T061600                       client.cpp:630
20140701T052959.000647       th_a        delegate_loop ] Rescheduling delegate loop for time: 20140701T053000                   client.cpp:671
20140701T053001.820272       th_a       handle_message ] CLIENT: just received block 0dc06149e6ffa59c9ce9d7545f66e9f134d88ce4                   client.cpp:884
20140701T053001.820488       th_a         on_new_block ] Received a new block from the p2p network, current head block is 2287, new block is {"previous":"294eb907b484ab
f5a97050ace2dd2341b411ba32","block_num":2288,"fee_rate":1000,"delegate_pay_rate":944695,"timestamp":"20140701T053000","transaction_digest":"c8cf12fe3180ed901a58a0697a52
2f1217de72d04529bd255627a4ad6164f0f0","next_secret_hash":"fa5d0d638414feea623b92b19b54cb6b37ae244f","previous_secret":"de3023f9cec81e87207ae298f3c07053dd1e1e24","delega
te_signature":"1f6a741172f533a9dfe139195657585c475c843990b3ee59b4d876f85c8c2bee66dc379a53dd34483b74e2c78486b0745a6ceb3cc2d13480117ca26c8726c77f89","user_transactions":[
]}, current head block is 2287                  client.cpp:794
20140701T053001.820977       th_a      store_and_index ]            we already know about its previous: 294eb907b484abf5a97050ace2dd2341b411ba32                       
chain_database.cpp:399
20140701T053001.824635       th_a   apply_transactions ] Applying transactions from block: 2288                 chain_database.cpp:493
20140701T053001.883146       th_a         on_new_block ] After push_block, current head block is 2288                   client.cpp:810
20140701T053424.244715       th_a       handle_message ] CLIENT: just received transaction 9b23ba837f9d6379be5dc9b4d19b2094f209977f                     client.cpp:892
I think I find the problem.
Code: [Select]
20140701T052959.000647       th_a        delegate_loop ] Rescheduling delegate loop for time: 20140701T053000                   client.cpp:671
this time call at 05:29:59, and should reschedulimg next time to 05:32:00 instead of 05:30:00
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on July 01, 2014, 02:57:25 pm

So many blocks are missed by my account...


Very curious...   we will get some enhanced diagnostics on when you produce blocks (or didn't produce blocks) and try to find out what is going on here.

from default.log, I see delegate_loop never call after  time  20140701T052959.
this is why I missed all block.
Code: [Select]
20140701T052801.000417       th_a        delegate_loop ] Starting delegate loop at time: 20140701T052801                        client.cpp:627
20140701T052801.000513       th_a        delegate_loop ] Producing block at time: 20140701T061600                       client.cpp:630
20140701T052801.000566       th_a        delegate_loop ] Rescheduling delegate loop for time: 20140701T053000                   client.cpp:671
20140701T052959.000467       th_a        delegate_loop ] Starting delegate loop at time: 20140701T052959                        client.cpp:627
20140701T052959.000592       th_a        delegate_loop ] Producing block at time: 20140701T061600                       client.cpp:630
20140701T052959.000647       th_a        delegate_loop ] Rescheduling delegate loop for time: 20140701T053000                   client.cpp:671
20140701T053001.820272       th_a       handle_message ] CLIENT: just received block 0dc06149e6ffa59c9ce9d7545f66e9f134d88ce4                   client.cpp:884
20140701T053001.820488       th_a         on_new_block ] Received a new block from the p2p network, current head block is 2287, new block is {"previous":"294eb907b484ab
f5a97050ace2dd2341b411ba32","block_num":2288,"fee_rate":1000,"delegate_pay_rate":944695,"timestamp":"20140701T053000","transaction_digest":"c8cf12fe3180ed901a58a0697a52
2f1217de72d04529bd255627a4ad6164f0f0","next_secret_hash":"fa5d0d638414feea623b92b19b54cb6b37ae244f","previous_secret":"de3023f9cec81e87207ae298f3c07053dd1e1e24","delega
te_signature":"1f6a741172f533a9dfe139195657585c475c843990b3ee59b4d876f85c8c2bee66dc379a53dd34483b74e2c78486b0745a6ceb3cc2d13480117ca26c8726c77f89","user_transactions":[
]}, current head block is 2287                  client.cpp:794
20140701T053001.820977       th_a      store_and_index ]            we already know about its previous: 294eb907b484abf5a97050ace2dd2341b411ba32                       
chain_database.cpp:399
20140701T053001.824635       th_a   apply_transactions ] Applying transactions from block: 2288                 chain_database.cpp:493
20140701T053001.883146       th_a         on_new_block ] After push_block, current head block is 2288                   client.cpp:810
20140701T053424.244715       th_a       handle_message ] CLIENT: just received transaction 9b23ba837f9d6379be5dc9b4d19b2094f209977f                     client.cpp:892

I think I fixed the probem: https://github.com/BitShares/bitshares_toolkit/commit/a58370d6c7d3e2991c8544c4910ad466c9acd4f5

Let us know if it happens again.
Title: Re: Dry Run 6: Great Scott!
Post by: alt on July 01, 2014, 03:00:51 pm
great!
unlimited power,  I'll try again, thx
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on July 01, 2014, 03:13:30 pm
My last 2 transactions gave me the error message you see on the screenshot (because I thought the first transaction was not executed I tried one second time) both are on pending state. Why these errors ?  EDIT   they remain pending

(http://2.bp.blogspot.com/-bMmClYeoRjw/U7LPR05kBVI/AAAAAAAAC8M/FqaCwk7a3NM/s1600/Screenshot+2014-07-01+17.57.39.png)
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on July 01, 2014, 03:24:24 pm
log-time out option  on preferences still didn't work on win gui 0.0.7

(after setting a time, in reality it disconnects after it remains idle...)
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on July 01, 2014, 03:36:45 pm
I thought we would run dry-run 7 and we would run a new blockchain so  I wiped BitsharesXTS directorys without keeping private keys    :P    >:(
Title: Re: Dry Run 6: Great Scott!
Post by: alt on July 01, 2014, 03:39:30 pm
I think I fixed the probem: https://github.com/BitShares/bitshares_toolkit/commit/a58370d6c7d3e2991c8544c4910ad466c9acd4f5

Let us know if it happens again.
I have update my program.
Now I will go to sleep.
my account is : delegate-alt, delegate-dorian, delegate-baozi, delegate-watchman, delegate-dragon
hope it can work  :)
Title: Re: Dry Run 6: Great Scott!
Post by: CalabiYau on July 01, 2014, 03:48:27 pm
 
Code: [Select]
   }
  ],[
    1858,{
      "missed": true,
      "id": "0000000000000000000000000000000000000000"
    }
  ],[
    1913,{
      "missed": true,
      "id": "0000000000000000000000000000000000000000"
    }
  ],[
    1962,{
      "missed": true,
      "id": "0000000000000000000000000000000000000000"
    }
  ],[
    2079,{
      "missed": false,
      "id": "384f271f4c277f68d02074d6f70219dd3e8a7ec4"
    }
  ],[
    2155,{
      "missed": false,
      "id": "5963e2297f5f0700bad3846354375c68ad0a95d2"
    }
  ],[
    2209,{
      "missed": false,
      "id": "d8b0943e881b4f3f255691c481709bc8d43ae99d"
    }
  ],[
    2239,{
      "missed": false,
      "id": "728955a2232d7376a70ffb2ef1bc252f47927907"
    }
  ],[
    2288,{
      "missed": false,
      "id": "0dc06149e6ffa59c9ce9d7545f66e9f134d88ce4"
    }
  ],[
    2357,{
      "missed": false,
      "id": "1b0ec1cfb5dea6622c2c44c05b633260e41cb6da"
    }
  ],[
    2405,{
      "missed": false,
      "id": "a626d14df3e5913b073c273dadc3f94b1626f562"
    }

All my delegates seems no longer missing blocks, behaviour changed since around 2K
(same build)
 +5% +5%
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on July 01, 2014, 03:56:36 pm
Can't register delegate ...

Code: [Select]
liondani-delegate-linux:
    125.00000 XTS
liondani (unlocked) >>> wallet_account_register liondani-delegate-linux liondani-delegate-linux null 100
7 bad_cast_exception: Bad Cast
Invalid cast from object_type to int64
    {"type":"object_type"}
    th_a  variant.cpp:361 as_int64

    {"account_to_register":"liondani-delegate-linux","public_data":null,"pay_with_account_name":"liondani-delegate-linux","delegate_pay_rate":100}
    th_a  wallet.cpp:1948 register_account

    {"account_name":"liondani-delegate-linux","data":null}
    th_a  client.cpp:2483 wallet_account_register

    {}
    th_a  common_api_client.cpp:803 wallet_account_register

    {"command":"wallet_account_register"}
    th_a  cli.cpp:538 execute_command
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on July 01, 2014, 05:00:14 pm
Can't register delegate ...

Code: [Select]
liondani-delegate-linux:
    125.00000 XTS
liondani (unlocked) >>> wallet_account_register liondani-delegate-linux liondani-delegate-linux null 100
7 bad_cast_exception: Bad Cast
Invalid cast from object_type to int64
    {"type":"object_type"}
    th_a  variant.cpp:361 as_int64

    {"account_to_register":"liondani-delegate-linux","public_data":null,"pay_with_account_name":"liondani-delegate-linux","delegate_pay_rate":100}
    th_a  wallet.cpp:1948 register_account

    {"account_name":"liondani-delegate-linux","data":null}
    th_a  client.cpp:2483 wallet_account_register

    {}
    th_a  common_api_client.cpp:803 wallet_account_register

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

This has been fixed on the dryrun7 branch (which is incompatible with dryrun6) 
Title: Re: Dry Run 6: Great Scott!
Post by: liondani on July 01, 2014, 05:39:41 pm
When I wanted to transfer funds I had the option to pick-up from the drop down menu 2 different "liondani" accounts (I have one delegate and one unregistered ) I sended to both 0.111 XTS but only the second one was succesfull the first is still "pending".... Normaly the system schould not let 2 accounts with the same name exist and give the option to sent funds.... (I am confused) ???

(http://2.bp.blogspot.com/-kKbIkpH8RVI/U7L9udg8T0I/AAAAAAAAC9A/XraqYiGW5YI/s1600/Screenshot+2014-07-01+20.09.50.png)

(http://1.bp.blogspot.com/-g3TTY5x8dyE/U7LwM2FJiEI/AAAAAAAAC8k/OtLgPFpoo7k/s1600/Screenshot+2014-07-01+20.10.25.png)

(http://4.bp.blogspot.com/-9skuA02NzpE/U7LzASFgByI/AAAAAAAAC8w/--dJ1WplN-k/s1600/Screenshot+2014-07-01+20.40.37.png)
Title: Re: Dry Run 6: Great Scott!
Post by: muse-umum on July 01, 2014, 06:52:08 pm
alt really deserves more tips.
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on July 01, 2014, 07:04:39 pm
alt really deserves more tips.

I agree, post a PTS address.
Title: Re: Dry Run 6: Great Scott!
Post by: muse-umum on July 01, 2014, 07:15:20 pm
alt really deserves more tips.

I agree, post a PTS address.

I see there is one in his signature. 8)
Title: Re: Dry Run 6: Great Scott!
Post by: sfinder on July 01, 2014, 07:28:09 pm
anybody knows when the new dry  run will begin ?
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on July 01, 2014, 07:57:30 pm
anybody knows when the new dry  run will begin ?

About to start it....
Title: Re: Dry Run 6: Great Scott!
Post by: bytemaster on July 01, 2014, 09:17:39 pm
Dry Run 7: The power of DPOS  has started...
Title: Re: Dry Run 6: Great Scott!
Post by: vikram on July 01, 2014, 09:21:18 pm
Dry Run 7: The power of DPOS  has started...

For the lazy: https://bitsharestalk.org/index.php?topic=5381.msg71795#msg71795