Skip to content

madlord19/Ucacoin

 
 

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: 150.000 UCA

Ucacoin Rewards:

POS Rewards:

475 ucacoins every block with halving every 4 years

Masternode Governance:

30% of all block rewards

Debian/Ubuntu Linux Daemon Build Instructions

git clone https://github.com/ucacoin/Ucacoin.git
cd Ucacoin
./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

About

Mainnet release

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 73.0%
  • C 15.8%
  • Python 3.9%
  • M4 2.6%
  • Makefile 1.6%
  • Shell 0.8%
  • Other 2.3%