All Projects β†’ GOSTSec β†’ gostcoin

GOSTSec / gostcoin

Licence: MIT License
GOST R 34.11-2012 algo, GOST R 34.10-2012 signature

Programming Languages

C++
36643 projects - #6 most used programming language
HTML
75241 projects
c
50402 projects - #5 most used programming language
QMake
1090 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to gostcoin

leptin
πŸ”— Leptin is a PoW blockchain completely built in Nodejs.
Stars: ✭ 57 (+83.87%)
Mutual labels:  signature, mining
multi-party-eddsa
Rust implementation of multi party Ed25519 signature scheme.
Stars: ✭ 86 (+177.42%)
Mutual labels:  signature
chiagen
standalone chia generator
Stars: ✭ 13 (-58.06%)
Mutual labels:  mining
php-proxy-stratum
ReactPHP stratum+tcp proxy between miners and pools with database and frontend.
Stars: ✭ 36 (+16.13%)
Mutual labels:  mining
okhttp-awssigner
An OkHttp interceptor for signing requests with AWSv4 signatures
Stars: ✭ 14 (-54.84%)
Mutual labels:  signature
i2pchat
πŸŒ€ i2pchat. Anonymous private secure opensource chat using end-to-end encrypted transport.
Stars: ✭ 25 (-19.35%)
Mutual labels:  i2p
SolRsaVerify
Solidity RSA Sha256 Pkcs1 Verification
Stars: ✭ 45 (+45.16%)
Mutual labels:  signature
channelHelper
基于walleε·₯ε…·ηš„ε€šζΈ ι“ζ‰“εŒ…θ„šζœ¬
Stars: ✭ 35 (+12.9%)
Mutual labels:  signature
duckcoin
WIP: A cryptocurrency made from scratch, with unique ease of mining. Duckcoin's code has a focus on readability.
Stars: ✭ 35 (+12.9%)
Mutual labels:  mining
SINCERA
An R implementation of the SINCERA pipeline for single cell RNA-seq profiling analysis
Stars: ✭ 20 (-35.48%)
Mutual labels:  signature
yogcrypt
A fast, general purpose crypto library in pure Rust.
Stars: ✭ 18 (-41.94%)
Mutual labels:  signature
not-only-mining-pool
new generation general mining pool in go
Stars: ✭ 31 (+0%)
Mutual labels:  mining
Deep-Signature-Transforms
Code for "Deep Signature Transforms" (NeurIPS 2019)
Stars: ✭ 65 (+109.68%)
Mutual labels:  signature
python-makefun
Dynamically create python functions with a proper signature.
Stars: ✭ 62 (+100%)
Mutual labels:  signature
miningcore
Miningcore is a high-performance Mining Pool Software for Linux and Windows.
Stars: ✭ 554 (+1687.1%)
Mutual labels:  mining
DigiDoc4-Client
DigiDoc4 Client is an application for digitally signing and encrypting documents; the software includes functionality to manage Estonian ID-card - change pin codes etc.
Stars: ✭ 91 (+193.55%)
Mutual labels:  signature
charnapool
High performance Node.js (with native C addons) mining pool for Cryptonote based coins, optimized for Charnacoin.
Stars: ✭ 25 (-19.35%)
Mutual labels:  mining
i2plib
🐍 i2plib: A modern asynchronous library for building I2P applications
Stars: ✭ 23 (-25.81%)
Mutual labels:  i2p
VeinMiner
Minecraft Bukkit/Spigot/Paper plugin with Fabric client side mod. Mine multiple blocks of the same type in quick succession.
Stars: ✭ 67 (+116.13%)
Mutual labels:  mining
minerchk
Bash script to Check for malicious Cryptomining
Stars: ✭ 36 (+16.13%)
Mutual labels:  mining

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].