Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bitcoinerS

Pages: 1 ... 28 29 30 31 32 33 34 [35] 36 37 38 39 40
511
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 16, 2014, 09:26:27 pm »
Still no blocks produced by my delegate node.. It is stuck on

    "blocks_produced": 7,


Code: [Select]
>>> blockchain_get_account_record bitcoiners
{
  "id": 299,
  "name": "bitcoiners",
  "public_data": null,
  "owner_key": "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk",
  "active_key_history": [[
      "20140613T030845",
      "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk"
    ]
  ],
  "delegate_info": {
    "votes_for": 83109630849,
    "votes_against": 0,
    "blocks_produced": 7,
    "blocks_missed": 130,
    "pay_balance": 576553,
    "next_secret_hash": "a2d0bdf2ef998a9efb0821786b243d146c7a075b",
    "last_block_num_produced": 9758
  },
  "registration_date": "20140613T030845",
  "last_update": "20140613T031130",
  "meta_data": null
}


Code: [Select]
default (unlocked) >>> get_info
{
  "blockchain_head_block_num": 12387,
  "blockchain_head_block_time": "20140616T212245",
  "blockchain_head_block_time_rel": "2 seconds old",
  "blockchain_confirmation_requirement": 201,
  "blockchain_average_delegate_participation": 66.988950276243088,
  "network_num_connections": 10,

Code: [Select]
>>> about
{
  "bitshares_toolkit_revision": "cc3d866a984c0117932ed407a4183bab4e69cc10",
  "bitshares_toolkit_revision_age": "5 hours ago",
  "fc_revision": "689848432106a52c9c1656611727745ba8a5ac0d",
  "fc_revision_age": "5 hours ago",
  "compile_date": "compiled on Jun 16 2014 at 18:11:46"

512
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 16, 2014, 07:11:28 pm »
Seems my delegate node is not producing blocks.. It has been showing

   "blocks_produced": 7,

for several hours

Code: [Select]
get_info
{
  "blockchain_head_block_num": 12019,
  "blockchain_head_block_time": "20140616T190730",
  "blockchain_head_block_time_rel": "2 seconds old",
  "blockchain_confirmation_requirement": 223,
  "blockchain_average_delegate_participation": 66.529492455418378,
  "network_num_connections": 11,
..
--- there are now 10 active connections to the p2p network
default (unlocked)

Code: [Select]
>>> blockchain_get_account_record bitcoiners
{
  "id": 299,
  "name": "bitcoiners",
  "public_data": null,
  "owner_key": "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk",
  "active_key_history": [[
      "20140613T030845",
      "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk"
    ]
  ],
  "delegate_info": {
    "votes_for": 83109630849,
    "votes_against": 0,
    "blocks_produced": 7,
    "blocks_missed": 125,
    "pay_balance": 576553,
    "next_secret_hash": "a2d0bdf2ef998a9efb0821786b243d146c7a075b",
    "last_block_num_produced": 9758
  },

513
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 16, 2014, 05:38:19 pm »

Any word on this? Is there some special way to import from PTS wallet.dat that I haven't tried? Could anyone send me some XTS to play with until I figure this out?

XTS5UJbjAws1os3J8eX2H2HEp3iTs5a2CsqJwb2w23cZvxqjd6vjZ


Sent from my iPhone using Tapatalk

sent you some LOVE :)

514
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 16, 2014, 05:25:43 pm »
Looks like latest build, deletion of  ~/.BitsharesXTS/chain and restart got me onto main blockchain again.

Code: [Select]
>>> get_info
{
  "blockchain_head_block_num": 11740,
  "blockchain_head_block_time": "20140616T172130",
  "blockchain_head_block_time_rel": "7 seconds old",
  "blockchain_confirmation_requirement": 212,
  "blockchain_average_delegate_participation": 66.076294277929151,
  "network_num_connections": 7,


515
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 16, 2014, 03:54:49 pm »
I am not sure if my node is tracking the main blockchain or a fork.

Code: [Select]
>>> get_info
{
  "blockchain_head_block_num": 10209,
  "blockchain_head_block_time": "20140616T153000",
  "blockchain_head_block_time_rel": "24 minutes old",
  "blockchain_confirmation_requirement": 291,
  "blockchain_average_delegate_participation": 28.877642155403393,
  "network_num_connections": 8,

Is there a way to check?

516
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 16, 2014, 03:51:30 pm »
having problems with latest git pull

Code: [Select]
~/bitshares_toolkit# git submodule update
fatal: reference is not a tree: 4b095728a9cf4cd696ba2d926268e3cbd77c5b4a
Unable to checkout '4b095728a9cf4cd696ba2d926268e3cbd77c5b4a' in submodule path 'vendor'


517
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 15, 2014, 09:49:06 pm »
Still having troubles with my delegate node. Rebuilt from latest source.

Code: [Select]
>>> about
{
  "bitshares_toolkit_revision": "4c439dd2a81b970646252893c36716d38c5fccc7",
  "bitshares_toolkit_revision_age": "47 minutes ago",
  "fc_revision": "888a01881aa5aa1313509aa7044455cac02359dc",
  "fc_revision_age": "3 hours ago",
  "compile_date": "compiled on Jun 15 2014 at 22:33:47"
}

Deleted  data dir, recreated wallet and imported delegate key. Now I am stuck on block 5685


Code: [Select]
>>> list_errors
[]
--- there are now 10 active connections to the p2p network
--- in sync with p2p network
default (unlocked) >>> get_info
{
  "blockchain_head_block_num": 5685,
  "blockchain_head_block_time": "20140615T040245",
  "blockchain_head_block_time_rel": "18 hours old",
  "blockchain_confirmation_requirement": 291,
  "blockchain_average_delegate_participation": 16.387903362054402,
  "network_num_connections": 10,

518
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 15, 2014, 08:37:44 pm »
Do you have your delegate key imported on two separate nodes?
That would partially explain why you keep getting onto a fork

No, delegate key is only loaded on server node.

519
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 15, 2014, 07:03:10 pm »
Can you give me the result of 'list_errors' ?

Here is my latest.

Code: [Select]
     >>> list_errors
[[
    "20140615T202617.117015",{
      "code": 10,
      "name": "assert_exception",
      "message": "Assert Exception",
      "stack": [{
          "context": {
            "level": "error",
            "file": "chain_database.cpp",
            "line": 502,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.116696"
          },
          "format": "block_data.timestamp <= (now + BTS_BLOCKCHAIN_BLOCK_INTERVAL_SEC/2): ${t} < ${now}",
          "data": {
            "t": "20140615T202700",
            "now": "20140615T202617"
          }
        },{
          "context": {
            "level": "warn",
            "file": "chain_database.cpp",
            "line": 519,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.116735"
          },
          "format": "",
          "data": {}
        },{
          "context": {
            "level": "warn",
            "file": "chain_database.cpp",
            "line": 703,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.116872"
          },
          "format": "",
          "data": {
            "block": {
              "previous": "a0746545259e47614589373baad67bd203c74eaa",
              "block_num": 8311,
              "fee_rate": 1000,
              "delegate_pay_rate": 77795,
              "timestamp": "20140615T202700",
              "transaction_digest": "c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0",
              "next_secret_hash": "1e304010c539bd92b57be0579619d4bcf6430043",
              "previous_secret": "7de7cf32ce93fed59c0a8655d70eb0420a6dd0ba",
              "delegate_signature": "201c21399a7148a16ce8581bdf16e8b7a222ce202776f5937f36065e3beace8a09027493ede5dfb9fdec83aeb852df4ab9cb3da372ea64760d84c24526393e050b",
              "user_transactions": []
            }
          }
        },{
          "context": {
            "level": "warn",
            "file": "chain_database.cpp",
            "line": 1078,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.116928"
          },
          "format": "",
          "data": {
            "block_data": {
              "previous": "a0746545259e47614589373baad67bd203c74eaa",
              "block_num": 8311,
              "fee_rate": 1000,
              "delegate_pay_rate": 77795,
              "timestamp": "20140615T202700",
              "transaction_digest": "c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0",
              "next_secret_hash": "1e304010c539bd92b57be0579619d4bcf6430043",
              "previous_secret": "7de7cf32ce93fed59c0a8655d70eb0420a6dd0ba",
              "delegate_signature": "201c21399a7148a16ce8581bdf16e8b7a222ce202776f5937f36065e3beace8a09027493ede5dfb9fdec83aeb852df4ab9cb3da372ea64760d84c24526393e050b",
              "user_transactions": []
            }
          }
        },{
          "context": {
            "level": "warn",
            "file": "client.cpp",
            "line": 520,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.116999"
          },
          "format": "Error pushing block ${block_number} - ${block_id}",
          "data": {
            "block_id": "e9e03bdb20102b3a54705f6d00d61e188bac0577",
            "block_number": 8311,
            "block": {
              "previous": "a0746545259e47614589373baad67bd203c74eaa",
              "block_num": 8311,
              "fee_rate": 1000,
              "delegate_pay_rate": 77795,
              "timestamp": "20140615T202700",
              "transaction_digest": "c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0",
              "next_secret_hash": "1e304010c539bd92b57be0579619d4bcf6430043",
              "previous_secret": "7de7cf32ce93fed59c0a8655d70eb0420a6dd0ba",
              "delegate_signature": "201c21399a7148a16ce8581bdf16e8b7a222ce202776f5937f36065e3beace8a09027493ede5dfb9fdec83aeb852df4ab9cb3da372ea64760d84c24526393e050b",
              "user_transactions": []
            }
          }
        }
      ]
    }
  ],[
    "20140615T202617.118015",{
      "code": 0,
      "name": "exception",
      "message": "unspecified",
      "stack": [{
          "context": {
            "level": "error",
            "file": "client.cpp",
            "line": 818,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.118014"
          },
          "format": "I am disconnecting peer 128.199.180.19:56891 for reason: You offered us a block that we reject as invalid",
          "data": {}
        }
      ]
    }
  ],[
    "20140615T202617.119228",{
      "code": 0,
      "name": "exception",
      "message": "unspecified",
      "stack": [{
          "context": {
            "level": "error",
            "file": "client.cpp",
            "line": 818,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.119227"
          },
          "format": "I am disconnecting peer 180.153.142.120:8764 for reason: You offered us a block that we reject as invalid",
          "data": {}
        }
      ]
    }
  ],[
    "20140615T202617.121452",{
      "code": 0,
      "name": "exception",
      "message": "unspecified",
      "stack": [{
          "context": {
            "level": "error",
            "file": "client.cpp",
            "line": 818,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.121450"
          },
          "format": "I am disconnecting peer 106.187.91.24:38866 for reason: You offered us a block that we reject as invalid",
          "data": {}
        }
      ]
    }
  ],[
    "20140615T202617.122178",{
      "code": 0,
      "name": "exception",
      "message": "unspecified",
      "stack": [{
          "context": {
            "level": "error",
            "file": "client.cpp",
            "line": 818,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.122176"
          },
          "format": "I am disconnecting peer 106.185.24.234:39283 for reason: You offered us a block that we reject as invalid",
          "data": {}
        }
      ]
    }
  ],[
    "20140615T202617.124988",{
      "code": 0,
      "name": "exception",
      "message": "unspecified",
      "stack": [{
          "context": {
            "level": "error",
            "file": "client.cpp",
            "line": 818,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.124986"
          },
          "format": "I am disconnecting peer 79.173.81.171:8764 for reason: You offered us a block that we reject as invalid",
          "data": {}
        }
      ]
    }
  ],[
    "20140615T202617.126778",{
      "code": 0,
      "name": "exception",
      "message": "unspecified",
      "stack": [{
          "context": {
            "level": "error",
            "file": "client.cpp",
            "line": 818,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.126776"
          },
          "format": "I am disconnecting peer 80.240.133.79:55577 for reason: You offered us a block that we reject as invalid",
          "data": {}
        }
      ]
    }
  ],[
    "20140615T202617.135656",{
      "code": 0,
      "name": "exception",
      "message": "unspecified",
      "stack": [{
          "context": {
            "level": "error",
            "file": "client.cpp",
            "line": 818,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.135654"
          },
          "format": "I am disconnecting peer 162.243.127.243:39878 for reason: You offered us a block that we reject as invalid",
          "data": {}
        }
      ]
    }
  ],[
    "20140615T202617.138049",{
      "code": 0,
      "name": "exception",
      "message": "unspecified",
      "stack": [{
          "context": {
            "level": "error",
            "file": "client.cpp",
            "line": 818,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140615T202617.138048"
          },
          "format": "I am disconnecting peer 107.170.30.182:8764 for reason: You offered us a block that we reject as invalid",
          "data": {}
        }
      ]
    }
  ]
]



Looks like I am two different forks.

desktop


Code: [Select]
>>> blockchain_get_block_by_number 8312
{
  "previous": "e9e03bdb20102b3a54705f6d00d61e188bac0577",
  "block_num": 8312,
  "fee_rate": 1000,
  "delegate_pay_rate": 77799,
  "timestamp": "20140615T202715",
  "transaction_digest": "c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0",
  "next_secret_hash": "5e35de2abda755a54cb771fa55fa12b54ce832d0",
  "previous_secret": "343e7ff8cc86e25ecb4e8b2ad57cf1fb2681eefa",
  "delegate_signature": "1fcec3efbb49f099c9c63444636a1300428b8af87fbd5a07043f761e7e88fa45d5494a5ed0187c94e680a91c9d6ea179ee75a0b39568b36380ab03774385990049",
  "user_transaction_ids": []

delegate node

Code: [Select]
blockchain_get_block_by_number 8312
{
  "previous": "12c95234b7fa8dfe12e0e2ae4a238e384953daf0",
  "block_num": 8312,
  "fee_rate": 1000,
  "delegate_pay_rate": 77799,
  "timestamp": "20140615T205800",
  "transaction_digest": "c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0",
  "next_secret_hash": "41ebd8f0adc61466e4daa57b64c2736ff7dd4ed5",
  "previous_secret": "62518597fa402d3cfdd670fe2effda4474e0d1ab",
  "delegate_signature": "2042c68aad18bcf3698ca63fc29bbc6cd93ba86148a1b8dad5cf8087eba98fa554324f842d44435bc1793ac9824eab374a211b070c722e12b2c53ea5cdb7122568",
  "user_transaction_ids": []
}


520
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 15, 2014, 06:52:24 pm »
try command below and find out both clients are on the same chain

blockchain_get_block_by_number 7489



desktop
Code: [Select]
blockchain_get_block_by_number 7489
{
  "previous": "a1d2a69bfc8e2ad421972be43230f64551ce0c76",
  "block_num": 7489,
  "fee_rate": 1000,
  "delegate_pay_rate": 74119,
  "timestamp": "20140615T153815",
  "transaction_digest": "c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0",
  "next_secret_hash": "a8b7d4cb492d5a53d43e055d77ba0be9445e9e1d",
  "previous_secret": "fc8f207fd0d1c53da6fd2bb3c674c9e1a0c2d407",
  "delegate_signature": "200bd9114e5e932760e0f64dcdd74df79c9b7dbd98ed4f0f0ea4957ca0df00c7fab5cd8186c2434111a9dfb2c470b1428c1432483fcf687a672e27a4936916f277",
  "user_transaction_ids": []
}

get_info
{
  "blockchain_head_block_num": 8037,
  "blockchain_head_block_time": "20140615T185145",
  "blockchain_head_block_time_rel": "in the future",
  "blockchain_confirmation_requirement": 174,
  "blockchain_average_delegate_participation": 67.454798331015297,
  "network_num_connections": 8,


server
Code: [Select]
blockchain_get_block_by_number 7489
{
  "previous": "a1d2a69bfc8e2ad421972be43230f64551ce0c76",
  "block_num": 7489,
  "fee_rate": 1000,
  "delegate_pay_rate": 74119,
  "timestamp": "20140615T153815",
  "transaction_digest": "c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0",
  "next_secret_hash": "a8b7d4cb492d5a53d43e055d77ba0be9445e9e1d",
  "previous_secret": "fc8f207fd0d1c53da6fd2bb3c674c9e1a0c2d407",
  "delegate_signature": "200bd9114e5e932760e0f64dcdd74df79c9b7dbd98ed4f0f0ea4957ca0df00c7fab5cd8186c2434111a9dfb2c470b1428c1432483fcf687a672e27a4936916f277",
  "user_transaction_ids": []
}

get_info
{
  "blockchain_head_block_num": 7489,
  "blockchain_head_block_time": "20140615T153815",
  "blockchain_head_block_time_rel": "3 hours ago",
  "blockchain_confirmation_requirement": 278,
  "blockchain_average_delegate_participation": 42.863455589924875,
  "network_num_connections": 11,


looks like my delegate node is stuck on block 7489


521
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 15, 2014, 04:35:55 pm »


Your delegate has been voted back in along with some others.  I am all out of funds for voting.

Thanks. It looks like this delegate has more votes now, but still has not produced any blocks..


Code: [Select]
>>> blockchain_get_account_record bitcoiners
{
  "id": 299,
  "name": "bitcoiners",
  "public_data": null,
  "owner_key": "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk",
  "active_key_history": [[
      "20140613T030845",
      "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk"
    ]
  ],
  "delegate_info": {
    "votes_for": 83109074296,
    "votes_against": 0,
    "blocks_produced": 0,
    "blocks_missed": 63,

My desktop client and VPS server nodes are showing different block counts. Seems delegate node is falling behind.

delegate node
Code: [Select]
>>> get_info 
{
  "blockchain_head_block_num": 7489,
  "blockchain_head_block_time": "20140615T153815",
  "blockchain_head_block_time_rel": "53 minutes ago",
  "blockchain_confirmation_requirement": 278,
  "blockchain_average_delegate_participation": 56.362579895409645,
  "network_num_connections": 12,

desktop
Code: [Select]
get_info
{
  "blockchain_head_block_num": 7635,
  "blockchain_head_block_time": "20140615T163430",
  "blockchain_head_block_time_rel": "12 seconds ago",
  "blockchain_confirmation_requirement": 282,
  "blockchain_average_delegate_participation": 64.666666666666671,
  "network_num_connections": 8,

522
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 15, 2014, 03:20:00 pm »
My delegate (bitcoiners) is still not producing any blocks. BM, please re-enable it.

Code: [Select]
blockchain_get_account_record bitcoiners
{
  "id": 299,
  "name": "bitcoiners",
  "public_data": null,
  "owner_key": "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk",
  "active_key_history": [[
      "20140613T030845",
      "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk"
    ]
  ],
  "delegate_info": {
    "votes_for": 2109074296,
    "votes_against": 0,
    "blocks_produced": 0,
    "blocks_missed": 63,
    "pay_balance": 0,
    "next_secret_hash": "0000000000000000000000000000000000000000",
    "last_block_num_produced": 4294967295
  },
  "registration_date": "20140613T030845",
  "last_update": "20140613T031130",
  "meta_data": null
}
default (unlocked) >>> get_info
{
  "blockchain_head_block_num": 7436,
  "blockchain_head_block_time": "20140615T151845",

523
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 15, 2014, 05:34:12 am »

It looks like you got voted out, probably when BM moved his votes to get someone else in since he is the only one voting ATM

 >:(

Please vote me back in!

524
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 15, 2014, 05:18:14 am »
Ok. With latest build my connection count is up to 8. Still delegate is not producing any blocks..

Code: [Select]
>>> blockchain_get_account_record bitcoiners
{
  "id": 299,
  "name": "bitcoiners",
  "public_data": null,
  "owner_key": "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk",
  "active_key_history": [[
      "20140613T030845",
      "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk"
    ]
  ],
  "delegate_info": {
    "votes_for": 2109074296,
    "votes_against": 0,
    "blocks_produced": 0,
    "blocks_missed": 63,
    "pay_balance": 0,

Code: [Select]
get_info
{
  "blockchain_head_block_num": 5928,
  "blockchain_head_block_time": "20140615T051545",
  "blockchain_head_block_time_rel": "55 seconds ago",
  "blockchain_confirmation_requirement": 291,
  "blockchain_average_delegate_participation": 61.12161310649023,
  "network_num_connections": 8,

Code: [Select]
>>> blockchain_list_delegates
..
** Inactive:
..         299               bitcoiners          2109074296                   0         0.0210906 %               0              63

525
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 14, 2014, 11:53:17 pm »
problems on latest build

Code: [Select]
Loading blockchain from "/root/.BitSharesXTS/chain"
Not starting RPC server, use --server to enable the RPC interface
[New Thread 0x7ffff58ae700 (LWP 27247)]
Listening for P2P connections on port 53893
Attempting to connect to peer 107.170.30.182:8764
Attempting to connect to peer 114.215.104.153:8764
Attempting to connect to peer 84.238.140.192:8764
[New Thread 0x7ffff4ead700 (LWP 27248)]
[New Thread 0x7fffeffff700 (LWP 27249)]
--- there are now 1 active connections to the p2p network
I am disconnecting peer 107.170.30.182:8764 for reason: You offered us a block that we reject as invalid
--- there are now 0 active connections to the p2p network
(wallet closed) >>> wallet_open default
OK
default (locked) >>> wallet_unlock 99999999
passphrase:
OK
default (unlocked) >>> get_info
{
  "blockchain_head_block_num": 5141,
  "blockchain_head_block_time": "20140614T235030",
  "blockchain_head_block_time_rel": "in the future",
  "blockchain_confirmation_requirement": 279,
  "blockchain_average_delegate_participation": 57.396449704142015,
  "network_num_connections": 0,
  "wallet_unlocked_seconds_remaining": 99999993,
  "wallet_next_block_production_time": "20140614T235700",
  "wallet_seconds_until_next_block_production": 297,
  "wallet_local_time": "20140614T235203",
  "blockchain_random_seed": "fb039b4dd5ec0bef959de04a02fd0192f3caad69",
  "blockchain_shares": 10000061092614,
  "network_num_connections_max": 12,
  "network_protocol_version": 101,
  "wallet_open": true,
  "wallet_unlocked_until": "20170815T093836",
  "wallet_version": 100
}
default (unlocked) >>>
Program received signal SIGSEGV, Segmentation fault.
0x0000000000ab14aa in EVP_EncryptUpdate ()
(gdb)

Pages: 1 ... 28 29 30 31 32 33 34 [35] 36 37 38 39 40