Author Topic: Dry Run 7: The Power of DPOS  (Read 127600 times)

0 Members and 1 Guest are viewing this topic.

Offline sfinder

  • Hero Member
  • *****
  • Posts: 1205
  • 4 Cores CPU+100GB SSD+anti-DDoS Pro
    • View Profile
I experienced the same problem many times from different dry run .  It always happened after many hours running and suddenly client stop synchronize with main chain and block number count stop . if I quit the client and re-run it following error will appear and client crashed

Code: [Select]
(wallet closed) >>> open doggy

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

then I will reboot my linux box and delete the "peers.leveldb" folder and restart my client then client will restart but keeping on disconnecting form peer as I posted in my last post.

the only way for me to get back to normal is to delete all the /.BitSharesXTS folder and re-sync the block chain form beginning


 
more info below

Code: [Select]
doggy (unlocked) >>> info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": "15 seconds old",
  "blockchain_head_block_timestamp": "20140702T132130",
  "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": 1,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140702T132145",
  "ntp_error": -0.0023029999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "77 days in the future",
  "wallet_unlocked_until_timestamp": "20140917T171137",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
--- there are now 1 active connections to the p2p network
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39844 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
doggy (unlocked) >>>
[detached from 1587.bts]
coins@coins:~$ ^C
coins@coins:~$ screen -r bts
I am disconnecting peer 107.170.30.182:8701 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1716 blocks left to fetch
--- there are now 2 active connections to the p2p network
I am disconnecting peer 107.170.90.142:8701 for reason: You offered us a block that we reject as invalid
--- there are now 3 active connections to the p2p network
--- there are now 4 active connections to the p2p network
--- there are now 5 active connections to the p2p network
I am disconnecting peer 84.238.140.192:36350 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39931 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 128.199.180.112:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 106.187.91.24:35790 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1718 blocks left to fetch
I am disconnecting peer 176.9.234.167:39967 for reason: You offered us a block that we reject as invalid
--- there are now 2 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- syncing with p2p network, 1719 blocks left to fetch
--- there are now 4 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
I am disconnecting peer 107.170.30.182:8703 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 107.170.170.214:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 162.243.160.72:46456 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 92.243.18.20:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 188.138.107.159:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 128.199.180.19:8701 for reason: You offered us a block that we reject as invalid
--- there are now 1 active connections to the p2p network
--- there are now 2 active connections to the p2p network
I am disconnecting peer 146.185.186.245:54482 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 106.185.24.234:8701 for reason: You offered us a block that we reject as invalid
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1720 blocks left to fetch
I am disconnecting peer 176.9.234.167:39978 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
doggy (unlocked) >>> info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": "18 seconds old",
  "blockchain_head_block_timestamp": "20140702T132445",
  "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": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140702T132503",
  "ntp_error": -0.0023029999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "77 days in the future",
  "wallet_unlocked_until_timestamp": "20140917T171137",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1722 blocks left to fetch
I am disconnecting peer 176.9.234.167:39984 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1723 blocks left to fetch
I am disconnecting peer 176.9.234.167:39997 for reason: You offered us a block that we reject as invalid

client keep on been disconnected form peers.

Code: [Select]
--- there are now 1 active connections to the p2p network
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39844 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network

This peer is showing up on both of our seed nodes....
Code: [Select]
Peer 209.141.182.156:8701 disconnected us: You offered us a block that we reject as invalid
We are looking into the cause of this message... so don't take it personally if a peer rejects you right now.

Very interesting you are rejecting the very first block as invalid...

If you start with a fresh data directory do you always get this problem?
微博:星在飘我在找|BTS X 受托人delegate ID:baidu
中国教育书店合作将20%收入捐献给贫困山区学生。
Cooperating with China Education Bookstore and will donate 20% of delegate income to the poor students

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
Very interesting you are rejecting the very first block as invalid...


Could it be a difficulty/bug to sign the very first block after the delegate gets active for the first time(after enabling delegate block production) ?
I have lost multiple times only the first block on Dry Runs.... check out the last one... (DryRun7)
I thought it was a coincidence until now....

PS and my machine had no network issues from the beginning and I have nothing changed (settings etc.)....

Code: [Select]
liondani (unlocked) >>> blockchain_get_delegate_block_stats liondani
[[
    778,{
      "missed": true,
      "id": "0000000000000000000000000000000000000000"
    }
  ],[
    895,{
      "missed": false,
      "id": "559668424b0f22892a7db99353c2a1680b6ce075"
    }
  ],[
    912,{
      "missed": false,
      "id": "dc5904414782e0a82c04dd0e4f9dfdc037d1437e"
    }
  ],[
    1079,{
      "missed": false,
      "id": "aef2b58a6324bbf4e031d53221f2afeb4a5d8cf2"
    }
  ],[
    1200,{
      "missed": false,
      "id": "e3a788d25fe3f7f66f7806b24c308240326c051d"
    }
  ],[
    1262,{
      "missed": false,
      "id": "59bb636e3c353c530767547aa9f7423911452f53"
    }
  ],[
    1398,{
      "missed": false,
      "id": "4c0dd0788ebb02066d24192bb3c28faced788a86"
    }
  ],[
    1505,{
      "missed": false,
      "id": "79686306ff4f5f6abfe92972d27a7e6c17b2d696"
    }
  ],[
    1524,{
      "missed": false,
      "id": "819b68e6eb89afde79f6a532f5fde68517b4177a"
    }
  ],[
    1626,{
      "missed": false,
      "id": "9ab5c5a9fa2bedb9a63c7362b1ca9a71311ceb5e"
    }
  ],[
    1767,{
      "missed": false,
      "id": "846c2eb9498eee12db101776fb1ff14bd02aae1b"
    }
  ],[
    1855,{
      "missed": false,
      "id": "77e0911483519a8957b0d9ccf364f6c5b58e319a"
    }
  ],[
    1998,{
      "missed": false,
      "id": "05400cad9f0d7c0ba35f4757d3bde830be32dc47"
    }
  ],[
    2063,{
      "missed": false,
      "id": "ec6b1cc99067a8469cf9258b4937c3039edf7041"
    }
  ],[
    2206,{
      "missed": false,
      "id": "f58d04112fafe2e5c9f75cc2bc4a0fdfdbb1df63"
    }
  ],[
    2275,{
      "missed": false,
      "id": "cc8189b63390694196b70a94dda85076a09c5f08"
    }
  ],[
    2414,{
      "missed": false,
      "id": "efbbf75bb7959fd349c572b7af478ac070c9c7e9"
    }
  ],[
    2467,{
      "missed": false,
      "id": "a26841124820b7bfb86efd6e437b5f5791250794"
    }
  ],[
    2530,{
      "missed": false,
      "id": "8adbd228199325504837c330bbad03011253138c"
    }
  ],[
    2622,{
      "missed": false,
      "id": "f8f3174318a68f5ada03c0197a4842a5a6b81e1f"
    }
  ],[
    2681,{
      "missed": false,
      "id": "0f548f57779b9332dd2ba46bbfa2543ff9544a91"
    }
  ],[
    2817,{
      "missed": false,
      "id": "b67ed6543c2b6ce2177e854b240d1de99ff04cd3"
    }
  ],[
    2853,{
      "missed": false,
      "id": "2725166c2d524fda986f9a7aca9c6c08aa9f70cb"
    }
  ],[
    2959,{
      "missed": false,
      "id": "0813ab8d1a46c52c190adea4488d0a5f2c9a4499"
    }
  ],[
    3749,{
      "missed": false,
      "id": "207fedba49f4a5ff614adc7b9aee358e99823bc8"
    }
  ]
]
« Last Edit: July 02, 2014, 02:12:59 pm by liondani »

Offline bytemaster

more info below

Code: [Select]
doggy (unlocked) >>> info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": "15 seconds old",
  "blockchain_head_block_timestamp": "20140702T132130",
  "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": 1,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140702T132145",
  "ntp_error": -0.0023029999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "77 days in the future",
  "wallet_unlocked_until_timestamp": "20140917T171137",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
