hardlock
Newbie
Offline
Activity: 12
Merit: 0
|
 |
July 30, 2013, 12:06:16 AM |
|
Hello! How do I use a P-O-S? Does it require any special actions?
|
|
|
|
|
|
|
|
"The nature of Bitcoin is such that once version 0.1 was released, the
core design was set in stone for the rest of its lifetime." -- Satoshi
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
|
|
baloo_kiev
|
 |
July 30, 2013, 09:17:12 AM |
|
Hello! How do I use a P-O-S? Does it require any special actions?
To generate blocks with POS, you must have inputs bigger than 1 NVC and older than 30 days. Probability of block generation (per second) is Sum_coins * (Age_days - 30) / (2^32 * POS_diff)
Reward per coinyear is (0.03125 / POS_diff)^(1/6) coins
Note that when calculating reward, the coinage is rounded to integer coinyears. That means that if you have input of 10 coins and find a block on 35th day of its age, you will be rewarded for 0.96 coinyears, which rounds to zero.
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1358
Worship the Eru
|
 |
July 30, 2013, 10:50:23 AM Last edit: August 04, 2013, 01:57:03 PM by Balthazar |
|
NVC 0.4.4 client builds will be available for testing soon. Already merged changes: - Fix for integer division-related PoS rewards calculation issue (becoming active since 20 Sep 2013);
- The final correction to PoS ROI curve (1/6 ==> 1/3 switch since 20 Oct 2013);
- Upper limit for coinstake reward (will become active since 20 Oct 2013, description is available here);
- Private keys dump and import functionality (dumpwallet and importwallet RPC calls);
- User will be able to select wallet file for initialization by using -wallet=filename.dat option;
- The -walletnotify=cmd option, provides an opportunity to execute external script on new transactions;
- getbestblockhash RPC call added, also some getmininginfo, getinfo and listunspent improvements;
- novacoin: URIs support is active now;
- QR codes generation support is active now;
- Some optimizations and bugfixes.
Windows, Linux and Mac OS X binaries are planned for publishing today.
|
Darkness isn't born, you know. It's created.
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1358
Worship the Eru
|
 |
July 30, 2013, 11:03:25 AM Last edit: July 30, 2013, 11:13:43 AM by Balthazar |
|
Please note that http://nvcpool.com/ missed the mandatory update and works on orphaned chain since 20 July 2013. https://bitcointalk.org/index.php?topic=214574.msg2770853#msg2770853Pool Hash Rate 8.813 Mhash/s Current Total Miners 9 Current Block 32,689 Current Difficulty 38 Last Block Found 27,046
The actual main chain length is 34533 blocks currently, difficulty is 332.551.
|
Darkness isn't born, you know. It's created.
|
|
|
hardlock
Newbie
Offline
Activity: 12
Merit: 0
|
 |
July 31, 2013, 06:08:26 AM |
|
To generate blocks with POS, you must have inputs bigger than 1 NVC and older than 30 days. Probability of block generation (per second) is
Thank you for explanation.
|
|
|
|
sheinsha
|
 |
July 31, 2013, 05:43:04 PM |
|
Hello! How do I use a P-O-S? Does it require any special actions?
To generate blocks with POS, you must have inputs bigger than 1 NVC and older than 30 days. Probability of block generation (per second) is Sum_coins * (Age_days - 30) / (2^32 * POS_diff)
Reward per coinyear is (0.03125 / POS_diff)^(1/6) coins
Note that when calculating reward, the coinage is rounded to integer coinyears. That means that if you have input of 10 coins and find a block on 35th day of its age, you will be rewarded for 0.96 coinyears, which rounds to zero. Hi there, if i have 10 NVC for a week, then i constantly mine a few and send them (only whats mined) to another wallet for two months, will those first 10 blocks count towards POS generation during that time?
|
Minar.cc pools are not running anymore, the domain was registered by someone else and I don't have any relationship with the new owner.
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1358
Worship the Eru
|
 |
July 31, 2013, 09:21:07 PM |
|
Hi there, if i have 10 NVC for a week, then i constantly mine a few and send them (only whats mined) to another wallet for two months, will those first 10 blocks count towards POS generation during that time?
Yes, if this transactions will be more than 30 days old. Only transactions with age greater than 30 days could be used for proof-of-stake blocks generation. P.S. Mac OS X build published, need some testing. http://sourceforge.net/projects/novacoin/files/NovaCoin-Qt-0.4.4pre.dmg/download
|
Darkness isn't born, you know. It's created.
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1358
Worship the Eru
|
 |
August 01, 2013, 06:33:46 PM |
|
|
Darkness isn't born, you know. It's created.
|
|
|
Bitinvestor
|
 |
August 02, 2013, 07:18:04 AM |
|
0.4.4pre is available for testing.
Could you please explain the meaning of minweight, maxweight, and passiveweight? There also seems to be a bug because my client reports this: "stakeinterest" : 1000000,
|
Those who cause problems for others also cause problems for themselves.
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1358
Worship the Eru
|
 |
