Skip to content

SovranoCoin/sovranocoin

Repository files navigation

SovranoCoin (SVR) integration/staging repository

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

Setting up a wallet with the bootstrap

  1. Stop/shutdown your wallet client if it is running.
  2. Navigate to your SovranoCoin data directory.
  3. Download the latest bootstrap from here
  4. Extract the bootstrap zip file you just downloaded and you will see a directory file called "Sovrano-bootstrap" and copy its content to your SovranoCoin data directory replacing all files.
  5. Start your wallet client.

More information at SovranoCoin.com

Coin Specs

AlgoQuark
Block Time90 Seconds
Block Split80% MN / 20% Staking
Difficulty RetargetingEvery Block
Max Coin Supply6.000.000 SVR
Premine110.000 SVR
P2P port6610
RPC port6611