--- there are now 1 active connections to the p2p network
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39844 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
doggy (unlocked) >>>
[detached from 1587.bts]
coins@coins:~$ ^C
coins@coins:~$ screen -r bts
I am disconnecting peer 107.170.30.182:8701 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1716 blocks left to fetch
--- there are now 2 active connections to the p2p network
I am disconnecting peer 107.170.90.142:8701 for reason: You offered us a block that we reject as invalid
--- there are now 3 active connections to the p2p network
--- there are now 4 active connections to the p2p network
--- there are now 5 active connections to the p2p network
I am disconnecting peer 84.238.140.192:36350 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39931 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 128.199.180.112:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 106.187.91.24:35790 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1718 blocks left to fetch
I am disconnecting peer 176.9.234.167:39967 for reason: You offered us a block that we reject as invalid
--- there are now 2 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- syncing with p2p network, 1719 blocks left to fetch
--- there are now 4 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
I am disconnecting peer 107.170.30.182:8703 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 107.170.170.214:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 162.243.160.72:46456 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 92.243.18.20:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 188.138.107.159:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 128.199.180.19:8701 for reason: You offered us a block that we reject as invalid
--- there are now 1 active connections to the p2p network
--- there are now 2 active connections to the p2p network
I am disconnecting peer 146.185.186.245:54482 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 106.185.24.234:8701 for reason: You offered us a block that we reject as invalid
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1720 blocks left to fetch
I am disconnecting peer 176.9.234.167:39978 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
doggy (unlocked) >>> info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": "18 seconds old",
  "blockchain_head_block_timestamp": "20140702T132445",
  "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": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140702T132503",
  "ntp_error": -0.0023029999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "77 days in the future",
  "wallet_unlocked_until_timestamp": "20140917T171137",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1722 blocks left to fetch
I am disconnecting peer 176.9.234.167:39984 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1723 blocks left to fetch
I am disconnecting peer 176.9.234.167:39997 for reason: You offered us a block that we reject as invalid

client keep on been disconnected form peers.

Code: [Select]
--- there are now 1 active connections to the p2p network
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39844 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network

This peer is showing up on both of our seed nodes....
Code: [Select]
Peer 209.141.182.156:8701 disconnected us: You offered us a block that we reject as invalid
We are looking into the cause of this message... so don't take it personally if a peer rejects you right now.

Very interesting you are rejecting the very first block as invalid...

If you start with a fresh data directory do you always get this problem?
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline bytemaster

more info below

Code: [Select]
doggy (unlocked) >>> info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": "15 seconds old",
  "blockchain_head_block_timestamp": "20140702T132130",
  "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": 1,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140702T132145",
  "ntp_error": -0.0023029999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "77 days in the future",
  "wallet_unlocked_until_timestamp": "20140917T171137",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
--- there are now 1 active connections to the p2p network
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39844 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
doggy (unlocked) >>>
[detached from 1587.bts]
coins@coins:~$ ^C
coins@coins:~$ screen -r bts
I am disconnecting peer 107.170.30.182:8701 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1716 blocks left to fetch
--- there are now 2 active connections to the p2p network
I am disconnecting peer 107.170.90.142:8701 for reason: You offered us a block that we reject as invalid
--- there are now 3 active connections to the p2p network
--- there are now 4 active connections to the p2p network
--- there are now 5 active connections to the p2p network
I am disconnecting peer 84.238.140.192:36350 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39931 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 128.199.180.112:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 106.187.91.24:35790 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1718 blocks left to fetch
I am disconnecting peer 176.9.234.167:39967 for reason: You offered us a block that we reject as invalid
--- there are now 2 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- syncing with p2p network, 1719 blocks left to fetch
--- there are now 4 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
I am disconnecting peer 107.170.30.182:8703 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 107.170.170.214:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 162.243.160.72:46456 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 92.243.18.20:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 188.138.107.159:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 128.199.180.19:8701 for reason: You offered us a block that we reject as invalid
--- there are now 1 active connections to the p2p network
--- there are now 2 active connections to the p2p network
I am disconnecting peer 146.185.186.245:54482 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 106.185.24.234:8701 for reason: You offered us a block that we reject as invalid
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1720 blocks left to fetch
I am disconnecting peer 176.9.234.167:39978 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
doggy (unlocked) >>> info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": "18 seconds old",
  "blockchain_head_block_timestamp": "20140702T132445",
  "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": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140702T132503",
  "ntp_error": -0.0023029999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "77 days in the future",
  "wallet_unlocked_until_timestamp": "20140917T171137",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1722 blocks left to fetch
