Browse Source

default to auto-connect RPC

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
b2dd79b455
  1. 8
      app/env.js

8
app/env.js

@ -24,15 +24,15 @@ module.exports = {
"walletpassphrasechange" "walletpassphrasechange"
], ],
// Uncomment "rpc" below to automatically connect via RPC. // Edit "rpc" below to target your node.
// Otherwise, you can manually connect via the UI. // You may delete this section if you wish to connect manually via the UI.
/*rpc: { rpc: {
host:"127.0.0.1", host:"127.0.0.1",
port:8332, port:8332,
username:"rpc-username", username:"rpc-username",
password:"rpc-password" password:"rpc-password"
}*/ },
donationAddresses:{ donationAddresses:{
coins:["BTC", "LTC"], coins:["BTC", "LTC"],

Loading…
Cancel
Save