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

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 ... 82
76
Follow My Vote / Re: Please Upvote!
« on: July 09, 2015, 07:46:34 pm »
On reddit - our latest article on Bitcoin Magazine
https://www.reddit.com/r/Bitcoin/comments/3bcjxo/blockchain_technology_the_key_to_secure_online/?submit_url=https%3A%2F%2Fbitcoinmagazine.com%2F21031%2Fblockchain-technology-key-secure-online-voting%2F&already_submitted=true

That link was submitted 11 days ago.. long buried by now.

You have to resubmit by clicking that link at the top if you are trying to repost.

77
OpenLedger / Bit-X vs. BitX
« on: July 09, 2015, 04:47:53 pm »
This is not confusing:

https://bit-x.com/
https://bitx.co/

78
General Discussion / Re: Fake bitsharestalk.org?
« on: July 09, 2015, 04:19:12 pm »
Remark from Taulant:
Quote
[17:56:54] Taulant Ramabaja: Somebody is pointing out an IP address with a copy of the forum. That is ours. We're doing the last checks before moving to aws. No need to login at the IP yet though.

79
General Discussion / MOVED: memo field encryption
« on: July 09, 2015, 04:18:11 pm »

80
General Discussion / MOVED: BTS api for python
« on: July 09, 2015, 04:16:23 pm »

81
General Discussion / Re: This NOTE UIA looks interesting....
« on: July 09, 2015, 03:44:46 pm »
For anyone who hasn't seen it, we have a whole PeerTracks subforum: https://bitsharestalk.org/index.php/board,54.0.html

83
DAC PLAY / Re: vesting funds?
« on: July 08, 2015, 10:04:10 pm »
I just successfully claimed starting with 0 PLS in my wallet.

Vesting only started a week ago -- maybe you don't have enough funds vested yet to cover the fee? You can check the details using "wallet_account_vesting_balances".

85
Technical Support / Re: missing funds
« on: July 07, 2015, 05:38:51 pm »
Your writing is hard to understand but based on your previous thread https://bitsharestalk.org/index.php/topic,17415.msg221745.html#msg221745 it sounds like:

  • Your wallet stopped opening when logging in
  • You were able to restore an old JSON backup of the same wallet, but inside it is missing funds
  • You cannot open anything when running the CLI wallet

First make sure you are running latest version 0.9.2 for everything.

In the restored backup that is missing funds, first make sure you are fully synced to the network, then try the "wallet_regenerate_keys" command shown here: http://wiki.bitshares.org/index.php/Best_Practices/RecoverFunds#Regenerate_account_transaction_keys This will take some time to run.

In the CLI, make sure the output of 'info["client_data_dir"]' is the same as what you see in the Advance Console when using the full GUI wallet. What is the output of "wallet_list" ? That will list the available wallets you can open using "open".

86
General Discussion / Re: Rust
« on: July 04, 2015, 08:50:59 pm »

87
Technical Support / Re: Freeing every sharedropt BTS with BTS 2.0
« on: July 03, 2015, 05:26:09 pm »
Might want to consolidate discussion in this prev thread: https://bitsharestalk.org/index.php/topic,16989.msg217305.html#msg217305

88
The one per-period limit was removed long ago.   Looks like we have some old documentation floating around.   You can withdraw up to the limit per period.

So the "limit" parameter is a limit on the number of payments in a period and not the amount of payments? The docs are not very clear at all on this. Remittances are a very important feature so hopefully the docs will get updated soon. The docs that were rolled out on 6/8 might be "old" to the devs but as far as the world is concerned they're only a few weeks old.

Yeah the protocol is still in flux we will need to update the website after the code is frozen.

89
General Discussion / Re: DPOS vs POS vs POW - white paper?
« on: July 02, 2015, 04:42:53 pm »
There is no whitepaper currently but I think we definitely need one for BitShares to ever be taken seriously.

90
For those that are interested, while working on the 2.0 migration I've added a command that will give the max supply assuming the specified constant average delegate pay rate as implemented in the 0.x series. It does not take into account burning of fees.

The [0, 100] numbers are the specified average delegate pay rate:

Code: [Select]
(wallet closed) >>> blockchain_calculate_max_supply 0
2,517,800,700.98564 BTS
(wallet closed) >>> blockchain_calculate_max_supply 5
2,573,382,800.47764 BTS
(wallet closed) >>> blockchain_calculate_max_supply 10
2,628,965,782.97764 BTS
(wallet closed) >>> blockchain_calculate_max_supply 15
2,684,548,387.04564 BTS
(wallet closed) >>> blockchain_calculate_max_supply 20
2,740,131,738.81179 BTS
(wallet closed) >>> blockchain_calculate_max_supply 25
2,795,714,592.66779 BTS
(wallet closed) >>> blockchain_calculate_max_supply 30
2,851,297,320.37979 BTS
(wallet closed) >>> blockchain_calculate_max_supply 35
2,906,880,048.09179 BTS
(wallet closed) >>> blockchain_calculate_max_supply 40
2,962,463,688.81179 BTS
(wallet closed) >>> blockchain_calculate_max_supply 45
3,018,046,666.31179 BTS
(wallet closed) >>> blockchain_calculate_max_supply 50
3,073,629,517.66779 BTS
(wallet closed) >>> blockchain_calculate_max_supply 55
3,129,212,116.73579 BTS
(wallet closed) >>> blockchain_calculate_max_supply 60
3,184,795,220.37979 BTS
(wallet closed) >>> blockchain_calculate_max_supply 65
3,240,378,197.87979 BTS
(wallet closed) >>> blockchain_calculate_max_supply 70
3,295,960,888.92595 BTS
(wallet closed) >>> blockchain_calculate_max_supply 75
3,351,544,116.21395 BTS
(wallet closed) >>> blockchain_calculate_max_supply 80
3,407,127,469.64595 BTS
(wallet closed) >>> blockchain_calculate_max_supply 85
3,462,710,326.00195 BTS
(wallet closed) >>> blockchain_calculate_max_supply 90
3,518,293,424.64595 BTS
(wallet closed) >>> blockchain_calculate_max_supply 95
3,573,876,018.71395 BTS
(wallet closed) >>> blockchain_calculate_max_supply 100
3,629,459,243.50195 BTS

The current average pay rate according to BitSharesBlocks seems to be about 37%.

Please note that my calculation has not been reviewed and may not be correct.

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 ... 82