Commit c5fae050 authored by bitsoko services's avatar bitsoko services 👷🏿

Update index.js

parent 705b8f62
......@@ -135,6 +135,7 @@ var onionLISTEN;
setupOnion('GRPC', GRPCport);
setupOnion('REST', RESTport);
setupOnion('LISTEN', LISTENport);
const GRPC_HOST = '127.0.0.1:'+GRPCport;
......@@ -461,7 +462,6 @@ function setupLnd(passcode, mnemonic, onion){
// isCM = ' --neutrino.connect=lnd-p2p.bitsoko.org ';
isCM = ' --neutrino.addpeer=btcd-mainnet.lightning.computer --neutrino.addpeer=ibfqowe6arfy4g27q7hd3bovhvpbjlsygrbf42vrmvtb7au4kkbmmqad.onion --protocol.option-scid-alias=false --protocol.zero-conf=true';
setupOnion('LISTEN', LISTENport);
}else{
console.log('INFO! this is contract mothernode');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment