Author

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

sr. member
Activity: 387
Merit: 250
Anyone get this error in the debug: you must set masternode=1 in the configuration
It is set at 1 so whats the problem? i restarted cpu and same thing

bump

i ask again
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
full member
Activity: 210
Merit: 100
after big pump ,. we need Big DUMP ... russia and china please wake up


holy shit!!  Shocked cant wait !

the dev of the year!  Grin

thanks
newbie
Activity: 56
Merit: 0

Holy. Shit.

I Love you dev! Had an order for 865 more crave panic dumped on to me at 275 as well haha I win again bitches!
legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
So I have a few questions.


1. How is crave different from Shadow?

2. How much for a masternode?

3. what are the advantages of a masternode?

4. Where do you guys see this in terms of price in 6 months?

5. Many people claim this is a pump and dump...explain to me how this isnt.



Thank you..

1. It's different because most of the features are already working.

2. 500 crave + cost of hosting ( usually $5 )

3. Income

4. already has me balling

5. I dont know im independent

1. Here everything that was in roadmap 1 was delivered in 2 weeks.
There you have just pretty pics and videos. You really believe in that market made on photoshop?
Have you ever thought about how the anon system of shadow works?
It's almost the same thing as you exchange your sdc for monero (ring signatures), then the receiver must sell monero and buy back sdc.
So why use shadow? Use just monero or other cryptonote (ring signatures) or better, use crave

2. 500 crave + cost of hosting ( usually $5 )

3. Income

4. 0.02 or more.

5. the dev already proved that this is real

sr. member
Activity: 462
Merit: 250
legendary
Activity: 1540
Merit: 1002
sr. member
Activity: 387
Merit: 250
Anyone get this error in the debug: you must set masternode=1 in the configuration
It is set at 1 so whats the problem? i restarted cpu and same thing

bump
@dev can you help me please?
legendary
Activity: 2758
Merit: 1075
sr. member
Activity: 448
Merit: 250
legendary
Activity: 1540
Merit: 1002
my node setup earning report from 7th to 8th of april:

total of 12 node running, 7 on paid vps (35$ total) and 5 on my pc (free  Grin)

Profit:

0.2+ btc = ~$50

 Cool

this shit is real money maker  Grin

Very nice!  But how are you running 5 on one pc?  I have 1 running on my Windows 7 pc, and want to set up another 2 on the same pc.  I used these directions below for the one that's currently running now:

Start up and sync your wallet.  
Open debug console, type: masternode genkey
Copy output key into a text file to be used later
Then, in debug console type: getaccountaddress 0
Copy output address into a text file to be used later
Send 500 CRAVE to address output above, no more, no less.  Exactly 500.
Close Wallet
Create/Edit crave.conf:
Code:
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=9999
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:9999
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=127.0.0.1
 
Save
Wait  15 blocks (see confirmations from wallet you sent 500 CRAVE)
To start masternode wallet, open debug console and type: masternode start


Does it have to be address 0? I used the default wallet address.

I believe so.  I followed these instructions to the tee and it worked.
full member
Activity: 140
Merit: 100
after big pump ,. we need Big DUMP ... russia and china please wake up
newbie
Activity: 56
Merit: 0
after big pump ,. we need Big DUMP ... russia and china please wake up

Rubbish! This was the paradigm shift we have waiting for for days now. It will trigger the move to 500,000 Satoshi over the next 8-12 hours.
legendary
Activity: 1162
Merit: 1000
after big pump ,. we need Big DUMP ... russia and china please wake up
sr. member
Activity: 387
Merit: 250
Anyone get this error in the debug: you must set masternode=1 in the configuration
It is set at 1 so whats the problem? i restarted cpu and same thing

bump
full member
Activity: 210
Merit: 100
Anyone know why I am getting this:

not capable masternode: Could not connect to xx.xxx.xxx.xx:9999

I'm having the same issue, asked several times too.   Embarrassed

Can anybody help?

Yes, anyone please help us? I wasn't able to set up a DASH MN because of this also  Cheesy

you need port 9999 to be opened you can check here: canyouseeme.org

also you need this in your config file:

Code:
rpcallowip=127.0.0.1
rpcuser=MAKEUPYOUROWNUSERNAME
rpcpassword=MAKEUPYOUROWNPASSWORD
rpcport=anything you like above 1024
server=1
daemon=1
listen=0
gen=0
staking=0
port=9999
masternode=1
masternodeaddr=YOUR IP:9999
masternodeprivkey=YOUR KEY

if you do not know how to open port, download Bitcomet  and follow this this photo http://wiki.bitcomet.com/_detail/nat_01.png?id=add_port_mapping_in_nat_router , then close bitcomet


-snip-





It says that my port 9999 for my ip is open... but when I try "masternode start", it says not capable masternode: Could not connect to xx.xxx.xxx.xx:9999

When you go to cmd  and type ipconfig does the IPv4 address match what the canyouseeme.org IP has for you? If so your router is screwing it up and you need to create a DMZ in your router to allow you to use the IP from canyouseeme instead of the router IP.

+1 DMZ will forward everything yo your local ip
member
Activity: 91
Merit: 10
300k, definitely going to be some resistance now. will probably stay between 290-310 for a while
legendary
Activity: 1050
Merit: 1000
my node setup earning report from 7th to 8th of april:

total of 12 node running, 7 on paid vps (35$ total) and 5 on my pc (free  Grin)

Profit:

0.2+ btc = ~$50

 Cool

this shit is real money maker  Grin

Very nice!  But how are you running 5 on one pc?  I have 1 running on my Windows 7 pc, and want to set up another 2 on the same pc.  I used these directions below for the one that's currently running now:

Start up and sync your wallet.  
Open debug console, type: masternode genkey
Copy output key into a text file to be used later
Then, in debug console type: getaccountaddress 0
Copy output address into a text file to be used later
Send 500 CRAVE to address output above, no more, no less.  Exactly 500.
Close Wallet
Create/Edit crave.conf:
Code:
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=9999
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:9999
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=127.0.0.1
 
Save
Wait  15 blocks (see confirmations from wallet you sent 500 CRAVE)
To start masternode wallet, open debug console and type: masternode start


Does it have to be address 0? I used the default wallet address.
newbie
Activity: 56
Merit: 0
Told ya we would pass 300,000 on a successful fork - I haven't been wrong yet Smiley
Jump to: