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 - spartako

Pages: 1 ... 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 ... 27
196
Italiano (Italian) / Promozione libro Bitshares
« on: December 18, 2014, 11:57:48 am »
Per i primi cinque che compreranno il libro sui bitshares:
http://www.amazon.it/BitShares-101-Generation-Currencies-Decentralized-ebook/dp/B00QUIWHR0

Ve li pago io in bitUsd

197
I have done a promotion for our small italian community:

I will pay five books in bitUSD for people that buy it :)

198
General Discussion / Re: ripple rally
« on: December 17, 2014, 08:17:29 pm »


I hope this helps ...

P.S. I would rather comment on technical or economic aspects of the Ripple network instead of speculating about the recent price increase.

+5% great summary!

I think ripple and bitshares are not direct competitor and can work together in a great way.

If you want the ideals of current banking system, ripple is the best implementation.

If you want the ideals of bitcoin, bitshares will be (I hope) the best implementation

199
General Discussion / Re: delegate, remember to backup the chain directory
« on: December 17, 2014, 05:18:15 pm »
 +5%

200
General Discussion / Re: A couple of suggestions for the developer team
« on: December 17, 2014, 05:17:34 pm »
 +5%

201
General Discussion / Re: Network problem?
« on: December 17, 2014, 12:27:57 pm »
New build v0.4.27 not syncing, stuck on block 1283020, main machine v0.4.26 suddenly missing  blocks due to network problems.

Try this trick:
https://bitsharestalk.org/index.php?topic=12377.msg163432#msg163432

Thank you, reindexing with new checkpoints......

Checkpoints/reindexing not working, delegate still in limbo

Try to add this line at the end of checkpoints:
Code: [Select]
[
    1284090,
    "c7b2347f852f818abdcba472dd1f388256d03f20"
  ]


202
General Discussion / Re: Network problem?
« on: December 17, 2014, 11:02:38 am »
New build v0.4.27 not syncing, stuck on block 1283020, main machine v0.4.26 suddenly missing  blocks due to network problems.

Try this trick:
https://bitsharestalk.org/index.php?topic=12377.msg163432#msg163432

203
General Discussion / Re: Network problem?
« on: December 17, 2014, 10:52:19 am »
maybe it's only to slow and not stuck
I had same issues but after some time its going forward

Finally I was able to sync again with an other fresh installation :) :)
Thanks!!

204
General Discussion / Re: Network problem?
« on: December 17, 2014, 10:38:55 am »

here it is:
https://bitsharestalk.org/index.php?topic=12377.msg163432#msg163432

