Pages:
Author

Topic: 📌[ANN][SAGA][Cryptopia][NO ICO][Masternode 90%] SagaCoin | PoW + PoS ⚡ - page 39. (Read 50290 times)

full member
Activity: 289
Merit: 100
SAGA Developer
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
newbie
Activity: 49
Merit: 0
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
member
Activity: 142
Merit: 10
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
full member
Activity: 280
Merit: 100
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.


full member
Activity: 289
Merit: 100
SAGA Developer
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=
full member
Activity: 280
Merit: 100
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.

full member
Activity: 289
Merit: 100
SAGA Developer
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

full member
Activity: 280
Merit: 100
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?
full member
Activity: 289
Merit: 100
SAGA Developer
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
full member
Activity: 289
Merit: 100
SAGA Developer
the stake 
The number of out is ten times more than the actual number

Do you mean that your current stake of your coin is 10x that it suppose to be as in OP = (20% in first year)?
If yes, this is normal because masternode haven't started yet.
member
Activity: 98
Merit: 10
Create your own dreams
the stake 
The number of out is ten times more than the actual number
full member
Activity: 289
Merit: 100
SAGA Developer
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.
full member
Activity: 280
Merit: 100

Cool, it seems like very promising to setup a masternode now before payment started. But there is not enough sagacoin at the sell orders on exchanger, total less than 2500. Dev, you should sell some to the market so that we can host masternode.

He is selling.
full member
Activity: 166
Merit: 100
good project I will mine!
sr. member
Activity: 375
Merit: 250

Cool, it seems like very promising to setup a masternode now before payment started. But there is not enough sagacoin at the sell orders on exchanger, total less than 2500. Dev, you should sell some to the market so that we can host masternode.
full member
Activity: 289
Merit: 100
SAGA Developer
full member
Activity: 289
Merit: 100
SAGA Developer
what about mnrank and masternodes.online?
we need marketing Wink

Don't worry, we will apply to these sites very soon Smiley
full member
Activity: 238
Merit: 100
AcVDC8b55Co8TBtZdQC96i9GZgBCUisBb5
Difficulty is crazy high on this. Everyone wants those masternodes. Hopefully it will not be another pump and dump by dev.



Been talking to dev about the project. He has good plans to make sure this doesn't become a pump and dump Smiley It will be clear once masternode rewards start and the coin gets listed in a masternode site.
full member
Activity: 490
Merit: 100
How much coins per day from a MN?
full member
Activity: 280
Merit: 100
Difficulty is crazy high on this. Everyone wants those masternodes. Hopefully it will not be another pump and dump by dev.

Pages:
Jump to: