running 2 MN's from 1 wallet.dat ,,,

here where it talks about "dash.conf"
is this the dash.conf file that lives on each MN's VPS
or
is it the dash.conf that lives on my pc with the wallet.dat file
or both?


https://www.dash.org/forum/threads/...rnodes-from-one-wallet-guide-start-many.4034/

IMPORTANT: In both cases, please create a dash.conf with the details below. Please note that when using masternode.conf, dash.conf no longer needs to specify "masternode=1, masternodeprivkey and ip" anymore as this is all integrated into masternode.conf.

dash.conf only needs to contain:
Code:
rpcuser=SomeRandomString
rpcpassword=EvenLongerRandomString
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
 
here where it talks about "dash.conf"
is this the dash.conf file that lives on each MN's VPS
or
is it the dash.conf that lives on my pc with the wallet.dat file
or both?


https://www.dash.org/forum/threads/...rnodes-from-one-wallet-guide-start-many.4034/

IMPORTANT: In both cases, please create a dash.conf with the details below. Please note that when using masternode.conf, dash.conf no longer needs to specify "masternode=1, masternodeprivkey and ip" anymore as this is all integrated into masternode.conf.

dash.conf only needs to contain:
Code:
rpcuser=SomeRandomString
rpcpassword=EvenLongerRandomString
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1

That is dash.conf on your PC.

The one on your VPS will look like this:

rpcuser= something
rpcpassword= something
rpcallowip=127.0.0.1
rpcport=something
daemon=1
server=1
listen=1
txindex=1
logtimestamps=1

masternode=1
masternodeprivkey= something
masternodeaddr= something
externalip= something
 
Last edited:
lol I did'nt see the example !!!

they don't they look like this

rpcuser=RANDOMSTRINGOFLETTERSANDNUMBERS
rpcpassword=LONGERRANDOMSTRINGOFLETTERSANDNUMBERSHAVEFUN
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
addnode=23.23.186.131
 
yeah after a little more self reassurance i will have thanks ,,,

I am assuming that if I already have the Privkeys for each MN then there is no need for "dump privkey" ?
 
dump privkey? You should not be using that

You would have at some point used 'masternode genkey' command to create masternodeprivkey...
Is that what you're thinking about?
You'll have a diiferent masternodeprivkey for each MN - these go in dash.conf files on VPSs, and also each one on a separate line of masternode.conf on your computer.
 
So as I made my vps dash.conf like this:-

joe .dash/dash.conf

You will see a blank window with .dash/dash.conf at the top.

Please paste your customized, copied file into Joe's :cool: window.

Save and exit your .dash/dash.conf file by using the following keys:

CONTROL - K - X

For added security, it is recommended to make this file "Read Only" so no one can change it:

chmod 444 .dash/dash.conf


will I be able to use joe again to edit dash.conf even if it is "read only"

like this

joe .dash/dash.conf
 
dump privkey? You should not be using that

You would have at some point used 'masternode genkey' command to create masternodeprivkey...
Is that what you're thinking about?
You'll have a diiferent masternodeprivkey for each MN - these go in dash.conf files on VPSs, and also each one on a separate line of masternode.conf on your computer.

yeah thats what I ment i HAVE the priv keys so no need to dump priv key
 
Back
Top