Author

Topic: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark= - page 217. (Read 826716 times)

legendary
Activity: 938
Merit: 1000

dev posts a message and its get lost. you refresh the page and another page is already created. never seen a thread had so many pages of bullshit

You can see all the Dev/ICM posts right here easily:
Latest posts of: IndustrialCoinMagic  https://bitcointalksearch.org/user/industrialcoinmagic-482660
sr. member
Activity: 275
Merit: 250
Also don't forget you can create these now, will look into src to see if they're useable at this time however

legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
Same for me
I opened the port 9999 and 9998 for two masternodes, and i can't manage to make the 2nd with 9998 work, always got "not masternode capable'....i spent hours on it...gonna ask to a friend to help now Smiley
I followed everything that was explained Sad
The 1st one is perfect.
If somebody has some clues...

This fu..... mn not work i tryied on 2 machines with windows 7 64bit and not work

sologap and Kimowa have a masternode setup service for noobs & lazy boys


https://bitcointalksearch.org/topic/crave-adrenaline-node-setup-service-1016963
legendary
Activity: 938
Merit: 1000

Baffled once again. 2 work and the only thing I changed is the RPC port. I have tried changing all the ports so they different but still it won't work...what could be up??

Did you add more nodes?
add some of these:
Code:
addnode=104.131.107.33
addnode=104.131.60.120
addnode=104.131.81.102
addnode=104.131.88.156
addnode=104.156.227.249
addnode=104.156.250.144
addnode=104.156.251.190
addnode=104.207.128.99
addnode=104.207.129.243
addnode=104.207.133.191
addnode=104.207.133.26
addnode=104.207.135.34
addnode=104.207.149.135
addnode=104.236.205.29
addnode=104.236.206.97
addnode=104.236.234.246
addnode=104.238.132.89
addnode=104.238.133.21
addnode=104.238.133.23
addnode=104.238.134.169
addnode=104.238.144.146
addnode=104.238.174.160
addnode=107.191.46.130
addnode=107.191.51.51
addnode=108.61.168.215
addnode=108.61.190.29
addnode=108.61.216.187
addnode=128.199.242.28
addnode=162.243.13.251
addnode=174.63.158.15
addnode=176.118.48.189
addnode=178.62.36.12
addnode=185.92.221.156
addnode=185.92.221.84
addnode=188.226.210.40
addnode=188.40.96.10
addnode=188.40.96.57
addnode=209.222.30.82
addnode=212.8.195.245
addnode=217.92.212.5
addnode=37.59.24.15
addnode=37.59.27.14
addnode=45.55.132.193
addnode=45.55.140.160
addnode=45.55.146.241
addnode=45.55.161.38
addnode=45.55.165.127
addnode=45.55.172.84
addnode=45.55.180.78
addnode=45.63.124.171
addnode=45.63.15.190
addnode=45.63.15.91
addnode=45.63.49.162
addnode=45.63.83.206
addnode=46.101.21.231
addnode=5.45.179.149
addnode=52.0.109.78
addnode=52.5.146.102
addnode=52.5.147.199
addnode=52.5.148.28
addnode=52.5.175.64
addnode=70.190.27.57
addnode=76.120.69.105
addnode=76.22.119.198
addnode=80.153.190.197
addnode=85.25.214.175
addnode=85.25.223.7
addnode=104.207.135.83
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
full member
Activity: 171
Merit: 100
This fu..... mn not work i tryied on 2 machines with windows 7 64bit and not work
sr. member
Activity: 382
Merit: 250
Just made this real quick, use it infront of a brighter background or you'll see some aliasing.



Really nice

Liberty or Die

Thanks! Smiley If anybody needs to use it with a black background then just tell me and I'll make one without alpha channel.
hero member
Activity: 728
Merit: 500

still get error

not capable masternode: Could not connect to *****:9998

that is for masternode 3. The 1st 2 configs work and they have not got the ports changed like you said only the rpc port number.

Do you have the latest wallet? The zipped file is named cravex64mn7.7z and you can download it from the OP

Here is my config and it is working with three MN

Read the following if you want to setup more then one master node using the same computer with one ip address.

You can change the port and the rpcport and setup more if you want.

You will need one copy of the data dir and the crave-qt.exe for each master node that you wan to run.

Here is an example of running three master nodes.

