Pages:
Author

Topic: CRAVE: Revival - page 40. (Read 54975 times)

full member
Activity: 171
Merit: 100
July 02, 2017, 05:29:33 PM
how much masternodes can i setup on single pc?
sr. member
Activity: 332
Merit: 263
Embrace The Darkness.
July 02, 2017, 05:27:08 PM
They don't need to be unlocked to operate.  But the wallet just has to be unlocked to start them.  Then it should go back to being locked.

Nope, my masternodes start when wallet opens, no need to manually start them, i dont touch anything. I just double click the app and thts it
So you have never started them before?
newbie
Activity: 46
Merit: 0
July 02, 2017, 05:17:07 PM
They don't need to be unlocked to operate.  But the wallet just has to be unlocked to start them.  Then it should go back to being locked.

I've got a problem now,
I've created my 3rd node and put in "masternode outputs",
now there is only that txhash and the other two are gone...

Now its going to be crazy, have 2020 coins on the main wallet and
dont know why there are no hashes anymore... Masternodes can't be started anymore..

I don't assume that there were coins sent from the masternode addresses or?
sr. member
Activity: 434
Merit: 251
July 02, 2017, 05:02:15 PM
They don't need to be unlocked to operate.  But the wallet just has to be unlocked to start them.  Then it should go back to being locked.

Nope, my masternodes start when wallet opens, no need to manually start them, i dont touch anything. I just double click the app and thts it
sr. member
Activity: 332
Merit: 263
Embrace The Darkness.
July 02, 2017, 04:55:01 PM
They don't need to be unlocked to operate.  But the wallet just has to be unlocked to start them.  Then it should go back to being locked.
sr. member
Activity: 434
Merit: 251
July 02, 2017, 04:33:15 PM
Thank you so much man, that's doing just great Cheesy

Do you control your MN with local wallet? Cause I can't start the second one
I used a fresh masternodeprivkey and got also a correct masternode output and a new port etc.
It's in my list of masternodes but "Not in the masternode list" and if I want to start it, i get:
Failed to start masternode
Could not allocate vin

But the address got the 500 coins and everything is fine...

Yeah, all MN's are being controlled from the same local wallet. So in your in your masternode outputs, you have 2 txhash values?

If so, how are you trying to start the wallet?  If you're just using the Masternode tab, make sure your wallet is unlocked before you start the node.

I am so dumb... Cheesy
I totally forgot about unlocking.

Thank you so much.


I havent unlocked my wallets and masternodes are staking  Grin
newbie
Activity: 46
Merit: 0
July 02, 2017, 04:29:40 PM
Thank you so much man, that's doing just great Cheesy

Do you control your MN with local wallet? Cause I can't start the second one
I used a fresh masternodeprivkey and got also a correct masternode output and a new port etc.
It's in my list of masternodes but "Not in the masternode list" and if I want to start it, i get:
Failed to start masternode
Could not allocate vin

But the address got the 500 coins and everything is fine...

Yeah, all MN's are being controlled from the same local wallet. So in your in your masternode outputs, you have 2 txhash values?

If so, how are you trying to start the wallet?  If you're just using the Masternode tab, make sure your wallet is unlocked before you start the node.

I am so dumb... Cheesy
I totally forgot about unlocking.

Thank you so much.
sr. member
Activity: 434
Merit: 251
July 02, 2017, 03:46:56 PM
Thank you so much man, that's doing just great Cheesy

Do you control your MN with local wallet? Cause I can't start the second one
I used a fresh masternodeprivkey and got also a correct masternode output and a new port etc.
It's in my list of masternodes but "Not in the masternode list" and if I want to start it, i get:
Failed to start masternode
Could not allocate vin

But the address got the 500 coins and everything is fine...

Yeah, all MN's are being controlled from the same local wallet. So in your in your masternode outputs, you have 2 txhash values?

If so, how are you trying to start the wallet?  If you're just using the Masternode tab, make sure your wallet is unlocked before you start the node.

