Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

unitcurrency/unitcurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

41 Commits

Repository files navigation

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

======================================================

======================================================

AltStyle によって変換されたページ (->オリジナル) /