I am disconnecting peer 176.9.234.167:39984 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1723 blocks left to fetch
I am disconnecting peer 176.9.234.167:39997 for reason: You offered us a block that we reject as invalid

client keep on been disconnected form peers.

Code: [Select]
--- there are now 1 active connections to the p2p network
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39844 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network

This peer is showing up on both of our seed nodes....
Code: [Select]
Peer 209.141.182.156:8701 disconnected us: You offered us a block that we reject as invalid
We are looking into the cause of this message... so don't take it personally if a peer rejects you right now.

Very interesting you are rejecting the very first block as invalid...
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline bytemaster

build on osx, when I quit the client, it shows the error. 

Code: [Select]
Program received signal SIGSEGV, Segmentation fault.
bts::blockchain::chain_database::get_head_block_id (this=0x101703048)
    at /Users/bts101/bitshares_toolkit/libraries/blockchain/chain_database.cpp:1704
1704        return my->_head_block_id;

All issues on exit are known (err... we know we have bugs to solve at exit)
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline laow

  • Full Member
  • ***
  • Posts: 155
    • View Profile
build on osx, when I quit the client, it shows the error. 

Code: [Select]
Program received signal SIGSEGV, Segmentation fault.
bts::blockchain::chain_database::get_head_block_id (this=0x101703048)
    at /Users/bts101/bitshares_toolkit/libraries/blockchain/chain_database.cpp:1704
1704        return my->_head_block_id;
BTS acount: laow

clout

  • Guest
Code: [Select]
ID    NAME                            APPROVAL         PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE     LAST BLOCK
366   clout-delegate2                 0.0075000283 %       0        18       0.00 %        50 %     0.00000 XTS     NONE
397   webber                          0.0025000094 %      0        7        0.00 %        100 %    0.00000 XTS     NONE

Whats going on guys?

I sent funds to myself and they did not go through. I tried to rescan blockchain and my terminal stalled. I attempted to reboot the client and it gave me an error saying the database was in use. so I deleted my directory and rebooted the client and it would not connect to any peers. I could not send funds to take my delegates offline because non of the funds were going through. I just got the client working now.

Rescanning the blockchain under the heavy load we had takes a long time due to TITAN crypto-graphic operations and currently being limited to a single thread.  This is probably why the terminal was stalled.

I'm up and running now.

Offline sfinder

  • Hero Member
  • *****
  • Posts: 1205
  • 4 Cores CPU+100GB SSD+anti-DDoS Pro
    • View Profile
more info below

Code: [Select]
doggy (unlocked) >>> info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": "15 seconds old",
  "blockchain_head_block_timestamp": "20140702T132130",
  "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": 1,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140702T132145",
  "ntp_error": -0.0023029999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "77 days in the future",
  "wallet_unlocked_until_timestamp": "20140917T171137",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
--- there are now 1 active connections to the p2p network
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39844 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
doggy (unlocked) >>>
[detached from 1587.bts]
coins@coins:~$ ^C
coins@coins:~$ screen -r bts
I am disconnecting peer 107.170.30.182:8701 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1716 blocks left to fetch
--- there are now 2 active connections to the p2p network
I am disconnecting peer 107.170.90.142:8701 for reason: You offered us a block that we reject as invalid
--- there are now 3 active connections to the p2p network
--- there are now 4 active connections to the p2p network
--- there are now 5 active connections to the p2p network
I am disconnecting peer 84.238.140.192:36350 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39931 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 128.199.180.112:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 106.187.91.24:35790 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1718 blocks left to fetch
I am disconnecting peer 176.9.234.167:39967 for reason: You offered us a block that we reject as invalid
--- there are now 2 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- syncing with p2p network, 1719 blocks left to fetch
--- there are now 4 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
I am disconnecting peer 107.170.30.182:8703 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 107.170.170.214:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 162.243.160.72:46456 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 92.243.18.20:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 188.138.107.159:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 128.199.180.19:8701 for reason: You offered us a block that we reject as invalid
--- there are now 1 active connections to the p2p network
--- there are now 2 active connections to the p2p network
I am disconnecting peer 146.185.186.245:54482 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 106.185.24.234:8701 for reason: You offered us a block that we reject as invalid
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1720 blocks left to fetch
I am disconnecting peer 176.9.234.167:39978 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
doggy (unlocked) >>> info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": "18 seconds old",
  "blockchain_head_block_timestamp": "20140702T132445",
  "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": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140702T132503",
  "ntp_error": -0.0023029999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "77 days in the future",
  "wallet_unlocked_until_timestamp": "20140917T171137",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1722 blocks left to fetch
