Bitcoin Forum
June 27, 2024, 10:31:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 ... 310 »
  Print  
Author Topic: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]  (Read 379544 times)
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 25, 2015, 12:52:22 AM
 #1301

Can we run multiple masternodes from the same wallet as long as we send increments of 112 to different addresses?

Probably not possible to run multiple nodes from the same wallet, you might try to run multiple wallet instances using different ports using datadir option, altough not sure multiple nodes can run from the same ip address, it defeats the purpose of nodes.

That's what I thought...

Thank you
johncassa
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
April 25, 2015, 12:52:43 AM
 #1302

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
dflame
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
April 25, 2015, 12:53:34 AM
 #1303

if we have a master node the wallet can stake the others coins?
njs811
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
April 25, 2015, 12:55:52 AM
Last edit: April 25, 2015, 01:12:46 AM by njs811
 #1304

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!
8bitproject (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 25, 2015, 01:16:06 AM
 #1305




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
njs811
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
April 25, 2015, 01:18:33 AM
 #1306




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.
Starin
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


Infected Mushroom


View Profile WWW
April 25, 2015, 01:29:55 AM
 #1307

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.

dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 25, 2015, 01:31:25 AM
 #1308

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?
Starin
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


Infected Mushroom


View Profile WWW
April 25, 2015, 01:35:40 AM
 #1309

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. :=)

dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 25, 2015, 01:36:41 AM
 #1310

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?
Wintermute420
Full Member
***
Offline Offline

Activity: 176
Merit: 100


Mighty Dub


View Profile
April 25, 2015, 01:37:02 AM
 #1311

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?
stackoverflow
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 25, 2015, 01:38:27 AM
 #1312


collectors edition  Grin
dannygroove
Sr. Member
****
Offline Offline

Activity: 306
Merit: 250



View Profile WWW
April 25, 2015, 01:39:34 AM
 #1313

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
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 25, 2015, 01:44:41 AM
 #1314




Does this look correct?

Starin
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


Infected Mushroom


View Profile WWW
April 25, 2015, 01:46:27 AM
 #1315

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.

stackoverflow
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 25, 2015, 01:46:44 AM
 #1316




Does this look correct?



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

Activity: 1274
Merit: 1000



View Profile
April 25, 2015, 01:48:57 AM
 #1317




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?
victorteoh
Sr. Member
****
Offline Offline

Activity: 334
Merit: 250


🌟 æternity🌟 blockchain🌟


View Profile
April 25, 2015, 01:55:52 AM
 #1318

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


        ▄▄█████████▄                    ▄▄████████▄▄
     ▄█████████████████▄             ▄████████████████▄
   █████            ▀█████        ▄█████            █████
  ████                 █████    █████                 ████
 ███                    ▀████    ██                     ███
▐███                      █████                         ▐███
███▌                        ████           ▐████████████████
▐███                         ▀████          ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
 ████                   ██▄    █████                    ▄▄▄
  ████                ██████    ▀████▄                ▄███
   ▀█████          ███████        ▀█████▄          ▄████▀
      █████████████████              ▀████████████████▀
         ▀▀██████▀▀                      ▀▀██████▀▀
  æ t e r n i t y
  The Oracle Machine
          ██
      ▄██ ██ ██▄
     ▐██  ██  ██
     ▐██      ██
     ▐██  ▄▄  ██
     ▐██▄▐██ ▄██
       ▀▀▐██ ▀▀
      ▄▄▌▐██ █▄
     ▐██ ▐██ ▀██
     ▐█▌  ▀▀  ██
     ▐██     ▐██
     ▐██ ▐██ ▄██
      ▀█ ▐██ █▀
         ▐██
✅ Unchained Smart Contracts
✅ Decentralized Oracle
✅ Turing-Complete
✅ State-Channels
✅ Infinitly Scalable
     ██
 ▄██ ██ ██▄
▐██  ██  ██
▐██      ██
▐██  ▄▄  ██
▐██▄▐██ ▄██
  ▀▀▐██ ▀▀
 ▄▄▌▐██ █▄
▐██ ▐██ ▀██
▐█▌  ▀▀  ██
▐██     ▐██
▐██ ▐██ ▄██
 ▀█ ▐██ █▀
    ▐██
[ WHITEPAPER]                     ██
                   ▄██▌
                  ████
                ▄█████
              ▄██████▌
             ████████
           ▄█████████   ▄▄▄▄
          █████████████████▀
        ▄████████████████▀
       ██▀▀▀▀▀ █████████
              ▐███████▀
              ██████▀
              █████▀
             ▐███▀
             ███
             █▀
(en)Lightning
Smart Contracts
|TESTNET|
victorteoh
Sr. Member
****
Offline Offline

Activity: 334
Merit: 250


🌟 æternity🌟 blockchain🌟


View Profile
April 25, 2015, 01:56:12 AM
 #1319

Still unsure of how to make multiple MN though Huh


        ▄▄█████████▄                    ▄▄████████▄▄
     ▄█████████████████▄             ▄████████████████▄
   █████            ▀█████        ▄█████            █████
  ████                 █████    █████                 ████
 ███                    ▀████    ██                     ███
▐███                      █████                         ▐███
███▌                        ████           ▐████████████████
▐███                         ▀████          ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
 ████                   ██▄    █████                    ▄▄▄
  ████                ██████    ▀████▄                ▄███
   ▀█████          ███████        ▀█████▄          ▄████▀
      █████████████████              ▀████████████████▀
         ▀▀██████▀▀                      ▀▀██████▀▀
  æ t e r n i t y
  The Oracle Machine
          ██
      ▄██ ██ ██▄
     ▐██  ██  ██
     ▐██      ██
     ▐██  ▄▄  ██
     ▐██▄▐██ ▄██
       ▀▀▐██ ▀▀
      ▄▄▌▐██ █▄
     ▐██ ▐██ ▀██
     ▐█▌  ▀▀  ██
     ▐██     ▐██
     ▐██ ▐██ ▄██
      ▀█ ▐██ █▀
         ▐██
✅ Unchained Smart Contracts
✅ Decentralized Oracle
✅ Turing-Complete
✅ State-Channels
✅ Infinitly Scalable
     ██
 ▄██ ██ ██▄
▐██  ██  ██
▐██      ██
▐██  ▄▄  ██
▐██▄▐██ ▄██
  ▀▀▐██ ▀▀
 ▄▄▌▐██ █▄
▐██ ▐██ ▀██
▐█▌  ▀▀  ██
▐██     ▐██
▐██ ▐██ ▄██
 ▀█ ▐██ █▀
    ▐██
[ WHITEPAPER]                     ██
                   ▄██▌
                  ████
                ▄█████
              ▄██████▌
             ████████
           ▄█████████   ▄▄▄▄
          █████████████████▀
        ▄████████████████▀
       ██▀▀▀▀▀ █████████
              ▐███████▀
              ██████▀
              █████▀
             ▐███▀
             ███
             █▀
(en)Lightning
Smart Contracts
|TESTNET|
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 25, 2015, 02:03:44 AM
 #1320

Ok, just got an AWS instance....

Setting up masternode Tongue
Pages: « 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 ... 310 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!