Title: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡🚀🚀🚀 Post by: Disallowedword on September 08, 2018, 02:54:15 PM 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_ClboZATD0Q https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2F06Jq46E.png&t=592&c=EqAYLOTF-qoFVQ Launched 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=hWn7qfnq59KntA https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2Fkj02XPo.png&t=592&c=rrWaYzIvJEBT9g Algorithm : 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=ddZ22Q6BglEhMA Windows wallet: https://github.com/Sagacojn/wallet/raw/master/SagaCoin.rar Mac wallet: https://github.com/Sagacojn/wallet/raw/master/SagaCoin-qt_1.0.0.5_macosx.dmg Linux wallet (Ubuntu 14.04 x64): https://github.com/Sagacojn/wallet/raw/master/sagacoin_1.0.0.5_ubuntu14.04.rar Linux wallet (Ubuntu 16.04 x64): https://github.com/Sagacojn/wallet/raw/master/sagacoin_1.0.0.5_ubuntu16.04.rar https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2F8vKPfkF.png&t=592&c=mJPymc0vslxMsw https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FXw9ebL9.png&t=592&c=2W3SULoqD0o_dg Cryptopia Stocks.Exchange Qiex Escodex Cryptohub https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2F1vc1oal.png&t=592&c=kjv6ocVVjz6UDg Masternodes.Online Masternodes.Pro Mnode.Club Masternodo.com https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FzbtAfJd.png&t=592&c=ddZ22Q6BglEhMA Windows wallet: https://github.com/Sagacojn/wallet/raw/master/SagaCoin.rar Mac wallet: https://github.com/Sagacojn/wallet/raw/master/SagaCoin-qt_1.0.0.5_macosx.dmg Linux wallet (Ubuntu 14.04 x64): https://github.com/Sagacojn/wallet/raw/master/sagacoin_1.0.0.5_ubuntu14.04.rar Linux 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 Code: ./sagacoind Generate private key for your masternode, then save it down, you will need it later Code: ./sagacoind masternode genkey Get SAGA address for your masternode Code: ./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 Code: ./sagacoind sendtoaddress "sVD4EUm47UhnzRfVCmUnk2oxMgAFaQLucb" 2500 "" "" false You can check if you have received the 2500 SAGA into your masternode address Code: ./sagacoind getreceivedbyaddress sVD4EUm47UhnzRfVCmUnk2oxMgAFaQLucb For security purpose, it is recommended to encrypt your wallet with password Code: ./sagacoind encryptwallet <your wallet password> 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 Code: vi ~/.SagaCoin/sagacoin.conf Then you should see settings like following in your SagaCoin configuration file (add it if you don't): Code: rpcuser=<randomstring> 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) Code: listen=1 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 Code: ./sagacoind Now you can start your masternode with your wallet password Code: ./sagacoind masternode start <your wallet password> 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 Code: ./sagacoind masternode list If you lazy to find your IP from masternode list, you can filter with your IP Code: ./sagacoind masternode list | grep <you IP address> https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FDui4jCv.png&t=592&c=vWmKKS9yHanhJA http://s1.altcoinix.com/saga/public Stratum : 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.com Stratum : 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.shop Stratum : 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.com Stratum : 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.com Stratum : 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.party Stratum : 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.nl Stratum : 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=ddZ22Q6BglEhMA Windows wallet: https://github.com/Sagacojn/wallet/raw/master/SagaCoin.rar Mac wallet: https://github.com/Sagacojn/wallet/raw/master/SagaCoin-qt_1.0.0.5_macosx.dmg Linux wallet (Ubuntu 14.04 x64): https://github.com/Sagacojn/wallet/raw/master/sagacoin_1.0.0.5_ubuntu14.04.rar Linux wallet (Ubuntu 16.04 x64): https://github.com/Sagacojn/wallet/raw/master/sagacoin_1.0.0.5_ubuntu16.04.rar https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2F63rx6CQ.jpg&t=592&c=4uKs7oQzPXBs8g https://ip.bitcointalk.org/?u=https%3A%2F%2Fi.imgur.com%2FBgdLX1B.png&t=592&c=41LnrCLRhu8-_A Saga Coin Website: https://sagacoin.net/ Facebook: https://www.facebook.com/Saga-Coin-1551093451615718 Twitter: https://twitter.com/Saga_Coin Discord: https://discord.gg/SaPcMfb Telegram: https://t.me/joinchat/HXGeqw7tcjDU9UcpRxf0Lg Title: Re: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡🚀🚀🚀 Post by: cvm on September 08, 2018, 02:54:28 PM deleted
Title: Re: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡🚀🚀🚀 Post by: serik338 on September 08, 2018, 04:39:02 PM RU translated reserve
Title: Re: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡🚀🚀🚀 Post by: tibicota on September 08, 2018, 05:58:48 PM I am glad to know that the project rises up. Great active team and the same participants. Good luck to you!
Title: Re: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡🚀🚀🚀 Post by: NCarter84 on September 10, 2018, 07:35:33 AM Looks interesting project. Bookmarking here so I can follow this project easily.
Title: Re: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡🚀🚀🚀 Post by: thiagorr80 on September 10, 2018, 11:05:49 PM good project
Title: Re: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡🚀🚀🚀 Post by: kurbeks on September 11, 2018, 08:57:24 PM Why new ann?
Title: Re: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡🚀🚀🚀 Post by: atonimoto on September 12, 2018, 02:29:35 AM This idea has a good momentum here in the crypto currency community. And not only that, because we can really see its great potential that is why a lot more people from the crowd of crypto community is keep on watching the progress and continuois development of this idea. I really hope that the Dispatch Lab team would be able to come up with a really great marketing strategy to strenghten its name for more popularity to gain more investors. Good luck!
Title: Re: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡🚀🚀🚀 Post by: minepool.online on September 16, 2018, 10:11:09 AM reserve
|