Browse Source

Merge pull request #26 from goldenman-kmd/patch-2

Create README.md
master
patchkez 7 years ago
committed by GitHub
parent
commit
01a91ee2e3
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