I tryed but now I stuck a 1283709 :(

Code: [Select]
(wallet closed) >>> getinfo
{
  "blockchain_head_block_num": 1283709,
  "blockchain_head_block_age": "72 minutes old",
  "blockchain_head_block_timestamp": "2014-12-17T09:26:00",
  "blockchain_average_delegate_participation": "17.24 %",
  "blockchain_confirmation_requirement": 76,
  "blockchain_share_supply": "2,498,424,761.19030 BTS",
  "blockchain_blocks_left_in_round": 1,
  "blockchain_next_round_time": "at least 4 seconds in the future",
  "blockchain_next_round_timestamp": "2014-12-17T10:38:20",
  "blockchain_random_seed": "ab226b2491c9a0b01140c6438938c2361c08f36a",
  "client_data_dir": "/home/spartako/.BitShares",
  "client_version": "v0.4.27",
  "network_num_connections": 8,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2014-12-17T10:38:16",
  "ntp_time_error": 0.0042490000000000002,
  "wallet_open": false,
  "wallet_unlocked": null,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_last_scanned_block_timestamp": null,
  "wallet_scan_progress": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null
}

205
General Discussion / Re: Network problem?
« on: December 17, 2014, 09:49:22 am »
After clearing the chain I stuck at block 1283422

Code: [Select]
default (unlocked) >>> getinfo
{
  "blockchain_head_block_num": 1283422,
  "blockchain_head_block_age": "69 minutes old",
  "blockchain_head_block_timestamp": "2014-12-17T08:11:10",
  "blockchain_average_delegate_participation": "18.04 %",
  "blockchain_confirmation_requirement": 39,
  "blockchain_share_supply": "2,498,423,040.79030 BTS",
  "blockchain_blocks_left_in_round": 86,
  "blockchain_next_round_time": "at least 14 minutes in the future",
  "blockchain_next_round_timestamp": "2014-12-17T09:34:00",
  "blockchain_random_seed": "0c844723e086ad83010e7d6bb2860f7322f787db",
  "client_data_dir": "/home/spartako/.BitShares",
  "client_version": "v0.4.27",
  "network_num_connections": 9,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2014-12-17T09:19:49",
  "ntp_time_error": 0.0048929999999999998,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "17 weeks in the future",
  "wallet_unlocked_until_timestamp": "2015-04-12T03:05:22",
  "wallet_last_scanned_block_timestamp": "2014-07-24T09:23:30",
  "wallet_scan_progress": "? %",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "7 minutes in the future",
  "wallet_next_block_production_timestamp": "2014-12-17T09:26:20"
}

have you --rebuild-index   ?

The reindex was performed when I switched to v0.4.27, now I retrying to do it in explicit way

I send/poaste you in a minute the right checkpoint.json content that will solve your issue...

here it is:
https://bitsharestalk.org/index.php?topic=12377.msg163432#msg163432

Thanks! I try if t works

206
General Discussion / Re: Network problem?
« on: December 17, 2014, 09:45:02 am »
After clearing the chain I stuck at block 1283422

Code: [Select]
default (unlocked) >>> getinfo
{
  "blockchain_head_block_num": 1283422,
  "blockchain_head_block_age": "69 minutes old",
  "blockchain_head_block_timestamp": "2014-12-17T08:11:10",
  "blockchain_average_delegate_participation": "18.04 %",
  "blockchain_confirmation_requirement": 39,
  "blockchain_share_supply": "2,498,423,040.79030 BTS",
  "blockchain_blocks_left_in_round": 86,
  "blockchain_next_round_time": "at least 14 minutes in the future",
  "blockchain_next_round_timestamp": "2014-12-17T09:34:00",
  "blockchain_random_seed": "0c844723e086ad83010e7d6bb2860f7322f787db",
  "client_data_dir": "/home/spartako/.BitShares",
  "client_version": "v0.4.27",
  "network_num_connections": 9,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2014-12-17T09:19:49",
  "ntp_time_error": 0.0048929999999999998,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "17 weeks in the future",
  "wallet_unlocked_until_timestamp": "2015-04-12T03:05:22",
  "wallet_last_scanned_block_timestamp": "2014-07-24T09:23:30",
  "wallet_scan_progress": "? %",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "7 minutes in the future",
  "wallet_next_block_production_timestamp": "2014-12-17T09:26:20"
}

have you --rebuild-index   ?

The reindex was performed when I switched to v0.4.27, now I retrying to do it in explicit way

207
General Discussion / Re: Network problem?
« on: December 17, 2014, 09:21:07 am »
After clearing the chain I stuck at block 1283422

Code: [Select]
default (unlocked) >>> getinfo
{
  "blockchain_head_block_num": 1283422,
  "blockchain_head_block_age": "69 minutes old",
  "blockchain_head_block_timestamp": "2014-12-17T08:11:10",
  "blockchain_average_delegate_participation": "18.04 %",
  "blockchain_confirmation_requirement": 39,
  "blockchain_share_supply": "2,498,423,040.79030 BTS",
  "blockchain_blocks_left_in_round": 86,
  "blockchain_next_round_time": "at least 14 minutes in the future",
  "blockchain_next_round_timestamp": "2014-12-17T09:34:00",
  "blockchain_random_seed": "0c844723e086ad83010e7d6bb2860f7322f787db",
  "client_data_dir": "/home/spartako/.BitShares",
  "client_version": "v0.4.27",
  "network_num_connections": 9,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2014-12-17T09:19:49",
  "ntp_time_error": 0.0048929999999999998,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "17 weeks in the future",
  "wallet_unlocked_until_timestamp": "2015-04-12T03:05:22",
  "wallet_last_scanned_block_timestamp": "2014-07-24T09:23:30",
  "wallet_scan_progress": "? %",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "7 minutes in the future",
  "wallet_next_block_production_timestamp": "2014-12-17T09:26:20"
}

208
General Discussion / Re: Network problem?
« on: December 17, 2014, 08:41:50 am »
I switched to v0.4.27 but I stuck at block 1283018, now I have removed the chain directory and we will see if it resync with the main chain

209
General Discussion / Re: Updates From Adam
« on: December 16, 2014, 01:03:39 pm »
 +5% +5%

210
General Discussion / Re: Network issues
« on: December 15, 2014, 12:19:16 pm »
spartako,spartako1,spartako2 updated to the master

Pages: 1 ... 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 ... 27