bitcoind: add uacomment option to default config
This commit is contained in:
parent
033a62387f
commit
2975f27a8d
@ -76,7 +76,8 @@ Bitcoin.DEFAULT_CONFIG_SETTINGS = {
|
|||||||
zmqpubhashblock: 'tcp://127.0.0.1:28332',
|
zmqpubhashblock: 'tcp://127.0.0.1:28332',
|
||||||
rpcallowip: '127.0.0.1',
|
rpcallowip: '127.0.0.1',
|
||||||
rpcuser: 'bitcoin',
|
rpcuser: 'bitcoin',
|
||||||
rpcpassword: 'local321'
|
rpcpassword: 'local321',
|
||||||
|
uacomment: 'bitcore'
|
||||||
};
|
};
|
||||||
|
|
||||||
Bitcoin.prototype._initCaches = function() {
|
Bitcoin.prototype._initCaches = function() {
|
||||||
|
|||||||
@ -9,3 +9,4 @@ zmqpubhashblock=tcp://127.0.0.1:28332
|
|||||||
rpcallowip=127.0.0.1
|
rpcallowip=127.0.0.1
|
||||||
rpcuser=bitcoin
|
rpcuser=bitcoin
|
||||||
rpcpassword=local321
|
rpcpassword=local321
|
||||||
|
uacomment=bitcore
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user