I have 5 wallets opened, all started with the cmd file, i think i messed up something. But they all working  Grin
sr. member
Activity: 332
Merit: 263
Embrace The Darkness.
July 02, 2017, 03:44:58 PM
Thank you so much man, that's doing just great Cheesy

Do you control your MN with local wallet? Cause I can't start the second one
I used a fresh masternodeprivkey and got also a correct masternode output and a new port etc.
It's in my list of masternodes but "Not in the masternode list" and if I want to start it, i get:
Failed to start masternode
Could not allocate vin

But the address got the 500 coins and everything is fine...

Yeah, all MN's are being controlled from the same local wallet. So in your in your masternode outputs, you have 2 txhash values?

If so, how are you trying to start the wallet?  If you're just using the Masternode tab, make sure your wallet is unlocked before you start the node.
newbie
Activity: 46
Merit: 0
July 02, 2017, 03:22:49 PM
Hi again,

I am running one Masternode on Linux VPS (controlled by local windows wallet).
How does the format of the VPS "crave.conf" look like for multiple nodes?

This is my setup for multiple nodes on VPS

Say you have 3 nodes you want to have set up.  You should have the following:

.crave .crave2 .crave3 folders

craved craved2 craved3 files in /src

the .crave folders will differ by having different wallet.dat and crave.conf files, etc.  This is an example of what I use - not sure if all of the info is needed, but it works for me as of now.

crave.conf in .crave folder
Code:
rpcuser=randomuser
rpcpassword=randompass
rpcallowip=127.0.0.1
bind=127.0.0.2
bind=my_vps_ip
externalip=my_vps_ip
listen=1
server=1
daemon=1
staking=0
logtimestamps=1

port=port#
masternode=1
masternodeaddr=my_vps_ip:port#
masternodeprivkey=myprivkey

crave.conf in .crave2 folder
Code:
rpcuser=randomuser
rpcpassword=randompass
rpcallowip=127.0.0.1
rpcport=30106
bind=127.0.0.3
bind=my_vps_ip
externalip=my_vps_ip
listen=1
server=1
daemon=1
staking=0
logtimestamps=1

port=port#
masternode=1
masternodeaddr=my_vps_ip:port#
masternodeprivkey=myprivkey

Keep going for more nodes

The rpcport, first bind, ports, and privkeys will change/be different for each node .conf.

Then, to start:

./craved -daemon -datadir=/location of your .crave folders/.crave
./craved2 -daemon -datadir=/location of your .crave folders/.crave2
./craved3 -daemon -datadir=/location of your .crave folders/.crave3

If anyone sees a problem with this method, please let me know, as this isn't official or anything.


Thank you so much man, that's doing just great Cheesy

Do you control your MN with local wallet? Cause I can't start the second one
I used a fresh masternodeprivkey and got also a correct masternode output and a new port etc.
It's in my list of masternodes but "Not in the masternode list" and if I want to start it, i get:
Failed to start masternode
Could not allocate vin

But the address got the 500 coins and everything is fine...
member
Activity: 125
Merit: 20
July 02, 2017, 03:04:58 PM
Im skeptical about ICM gone tbh... Wink
he was a genius...one of the most impressive devs i ever came across,  Smiley
its a shame he couldnt be honest  Cry
crave couldve easily been a top 50 coin today worth $50mill+
also the biggest reason for craves downfall , was the MN pools..
to many people gave sologap and a few others trust and coins for MN, they stole the coins and dumped them everyday
then along came the fud and the dev ran off, it got delisted from trex and then cryptsy stole alot of crave coins...fun times lol (sarcasm, those days it was tough)

(i lost cravecoins to the dev..i donated lol, i lost crave coins on blur..i burnt them ..lol...i lost crave coins on cryptsy they got stolen lol)

now ,
i still got crave...alot of em, stored in a few places...
i used to crave pos alot, as my old screenshots can confirm
i might start pos with them again
im def not buying any crave, no chance lol


gd luck on this venture...
the only warning i can give you all is...DO NOT GIVE ANY COINS TO ANYONE
if you cant set up a mn , go pos, its simple and easy and you have your coins


 



If you can to start PoS then start it Smiley)
sr. member
Activity: 332
Merit: 263
Embrace The Darkness.
July 02, 2017, 02:37:12 PM
Hi again,

I am running one Masternode on Linux VPS (controlled by local windows wallet).
How does the format of the VPS "crave.conf" look like for multiple nodes?

This is my setup for multiple nodes on VPS

Say you have 3 nodes you want to have set up.  You should have the following:

.crave .crave2 .crave3 folders

craved craved2 craved3 files in /src

the .crave folders will differ by having different wallet.dat and crave.conf files, etc.  This is an example of what I use - not sure if all of the info is needed, but it works for me as of now.

crave.conf in .crave folder
Code:
rpcuser=randomuser
rpcpassword=randompass
rpcallowip=127.0.0.1
bind=127.0.0.2
bind=my_vps_ip
externalip=my_vps_ip
listen=1
server=1
daemon=1
staking=0
logtimestamps=1

port=port#
masternode=1
masternodeaddr=my_vps_ip:port#
masternodeprivkey=myprivkey

crave.conf in .crave2 folder
Code:
rpcuser=randomuser
rpcpassword=randompass
rpcallowip=127.0.0.1
rpcport=30106
bind=127.0.0.3
bind=my_vps_ip
externalip=my_vps_ip
listen=1
server=1
daemon=1
staking=0
logtimestamps=1

port=port#
masternode=1
masternodeaddr=my_vps_ip:port#
masternodeprivkey=myprivkey

Keep going for more nodes

The rpcport, first bind, ports, and privkeys will change/be different for each node .conf.

Then, to start:

./craved -daemon -datadir=/location of your .crave folders/.crave
./craved2 -daemon -datadir=/location of your .crave folders/.crave2
./craved3 -daemon -datadir=/location of your .crave folders/.crave3

If anyone sees a problem with this method, please let me know, as this isn't official or anything.
sr. member
Activity: 434
Merit: 251
July 02, 2017, 01:19:59 PM
Im skeptical about ICM gone tbh... Wink
he was a genius...one of the most impressive devs i ever came across,  Smiley
its a shame he couldnt be honest  Cry
crave couldve easily been a top 50 coin today worth $50mill+
also the biggest reason for craves downfall , was the MN pools..
to many people gave sologap and a few others trust and coins for MN, they stole the coins and dumped them everyday
then along came the fud and the dev ran off, it got delisted from trex and then cryptsy stole alot of crave coins...fun times lol (sarcasm, those days it was tough)

(i lost cravecoins to the dev..i donated lol, i lost crave coins on blur..i burnt them ..lol...i lost crave coins on cryptsy they got stolen lol)

now ,
i still got crave...alot of em, stored in a few places...
i used to crave pos alot, as my old screenshots can confirm
i might start pos with them again
im def not buying any crave, no chance lol


gd luck on this venture...
the only warning i can give you all is...DO NOT GIVE ANY COINS TO ANYONE
if you cant set up a mn , go pos, its simple and easy and you have your coins


 



Agree! People you must NOT SEND YOUR COINS TO ANYONE! THAT IS STUPID
sr. member
Activity: 406
Merit: 250
July 02, 2017, 12:53:37 PM
Another crave revival, a true community token.

May the last reviver r.i.p but have crave live on

Best of luck folks
newbie
Activity: 46
Merit: 0
July 02, 2017, 12:49:43 PM
Hi again,

I am running one Masternode on Linux VPS (controlled by local windows wallet).
How does the format of the VPS "crave.conf" look like for multiple nodes?

Currently its this:

Code:
rpcuser=FANCYUSERNAME
rpcpassword=FANCYPASSWORD
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0
logtimestamps=1
maxconnections=256
port=9999
masternode=1
masternodeaddr=IP-ADDRESS:9999
masternodeprivkey=MYPRIVKEY

Where to put the next nodes?
New conf files?
New format of parameters?

