SovranoCoin is a cutting edge cryptocurrency, with many features not available in most other cryptocurrencies.
- Anonymized transactions using zerocoin technology.
- Fast transactions featuring guaranteed zero confirmation transactions named SwiftX.
- Decentralized blockchain voting providing for consensus based advancement of the current Masternode technology used to secure the network and provide the above features, each Masternode is secured with a collateral of 1000 SVR.
Quick installation of the SovranoCoin daemon under linux.
Installation of libraries (using root user):
add-apt-repository ppa:bitcoin/bitcoin -y
apt-get update
apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
apt-get install -y libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
apt-get install -y libdb4.8-dev libdb4.8++-dev
Cloning the repository and compiling (use any user with the sudo group):
cd
git clone https://github.com/SovranoCoin/sovranocoin.git
cd sovranocoin
./autogen.sh
./configure
sudo make install
cd src
sudo strip sovranocoind
sudo strip sovranocoin-cli
sudo strip sovranocoin-tx
cd ..
Running the daemon:
sovranocoind
Stopping the daemon:
sovranocoin-cli stop
Demon status:
sovranocoin-cli getinfo
sovranocoin-cli mnsync status
More information at SovranoCoin.com
Algo | Quark |
Block Time | 90 Seconds |
Block Split | 80% MN / 20% Staking |
Difficulty Retargeting | Every Block |
Max Coin Supply | 6.000.000 SVR |
Premine | 110.000 SVR |
P2P port | 6610 |
RPC port | 6611 |