Cryptocurrency with GOST R 34.11-2012 algo, GOST R 34.10-2012 signature
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
488 B

### Debian/Ubuntu
$ sudo apt-get install build-essential libtool git libboost-system-dev libboost-program-options-dev \
libboost-filesystem-dev libboost-thread-dev libdb++-dev libssl-dev zlib1g-dev qt4-qmake \
libqt4-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools \
libprotobuf-dev protobuf-compiler libqrencode-dev
$ git clone https://github.com/GOSTSec/gostcoin.git
$ cd gostcoin
$ qmake -qt=5 RELEASE=1 USE_QRCODE=1 USE_IPV6=1 USE_BUILD_INFO=1
$ make -j2