Merge pull request #647 from pbca26/master
update readme, beefy node conf
This commit is contained in:
@@ -93,14 +93,16 @@ To reset the blockchain, from *~/.komodo* `rm -rf blocks chainstate debug.log ko
|
|||||||
Create komodo.conf
|
Create komodo.conf
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
Please use a secure rpcuser and rpcpassword to ensure your funds safety.
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ~
|
cd ~
|
||||||
mkdir .komodo
|
mkdir .komodo
|
||||||
cd .komodo
|
cd .komodo
|
||||||
pico komodo.conf
|
pico komodo.conf
|
||||||
#Add the following lines to the komodo.conf file:
|
#Add the following lines to the komodo.conf file:
|
||||||
rpcuser=bitcoinrpc
|
rpcuser=dontuseweakusernameoryougetrobbed
|
||||||
rpcpassword=password
|
rpcpassword=dontuseweakpasswordoryougetrobbed
|
||||||
txindex=1
|
txindex=1
|
||||||
addnode=5.9.102.210
|
addnode=5.9.102.210
|
||||||
addnode=78.47.196.146
|
addnode=78.47.196.146
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
rpcuser=minion
|
rpcuser=dontuseweakusernameoryougetrobbed
|
||||||
rpcpassword=1235baf8-3725-11e8-b9ec-1239db4ec123
|
rpcpassword=dontuseweakpasswordoryougetrobbed
|
||||||
txindex=1
|
txindex=1
|
||||||
server=1
|
server=1
|
||||||
rpcworkqueue=64
|
rpcworkqueue=64
|
||||||
|
|||||||
Reference in New Issue
Block a user