Bitcoin Forum
May 05, 2024, 04:44:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
  Print  
Author Topic: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡  (Read 50249 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (1 post by 1+ user deleted.)
saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 04, 2017, 10:56:52 AM
Last edit: July 15, 2020, 02:49:13 AM by saga-crypto
 #1

We're back! We've released a new wallet and re-branded as

DarkSaga

This thread has moved to https://bitcointalk.org/index.php?topic=5262270



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









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.









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








Windows wallet: here
Mac wallet: here
Linux wallet (Ubuntu 14.04 x64): here
Linux wallet (Ubuntu 16.04 x64): here
Paper wallet: here

Bootstrap Data: here (New user may download this boostrap data to speed up syncing process)









-- 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
<your masternode private key>

Get SAGA address for your masternode
Code:
./sagacoind getaccountaddress mymasternode
<your masternode address>

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
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
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>
rpcpassword=<long random string not the same as your wallet password>
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)
Code:
listen=1
staking=0
port=48744
masternode=1
masternodeaddr=<your IP address>:48744
masternodeprivkey=<your masternode private key>
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
./sagacoind walletpassphrase <your wallet password> 999999999

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>




-- GUI (for Windows, Linux and Mac) --

Please visit to https://sagacoin.net/masternode.html






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




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




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




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




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




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




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




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




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




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














1714927486
Hero Member
*
Offline Offline

Posts: 1714927486

View Profile Personal Message (Offline)

Ignore
1714927486
Reply with quote  #2

1714927486
Report to moderator
1714927486
Hero Member
*
Offline Offline

Posts: 1714927486

View Profile Personal Message (Offline)

Ignore
1714927486
Reply with quote  #2

1714927486
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714927486
Hero Member
*
Offline Offline

Posts: 1714927486

View Profile Personal Message (Offline)

Ignore
1714927486
Reply with quote  #2

1714927486
Report to moderator
1714927486
Hero Member
*
Offline Offline

Posts: 1714927486

View Profile Personal Message (Offline)

Ignore
1714927486
Reply with quote  #2

1714927486
Report to moderator
saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 04, 2017, 10:58:07 AM
Last edit: September 24, 2018, 01:04:23 PM by saga-crypto
 #2



Masternode Windows VPS guide
youtube link by Samyaza
Description:
Detailed step by step guide to setup masternode in Windows.
How to use:
Just watch it.




Configuring a SagaCoin Masternode
Article link by VV
Description:
Step by step guide to configure masternode in a VPS.
How to use:
Just follow the steps in guide.




Masternode guide for windows-linux setup
pastebin link / github link by paranoidtruth
Description:
Setup masternode in hot and cold style, and setup firewall protection to linux.
How to use:
Just follow the steps in guide.




SAGA Ticker (Android)
Google Play link by crypto-totoro
Description:
SagaCoin Ticker Android App. This app provides current exchange rate and data from Coinmarketcap and Cryptopia exchange.
How to use:
Just install it to your Android device from Google Play.




SAGA Ticker (Chrome Extension)
Google Chrome extension link by crypto-totoro
Description:
SagaCoin Ticker App. This app provides current exchange rate and data from Coinmarketcap and Cryptopia exchange.
How to use:
Just "Add To Chrome" to install to your Google Chrome.




SagaCoin Online Calculator
SagaCoin.Today by Zeus
Description:
Online price calculator for SagaCoin, price data pull from Cryptopia.
How to use:
Just put your total SagaCoin into it.




Masternode Gains Calculation
google sheet link by Hans F
Description:
It pulls in your wallet contents, calculates your gains, averages it in time and calculates it on current prices.
How to use:
A) Use File > make a copy to get your version, so that you can edit the parameters.
B) Enter your Masternode start time.
C) Enter your Masternode address.



TimC
Legendary
*
Offline Offline

Activity: 1764
Merit: 1022


View Profile
December 04, 2017, 11:05:57 AM
 #3

Any nodes? The wallet does not sync.
Zembon
Member
**
Offline Offline

Activity: 137
Merit: 10


View Profile
December 04, 2017, 11:16:27 AM
 #4

Any pools soon? Solo mining doesn't work for me

_____ DSTRA ▬ ● ▬ FROM COMMUNITY, COMES UNITY ▬ ● ▬ DSTRA _____
⚫● ▬▬▬▬▬▬▬   PRIVACY ▬▬  FAST  ▬▬ LOW FEES   ▬▬▬▬▬▬▬ ●⚫
●⚫ ▬▬ Twitter | Facebook | ANN | Discord | Website ▬▬ ⚫●
axmjoe
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
December 04, 2017, 11:20:57 AM
 #5