August 02, 2013, 10:53:01 AM Last edit: August 02, 2013, 07:21:20 PM by Balthazar |
|
Bitinvestorminweight - weight of inputs aged from 30 to 90 days; maxweight - weight of inputs which are more than 90 days old; passiveweight - weight of inputs which has age lower than 30 days. There also seems to be a bug because my client reports this It's not a bug, it's a real value (1 coin per coin*year now). This caused by two events: - Minimum PoS difficulty was changed to 0.031 in v0.4.2 client;
- BTC-e burned available coindays in their wallets by sending all deposits to local address, and switched off the stakes generation feature. We asked BTC-e to perform this action, in order to make network more decentralized. As the result, PoS difficulty went down.
This will be normalized in a next few months. P.S. 0.4.4pre seems quite stable, so release scheduled for this sunday. In addition to published changes it also will include upper limit for coinstake reward (will be calculated using linear function of PoW reward).
|
Darkness isn't born, you know. It's created.
|
|
|
Bitinvestor
|
 |
August 02, 2013, 07:27:53 PM |
|
It's not a bug, it's a real value (1 coin per coin*year now).
Sorry, it still doesn't make sense to me. Please explain the meaning of stakeinterest. In addition to published changes it also will include this commit. That's a good idea, but you must tell us what the upper limit is (not everybody is a programmer).
|
Those who cause problems for others also cause problems for themselves.
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1358
Worship the Eru
|
 |
August 03, 2013, 03:19:44 PM Last edit: August 04, 2013, 01:07:24 AM by Balthazar |
|
Sorry, it still doesn't make sense to me. Please explain the meaning of stakeinterest. The stakeinterest field represents reward for 365 coin*days in satoshi units. I.e. 1000000 value means that you can get 1 NVC (1000000 of satoshis) reward in case if you have - 1 NVC output with 365 days age
- 10 NVC output with 36.5 days age
- etc
That's a good idea, but you must tell us what the upper limit is (not everybody is a programmer).
It's not ready yet, that's why there is no full explanation at the moment, but it's quite simple. Just one example, if you have two options: - 1000 coins input
- 10 x 100 coins inputs
there will be no difference in profitability, which is wrong. Smaller inputs should be prioritized, because it's significantly better for the network, that's why we need this upper limit for the reward. To make sure that there will be no malicious stakeholders, which are able to manipulate by PoS difficulty through using larger inputs instead of smaller ones.
|
Darkness isn't born, you know. It's created.
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1358
Worship the Eru
|
 |
August 04, 2013, 01:01:11 AM |
|
|
Darkness isn't born, you know. It's created.
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1358
Worship the Eru
|
 |
August 04, 2013, 01:30:02 PM Last edit: August 04, 2013, 02:05:15 PM by Balthazar |
|
Important addition: if you are using win32 installer then make sure that 0.4.4pre was removed before 0.4.4 release installation. It's required because installer will not update 0.4.4pre files automatically. From this release we'll apply new version numbering scheme in order to prevent such problems in the future. X.Y.Z - Odd value for Y and Z reserved for unstable branches/releases;
- Even values means stable branches/releases.
E.g. 0.5.x will be unstable branch, 0.4.5 will be experimental release.
|
Darkness isn't born, you know. It's created.
|
|
|
CoinBuzz
|
 |
August 04, 2013, 03:11:11 PM |
|
Hello! How do I use a P-O-S? Does it require any special actions?
To generate blocks with POS, you must have inputs bigger than 1 NVC and older than 30 days. Probability of block generation (per second) is Sum_coins * (Age_days - 30) / (2^32 * POS_diff)
Reward per coinyear is (0.03125 / POS_diff)^(1/6) coins
Note that when calculating reward, the coinage is rounded to integer coinyears. That means that if you have input of 10 coins and find a block on 35th day of its age, you will be rewarded for 0.96 coinyears, which rounds to zero. Do we need to enter any command for it? or it is enabled be default ?
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1358
Worship the Eru
|
 |
August 04, 2013, 03:28:00 PM |
|
Do we need to enter any command for it? or it is enabled be default ?
It's enabled by default and requires no user actions.
|
Darkness isn't born, you know. It's created.
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1358
Worship the Eru
|
 |
August 04, 2013, 03:29:21 PM |
|
|
Darkness isn't born, you know. It's created.
|
|
|
Jude Austin
Legendary
Offline
Activity: 1140
Merit: 1000
The Real Jude Austin
|
 |
August 05, 2013, 11:57:20 PM |
|
I have added Novacoin to P2Pool.org.
Check it out!
Happy mining!
|
Buy or sell $100 of Crypto and get $10!
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1358
Worship the Eru
|
 |
August 06, 2013, 06:47:46 AM |
|
I have added Novacoin to P2Pool.org.
Check it out!
Happy mining!
+1 But i should warn you that current NVC p2pool implementation requires a public key, not an address.
|
Darkness isn't born, you know. It's created.
|
|
|
Jude Austin
Legendary
Offline
Activity: 1140
Merit: 1000
The Real Jude Austin
|
 |
August 06, 2013, 07:50:22 AM |
|
I have added Novacoin to P2Pool.org.
Check it out!
Happy mining!
+1 But i should warn you that current NVC p2pool implementation requires a public key, not an address. Well that could become an issue! The user has to use their public key correct? I need to make a little tutorial for users of P2Pool.org who want to mine Novacoin.
|
Buy or sell $100 of Crypto and get $10!
|
|
|
|