Check comment
Last active
August 8, 2019 18:51
-
-
Save himu007/8845f5baba8e1cdd21c0fe9c2278e117 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test adaptivepow
You need latest
nPSV
branch of Komodo. Best to use tmux for monitoring or use multiple terminal windows whichever is easy. You also need a good server with many CPU threadUpdate OS & Install deps
Clone and Compile
Testing Steps
Steps might change anytime, make sure to get latest instructions from jl777 in Discord
Start the chain
Get latest chain name from jl777 to use with
-ac_name=
Start mining
The test will be 10x and 1x mining and repeat. Seek jl777's advice on latest testing.
Make sure you have connection to other node. Use
getinfo
orgetpeerinfo
call to ensure that.Monitor the CSV file
Latest nSPV branch has a new RPC call
genminingCSV
. This call generates a CSV file inside the directory where you ran the komodod from. The file name is basicallyCHAINNAME_mining.csv
. Monitoring of this file has 2 part. In one terminal window and tmux pane, you keep generating the CSV file every 5 or 10 seconds and in another terminal window or tmux pane, you tail the csv file.Generate the CSV file every 5 seconds
Tail the CSV file
Here is an example setup for this tesing (your flow may very).
https://cdn.discordapp.com/attachments/456900588018597918/609095396928651269/Screenshot_from_2019-08-08_19-46-56.png