Skip to content

phffmn/Ucacoin2

 
 

Repository files navigation

UCA

Ucacoin is a peer-to-peer decentralized digital currency for ordinary people, easy to use and acquire.

Ucacoin is fork of Pivx, improved with some of the following features:

  • Segwit protocol applied: fast transaction aprox. 300 tx/s
  • DNS hardcoded
  • Supersecure
  • Consesus by masternode
  • POS 3.0. stake fixed
  • Fast transactions featuring guaranteed zero confirmation transaction: Instantsend
  • Intregated BIP38, multisignature, blockexplorer, wallet repair and multisend functions in wallet
  • Low transaction fee

Ucacoin Specifications:

  • Type: POS + MASTERNODE
  • Ticker: UCA
  • Block time: 60 seconds
  • Block size: 3 MB
  • Transaction confirmation: 15 blocks
  • Min Stake: 10 hours
  • Max Supply: 21 Billions
  • Masternode amount: starting at 150.000 UCA

Ucacoin Rewards:

POS Rewards:

Starting at 475 ucacoins

Masternode Governance:

70% of all block rewards

Debian/Ubuntu Linux Daemon Build Instructions

git clone https://github.com/ucacoin/Ucacoin2.git
cd Ucacoin2
./autogen.sh
./configure --disable-tests
make -j2 (2 is must be changed for number os Cpus that have VPS)
cd src
strip ucacoind ucacoin-cli
./ucacoind -daemon

Docker

Build with

docker build --build-arg VERSION=3.1 -t ucacoin .

Replace 3.1 with the most current version found in https://github.com/ucacoin/Ucacoin2/releases

If you have permission issues add your local users userid and groupid as buildargs with

--build-arg USER_ID=youruserid

--build-arg GROUP_ID=yourgroupid

On linux based systems you will find those if you type id into your console.

Start with

docker run -it -v ucacoin-data:/ucacoin ucacoin

Config can be found in /var/lib/docker/volumes/ucacoin-data/_data/.ucacoin/ucacoin.conf

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 68.0%
  • C 19.6%
  • Python 3.3%
  • M4 2.9%
  • CSS 2.1%
  • Makefile 1.7%
  • Other 2.4%