Author

Topic: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] - page 245. (Read 379550 times)

sr. member
Activity: 266
Merit: 250
Infected Mushroom
Still unsure of how to make multiple MN though Huh

How would u open 2 masternodes. I couldn't find out how to run 2 clients. Second one connects to the original wallet. Need to change some codes I believe. Or double computers for now but dev said he'll explain.
legendary
Activity: 1274
Merit: 1000
Ok, just got an AWS instance....

Setting up masternode Tongue
sr. member
Activity: 334
Merit: 250
🌟 æternity🌟 blockchain🌟
Still unsure of how to make multiple MN though Huh
sr. member
Activity: 334
Merit: 250
🌟 æternity🌟 blockchain🌟
ahhhh I'm going on a road trip for 3 days. U guys r gonna have a headstart on the MN  Shocked I'll join u guys next week Grin
legendary
Activity: 1274
Merit: 1000



Does this look correct?



looks fine, also just TCP is needed, and you might need a router reboot!

Ok, changed to TCP.

Rebooting router.  Will report back shortly.

Edit:  Could it have anything to do with me running a dmz server?
full member
Activity: 224
Merit: 100



Does this look correct?



looks fine, also just TCP is needed, and you might need a router reboot!
sr. member
Activity: 266
Merit: 250
Infected Mushroom
I opened port 9999 for my computers local ip address, but I'm still getting an "unable to connect" message when I attemp to start my masternode.

Any thoughts?

Is it static ip?

My first MASTERNODE IS ON AND RUNNING! Smiley

Please let us know if you configured how to run multiple ones. :=)

Me and my friend are working on setting multiple MNs. Will let comunity know if we get them running

That would be perfect. I am already runing one. Can't wait for second.
legendary
Activity: 1274
Merit: 1000



Does this look correct?

sr. member
Activity: 306
Merit: 250
I opened port 9999 for my computers local ip address, but I'm still getting an "unable to connect" message when I attemp to start my masternode.

Any thoughts?

Is it static ip?

My first MASTERNODE IS ON AND RUNNING! Smiley

Please let us know if you configured how to run multiple ones. :=)

Me and my friend are working on setting multiple MNs. Will let comunity know if we get them running
full member
Activity: 224
Merit: 100

collectors edition  Grin
full member
Activity: 176
Merit: 100
Mighty Dub
I opened port 9999 for my computers local ip address, but I'm still getting an "unable to connect" message when I attemp to start my masternode.

Any thoughts?

Do you still have port 18888 open?  Perhaps rebooting your router would help?
legendary
Activity: 1274
Merit: 1000
I opened port 9999 for my computers local ip address, but I'm still getting an "unable to connect" message when I attemp to start my masternode.

Any thoughts?

Is it static ip?

My first MASTERNODE IS ON AND RUNNING! Smiley

It's a dynamic ip.

I'm using my public ip adress though...shouldn't it work until the address is released by my router?
sr. member
Activity: 266
Merit: 250
Infected Mushroom
I opened port 9999 for my computers local ip address, but I'm still getting an "unable to connect" message when I attemp to start my masternode.

Any thoughts?

Is it static ip?

My first MASTERNODE IS ON AND RUNNING! Smiley

Please let us know if you configured how to run multiple ones. :=)
legendary
Activity: 1274
Merit: 1000
I opened port 9999 for my computers local ip address, but I'm still getting an "unable to connect" message when I attemp to start my masternode.

Any thoughts?
sr. member
Activity: 266
Merit: 250
Infected Mushroom
Has anyone discovered how to setup a second masternode yet?

After I type masternode start I get you need 15 confirmations error, however the coins sent has already 15 confirms.
sr. member
Activity: 406
Merit: 250



I need to go eat dinner and get a little rest before I miss all my meals for the day.
I will come back to answer any questions that come up, but there is plenty of people
around to help.
Do not rush, you still have about two days before HiPoS payments
start to make your MN's.
Exchanges have been informed. Tomorrow I will make more detailed
guides on how to run MN's and multiple MN's


Thank-you for your hard work, enjoy the rest of your day.
newbie
Activity: 28
Merit: 0



I need to go eat dinner and get a little rest before I miss all my meals for the day.
I will come back to answer any questions that come up, but there is plenty of people
around to help.
Do not rush, you still have about two days before HiPoS payments
start to make your MN's.
Exchanges have been informed. Tomorrow I will make more detailed
guides on how to run MN's and multiple MN's
sr. member
Activity: 406
Merit: 250
Someone should make a youtube tutorial on setting up an 8bit masternode. That would make it the easiest guide of any coin to follow.

Hey dev I noticed that the next step is to add anonymity to the coin. How many nodes were you hoping to setup before you would consider the network "established?"

Look at that price climb!
member
Activity: 79
Merit: 10
if we have a master node the wallet can stake the others coins?
sr. member
Activity: 462
Merit: 250
Can we run multiple masternodes from the same wallet as long as we send increments of 112 to different addresses?

This is the guide for Crave ... I think we can adapt

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
Jump to: