Giter Site home page Giter Site logo

gostsec / gostcoin Goto Github PK

View Code? Open in Web Editor NEW
39.0 11.0 20.0 5.25 MB

GOST R 34.11-2012 algo, GOST R 34.10-2012 signature

Home Page: http://gostco.in

License: MIT License

C++ 94.83% QMake 0.96% C 1.11% Makefile 0.43% Shell 0.33% HTML 1.93% CSS 0.04% Objective-C 0.03% Objective-C++ 0.20% Python 0.13%
i2p mining cryptocurrency gost3411-2012 signature

gostcoin's Introduction

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 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" && make

Mining tools

Dedicated mining tools are available: cpuminer for CPU, ccminer for NVIDIA GPU and sgminer for AMD 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.