2017-09-12 14:24:53 +03:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" lang = "en" >
< head >
< link rel = "shortcut icon" href = "favicon.ico" type = "image/x-icon" >
< meta charset = "utf-8" >
< title > GOSTcoin< / title >
< script type = "text/javascript" src = "js/jquery-1.4.3.min.js" > < / script >
< script type = "text/javascript" src = "js/fancybox/jquery.fancybox-1.3.4.pack.js" > < / script >
< link rel = "stylesheet" type = "text/css" href = "js/fancybox/jquery.fancybox-1.3.4.css" media = "screen" / >
< link rel = "stylesheet" href = "css/style.css" >
< script type = "text/javascript" >
$(document).ready(function() {
$("a#chart").fancybox();
});
< / script >
< / 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 >
< li > < a href = "https://github.com/GOSTSec/gostcoin/wiki/Emission" > Emission info< / 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 >
2017-09-21 11:04:42 -04:00
< li > < a href = "http://gstbtc.i2p/" > Exchange< / a > < / li >
< li > < a href = "http://vodkv54jaetjw7q2t2iethc4cbi4gjdrmw2ovfmr43mcybt7ekxa.b32.i2p/" > Trade< / a > < / li >
2017-09-18 03:27:31 +03:00
< li > < a href = "http://pool.gostcoin.i2p/" > Pool< / a > < / li >
2017-09-12 14:24:53 +03:00
< li > < a href = "http://plazsekta.i2p/statistic" > Statistic< / a > < / li >
< / ul >
< br >
TOR:
< br >
< ul >
< li > < a href = "http://plazsmuihsjipsm7.onion/statistic" > Statistic< / a > < / li >
< / ul >
< br >
Socials:
< br >
< ul >
< li > < a href = "https://twitter.com/hashtag/gostcoin" > Twitter< / a > < / li >
< li > < a href = "https://t.me/gostcoin_ru" > Telegram (RU)< / a > < / li >
< / ul >
< 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.
< br >
< br >
< h2 class = "red ofplot" > Exchange rate charts< / h2 >
< div class = "plot" >
< div style = "display: inline-block;" > GST/BTC< br > < a id = "chart" href = "img/GSTBTC_graph.png" title = "GST/BTC chart" > < img alt = "chart" src = "img/GSTBTC_graph_thumb.png" / > < / a > < / div >
< div style = "display: inline-block;" > GST/RUR< br > < a id = "chart" href = "img/GSTRUR_graph.png" title = "GST/RUR chart" > < img alt = "chart" src = "img/GSTRUR_graph_thumb.png" / > < / a > < / div >
< / div >
< / body >
2017-05-09 20:37:43 +03:00
< / html >