Bitcoin Forum

Local => Annunci => Topic started by: djwatt3 on January 18, 2018, 07:48:04 PM



Title: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡
Post by: djwatt3 on January 18, 2018, 07:48:04 PM
Latest Updates:
Dec 04 : Windows wallet issue fixed at version 1.0.0.3
Dec 04 : First exchange listed at CoinsMarkets.com (https://coinsmarkets.com/trade-BTC-SAGA.htm)
Dec 05 : Added estimated masternode ROI EDIT (Dec 08): Please refer to Masternodes.Online (https://masternodes.online/currencies/SAGA/) now
Dec 05 : Added second block explorer (http://172.245.94.202:3001)
Dec 06 : Added masternode guide (https://sagacoin.net/masternode.html)
Dec 08 : Listed at Masternodes.Online (https://masternodes.online/currencies/SAGA/)
Dec 10 : Listed at CoinMarketCap (https://coinmarketcap.com/currencies/sagacoin/)
Dec 10 : Listed at CoinCodex (https://coincodex.com/crypto/sagacoin/)
Dec 15 : Added Discord group (https://discord.gg/SaPcMfb)
Dec 25 : Listed at Masternodo (spanish) (http://masternodo.com/)
Dec 25 : Listed at Masternodes.Pro (https://masternodes.pro/stats/saga)
Dec 28 : Finally listed at Cryptopia (https://www.cryptopia.co.nz/Exchange/?market=SAGA_BTC)
Jan 14 : Listed at 3rd exchange Stocks.Exchange (https://stocks.exchange/trade/SAGA/BTC)

[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)] [Github (https://github.com/sagacrypto/SagaCoin)] [Exp 1 (http://explorer.sagacoin.net)] [Exp 2 (http://172.245.94.202:3001)]







Lanciato come criptovaluta open source nel dicembre 2017. SagaCoin è un progetto masternode decentralizzato e sicuro con obiettivi a lungo termine. Il nostro obiettivo è creare una criptovaluta accessibile a tutti come piattaforma di pagamento globale per sviluppatori, investitori e per il pubblico in generale.

SagaCoin è gestito da una comunità amichevole e impegnata e con molti progetti entusiasmanti all'orizzonte, continuiamo a innovare e ad accrescere la nostra reputazione di lanciarsi nel mainstream come il progetto di criptovaluta più affidabile ed emozionante sul mercato.









Algoritmo :  Scrypt
Block Time :  120 seconds
Total Coin Supply : 2,420,000 (Updated 25 Dec 2017)
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: qui (https://github.com/sagacrypto/SagaCoin/releases/download/1.0.0.5/SagaCoin-qt_1.0.0.5_x86.exe.zip)
Mac wallet: qui (https://github.com/sagacrypto/SagaCoin/releases/download/1.0.0.5/SagaCoin-qt_1.0.0.5_macosx.dmg)
Linux wallet (Ubuntu 14.04 x64): qui (https://github.com/sagacrypto/SagaCoin/releases/download/1.0.0.5/sagacoin_1.0.0.5_ubuntu14.04.tar.gz)
Linux wallet (Ubuntu 16.04 x64): qui (https://github.com/sagacrypto/SagaCoin/releases/download/1.0.0.5/sagacoin_1.0.0.5_ubuntu16.04.tar.gz)





https://i.imgur.com/XEEQxPw.png (https://masternodes.online/currencies/SAGA/)
Masternodes.Online (https://masternodes.online/currencies/SAGA/)

https://i.imgur.com/m68XuhY.png (https://masternodes.pro/stats/saga)
Masternodes.Pro (https://masternodes.pro/stats/saga)

https://i.imgur.com/KqDczG0.png (http://masternodo.com/)
Masternodo.com (http://masternodo.com/)
(spanish)



-- Command (for Linux and Mac) --

Vai nella cartella di sagacoind, quindi avvia
Code:
./sagacoind

Genera la tua chiave privata per il tuo masternode, salvala, ti servirà più tardi
Code:
./sagacoind masternode genkey
<your masternode private key>

Ricevi l'indirizzo SAGA per il tuo masternode
Code:
./sagacoind getaccountaddress mymasternode
<your masternode address>

Invia esattamente 2500 coins all'indirizzo SAGA sopra, esegui il comando da un altro portafoglio o puoi eseguirlo nello stesso portafoglio, devi solo assicurare il tuo indirizzo masternode con il saldo 2500 esatto
Code:
./sagacoind sendtoaddress "sVD4EUm47UhnzRfVCmUnk2oxMgAFaQLucb" 2500 "" "" false
L'ultima parola false significa che non devi sottrarre la commissione di transazione dall'importo inviato, quindi il tuo masternode avrà esattamente 2500 SAGA

Puoi verificare se hai ricevuto il 2500 SAGA nel tuo indirizzo masternode
Code:
./sagacoind getreceivedbyaddress sVD4EUm47UhnzRfVCmUnk2oxMgAFaQLucb

Per motivi di sicurezza, si consiglia di crittografare il portafoglio con password
Code:
./sagacoind encryptwallet <your wallet password>
sagacoind verrà fermato dopo questo comando, non ti preoccupare, lo riavvieremo più avanti in questa guida, non avviarlo subito

Aggiungi i dettagli masternode alla configuarazione SagaCoin
Code:
vi ~/.SagaCoin/sagacoin.conf
Quindi dovresti vedere le impostazioni come seguire nel tuo file di configurazione SagaCoin (aggiungilo se non vedi):
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

Aggiungi le seguenti impostazioni alla fine del file di configurazione SagaCoin (prima di inserire le impostazioni, assicurati di avere il tuo indirizzo IP a portata di mano. E la tua chiave privata masternode)
Code:
listen=1
staking=0
port=48744
masternode=1
masternodeaddr=<your IP address>:48744
masternodeprivkey=<your masternode private key>
Usiamo la porta P2P predefinita di 48744 in questa guida, è possibile modificare in qualsiasi numero di porta disponibile, se lo si desidera

Avvia di nuovo SagaCoin e inserisci la password del tuo portafoglio inserita in precedenza
Code:
./sagacoind
./sagacoind walletpassphrase <your wallet password> 999999999

Ora puoi avviare il tuo masternode con la tua password del wallet
Code:
./sagacoind masternode start <your wallet password>

È possibile verificare se il proprio masternode è stato avviato correttamente, questo elenco dovrebbe avere l'indirizzo IP masternode se il proprio masternode è in esecuzione
Code:
./sagacoind masternode list

Se sei pigro a trovare il tuo IP dall'elenco masternode, puoi filtrare con il tuo IP
Code:
./sagacoind masternode list | grep <you IP address>




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

Per favore visita https://sagacoin.net/masternode.html (https://sagacoin.net/masternode.html)





http://www.lycheebit.com (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 (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



http://mpos-pools.com/saga (http://mpos-pools.com/saga)

Stratum : stratum+tcp://mpos-pools.com:3574
Username : Weblogin.WorkerName
Password : WorkerPassword

Example command line :

ccminer.exe -a scrypt -o stratum+tcp://mpos-pools.com:3574 -u Weblogin.WorkerName -p WorkerPassword



https://madpool.xyz (https://madpool.xyz)

Stratum : stratum+tcp://madpool.xyz:3433
Username : YOUR_SAGA_ADDRESS
Password : c=SAGA
Fee : 2%

Example command line :

ccminer.exe -a scrypt -o stratum+tcp://madpool.xyz:3433 -u sbPLvatctQvjqQeVeyvVTWA5tFa225uF6S -p c=SAGA



https://unimining.net (https://unimining.net)

Stratum : stratum+tcp://pool.unimining.net:3433
Username : YOUR_SAGA_ADDRESS
Password : c=SAGA
Fee : 0.5%

Example command line :

ccminer.exe -a scrypt -o stratum+tcp://pool.unimining.net:3433 -u sbPLvatctQvjqQeVeyvVTWA5tFa225uF6S -p c=SAGA



http://s1.altcoinix.com/saga/public (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



https://cryptohub.online/pools/SAGA/ (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



http://80.211.163.32 (http://80.211.163.32)

Stratum : stratum+tcp://80.211.163.32:2401 / stratum+tcp://80.211.163.32:2402 / stratum+tcp://80.211.163.32:2403
Username : YOUR_SAGA_ADDRESS
Password : anything

Example command line :

ccminer.exe -a scrypt -o stratum+tcp://80.211.163.32:2402 -u sbPLvatctQvjqQeVeyvVTWA5tFa225uF6S -p anything



http://94.130.109.38 (http://94.130.109.38)

Stratum : stratum+tcp://94.130.109.38:3008 / stratum+tcp://94.130.109.38:3032 / stratum+tcp://94.130.109.38:3256
Username : YOUR_SAGA_ADDRESS
Password : anything

Example command line :

ccminer.exe -a scrypt -o stratum+tcp://94.130.109.38:3008 -u sbPLvatctQvjqQeVeyvVTWA5tFa225uF6S -p anything



http://109.230.255.73:8080/ (http://109.230.255.73:8080/)

Stratum : stratum+tcp://pool.unomp.org:3008 / stratum+tcp://pool.unomp.org:3032 / stratum+tcp://pool.unomp.org:3256
Username : YOUR_SAGA_ADDRESS
Password : anything
Payout : Every 30 minutes
Fee : 1.5%

Example command line :

ccminer.exe -a scrypt -o stratum+tcp://pool.unomp.org:3008 -u sbPLvatctQvjqQeVeyvVTWA5tFa225uF6S -p anything



http://unomp.btcminers.info (http://unomp.btcminers.info)

Stratum : unomp.btcminers.info:2031 / unomp.btcminers.info:2032 / unomp.btcminers.info:2033
Username : YOUR_SAGA_ADDRESS
Password : anything

Example command line :

ccminer.exe -a scrypt -o stratum+tcp://unomp.btcminers.info:2031 -u sbPLvatctQvjqQeVeyvVTWA5tFa225uF6S -p anything



http://109.235.67.6 (http://109.235.67.6)

Stratum : 109.235.67.6:2439 / 109.235.67.6:2440 / 109.235.67.6:2441
Username : YOUR_SAGA_ADDRESS
Password : anything

Example command line :

ccminer.exe -a scrypt -o stratum+tcp://109.235.67.6:2439 -u sbPLvatctQvjqQeVeyvVTWA5tFa225uF6S -p anything





https://i.imgur.com/BV4XOC6.jpg
https://www.cryptopia.co.nz/Exchange/?market=SAGA_BTC (https://www.cryptopia.co.nz/Exchange/?market=SAGA_BTC)

https://i.imgur.com/cUFTzNv.jpg
https://coinsmarkets.com/trade-BTC-SAGA.htm (https://coinsmarkets.com/trade-BTC-SAGA.htm)

https://i.imgur.com/TL72Gh4.jpg
https://stocks.exchange/trade/SAGA/BTC (https://stocks.exchange/trade/SAGA/BTC)







Saga Coin Website: https://sagacoin.net/ (https://sagacoin.net/)

Facebook: https://www.facebook.com/Saga-Coin-1551093451615718 (https://www.facebook.com/Saga-Coin-1551093451615718)

Twitter: https://twitter.com/Saga_Coin (https://twitter.com/Saga_Coin)

Discord: https://discord.gg/SaPcMfb (https://discord.gg/SaPcMfb)

Telegram: https://t.me/joinchat/HXGeqw7tcjDU9UcpRxf0Lg (https://t.me/joinchat/HXGeqw7tcjDU9UcpRxf0Lg)

Github: https://github.com/sagacrypto/SagaCoin (https://github.com/sagacrypto/SagaCoin)





Nodes:-
Code:
addnode=199.15.252.91:48744
addnode=80.209.228.1:48744
addnode=[2001:0:9d38:90d7:1871:3b18:dbba:fb68]:48744
addnode=[2001:0:9d38:90d7:872:305:cda7:120f]:48744
addnode=64.187.227.245:48744
addnode=93.178.245.10:48744
addnode=82.147.93.32:48744
addnode=80.211.155.16:48744
addnode=178.27.148.172:48744
addnode=54.37.158.67:48744
addnode=79.114.61.240:48744
addnode=45.76.137.51:48744
addnode=109.230.255.73:48744
addnode=104.238.177.116:48744
addnode=84.24.195.48:48744
addnode=94.130.109.38:48744
addnode=87.254.138.69:48744
addnode=125.230.128.146:48744
addnode=162.218.209.205:48744
addnode=162.218.209.206:48744
addnode=45.77.191.76:9999
addnode=45.77.143.212:48744


Title: Re: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡
Post by: djwatt3 on January 18, 2018, 07:51:58 PM

https://i.imgur.com/GoQv1a6.jpg
SagaCoin Online Calculator
SagaCoin.Today (http://sagacoin.today/) by Zeus
Description:
Calcolatore dei prezzi online per SagaCoin, estrazione dei dati dei prezzi da Cryptopia.
How to use:
Metti il totale dei tuoi SagaCoin.


https://i.imgur.com/63rx6CQ.jpg
Masternode Windows VPS guide
youtube link (https://youtu.be/ELuqhLak6h0) by Samyaza
Description:
Guida dettagliata passo dopo passo per configurare il masternode in Windows.
How to use:
Guardalo



https://i.imgur.com/uVo89DO.jpg
Masternode guide for windows-linux setup
pastebin link (https://pastebin.com/ghVSwvPb) / github link (https://github.com/paranoidtruth/SagaCoin_install/blob/master/saga_guide.txt) by paranoidtruth
Description:
Imposta il masternode in stile hot e cold e imposta la protezione del firewall su Linux.
How to use:
Segui semplicemente i passaggi della guida.



https://i.imgur.com/JR7ffkc.jpg
Masternode Gains Calculation
google sheet link (https://docs.google.com/spreadsheets/d/1nWtNnhQMv8-geSf32yqCSvjZhxC9T6MsPEh9ULiVDB4/edit?usp=sharing) by Hans F
Description:
Aumenta il contenuto del tuo portafoglio, calcola i tuoi guadagni, calcola la media in tempo e calcola sui prezzi correnti.
How to use:
A) Usa File > fai una copia per ottenere la tua versione, in modo che tu possa modificare i parametri.
B) Inserisci l'ora di inizio del tuo Masternode.
C) Inserisci il tuo indirizzo Masternode.