committed by
GitHub
1 changed files with 5 additions and 17 deletions
@ -1,22 +1,10 @@ |
|||
# Mined Block Counter |
|||
|
|||
### instruction |
|||
# komodod-crash-detect |
|||
|
|||
0. Precondition : komodo installed and you are KMD miner |
|||
Instruction to detect komodo daemon crash and auto re-run. |
|||
|
|||
1. please install jsoncpp library to parse response of komodod |
|||
``` |
|||
sudo apt-get install libjsoncpp-dev |
|||
``` |
|||
-------------------- |
|||
|
|||
2. how to compile : |
|||
``` |
|||
$ g++ -o exefileName sourceFile.cpp -ljsoncpp |
|||
ex) $ g++ -o nodeMined minedBlock.cpp -ljsoncpp |
|||
``` |
|||
# Mined Block Counter |
|||
|
|||
3. how to run |
|||
``` |
|||
$ ./nodeMined |
|||
``` |
|||
you can get list of block height and amount of mined KMD. |
|||
|
|||
|
Loading…
Reference in new issue