!!! IMPORTANT !!!
 =================


 
MAKE SURE RPC IS FULLY CONFIGURED IN WALLET CONF FILE BEFORE USING "NODE-RUNNER" !!!

 Example RPC Configuration Information can be found here:-
 -----------------------------------------------------------------------------------------------------------------------
 Bitcoin.conf - https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File
 Litecoin.conf - https://litecoin.info/Litecoin.conf
 DASH.conf - https://github.com/dashpay/dash/blob/master/contrib/debian/examples/dash.conf
 -----------------------------------------------------------------------------------------------------------------------


EXAMPLE CONF FILE - CORE 0.14+ :-
================================


 

 ================================================================================================

datadir=BLOCKCHAIN FOLDER LOCATION - eg C:\BLOCKCHAINS\BTC

disablewallet=1

alerts=1

dns=1

listen=1

upnp=1

#server=1

#daemon=1

timeout=3000

rpctimeout=3000

maxconnections=20

whitelistrelay=1

#uacomment=

rpcport=8332

port=8333

rpcuser=USERNAME-REQUIRED


rpcpassword=PASSWORD-REQUIRED

rpcauth=GENERATED USING RPCAUTH.PY SCRIPT

allowip=127.0.0.1

rpcallowip=127.0.0.1

#addnode=



 ================================================================================================
 

TEMPORARY RPCUSER, RPCPASSWORD, RPCAUTH SETTINGS - CORE 0.12+ :-
===================================================================

RPCUSER=NODE-RUNNER

RPCPASSWORD=jbl6FYzcMlN_bEczfQbV7EM_LSmYzc4f_JKXTGXZmuc=

RPCAUTH=NODE-RUNNER:381a4d61af3a5163b92ba9abbf1acecd$6425ed0f72b35028795655a83acaaab031477ffb04fd489cffcd7fe42a419e88

 

 ================================================================================================

RPCAUTH.PY :-
===============

GitHub Link - https://github.com/bitcoin/bitcoin/tree/master/share/rpcauth

Node-Runner - Download - RPCAUTH.7z

Node-Runner - View - RPCAUTH.PY

 ================================================================================================