hodler2019

Full Member
5
Posts
770
Reputation
Mar 31, 2018
Joined
Recent posts
  • 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…

  • 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…

  • 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…

  • Oh nice, nginx as a reverse proxy? So I just need to set it up for the 8332 port, right?

  • 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…