Author Topic: Dry Run 6: Great Scott!  (Read 92241 times)

0 Members and 1 Guest are viewing this topic.

Offline emski

  • Hero Member
  • *****
  • Posts: 1282
    • View Profile
    • http://lnkd.in/nPbhxG
All my delegates are missing blocks.
What should I do about that?

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
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.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
Would someone be willing to send me some testing funds?

XTS79hDqU6eAFSazUcj3i6GWEVT7jTb3zMHtjf4StixLqP7EWUfkZ

thanks!!
100 XTS to you

Offline cmaje72

  • Newbie
  • *
  • Posts: 4
    • View Profile
Would someone be willing to send me some testing funds?

XTS79hDqU6eAFSazUcj3i6GWEVT7jTb3zMHtjf4StixLqP7EWUfkZ

thanks!!
wallet_approve_delegate heron1.heron

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
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

Offline wackou

Please vote for witness wackou! More info at http://digitalgaia.io

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani

Offline BTSdac

  • Hero Member
  • *****
  • Posts: 1219
    • View Profile
  • BitShares: K1

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
« Last Edit: June 26, 2014, 02:47:51 pm by BTSdac »
github.com :pureland
BTS2.0 API :ws://139.196.37.179:8091
BTS2.0 API 数据源ws://139.196.37.179:8091

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
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.

Ggozzo

  • Guest
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.

Offline chono

  • Full Member
  • ***
  • Posts: 59
    • View Profile
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%
Weibo:Will_BTS

Offline dxtr

  • Full Member
  • ***
  • Posts: 71
  • United We Stand, Dispersed We Are.
    • View Profile
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?

Help me out:     wallet_approve_delegate mr.scroodge true

Offline wackou

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%
Please vote for witness wackou! More info at http://digitalgaia.io

Offline alt

  • Hero Member
  • *****
  • Posts: 2821
    • View Profile
  • BitShares: baozi
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


Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
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 .. !!