mirror of
https://github.com/GOSTSec/gostcoin.i2p
synced 2025-02-05 19:34:21 +00:00
45 lines
2.0 KiB
HTML
45 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
|
<meta charset="utf-8">
|
|
<title>GOSTcoin</title>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
<body>
|
|
<img src="img/splash.png"><h1 class="red">GOST R 34.10 and GOST R 34.11-2012 based coin with I2P support</h1>
|
|
Clearnet:
|
|
<br>
|
|
<ul>
|
|
<li><a href="https://github.com/GOSTSec/gostcoin">wallet</a></li>
|
|
<li><a href="https://github.com/GOSTSec/cpuminer-x11-gost">CPU miner</a></li>
|
|
<li><a href="https://github.com/GOSTSec/ccminer">GPU miner</a></li>
|
|
</ul>
|
|
<br>
|
|
I2P:
|
|
<br>
|
|
<ul>
|
|
<li><a href="http://git.psi.i2p/GOSTSec/gostcoin">wallet</a></li>
|
|
<li><a href="http://git.psi.i2p/GOSTSec/cpuminer-x11-gost">CPU miner</a></li>
|
|
<li><a href="http://git.psi.i2p/GOSTSec/ccminer">GPU miner</a></li>
|
|
<li><a href="http://nvspc.i2p/trade/BTCGST">Exchange</a></li>
|
|
<li><a href="http://plazsekta.i2p/statistic">Statistic</a></li>
|
|
<li><a href="http://plazsekta.i2p/pools#i2p">Pool</a></li>
|
|
</ul>
|
|
<br>
|
|
TOR:
|
|
<br>
|
|
<ul>
|
|
<li><a href="http://plazsmuihsjipsm7.onion/statistic">Statistic</a></li>
|
|
<li><a href="http://plazsmuihsjipsm7.onion/pools#onion">Pool</a></li>
|
|
</ul>
|
|
<br><br>
|
|
<h2 class="red">About</h2>
|
|
<font class="red">Gostcoin (GST)</font> is a digital currency based on blockchain technology. It allows instant payments worldwide with focus on privacy and security of its users.<br>
|
|
<font class="red">GOSTCoin</font> uses Russian government standard cryptography: <font class="red">GOST R 34.10-2012</font> for signature and <font class="red">GOST R 34.11-2012</font> for hash.<br>
|
|
<br>
|
|
Hash and Proof-of-work uses <font class="red">GOST_R_3411_2012-256(GOST_R_3411_2012-512())</font> function (256 bit hashsum over 512 bit hashsum of string), assumed in Big Endian.<br>
|
|
For signatures <font class="red">Gostcoin</font> uses <font class="red">GOST_R_3410_2012</font> algorithm with CryptoPro XchA (1.2.643.2.2.36.0) parameters set over the hash specified above.
|
|
</body>
|
|
</html>
|