What is the minimum number of coins should be in the purse for the start of the mining?
thank you in advance
No min, even just 5 HBN would stake. Might take a while, but it should eventually. 5 or 10k in blocks of 100 - 200 is a good starting point.
I have these compilation issues in ubuntu linux:
hbn@xu14-cc-burn:~/opt/HoboNickels-1.5.3.0$ qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Project MESSAGE: Building with LevelDB
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
hbn@xu14-cc-burn:~/opt/HoboNickels-1.5.3.0$ make
cd /home/hbn/opt/HoboNickels-1.5.3.0/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory `/home/hbn/opt/HoboNickels-1.5.3.0/src/leveldb'
make[1]: *** No rule to make target `libleveldb.a'. Stop.
make[1]: Leaving directory `/home/hbn/opt/HoboNickels-1.5.3.0/src/leveldb'
make: *** [/home/hbn/opt/HoboNickels-1.5.3.0/src/leveldb/libleveldb.a] Error 2
hbn@xu14-cc-burn:~/opt/HoboNickels-1.5.3.0$
They are the same in version 1.5.3 and 1.5.5, and they are the same in ubuntu 14.04.5 LTS and 16.04.2 LTS.
Issue with the make file, I will fix here soon. You can build the leveldb yourself and put the .a files in the correct dir and then comment out that section. Give me a few days I will see if I can get it corrected.
Windows 7 SP1 Pro 64b
AMD Fx 6350 @ 3.9Ghz
16 GB ram
Only running 1 wallet on this machine, not using s4c.
2nd Try, started wallet 1.5.5, wait like 5min for wallet to get peer, about 5 - 6 peers and wallet is running fine, not lag at all.
I unlock my wallet with my passphrase and stacking start, wallet get laggy as hell ( My current weight is 1798991 soo many block ready to stack
)
This wallet produce only orphan, with the 1.5.3 most of the block pass and mature with nearly the same weight
Tried using the new "Stop Staking" but he keep trying to stake or still laging and processing older transaction?
My launch parameter are D:\HoboNickels\HoboNickels-qt.exe -datadir=D:\HoboNickels -splitthreshold 50000 -combinethreshold 50000 -debug (normal to see
2017-07-30 12:56:47 splitthreshold set to 0 in debug log? )
Log sent to you in private. Hope it will help
Yes helpful, thank you. I think I have an idea of what the issue is and a potential fix.
Hi Tranz
Great effort on 1.5.5.0 - My CPU load is at 1% and when stacking a block it rises to 13%.
On all recent versions the CPU load was 13% all the time.
Thanks for that.
RAM usage is still 2.198GB - same usage as before.
Can you refer some information about the mergecoins RPC?
What's good for?
Ram usage is not changed in this version, that is still a ways down the road. But on my map for sure.
mergecoins will allow you to quickly take smaller blocks of your choice and make bigger blocks of your choice. It doesn't take in account weight, it will just grab whatever small blocks you say.
The usage is a follows:
mergecoins
is resulting inputs sum
is minimum value of inputs which are used in join process
is resulting value of inputs which will be created
All values are real and and rounded to the nearest 0.00001 (code -1)
So an example and explanation is helpful.
11:57:43
mergecoins 100 5 20
11:57:58
[
"243022d6265c9c54c77fa1deecf70edd02f55dfab39eb170b88885583ffc6438",
"81b377a5ac0f5ae9d2a29d238e0f646278b1213f51af6c77c2e769508c4bd04f",
"3ec12970cc30a5e0f3f033a91ac24f0467350c41deaab19776d10a60a37d5188",
"d3e2be8d233c662196070964f92e04dc1589a1d3a381f5893abf78588cb0e179",
"dcd9e55dc5c49a7713692ca32160dfa64e6b9fff445471f943cceb811057f593"
]
In this case I said take up to 100 coins of my wallet, using only blocks of 5 or less and create new inputs of ~20.
It created 5 transactions (100/20 = 5) that looked all about like this.
Debit: -5.00 HBN
Debit: -5.00 HBN
Debit: -5.00 HBN
Debit: -5.00 HBN
Credit: 19.999 HBN