Would be cool if anyone can help me with that small problem.
Thank you.


EDIT: Tried to make new copies of craved daemon and starting:

Tried: Each MN new conf-file
Code:
./craved-mn2 -conf=crave-mn2.conf
Error: Cannot obtain a lock on data directory /home/mn/.crave. Crave is probably already running.

Different conf-files not working, cause mn-1 is already locking .crave folder

Tried: Each MN new conf-folder
Code:
./craved-mn1 -conf=~/.crave-mn1/crave.conf
Error: To use craved, you must set a rpcpassword in the configuration file:
/home/mn/.crave/~/.crave-mn1/crave.conf

Different conf-folders not working, cause its being ignored and still used .crave folder

Tried: New user on linux with new config-file and new port etc.
Code:
Error: An error occurred while setting up the RPC port 30105 for listening on IPv4: bind: Address already in use



I don't know how to solve this, but I've seen masternodes with different ports and same ip, so there must be a way...
legendary
Activity: 2758
Merit: 1075
July 02, 2017, 12:34:33 PM
Im skeptical about ICM gone tbh... Wink
he was a genius...one of the most impressive devs i ever came across,  Smiley
its a shame he couldnt be honest  Cry
crave couldve easily been a top 50 coin today worth $50mill+
also the biggest reason for craves downfall , was the MN pools..
to many people gave sologap and a few others trust and coins for MN, they stole the coins and dumped them everyday
then along came the fud and the dev ran off, it got delisted from trex and then cryptsy stole alot of crave coins...fun times lol (sarcasm, those days it was tough)

(i lost cravecoins to the dev..i donated lol, i lost crave coins on blur..i burnt them ..lol...i lost crave coins on cryptsy they got stolen lol)

now ,
i still got crave...alot of em, stored in a few places...
i used to crave pos alot, as my old screenshots can confirm
i might start pos with them again
im def not buying any crave, no chance lol


gd luck on this venture...
the only warning i can give you all is...DO NOT GIVE ANY COINS TO ANYONE
if you cant set up a mn , go pos, its simple and easy and you have your coins


 

sr. member
Activity: 332
Merit: 263
Embrace The Darkness.
July 02, 2017, 04:44:44 AM
For masternodes, the wallet can stay locked.
You can also unlock if you want...but if you do that, make sure that staking=0 in your .conf file, or your MN won't be up for too long lol.
sr. member
Activity: 332
Merit: 263
Embrace The Darkness.
July 02, 2017, 04:42:58 AM
WTF lols wow

what kind of witch craft is this? lol....Crave...its alive!!!!

1st things first...is ICM around?

for those that may not know...check my post history..from the start
I remember you  Wink Wink

The filth of ICM is loooong gone haha.
sr. member
Activity: 434
Merit: 251
July 02, 2017, 03:52:29 AM
I need an explanation, i have 5 nodes on 1 server, all configured right and working, the first 24hrs i got approx 2 coins per node. Now they been up 48hrs and in the second 24hrs i only got 2 transactions of 0.66 only on one node, i see on the masternode list that my nodes are all online. Is this normal to see nothing the following day?

sure its normal, more masternodes in the network must share the same amount of blockreward.

Correct, but the other day they were 202 and now 165, so something is not right

Yes, it's not normal. But it happens because some nodes created wrong. They are announced in network but disappears after checking by other nodes.
The main error why they working wrong is closed port. Masternode ip:port must be reachable from internet.

I have made an protection from unworking nodes. Now staking wallet check masternode while adding it to list and wallet exclude bad masternodes from payment list.
Those masternodes never recieve reward.


As you said the port is the main issue, i have opened all ports in my windows firewall now, we will see if this work. Im still on 2.0.3.4

Must i unlock the wallet for staking or can i leave it locked?
legendary
Activity: 2758
Merit: 1075
July 02, 2017, 01:15:52 AM
WTF lols wow

what kind of witch craft is this? lol....Crave...its alive!!!!

1st things first...is ICM around?

for those that may not know...check my post history..from the start
Pages:
Jump to: