Bitcoin Forum
May 26, 2024, 02:39:50 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 50252 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 06, 2017, 07:42:10 AM
 #121

saga coin pool

http://109.235.67.6/getting_started

matthew smith
Saga Coin New Pool

http://s1.altcoinix.com/saga/public

Nicehash Port : 3702

Pool Fee: %1

Examples:

./cgminer --scrypt -o stratum+tcp://s1.altcoinix.com:3702 -u Weblogin.WorkerName -p WorkerPassword

./bfgminer --scrypt -o stratum+tcp://s1.altcoinix.com:3702 -u Weblogin.WorkerName -p WorkerPassword

minerd -a scrypt -t 6 -s 4 -o stratum+tcp://s1.altcoinix.com:3702 -u Weblogin.WorkerName -p WorkerPassword


Added to OP, thanks Smiley

lentyna
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
December 06, 2017, 08:17:59 AM
 #122

When I try to compile on ubuntu I get an error:

Code:
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:221: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1

I have all dependencies installed. What could be a problem here?
saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 06, 2017, 08:55:24 AM
 #123

When I try to compile on ubuntu I get an error:

Code:
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:221: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1

I have all dependencies installed. What could be a problem here?

Maybe you can try this command and build again:-
Code:
mkdir obj/crypto


lentyna
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
December 06, 2017, 08:59:23 AM
 #124

When I try to compile on ubuntu I get an error:

Code:
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:221: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1

I have all dependencies installed. What could be a problem here?

Maybe you can try this command and build again:-
Code:
mkdir obj/crypto




So I found the problem.

Your leveldb is broken, I had to copy it from different repo, also had to copy all src/crypto dir to obj and did some makefile.unix revisions.

After I could build it fine.

saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 06, 2017, 09:13:29 AM
 #125

When I try to compile on ubuntu I get an error:

Code:
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:221: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1

I have all dependencies installed. What could be a problem here?

Maybe you can try this command and build again:-
Code:
mkdir obj/crypto




So I found the problem.

Your leveldb is broken, I had to copy it from different repo, also had to copy all src/crypto dir to obj and did some makefile.unix revisions.

After I could build it fine.



We have built for other wallet on ubuntu and did not face this problem. May I know what are the commands that you run to build?

Since you mentioned leveldb, didn't you build leveldb before wallet? Usually we will build leveldb first, here are the command that we use:-
Code:
git clone https://github.com/sagacrypto/SagaCoin
cd ~/SagaCoin/src
chmod +x leveldb/build_detect_platform
cd leveldb && make libleveldb.a libmemenv.a
cd ..
make -f makefile.unix USE_UPNP=

lentyna
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
December 06, 2017, 10:20:10 AM
 #126

When I try to compile on ubuntu I get an error:

Code:
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:221: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1

I have all dependencies installed. What could be a problem here?

Maybe you can try this command and build again:-
Code:
mkdir obj/crypto





So I found the problem.

Your leveldb is broken, I had to copy it from different repo, also had to copy all src/crypto dir to obj and did some makefile.unix revisions.

After I could build it fine.



We have built for other wallet on ubuntu and did not face this problem. May I know what are the commands that you run to build?

Since you mentioned leveldb, didn't you build leveldb before wallet? Usually we will build leveldb first, here are the command that we use:-
Code:
git clone https://github.com/sagacrypto/SagaCoin
cd ~/SagaCoin/src
chmod +x leveldb/build_detect_platform
cd leveldb && make libleveldb.a libmemenv.a
cd ..
make -f makefile.unix USE_UPNP=


You could add those build commands to the makefile.unix file, I was expecting that it will be built for me.


AlexaUA
Member
**
Offline Offline

Activity: 142
Merit: 10


View Profile
December 06, 2017, 10:23:33 AM
 #127

We have done masternode guide by using command at https://sagacoin.net/masternode.html.

P/S: During our creation of masternode guide, we found there are 2 new masternodes ready, seems like some experts already know how to setup  Wink

EDIT: GUI masternode guide and OP update will be done in next few hours.

Its not so hard setup MN without guide Wink
nhutle87
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
December 06, 2017, 11:05:44 AM
 #128

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
pls guide me set to minning on nicehash
saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 06, 2017, 11:18:31 AM
 #129

We have done masternode guide by using command at https://sagacoin.net/masternode.html.

P/S: During our creation of masternode guide, we found there are 2 new masternodes ready, seems like some experts already know how to setup  Wink

EDIT: GUI masternode guide and OP update will be done in next few hours.

Its not so hard setup MN without guide Wink

Yes, it is not so hard to setup a masternode Smiley

Stepan163
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
December 06, 2017, 12:29:37 PM
 #130

