NEW VERSION RELEASEDDownload Cloudcoin v1.3.1 from Dropbox:
Windows GUI client:
https://www.dropbox.com/s/6v8iaft4bpqcpzw/cloudcoin-qt.exeWindows commandline daemon:
https://www.dropbox.com/s/prwy4s4sytncp3n/cloudcoind.exeSource code:
https://www.dropbox.com/s/ktflaux8ik2pyh0/cloudcoin-1.3.1-src.zipThis is primarily a maintenance release to stop the warning about checkpoints being too old, but there are some other changes too:
- Updated qt library from 4.7.4 to 4.8.5. This improves the look of the UI for newer versions of Windows.
- Added newer checkpoints. This will stop the client warnings about checkpoints being too old.
- Added 'getstakinginfo' RPC command. This is accessed via Debug Window->Console, or commandline RPC.
- Fixed block estimate in Debug Window->Information. Now when synced the estimate will correctly show current block count.
TODO:
- Work on reducing startup time. Right now it can take more than a minute before the wallet shows.
- Work on improving client responsiveness when it is trying to generate a stake block.
maybe you can integrate the stakeinfo in the mining info like orb
all in one info
19:54:58

getmininginfo
19:54:58

{
"blocks" : 813889,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"powdifficulty" : 2.88621616,
"posdifficulty" : 0.01656075,
"powreward" : 1.00000000,
"posreward" : 1.00000000,
"errors" : "",
"networkhashps" : 246054072,
"stakeweight" : 8956,
"minweightinputs" : 13,
"avgweightinputs" : 24,
"maxweightinputs" : 5,
"pooledtx" : 1,
"testnet" : false
}