Browse Source

Update README.md

master
goldenman-kmd 7 years ago
committed by GitHub
parent
commit
9ae3446513
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      goldenman/README.md

22
goldenman/README.md

@ -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…
Cancel
Save