http://globaldiscussion.net/topic/4707-novacoin-high-prices-low-fees/?p=12642
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.
NovaCoin 0.4.4.7 bugfix1 non-critical update.
Changes:
- RPC: getrawtransaction now able to get transaction info from wallet.dat;
- RPC: resendtx uses the new force broadcasting flag.
Source tree:
https://github.com/novacoin-project/novacoin/
P2Pool is updated to support connections with v0.4.4.7 nodes.
Older versions won’t be able to establish P2P connection with v0.4.4.7 client due to obsolete protocol version. So, if you are switching NVC client to 0.4.4.7 then you need p2pool update as well.
Client update 0.4.4.7 released.
This update incorporates all changes from “novacoin-next” branch.
Continue reading
Official repository is moved here:
https://github.com/novacoin-project/novacoin
My own repository (CryptoManiac/novacoin) will be available, but it’s recommended to use official repository instead.