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

Pages: 1 ... 9 10 11 12 13 14 15 [16]
226
I deleted the entire blockchain and let it resync from scratch. Stuck at block 1990812 for about an hour now. I tried restarting too, still stuck.

>> about

{
  "blockchain_name": "BitShares",
  "blockchain_description": "Decentralized Exchange",
  "client_version": "0.9.1",
  "bitshares_revision": "825aa724bb60564bd088a29101da96021613a9e9",
  "bitshares_revision_age": "9 days ago",
  "fc_revision": "e9824e174082d65117fd51d17377675d06bab7de",
  "fc_revision_age": "9 days ago",
  "compile_date": "compiled on May  4 2015 at 14:16:51",
  "boost_version": "1.57",
  "openssl_version": "OpenSSL 1.0.2a 19 Mar 2015",
  "build": "osx 64-bit"
}

>> info

{
  "blockchain_head_block_num": 1990812,
  "blockchain_head_block_age": "64 days old",
  "blockchain_head_block_timestamp": "2015-03-10T07:00:10",
  "blockchain_head_block_id": "6a0e9a200a4fa1a6b8878949c8fb2835d20728bd",
  "blockchain_average_delegate_participation": "0.02 %",
  "blockchain_share_supply": "2,503,507,788.36221 BTS",
  "blockchain_blocks_left_in_round": 100,
  "blockchain_next_round_time": "at least 17 minutes in the future",
  "blockchain_next_round_timestamp": "2015-05-13T07:36:30",
  "blockchain_random_seed": "34d6bea4f06ff7e4d9b738d2fa9050e318819575",
  "client_data_dir": "/Users/daniel/Library/Application Support/BitShares",
  "client_version": "0.9.1",
  "network_num_connections": 6,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2015-05-13T07:19:51",
  "ntp_time_error": -0.085020999999999999,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "12 days in the future",
  "wallet_unlocked_until_timestamp": "2015-05-24T21:06:09",
  "wallet_last_scanned_block_timestamp": "2014-07-22T16:58:50",
  "wallet_scan_progress": "100.00 %",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null
}

227
I left it running over night and it had no hard disk activity in the morning, but it was still stuck at about 73%

228
The cli is actually not even responding once it's stuck, I type get_info but I get no return. It looks like the server component has crashed. Very weird.

Need assistance :)

229
The release 0.9.1 will also not sync for me on mac os x 10.9.4, it's stuck at block 1902795
I also enabled download from a chainserver too, and also reset the blockchain twice already, always stuck at about 75%

It says it has 10 network connections.

230
General Discussion / Re: BitShares solution to Bitcoins two key issues
« on: January 14, 2015, 09:59:13 pm »
 +5% +5%

231
Thank you.

I don't get quite get the std::nth_element call though, seems to be some sort of sorting,

Is the median calculated outside of this snippet? Why are you returning half of the size of the vector?

Thanks

--mindphlux

232
Technical Support / Pricefeeds - how does the client calculate the median?
« on: September 01, 2014, 04:43:54 pm »
Hello,

I am currently trying to understand the technical details of the bitshares implementation.. I understand that shorts that are over the median of the pricefeed are not being executed, however, I'm not sure how this median value is calculated exactly. Does it just take all available price feeds, no matter how old, or is there some more advanced filtering?

I found this:
https://github.com/dacsunlimited/bitsharesx/commit/5a1a01f5931be51166f37e688cfb7eefd0ae6c4b

However, I cannot locate the function get_median_delegate_price() anywhere.

If you can point me to the right file with the function and/or answer my question, I'd be greatful.

Thank you

Best regards
mindphlux

Pages: 1 ... 9 10 11 12 13 14 15 [16]