Author

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

sr. member
Activity: 266
Merit: 250
Infected Mushroom
You have to create it. Create a text document with 8bit and change .txt to .conf
member
Activity: 66
Merit: 10
where is the conf file located?

AppData/Roaming

I got an orphened block on staking at 2nd masternode btw. Hope there are no problems. Connections seems ok.

I checked there and don't see a conf file , weird. I see one for every other wallet though
sr. member
Activity: 266
Merit: 250
Infected Mushroom
Do coins need to mature before we set up a master node?

No it only needs +15 confirms. Means when your coins get confirmed by 16 blocks than you'll be able to start running your mn.
legendary
Activity: 1393
Merit: 1001
Do coins need to mature before we set up a master node? If so, how long does it take to have coins mature.               
sr. member
Activity: 266
Merit: 250
Infected Mushroom
I don't know why, two wallets showing different amount of masternodes.

I am hoping nothing is wrong with the 2nd node. I got connections and up to date blocks,  could it be moving on an orphened chain? That means I have to clear blockchain to resync.
legendary
Activity: 1274
Merit: 1000
where is the conf file located?

AppData/Roaming

I got an orphened block on staking at 2nd masternode btw. Hope there are no problems. Connections seems ok.

I've gotten 3-4 orphans on my 4 active nodes
sr. member
Activity: 266
Merit: 250
Infected Mushroom
where is the conf file located?

AppData/Roaming

I got an orphened block on staking at 2nd masternode btw. Hope there are no problems. Connections seems ok.
sr. member
Activity: 373
Merit: 250
edit: send exactly 112 coins or it will not work.. if you have more, send 112 to yourself again! otherwise you get this error..
Code:
masternode start
not capable masternode: Unknown. Check debug.log for more information.
Code:
CActiveMasternode::ManageStatus() - Checking inbound connection to '****:18888'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status
CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running statusconnected to self at ****:44715, disconnecting
**** = my correct ip
member
Activity: 66
Merit: 10
where is the conf file located?
sr. member
Activity: 266
Merit: 250
Infected Mushroom
Can i transfer coins from bittrex? Have they installed the new wallet?

I did transfer twice. But do it at your own risk please.
legendary
Activity: 1393
Merit: 1001
Can i transfer coins from bittrex? Have they installed the new wallet?
sr. member
Activity: 504
Merit: 250
My second masternode is up and running too. Need some little more coins for the third one.

nice 9 nodes running we need 902 more to become a full master node coin.
sr. member
Activity: 266
Merit: 250
Infected Mushroom
My second masternode is up and running too. Need some little more coins for the third one.
legendary
Activity: 1274
Merit: 1000
Second masternode up and running!

13 more to go...probably just 3 more tonight Tongue
full member
Activity: 238
Merit: 100
Can someone make masternode
YouTube video how to setup
And another video multi masternode
Thanks
sr. member
Activity: 266
Merit: 250
Infected Mushroom
Yes I do. Welcome. Almost the second node is ready.
full member
Activity: 176
Merit: 100
Mighty Dub
Do you see my IP?
sr. member
Activity: 266
Merit: 250
Infected Mushroom
When I first started my Masternode I saw another one in the list.  Now I only see mine.  Thoughts?  Surely there are others running at this point.  All other wallet functions are working.



I see 4.
legendary
Activity: 1764
Merit: 1022
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.

This is what I wrote on how to setup Crave MasterNodes. I've changed it to read how to setup 8Bit MasterNodes.

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 8bit-qt.exe for each master node that you wan to run.

Here is an example of running three master nodes.

Three Different Folder that hold the block chain and .conf files
C:\SubFolders\8bitMasterNode1
C:\SubFolders\8bitMasterNode2
C:\SubFolders\8bitMasterNode3

Three different Folders that contain the 8bit-qt.exe and the .bat files to launch the masternode
c:\MyFiles\8bitMN1\
c:\MyFiles\8bitMN2\
c:\MyFiles\8bitMN3\

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

StartMasterNode1.bat
8bit-qt -datadir=C:\SubFolders\8bitMasterNode1

StartMasterNode2.bat
8bit-qt -datadir=C:\SubFolders\8bitMasterNode2

StartMasterNode3.bat
8bit-qt -datadir=C:\SubFolders\8bitMasterNode3

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

8bit.conf for use with 8bit Master Node 1

Code:

maxconnections=50
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30105
port=9999
gen=0
listen=1
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=YouIPAddress:9999
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1



8bit.conf for use with 8bit Master Node 2

Code:

maxconnections=50
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30106
port=9998
gen=0
listen=1
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=YouIPAddress:9998
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1



8bit.conf for use with 8bit Master Node 3

Code:

maxconnections=50
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=30107
port=9997
gen=0
listen=1
server=1
daemon=1
staking=0
reservebalance=500
masternodeaddr=YouIPAddress:9997
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1
full member
Activity: 176
Merit: 100
Mighty Dub
When I first started my Masternode I saw another one in the list.  Now I only see mine.  Thoughts?  Surely there are others running at this point.  All other wallet functions are working.

Jump to: