Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
industrialcoinmagic
on 14/04/2015, 01:10:34 UTC
I noticed you have listen=0.  Try listen=1.

ICM, can you help me with that problem ?

I'm trying to setup my second MN from my desktop with same IP but different port and i'm receiving this error from second wallet MN, first MN is running fine on port 9999. But I can't run on any other port. My wallet version is v1.4.1.0-g32a928e.



Now, I'm trying this conf
first crave.conf MN
Code:
maxconnections=100
rpcuser=***
rpcpassword=***
rpcport=9970
port=9999
listen=1
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=192.168.25.55:9999
masternode=1
masternodeprivkey=****
rpcallowip=127.0.0.1

second crave.conf MN
Code:
maxconnections=100
rpcuser=***
rpcpassword=***
rpcport=9971
port=9998
listen=1
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=192.168.25.55:9998
masternode=1
masternodeprivkey=****
rpcallowip=127.0.0.1

You need the latest wallet from Friday.  The latest Windows wallet is in the OP, for Linux you can clone github and compile it.