1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-02-06 11:54:26 +00:00

Update README.md

This commit is contained in:
orignal 2018-02-09 21:18:17 -05:00 committed by GitHub
parent 7b0188d49b
commit b1a9901d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,15 +44,20 @@ Building GOSTCoin
**Optional: Build QT GUI** **Optional: Build QT GUI**
# install requirements # install requirements
apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
# build GUI # build GUI
cd ~/gostcoin cd ~/gostcoin
qmake && make qmake && make
# build GUI with QR codes and paper wallet
apt-get install libqrencode-dev
cd ~/gostcoin
qmake "USE_QRCODE=1" && make
Mining tools Mining tools
------------ ------------
Dedicated mining tools are available: [cpuminer for CPU](https://github.com/GOSTSec/cpuminer-x11-gost) and [ccminer for GPU](https://github.com/GOSTSec/ccminer) Dedicated mining tools are available: [cpuminer for CPU](https://github.com/GOSTSec/cpuminer-x11-gost), [ccminer for NVIDIA GPU](https://github.com/GOSTSec/ccminer) and [sgminer for AMD GPU](https://github.com/GOSTSec/sgminer)
License License
------- -------