1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-14 16:57:54 +00:00
Cryptocurrency with GOST R 34.11-2012 algo, GOST R 34.10-2012 signature
Go to file
2017-10-02 15:03:42 -04:00
android build environmnt for armv7 2017-10-02 15:03:42 -04:00
docs now builds for android and runs there 2017-09-30 15:55:05 +08:00
i2psam autobuild i2psam from daemon makefile 2017-05-01 21:20:19 +03:00
share update qt project files 2017-07-02 11:20:49 +03:00
src 0.8.5.10 2017-10-02 12:49:24 -04:00
.gitignore now builds for android 2017-09-24 22:46:37 +08:00
COPYING Add license 2017-04-28 10:13:02 -04:00
gostcoin-qt.pro move libdl to dynamic linking (otherwise linking error) 2017-07-13 14:06:32 +03:00
README.md fix libraries list 2017-05-01 11:27:46 -04:00

GOSTCoin Core

GOSTCoin (GST) is a digital currency based on blockchain technology. It allows instant payments worldwide with focus on privacy and security of its users.

Why GOSTCoin?

GOSTCoin uses Soviet and Russian government standard cryptography: GOST R 34.10-2012 for signature and GOST R 34.11-2012 for hash. More info about crypto.

GOSTCoin is using Invisible Internet (I2P) as a secure network layer.

GOSTCoin needs I2P router

Install and run i2pd.

Enable SAM API in i2pd. Edit in i2pd.conf:

[sam]
enabled = true

and restart i2pd. Local TCP port 7656 should be available.

Building GOSTCoin

Install development libraries:

apt-get install build-essential libtool libboost-all-dev git libdb++-dev libssl-dev zlib1g-dev

Clone repository:

git clone https://github.com/GOSTSec/gostcoin.git ~/gostcoin

Build dependencies:

cd ~/gostcoin/i2psam/
make -f makefile.unix

Build gostcoind:

cd ~/gostcoin/src
make -f makefile.unix

Optional: Build QT GUI

# install requirements 
apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
# build GUI
cd ~/gostcoin
qmake && make

Mining tools

Dedicated mining tools are available: cpuminer for CPU and ccminer for GPU

License

GOSTCoin Core is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.