Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GOSTSec/gostcoin
GOST R 34.11-2012 algo, GOST R 34.10-2012 signature
https://github.com/GOSTSec/gostcoin
cryptocurrency gost3411-2012 i2p mining signature
Last synced: 2 months ago
JSON representation
GOST R 34.11-2012 algo, GOST R 34.10-2012 signature
- Host: GitHub
- URL: https://github.com/GOSTSec/gostcoin
- Owner: GOSTSec
- License: mit
- Created: 2017-03-22T15:48:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T20:33:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T04:04:32.305Z (6 months ago)
- Topics: cryptocurrency, gost3411-2012, i2p, mining, signature
- Language: C++
- Homepage: http://gostco.in
- Size: 5.13 MB
- Stars: 39
- Watchers: 11
- Forks: 20
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-i2p - GOSTCoin - GOSTCoin (GST) is a digital currency based on blockchain technology. It allows instant payments worldwide with focus on privacy and security of its users. (Projects using I2P / I2Pd)
README
GOSTCoin Core
=============GOSTCoin (GST) is a digital currency based on [blockchain](https://en.wikipedia.org/wiki/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](https://tools.ietf.org/html/rfc7091) for signature and [GOST R 34.11-2012](https://tools.ietf.org/html/rfc6986) for hash.
[More info about crypto](https://github.com/GOSTSec/gostcoin/wiki/Cryptography).GOSTCoin is using [Invisible Internet](https://github.com/PurpleI2P/i2pd) (I2P) as a secure network layer.
GOSTCoin needs I2P router
-------------------------Install and run [i2pd](https://github.com/PurpleI2P/i2pd).
Enable SAM API in i2pd. Edit in `i2pd.conf`:
[sam]
enabled = trueand 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 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
# build GUI
cd ~/gostcoin
qmake && make
# build GUI with QR codes and paper wallet
apt-get install libqrencode-dev
cd ~/gostcoin
qmake "USE_QRCODE=1" && makeMining tools
------------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
-------GOSTCoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more
information or see http://opensource.org/licenses/MIT.