KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
unitcurrency
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
LintCode
:
My solution to LintCode problems.
clusterous
:
Cluster computing tool to deploy Docker containers on AWS
BlackfireMagentoVagrant
:
No description available.
wonderbuild
:
Wonderbuild is an extremely fast, extensible build tool
ObservableScrollers
:
Easy to use observable scroller.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
unitcurrency
?
Download (.md)
Universal Currency (UNIT) =================== UnitCoin - a hybrid scrypt PoW + PoS based cryptocurrency. ====================================================== Specifications: ====================================================== ====================================================== Name: Universal Currency Symbol: UNIT Algorithm: sha256 Interest: 1% / Year Min age: 1 hour, no max age Maturity: 15 confirmations Total Coin : 210M UNIT (14M @2016 , Increase 2.4M / Year) End -> 2098 (81 Year) block 0-100 = 0 UNIT block 101-210000 = 100 UNIT block 210001-n = 5 UNIT 60 second block time pos start @ block 10001 RPC Port: 14157 P2P Port: 14158 ====================================================== See bitcointalk.org UniversalCurrency thread for more info https://bitcointalk.org/index.php?topic=1037825.0 https://www.u-currency.com ====================================================== ====================================================== HOW TO INSTALL Ubuntu 17.xx ====================================================== ====================================================== apt-get update -y apt-get install build-essential libssl-dev libboost-all-dev libdb-dev libtool -y apt-get install libdb5.3 libdb5.3-dev libdb5.3++-dev -y apt-get install git ntp make g++ gcc autoconf cpp ngrep iftop sysstat autotools-dev pkg-config -y sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev wget -q http://miniupnp.free.fr/files/download.php?file=miniupnpc-2.0.tar.gz -O miniupnpc-2.0.tar.gz tar xzf miniupnpc-2.0.tar.gz cd miniupnpc-2.0 make install cd .. rm -rf miniupnpc-2.0 miniupnpc-2.0.tar.gz git clone https://github.com/unitcurrency/unitcurrency.git cd unitcurrency/ cd src/leveldb/ chmod 755 build_detect_platform make libleveldb.a libmemenv.a cd .. make -f makefile.unix cp UniversalCurrencyd /usr/sbin/ UniversalCurrencyd ====================================================== HOW TO INSTALL Ubuntu 14.xx ====================================================== ====================================================== apt-get update -y apt-get install build-essential libssl-dev libboost-all-dev libdb5.1 libdb5.1-dev libdb5.1++-dev libtool -y apt-get install git ntp make g++ gcc autoconf cpp ngrep iftop sysstat autotools-dev pkg-config -y sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev wget -q http://miniupnp.free.fr/files/download.php?file=miniupnpc-2.0.tar.gz -O miniupnpc-2.0.tar.gz tar xzf miniupnpc-2.0.tar.gz cd miniupnpc-2.0 make install cd .. rm -rf miniupnpc-2.0 miniupnpc-2.0.tar.gz git clone https://github.com/unitcurrency/unitcurrency.git cd unitcurrency/ cd src/leveldb/ chmod 755 build_detect_platform make libleveldb.a libmemenv.a cd .. make -f makefile.unix cp UniversalCurrencyd /usr/sbin/ UniversalCurrencyd ====================================================== UniversalCurrency.conf ====================================================== rpcuser=UniversalCurrencyrpc rpcpassword=JZfRcHJzKzRs5XppNFr5dR1aMbrzQKWR15CpjFrX8aE server=1 listen=1 daemon=1 port=14158 rpcport=14157 rpcallowip=127.0.0.1 ====================================================== ====================================================== Copyright © 2009-2015 The Bitcoin developers Copyright © 2013 PPCoin developers Copyright © 2013 Novacoin developers Copyright © 2014 BitcoinDark developers Copyright © 2015 UniversalCurrency developers ====================================================== ====================================================== ======================================================