Browse Source

Create README.md

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

22
goldenman/README.md

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