I am disconnecting peer 176.9.234.167:39984 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1723 blocks left to fetch
I am disconnecting peer 176.9.234.167:39997 for reason: You offered us a block that we reject as invalid

client keep on been disconnected form peers.

Code: [Select]
--- there are now 1 active connections to the p2p network
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39844 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network

This peer is showing up on both of our seed nodes....
Code: [Select]
Peer 209.141.182.156:8701 disconnected us: You offered us a block that we reject as invalid
We are looking into the cause of this message... so don't take it personally if a peer rejects you right now.
微博:星在飘我在找|BTS X 受托人delegate ID:baidu
中国教育书店合作将20%收入捐献给贫困山区学生。
Cooperating with China Education Bookstore and will donate 20% of delegate income to the poor students

Offline bytemaster

client keep on been disconnected form peers.

Code: [Select]
--- there are now 1 active connections to the p2p network
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39844 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network

This peer is showing up on both of our seed nodes....
Code: [Select]
Peer 209.141.182.156:8701 disconnected us: You offered us a block that we reject as invalid
We are looking into the cause of this message...
« Last Edit: July 02, 2014, 01:52:46 pm by bytemaster »
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline bytemaster

Code: [Select]
ID    NAME                            APPROVAL         PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE     LAST BLOCK
366   clout-delegate2                 0.0075000283 %       0        18       0.00 %        50 %     0.00000 XTS     NONE
397   webber                          0.0025000094 %      0        7        0.00 %        100 %    0.00000 XTS     NONE

Whats going on guys?

I sent funds to myself and they did not go through. I tried to rescan blockchain and my terminal stalled. I attempted to reboot the client and it gave me an error saying the database was in use. so I deleted my directory and rebooted the client and it would not connect to any peers. I could not send funds to take my delegates offline because non of the funds were going through. I just got the client working now.

Rescanning the blockchain under the heavy load we had takes a long time due to TITAN crypto-graphic operations and currently being limited to a single thread.  This is probably why the terminal was stalled. 
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline sfinder

  • Hero Member
  • *****
  • Posts: 1205
  • 4 Cores CPU+100GB SSD+anti-DDoS Pro
    • View Profile
client keep on been disconnected form peers.  look like my client not able to re-sync  with p2p network always showing "1722 blocks left to fetch"

I may need to delete all the data folder

Code: [Select]
--- there are now 1 active connections to the p2p network
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39844 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network


Code: [Select]
doggy (unlocked) >>> info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": "15 seconds old",
  "blockchain_head_block_timestamp": "20140702T132130",
  "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": 1,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140702T132145",
  "ntp_error": -0.0023029999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "77 days in the future",
  "wallet_unlocked_until_timestamp": "20140917T171137",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
