Latest Updates:
Dec 04 : Windows wallet issue fixed at version 1.0.0.3
Dec 04 : First exchange listed at CoinsMarkets.com
Dec 05 : Added estimated masternode ROI EDIT (Dec 08): Please refer to Masternodes.Online now
Dec 05 : Added second block explorer
Dec 06 : Added masternode guide
Dec 08 : Listed at Masternodes.Online
Dec 10 : Listed at CoinMarketCap
Dec 10 : Listed at CoinCodex
Dec 15 : Added Discord group
Dec 25 : Listed at Masternodo (spanish)
Dec 25 : Listed at Masternodes.Pro
Dec 28 : Finally listed at Cryptopia
Feb 11: Added third block explorer (Upgrade Exp 1 with faster server)
Feb 12: Listed at Mnode.Club
Mar 29: New wallet release (Mandatory update) version 1.2.0.0
Apr 16: Added FAQ page at https://sagacoin.net/faq.html
Apr 17: Upgrade node system, added more nodes and enhanced node performance.
May 16: Added bootstrap data file with instructions at SagaCoin Bootstrap
May 17: Added paper wallet at SagaCoin Paper Wallet
May 19: Listed at Escodex
May 28: Launched whitepaper at https://sagacoin.net/whitepaper.html
Jun 13: Listed at Qiex https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FXldui8t.jpg&t=592&c=R84_ClboZATD0Qhttps://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2F06Jq46E.png&t=592&c=EqAYLOTF-qoFVQLaunched as an open source cryptocurrency in Dec 2017. SagaCoin is a decentralized and secure masternode network project with long term goals. Our focus is to create a cryptocurrency that is accessible to all as a global payment platform for developers, investors and the general public alike.
SagaCoin is maintained by a friendly and committed community and with many exciting projects on the horizon, we continue to innovate and build on our reputation to launch into the mainstream as the most trusted and exciting cryptocurrency project in the market.
https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FRVl4h2l.png&t=592&c=hWn7qfnq59KntAhttps://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2Fkj02XPo.png&t=592&c=rrWaYzIvJEBT9gAlgorithm : Scrypt
Block Time : 120 seconds
Total Coin Supply : 3,120,000 (Updated 20 Jan 2018)
Block Reward : 25 SAGA 1st year; 12.5 SAGA 2nd year; 6.25 SAGA thereafter
Block Size : 2 MB
Proof of Stake : 180% masternode, 20% coin stake [total 200%] (1st year)
90% masternode, 10% coin stake [total 100%] (2nd year)
45% masternode, 5% coin stake [total 50%] (thereafter)
Minimum Stake Age : 8 hours
Transaction Confirmation : 10 blocks
Difficulty Retarget : 10 minutes
Masternode requirement : 2,500 SAGA
Masternode reward : 90% stake reward
https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FzbtAfJd.png&t=592&c=ddZ22Q6BglEhMAWindows wallet:
https://github.com/Sagacojn/wallet/raw/master/SagaCoin.rarMac wallet:
https://github.com/Sagacojn/wallet/raw/master/SagaCoin-qt_1.0.0.5_macosx.dmgLinux wallet (Ubuntu 14.04 x64):
https://github.com/Sagacojn/wallet/raw/master/sagacoin_1.0.0.5_ubuntu14.04.rarLinux wallet (Ubuntu 16.04 x64):
https://github.com/Sagacojn/wallet/raw/master/sagacoin_1.0.0.5_ubuntu16.04.rarhttps://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2F8vKPfkF.png&t=592&c=mJPymc0vslxMswhttps://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FXw9ebL9.png&t=592&c=2W3SULoqD0o_dgCryptopia
Stocks.Exchange
Qiex
Escodex
Cryptohub
https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2F1vc1oal.png&t=592&c=kjv6ocVVjz6UDgMasternodes.Online Masternodes.Pro Mnode.Club Masternodo.com
https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FzbtAfJd.png&t=592&c=ddZ22Q6BglEhMAWindows wallet:
https://github.com/Sagacojn/wallet/raw/master/SagaCoin.rarMac wallet:
https://github.com/Sagacojn/wallet/raw/master/SagaCoin-qt_1.0.0.5_macosx.dmgLinux wallet (Ubuntu 14.04 x64):
https://github.com/Sagacojn/wallet/raw/master/sagacoin_1.0.0.5_ubuntu14.04.rarLinux wallet (Ubuntu 16.04 x64):
https://github.com/Sagacojn/wallet/raw/master/sagacoin_1.0.0.5_ubuntu16.04.rar-- Command (for Linux and Mac) --
Go to your sagacoind file folder, then start it
Generate private key for your masternode, then save it down, you will need it later
./sagacoind masternode genkey
Get SAGA address for your masternode
./sagacoind getaccountaddress mymasternode
Send exactly 2500 to SAGA address above, run the command from other wallet or you may run it in same wallet too, just have to ensure your masternode address with exact 2500 balance
./sagacoind sendtoaddress "sVD4EUm47UhnzRfVCmUnk2oxMgAFaQLucb" 2500 "" "" false
The last word false means do not subtract transaction fee from the amount sent, so your masternode will have exact 2500 SAGA
You can check if you have received the 2500 SAGA into your masternode address
./sagacoind getreceivedbyaddress sVD4EUm47UhnzRfVCmUnk2oxMgAFaQLucb
For security purpose, it is recommended to encrypt your wallet with password
./sagacoind encryptwallet
sagacoind will be stopped after this command, don't worry about it, we will start it back later in this guide, don't start it right away
Add masternode details to SagaCoin configuration
vi ~/.SagaCoin/sagacoin.conf
Then you should see settings like following in your SagaCoin configuration file (add it if you don't):
rpcuser=
rpcpassword=
rpcport=48844
rpcallowip=127.0.0.1
daemon=1
server=1
listenonion=0
addnode=node1.sagacoin.net
addnode=node2.sagacoin.net
addnode=node3.sagacoin.net
Add the following settings to the end of SagaCoin configuration file (before you input the settings, please ensure you have your IP address on hand. And your masternode private key is required here)
listen=1
staking=0
port=48744
masternode=1
masternodeaddr=:48744
masternodeprivkey=
We use default P2P port of 48744 in this guide, you may change to any available port number if you like
Start your SagaCoin daemon again and input your wallet password entered previously
./sagacoind
./sagacoind walletpassphrase 999999999
Now you can start your masternode with your wallet password
./sagacoind masternode start
You can check if your masternode started successfully and running well with masternode list, this list should have your masternode IP address if your masternode is running
./sagacoind masternode list
If you lazy to find your IP from masternode list, you can filter with your IP
./sagacoind masternode list | grep
https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FDui4jCv.png&t=592&c=vWmKKS9yHanhJAhttp://s1.altcoinix.com/saga/publicStratum : stratum+tcp://s1.altcoinix.com:3702
Username : Weblogin.WorkerName
Password : WorkerPassword
Fee : 1%
Example command line :
ccminer.exe -a scrypt -o stratum+tcp://s1.altcoinix.com:3702 -u Weblogin.WorkerName -p WorkerPassword
http://www.lycheebit.comStratum : stratum+tcp://lycheebit.com:3433
Username : YOUR_SAGA_ADDRESS
Password : c=SAGA
Payout : Every hour
Fee : 1.0%
Example command line :
ccminer.exe -a scrypt -o stratum+tcp://lycheebit.com:3433 -u sbPLvatctQvjqQeVeyvVTWA5tFa225uF6S -p c=SAGA
http://miningpool.shopStratum : stratum+tcp://eu1.miningpool.shop:3433
Username : YOUR_SAGA_ADDRESS
Password : c=SAGA
Fee : 0.9%
Example command line :
ccminer.exe -a scrypt -o stratum+tcp://eu1.miningpool.shop:3433 -u sbPLvatctQvjqQeVeyvVTWA5tFa225uF6S -p c=SAGA
https://hash-to-coins.comStratum : stratum+tcp://hash-to-coins.com:3333
Username : Weblogin.WorkerName
Password : WorkerPassword
Example command line :
ccminer.exe -a scrypt -o stratum+tcp://hash-to-coins.com:3333 -u Weblogin.WorkerName -p WorkerPassword
http://tiny-pool.comStratum : stratum+tcp://tiny-pool.com:3433
Username : YOUR_SAGA_ADDRESS
Password : c=SAGA
Fee : 0.5%
Example command line :
ccminer.exe -a scrypt -o stratum+tcp://tiny-pool.com:3433 -u sbPLvatctQvjqQeVeyvVTWA5tFa225uF6S -p c=SAGA
https://cryptopool.partyStratum : stratum+tcp://cryptopool.party:3433
Username : YOUR_SAGA_ADDRESS
Password : c=SAGA
Example command line :
ccminer.exe -a scrypt -o stratum+tcp://cryptopool.party:3433 -u sbPLvatctQvjqQeVeyvVTWA5tFa225uF6S -p c=SAGA
https://mining-dutch.nlStratum : stratum+tcp://mining-dutch.nl:3387
Username : Weblogin.WorkerName
Password : WorkerPassword
Example command line :
ccminer.exe -a scrypt -o stratum+tcp://mining-dutch.nl:3387 -u Weblogin.WorkerName -p WorkerPassword
https://cryptohub.online/pools/SAGA/Stratum : stratum+tcp://cryptohub.online:4053
Username : Email
Password : anything
Fee : 1%
Example command line :
ccminer.exe -a scrypt -o stratum+tcp://cryptohub.online:4053 -u Email -p anything
https://www.scryptpools.net/saga/public/Stratum : stratum+tcp://saga.scryptpools.net:2083
Username : Weblogin.WorkerName
Password : WorkerPassword
Example command line :
ccminer.exe -a scrypt -o stratum+tcp://saga.scryptpools.net:2083 -u Weblogin.WorkerName -p WorkerPassword
https://multipool.coinpool.ml/Stratum : stratum.coinpool.ml:3358
Username : Weblogin.WorkerName
Password : WorkerPassword
Fee : 0.5%
Example command line :
ccminer.exe -a scrypt -o stratum.coinpool.ml:3358 -u Weblogin.WorkerName -p any
https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FzbtAfJd.png&t=592&c=ddZ22Q6BglEhMAWindows wallet:
https://github.com/Sagacojn/wallet/raw/master/SagaCoin.rarMac wallet:
https://github.com/Sagacojn/wallet/raw/master/SagaCoin-qt_1.0.0.5_macosx.dmgLinux wallet (Ubuntu 14.04 x64):
https://github.com/Sagacojn/wallet/raw/master/sagacoin_1.0.0.5_ubuntu14.04.rarLinux wallet (Ubuntu 16.04 x64):
https://github.com/Sagacojn/wallet/raw/master/sagacoin_1.0.0.5_ubuntu16.04.rarhttps://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2F63rx6CQ.jpg&t=592&c=4uKs7oQzPXBs8ghttps://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FBgdLX1B.png&t=592&c=41LnrCLRhu8-_A