committed by
GitHub
1 changed files with 22 additions and 0 deletions
@ -0,0 +1,22 @@ |
|||
# Mined Block Counter |
|||
|
|||
### instruction |
|||
|
|||
0. Precondition : komodo installed and you are KMD miner |
|||
|
|||
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 |
|||
``` |
|||
|
|||
3. how to run |
|||
``` |
|||
$ ./nodeMined |
|||
``` |
|||
|
Loading…
Reference in new issue