Guys, I have about 12 hours lying on my purse, but I do not start mining.
The wallet says that I do not have mature coins.
What can be wrong?
saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 06, 2017, 01:25:04 PM
Last edit: December 06, 2017, 01:55:07 PM by saga-crypto
 #131

Guys, I have about 12 hours lying on my purse, but I do not start mining.
The wallet says that I do not have mature coins.
What can be wrong?

Do you mean that you did not get stake from PoS? Did you open your wallet 24/7?

BTW, 12 hours should be fine, it is calculated from weight, you will finally get your stake coins, don't worry.

joshuaj
Full Member
***
Offline Offline

Activity: 224
Merit: 100


IDEX - LIVE Real-time DEX


View Profile
December 06, 2017, 01:45:10 PM
 #132

The saga hashrate dropped alot, maybe due to nicehash issue. So, obviously alot of people use nicehash instead of own ASIC miner  Grin

denis1995
Full Member
***
Offline Offline

Activity: 256
Merit: 100


View Profile
December 06, 2017, 02:13:09 PM
 #133

Did you guys try to list in Yobit?
saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 06, 2017, 02:16:35 PM
 #134

Did you guys try to list in Yobit?

We have applied to be listed in yobit on the first day launched, but they need some time to review it.

ice2090
Full Member
***
Offline Offline

Activity: 178
Merit: 100


View Profile
December 06, 2017, 04:32:14 PM
 #135

Sure that ROI is right?
Cause after calculation i think if i am right with 10 nodes a node must get 1620 coins

720 blocks a day * 22,5 coins a block for MN / 10 Nodes = 1620 coins a node/day
ShirKhan76
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 06, 2017, 04:44:28 PM
 #136

how many MNs are up&running yet?
saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 06, 2017, 04:45:52 PM
 #137

Sure that ROI is right?
Cause after calculation i think if i am right with 10 nodes a node must get 1620 coins

720 blocks a day * 22,5 coins a block for MN / 10 Nodes = 1620 coins a node/day

90% from PoS, not 90% of PoW. Therefore, we calculate based on stake generate from circulating supply. You may refer to the formula used in the google sheet = https://docs.google.com/spreadsheets/d/14MtMUnKnMQwjj8gJW15nWCMxeT7bpmF6qo-r_7rLPZE/edit?usp=sharing

saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 06, 2017, 04:48:17 PM
 #138

how many MNs are up&running yet?

Just checked, currently 8, but I saw one with status = 0, maybe it is offline or failed to setup. So, active MN now = 7.

saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 07, 2017, 12:11:41 AM
 #139

Please read this post, we have a very important announcement!

I noticed unusual trades at coinsmarket last 12 hours ago, someone dumped SagaCoin. And we finally found an issue that masternode started to pay before 8 December. We have an urgent team meeting to discuss on best solution, we have various plan including launch a softfork to solve this issue. But, at the end we have a best solution, and please allow me to discuss abit about our masternode reward before revealing the solution.

I think a lot of you still don't know how SagaCoin masternode reward works yet because SagaCoin does not reward masternode as most other coins did. SagaCoin rewards masternode 90% from PoS, NOT PoW. So, assuming that SagaCoin rewards 200% PoS to dev premined of 2100000, it would be 11506 daily, and 90% of 11506 = 10355 SAGA will be paid to masternodes daily.

Therefore, our premined coins is the key to secure the masternode rewards in the early stage. So, our solution is to stop our premine from receiving stake until 8 Dec 12:00:00AM GMT, then masternodes before 8 Dec will earn very low return. But we still suggested you to host the masternode now if you're ready before 8 Dec because of 90% from PoS, it is much more than getting from 10% stake, please remember that 1st year PoS = 200%.

Anyway, we have submitted listing request to mnrank, masternodes.pro, masternodes.online and coinmarketcap. We will continue our plan and to make sure it is on track. There are 10 masternodes now at this post, hope we will have more masternodes by 8 Dec.

Finally, we would like to thank this early masternode dumper, we reached minimum requirement (USD10k) of coinmarketcap because of you, so that we have applied to coinmarketcap. And also bring us to visible position at the coinsmarket's top list.

It is now less than 24 hours to 8 Dec 12:00:00AM GMT. All the best.

saga-crypto (OP)
Full Member
***
Offline Offline

Activity: 289
Merit: 100


SAGA Developer


View Profile WWW
December 07, 2017, 12:16:22 AM
 #140

Post-Announcement message: After we switch off our premined wallet, and we noticed no more dump in last 6 hours. Luckily we aware of it early Smiley

And we have masternodes.online in the queue - https://masternodes.online/new-masternode-coins/
I'm about to make the payment, but they have wrongly calculated the required SAGA for ~0.125BTC, it is now 7600 SAGA required  Undecided We have contacted them and we will pay as soon as they correct it.

Because SagaCoin MN calculation is different, so we will ensure they calculate it correctly before they put on the list.

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!