 |
April 28, 2015, 08:14:08 AM |
|
Hello,
I am having a hard time with this stake split threshold. I have it set to setstakesplitthreshold 10000 however it is not doing it. When you set it to setstakesplitthreshold 10000 and if you have a block of 90000 HYP in a staked block should it make 9 blocks of 10111? or 2 blocks of 50500? Either way it does not matter because I had a block of 17449 that split into 2 blocks of 9224.75. I went to the debug console and input
setstakesplitthreshold 10000
it says  { "split stake threshold set to " : 10000, "saved to wallet.dat " : "true" }
But it sure does not seem to be doing it. Is there something I am missing here.
My wallet specs  { "version" : "v1.1.0.2", "protocolversion" : 72001, "walletversion" : 60000, "balance" : ******.********, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 305616, "moneysupply" : 181044043.52401999, "connections" : 62, "proxy" : "", "ip" : "***.***.***.***", "difficulty" : 28.53151705, "testnet" : false, "keypoololdest" : 1428410957, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" }
|