This project looks interesting I will be waiting for more updates on this project. Already followed your twitter and FB page
saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 04, 2017, 11:21:16 AM
 #6

Any nodes? The wallet does not sync.


Nodes:-

Code:
addnode=155.94.230.24
addnode=155.94.230.163
addnode=80.209.228.1
addnode=23.94.226.159
addnode=172.245.94.202

henrynguyen
Member
**
Offline Offline

Activity: 120
Merit: 10


View Profile
December 04, 2017, 11:28:07 AM
 #7

MN 80%,


POS

The crypto currency of the future!    ●           RACE            ●    ✔ Fast  ✔ Secure  ✔ Anonymous
▄▄▄███      Masternodes  |  PoW  |  Secure  |  ASIC resistant  |  Lyra2REv2      ███▄▄▄
DISCORD                TWITTER
olkah
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 505



View Profile
December 04, 2017, 11:33:49 AM
 #8

https://www.virustotal.com/ru/file/5e1bb2a3306686262629255844849b4b10f9e182dca291e7a77c836a6850a7e5/analysis/1512387209/
leonardych
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 04, 2017, 11:34:33 AM
 #9

how to buy 2500 coins? What is the price?
saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 04, 2017, 11:37:06 AM
 #10

Reserved for mining pool, started working!

Yes, we welcome your pool, let me know once you have done and I will put into OP. Thanks!

mrnode015
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 04, 2017, 11:41:31 AM
 #11

Masternode guide?
saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 04, 2017, 11:42:50 AM
 #12

how to buy 2500 coins? What is the price?

No exchanger right now yet, but will be available in next few days.

And I forgot to put at OP that our masternode will start on Friday, December 8, 2017 12:00:00 AM. Fair start Masternode for everyone but not only miner  Cool

sssergy
Full Member
***
Offline Offline

Activity: 366
Merit: 100



View Profile
December 04, 2017, 11:44:55 AM
 #13

http://94.130.109.38/getting_started
1.5% fee
mpos-pools
Member
**
Offline Offline

Activity: 478
Merit: 10


View Profile
December 04, 2017, 11:56:26 AM
 #14

New pool

Ports:

Asics:         3574
Nicehash:   3575
Low diff:     3576




LycheeBit
Full Member
***
Offline Offline

Activity: 378
Merit: 105



View Profile WWW
December 04, 2017, 11:57:37 AM
 #15

Hello Smiley SagaCoin is now available on LycheeBit mining pool.
No registration is needed :

  • Stratum  : lycheebit.com:3433
  • User     : YOUR_SAGA_ADDRESS
  • Password : c=SAGA


Example of CCMiner command line :
Code:
ccminer.exe -a scrypt -o stratum+tcp://lycheebit.com:3433 -u sJpdr7CN3fGpvCHGGRBbxN1LHsPo75Dtgr -p c=SAGA

Happy mining Smiley

LycheeBit - Mining pool - https://www.lycheebit.com
Gensh
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 04, 2017, 11:58:30 AM
 #16

Do you plan on starting a Discord channel?
olkah
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 505



View Profile
December 04, 2017, 12:02:52 PM
 #17

New pool

Ports:

Asics:         3574
Nicehash:   3575
Low diff:     3576





Ok  Wink
dagoz87
Full Member
***
Offline Offline

Activity: 294
Merit: 100


View Profile
December 04, 2017, 12:03:20 PM
Last edit: December 04, 2017, 12:32:13 PM by dagoz87
 #18

SAGA COIN (SAGA) MINING POOL

http://miningpool.shop

Based on Yiimp pool (No Registration Needed)
Fee  : 0.9% Only (Lowest Fee)

Code:
-o stratum+tcp://eu1.miningpool.shop:3433 -u <WALLET_ADDRESS> -p c=SAGA

NICEHASH RENTAL
Code:
Pool host: eu1.miningpool.shop
Pool port: 3433
Pool user: Your_Wallet_Address
Pool pass: c=SAGA
Algorithm: Scrypt


ldcomp
Member
**
Offline Offline

Activity: 131
Merit: 10


View Profile
December 04, 2017, 12:04:50 PM
 #19

windows wallet x32 can not sync
windows wallet x64 after sync force closed  Cheesy
mrnode015
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 04, 2017, 12:09:31 PM
 #20

windows wallet x32 can not sync
windows wallet x64 after sync force closed  Cheesy

Same issue.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!