You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module.exports = {
|
|
|
|
cookiePassword: "0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
|
|
|
|
debug: false,
|
|
|
|
showForkBanner: false,
|
|
|
|
coin: "BTC",
|
|
|
|
|
|
|
|
rpcBlacklist:[
|
|
|
|
"stop",
|
|
|
|
"stop",
|
|
|
|
"savemempool",
|
|
|
|
"addnode",
|
|
|
|
"disconnectnode",
|
|
|
|
"setban",
|
|
|
|
"setnetworkactive",
|
|
|
|
"lockunspent",
|
|
|
|
"move",
|
|
|
|
"removeprunedfunds",
|
|
|
|
"rescanblockchain",
|
|
|
|
"encryptwallet",
|
|
|
|
"backupwallet",
|
|
|
|
"importwallet",
|
|
|
|
"walletlock",
|
|
|
|
"walletpassphrase",
|
|
|
|
"walletpassphrasechange"
|
|
|
|
],
|
|
|
|
|
|
|
|
// Uncomment "rpc" below to automatically connect via RPC.
|
|
|
|
// Otherwise, you can manually connect via the UI.
|
|
|
|
|
|
|
|
/*rpc: {
|
|
|
|
host:"127.0.0.1",
|
|
|
|
port:8332,
|
|
|
|
username:"rpc-username",
|
|
|
|
password:"rpc-password"
|
|
|
|
}*/
|
|
|
|
|
|
|
|
donationAddresses:{
|
|
|
|
coins:["BTC", "LTC"],
|
|
|
|
|
|
|
|
"BTC":{address:"3NPGpNyLLmVKCEcuipBs7G4KpQJoJXjDGe", urlPrefix:"bitcoin:"},
|
|
|
|
"LTC":{address:"ME4pXiXuWfEi1ANBDo9irUJVcZBhsTx14i", urlPrefix:"litecoin:"}
|
|
|
|
},
|
|
|
|
};
|