Skip to content

RakhiRish/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

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

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.4%
  • C++ 43.3%
  • Python 2.2%
  • M4 1.4%
  • Makefile 0.8%
  • Shell 0.5%
  • Other 1.4%