http://bitcoinexaminer.org/novacoin-developer-proof-of-stake-system-solution-cryptocurrencies/
https://docs.google.com/spreadsheet/ccc?key=0AvvJtpDTNOw_dFdhSTdHb0xtcEI1T0lZNEFLU2ZBZ2c&usp=sharing
To caclulate need to change PoS difficulty and amount
Public test nodes started.
-o stratum+tcp://p2pool.novaco.in:8778 -u <your address> -p <anything>
or
-o stratum+tcp://85.234.62.99:8778 -u <address> -p password
Another front-end for local node.
P2Pool was updated to 13.4-25. It’s recommended to apply this update because it fixes an issue with block header timestamp. This issue could cause generation of invalid blocks.
SRC:
https://github.com/novacoin-project/p2pool/
Py2Exe:
http://sourceforge.net/projects/novacoin/files/p2pool_win32_13.4-25-g6da08c4.zip/download
New p2pool has been published:
SRC: https://github.com/novacoin-project/p2pool
Win32 pyexe: http://sourceforge.net/projects/novacoin/files/p2pool_win32_13.4-21-g670eab5.zip/download
Please note that it uses a new share chain and has no relation with 11.4 version.
Network info:
- PPLNS rewards system, N=4320;
- 15 seconds shares target spacing;
- Working stratum support;
- ~20-30% lower share size.
Also there are no raw public keys anymore, regular wallet addresses are used instead.
Old network stat:
http://p2pool.novaco.in/old/
Done. Differences from 0.4.4.6:
- getsubsidy, getinfo, getmininginfo RPC calls now are identical to presented in 0.4.4.7;
- automatic wallet transactions update during initial block download;
- syncronization alert message removed;
- block databases versioning support.
Linux 64 bit static build: link
Mac OS X build: link
Windows installer: i686, AMD64
Debian [ARM6L | i686 | x86_64]
This update resolves “transaction creation failed” issue.
Changes list:
- Core: bug with fee calculation fixed in CreateTransaction();
- RPC: getsubsidy RPC call added;
- RPC: getmininginfo and getinfo now are providing current proof-of-stake difficulty value.