bitcoin-core icon indicating copy to clipboard operation
bitcoin-core copied to clipboard

Tor support?

Open whiteyhat opened this issue 5 years ago • 2 comments

ℹ️ Information

I have exposed my json-rpc credentials through Tor to allow a more security element. Is this library allows this? And id it does, how will the client initialisation?

🗼 Examples

I have tried the following example:

  const client = new Client('user://user:[email protected]:1111/?label=MyNode')

whiteyhat avatar Apr 22 '20 18:04 whiteyhat

Any ideas @pedrobranco @ruimarinho ? 😃

whiteyhat avatar Apr 22 '20 18:04 whiteyhat

I needed this as well and ended up writing a new library instead as this one doesn't look maintained anymore if anybody needs this functionality: https://www.npmjs.com/package/bitcoin-simple-rpc#usage-with-tor

Tibo-lg avatar Aug 28 '20 07:08 Tibo-lg