--- there are now 1 active connections to the p2p network
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39844 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
doggy (unlocked) >>>
[detached from 1587.bts]
coins@coins:~$ ^C
coins@coins:~$ screen -r bts
I am disconnecting peer 107.170.30.182:8701 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1716 blocks left to fetch
--- there are now 2 active connections to the p2p network
I am disconnecting peer 107.170.90.142:8701 for reason: You offered us a block that we reject as invalid
--- there are now 3 active connections to the p2p network
--- there are now 4 active connections to the p2p network
--- there are now 5 active connections to the p2p network
I am disconnecting peer 84.238.140.192:36350 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 176.9.234.167:39931 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 128.199.180.112:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 106.187.91.24:35790 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 114.215.104.153:36016 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1718 blocks left to fetch
I am disconnecting peer 176.9.234.167:39967 for reason: You offered us a block that we reject as invalid
--- there are now 2 active connections to the p2p network
--- there are now 3 active connections to the p2p network
--- syncing with p2p network, 1719 blocks left to fetch
--- there are now 4 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
I am disconnecting peer 107.170.30.182:8703 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 107.170.170.214:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 162.243.160.72:46456 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 92.243.18.20:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 188.138.107.159:8701 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 128.199.180.19:8701 for reason: You offered us a block that we reject as invalid
--- there are now 1 active connections to the p2p network
--- there are now 2 active connections to the p2p network
I am disconnecting peer 146.185.186.245:54482 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 106.185.24.234:8701 for reason: You offered us a block that we reject as invalid
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1720 blocks left to fetch
I am disconnecting peer 176.9.234.167:39978 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
doggy (unlocked) >>> info
{
  "blockchain_head_block_num": 0,
  "blockchain_head_block_age": "18 seconds old",
  "blockchain_head_block_timestamp": "20140702T132445",
  "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": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140702T132503",
  "ntp_error": -0.0023029999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "77 days in the future",
  "wallet_unlocked_until_timestamp": "20140917T171137",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1722 blocks left to fetch
I am disconnecting peer 176.9.234.167:39984 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
--- there are now 1 active connections to the p2p network
--- syncing with p2p network, 1723 blocks left to fetch
I am disconnecting peer 176.9.234.167:39997 for reason: You offered us a block that we reject as invalid
« Last Edit: July 02, 2014, 01:31:46 pm by sfinder »
微博:星在飘我在找|BTS X 受托人delegate ID:baidu
中国教育书店合作将20%收入捐献给贫困山区学生。
Cooperating with China Education Bookstore and will donate 20% of delegate income to the poor students

Offline bytemaster

windows wallet issues: (win 7)

- when i try to log in with my password i just see the rotating symbol but it doesnt log me in and goes on forever
(temporary issue)

- when i click on accounts in the top left of the gui next to file, and select "my accounts" the ui just turns white and nothing happens
(temporary issue)

- when closing bitshares xt with the file>quit option it says bitshares xt is not working anymore and asks if u wanna close the task

- before logging in when the blockchain syncy and you hover over the sync icon in the bottom right, the information only shows up for a split second. you can not get it to stay and see at what blocks you are

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

clout

  • Guest
Code: [Select]
ID    NAME                            APPROVAL         PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE     LAST BLOCK
366   clout-delegate2                 0.0075000283 %       0        18       0.00 %        50 %     0.00000 XTS     NONE
397   webber                          0.0025000094 %      0        7        0.00 %        100 %    0.00000 XTS     NONE

Whats going on guys?

I sent funds to myself and they did not go through. I tried to rescan blockchain and my terminal stalled. I attempted to reboot the client and it gave me an error saying the database was in use. so I deleted my directory and rebooted the client and it would not connect to any peers. I could not send funds to take my delegates offline because non of the funds were going through. I just got the client working now.

Offline bitdraw

  • Jr. Member
  • **
  • Posts: 31
    • View Profile
windows wallet issues: (win 7)

- when i try to log in with my password i just see the rotating symbol but it doesnt log me in and goes on forever
(temporary issue)

- when i click on accounts in the top left of the gui next to file, and select "my accounts" the ui just turns white and nothing happens
(temporary issue)

- when closing bitshares xt with the file>quit option it says bitshares xt is not working anymore and asks if u wanna close the task

- before logging in when the blockchain syncy and you hover over the sync icon in the bottom right, the information only shows up for a split second. you can not get it to stay and see at what blocks you are
« Last Edit: July 02, 2014, 12:57:26 pm by bitdraw »

Offline mmlmmlmml

  • Full Member
  • ***
  • Posts: 61
    • View Profile
thanks a lot, the Tx so fast, great.

please send me some funds to test the delegate: XTS5BqxLL4um17tU8FjsdLwPSR42i6cGNcyEZWPcG65agg9JLXzhd, thanks.

Sent
Code: [Select]
   3518.0    2014-07-02T12:26:00 spartako-w          mmlmmlmml           100.00000 XTS       0.10000 XTS                                                3c392db7
   3519.0    2014-07-02T12:26:15 spartako-w          mmlmmlmml           100.000000 FREE     0.10000 XTS                                                8836dd1c