[bisq-network/roles] Seednode Operator (#15)

Stephan Oeste notifications at github.com
Thu Apr 11 18:42:08 UTC 2019


> Here are my conf files for btc core:
> bitcoin.conf:
> 
> ```
> datadir=.....
> maxconnections=800
> timeout=30000
> listen=0
> server=1
> txindex=1
> #rpcallowip=127.0.0.1
> rpcuser=....
> rpcpassword=....
> blocknotify=bash /root/.bitcoin/blocknotify %s
> ```

Please don't use "rpcallowip=127.0.0.1" it will open the RPC port for the world:
"# netstat -lpntu
With "rpcallowip=127.0.0.1"
`tcp6       0      0 :::8332                 :::*                    LISTEN      902/bitcoind`
Without it the port will only open on loclhost "::1":
`tcp6       0      0 ::1:8332                :::*                    LISTEN      4788/bitcoind`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/roles/issues/15#issuecomment-482247876
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190411/ede02ddd/attachment.html>


More information about the bisq-github mailing list