Folder that hold the block chain and .conf files
C:\SubFolders\CraveMasterNode1
C:\SubFolders\CraveMasterNode2
C:\SubFolders\CraveMasterNode3

Folders that contain the crave-qt.exe and the .bat files to launch the masternode
c:\MyFiles\CraveMN1\
c:\MyFiles\CraveMN2\
c:\MyFiles\CraveMN3\

Then in each of the above folders you would put in the following .bat files to launch the master nodes.

StartMasterNode1.bat
crave-qt -datadir=C:\SubFolders\CraveMasterNode1

StartMasterNode2.bat
crave-qt -datadir=C:\SubFolders\CraveMasterNode2

StartMasterNode3.bat
crave-qt -datadir=C:\SubFolders\CraveMasterNode3

Also in each of the data dir you need to put in a crave.conf file like the following.
Notice with each config they use a different port and a different rpcport for each crave.conf.
It is best to have staking=0 so it does not stake.

crave.conf for use with Crave Master Node 1
Code:
maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30105
port=9999
gen=0
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=YouIPAddress:9999
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1

crave.conf for use with Crave Master Node 2
Code:
maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30106
port=9998
gen=0
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=YouIPAddress:9998
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1

crave.conf for use with Crave Master Node 3
Code:
maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30107
port=9997
gen=0
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=YouIPAddress:9997
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1

Baffled once again. 2 work and the only thing I changed is the RPC port. I have tried changing all the ports so they different but still it won't work...what could be up??
full member
Activity: 155
Merit: 100
top wallets accumulating coins

something must be coming  Cool
sr. member
Activity: 275
Merit: 250
is darksend working fine?
not yet
under development

Dude you don't know shit. stop answering questions with hot air. sheep need to DO YOUR OWN RESEARCH click on transactions. EXAMINE THE BLOCK EXPLORER. learn a little damn code.

legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
legendary
Activity: 1764
Merit: 1022

still get error

not capable masternode: Could not connect to *****:9998

that is for masternode 3. The 1st 2 configs work and they have not got the ports changed like you said only the rpc port number.

Do you have the latest wallet? The zipped file is named cravex64mn7.7z and you can download it from the OP

Here is my config and it is working with three MN

Read the following if you want to setup more then one master node using the same computer with one ip address.

You can change the port and the rpcport and setup more if you want.

You will need one copy of the data dir and the crave-qt.exe for each master node that you wan to run.

Here is an example of running three master nodes.

Folder that hold the block chain and .conf files
C:\SubFolders\CraveMasterNode1
C:\SubFolders\CraveMasterNode2
C:\SubFolders\CraveMasterNode3

Folders that contain the crave-qt.exe and the .bat files to launch the masternode
c:\MyFiles\CraveMN1\
c:\MyFiles\CraveMN2\
c:\MyFiles\CraveMN3\

Then in each of the above folders you would put in the following .bat files to launch the master nodes.

StartMasterNode1.bat
crave-qt -datadir=C:\SubFolders\CraveMasterNode1

StartMasterNode2.bat
crave-qt -datadir=C:\SubFolders\CraveMasterNode2

StartMasterNode3.bat
crave-qt -datadir=C:\SubFolders\CraveMasterNode3

Also in each of the data dir you need to put in a crave.conf file like the following.
Notice with each config they use a different port and a different rpcport for each crave.conf.
It is best to have staking=0 so it does not stake.

crave.conf for use with Crave Master Node 1
Code:
maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30105
port=9999
gen=0
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=YouIPAddress:9999
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1

crave.conf for use with Crave Master Node 2
Code:
maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30106
port=9998
gen=0
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=YouIPAddress:9998
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1

crave.conf for use with Crave Master Node 3
Code:
maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30107
port=9997
gen=0
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=YouIPAddress:9997
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1
hero member
Activity: 728
Merit: 500
managed to get 2 nodes working! now for the other 6....It must of been tor problem i work on getting them all working before start messing with tor. would not connect at all when using tor.

my conf for 1 and 2 which are working are.

rpcallowip=127.0.0.1
rpcuser=****
rpcpassword=******
rpcport=9991
server=1
daemon=1
listen=0
staking=0
port=9999
masternodeaddr=*****:9999
masternode=1
masternodeprivkey=*******

rpcallowip=127.0.0.1
rpcuser=*****
rpcpassword=******
server=1
rpcport=9992
daemon=1
listen=0
staking=0
masternodeaddr=*****:9999
masternode=1
port=9999
masternodeprivkey=******

these 2 work. my 3rd one does not and it is the same just port changed Huh Huh

rpcallowip=127.0.0.1
rpcuser=******
rpcpassword=*****
rpcport=9993
server=1
daemon=1
listen=0
staking=0
masternodeaddr=******:9999
masternode=1
port=9999
masternodeprivkey=*******

what i done wrong??

You need to have different RPCPort and a different Port for each working MN. You have both .conf files using the same PORT 9999. You need to change one to something like 9998 or 10000.

MN1
masternodeaddr=*****:9999

MN2
masternodeaddr=*****:9998



just tried

rpcallowip=127.0.0.1
rpcuser=
rpcpassword=
rpcport=9993
server=1
daemon=1
listen=0
staking=0
masternodeaddr=****:9998
masternode=1
port=9998
masternodeprivkey=

still get error

not capable masternode: Could not connect to *****:9998

that is for masternode 3. The 1st 2 configs work and they have not got the ports changed like you said only the rpc port number.
legendary
Activity: 1764
Merit: 1022
managed to get 2 nodes working! now for the other 6....It must of been tor problem i work on getting them all working before start messing with tor. would not connect at all when using tor.

my conf for 1 and 2 which are working are.

rpcallowip=127.0.0.1
rpcuser=****
rpcpassword=******
rpcport=9991
server=1
daemon=1
listen=0
staking=0
port=9999
masternodeaddr=*****:9999
masternode=1
masternodeprivkey=*******

rpcallowip=127.0.0.1
rpcuser=*****
rpcpassword=******
server=1
rpcport=9992
daemon=1
listen=0
staking=0
masternodeaddr=*****:9999
masternode=1
port=9999
masternodeprivkey=******

these 2 work. my 3rd one does not and it is the same just port changed Huh Huh

rpcallowip=127.0.0.1
rpcuser=******
rpcpassword=*****
rpcport=9993
server=1
daemon=1
listen=0
staking=0
masternodeaddr=******:9999
masternode=1
port=9999
masternodeprivkey=*******

what i done wrong??

You need to have different RPCPort and a different Port for each working MN. You have both .conf files using the same PORT 9999. You need to change one to something like 9998 or 10000.

MN1
masternodeaddr=*****:9999

MN2
masternodeaddr=*****:9998

hero member
Activity: 728
Merit: 500
managed to get 2 nodes working! now for the other 6....It must of been tor problem i work on getting them all working before start messing with tor. would not connect at all when using tor.

my conf for 1 and 2 which are working are.

rpcallowip=127.0.0.1
rpcuser=****
rpcpassword=******
rpcport=9991
server=1
daemon=1
listen=0
staking=0
port=9999
masternodeaddr=*****:9999
masternode=1
masternodeprivkey=*******

rpcallowip=127.0.0.1
rpcuser=*****
rpcpassword=******
server=1
rpcport=9992
daemon=1
listen=0
staking=0
masternodeaddr=*****:9999
masternode=1
port=9999
masternodeprivkey=******

these 2 work. my 3rd one does not and it is the same just port changed Huh Huh

rpcallowip=127.0.0.1
rpcuser=******
rpcpassword=*****
rpcport=9993
server=1
daemon=1
listen=0
staking=0
masternodeaddr=******:9999
masternode=1
port=9999
masternodeprivkey=*******

what i done wrong??
hero member
Activity: 606
Merit: 500
I have a few questions if the dev cares to enlighten me:

1- What is the purpose of those adrenaline nodes since they are not performing any coin mixing, just taking 2/3 of the PoS reward from stakers.

2- What anonimity/stealth features does this coin have since darksend is not working, nor is sendtostealthaddress.

3- Why use the abandoned lfnet irc network for peer discovery as it has proven to be an insecure/centralized solution.

Thanks!



this coin is under very fast construction





you should probably stop trying to answer questions lol
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
I have a few questions if the dev cares to enlighten me:

1- What is the purpose of those adrenaline nodes since they are not performing any coin mixing, just taking 2/3 of the PoS reward from stakers.

2- What anonimity/stealth features does this coin have since darksend is not working, nor is sendtostealthaddress.

3- Why use the abandoned lfnet irc network for peer discovery as it has proven to be an insecure/centralized solution.

Thanks!



this coin is under very fast construction




Jump to: