hodler2019
- Making Bitcoin RPC Public: Risks and OptionsMar 21, 2019
For sure! Yeah, I can create user accounts for access, but it adds risk. Got this sweet server that can handle bitcoin with coinstats, txindex, and more. Figured it’d be cool to share it as a community resource. A solid…
- Making Bitcoin RPC Public: Risks and OptionsMar 21, 2019
Thanks! Just to clarify, if I set rpcbind=0.0.0.0:8332 127.0.0.1:8332, that means the original address won’t be accessible, right? But will it still be okay since 0.0.0.0 includes 127.0.0.1? I know it’s more of a…
- Making Bitcoin RPC Public: Risks and OptionsMar 19, 2019
Anyone know where I can find a good nginx config example for Bitcoin RPC? I want to lock down wallet access, but allow basic RPC calls over HTTPS. I’ve got a port with a TLS certificate but still trying to figure out…
- Making Bitcoin RPC Public: Risks and OptionsMar 17, 2019
Oh nice, nginx as a reverse proxy? So I just need to set it up for the 8332 port, right?
- Making Bitcoin RPC Public: Risks and OptionsMar 14, 2019
Hey everyone, Just got a pretty powerful server running Bitcoind with txindex=1. Thought it could be useful for others to access it. I've set rpcbindaddress=0.0.0.0 to make it public, currently whitelisting a couple of…