RPC auth for bitcoind

From lightningwiki.net
Revision as of 06:28, 15 May 2019 by MiltonPusser (talk | contribs) (Created page with "Bitcoin Core is moving your configuration away from a user/pass. Passing a username and password directly to Bitcoin Core is a deprecated mode, and Bitcoin Core has a couple...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Bitcoin Core is moving your configuration away from a user/pass.

Passing a username and password directly to Bitcoin Core is a deprecated mode, and Bitcoin Core has a couple of possible replacements for how to stop using the rpcuser and rpcpass.

The easy one to start using with lnd is rpcauth.

You can do that by getting this python script and executing it like: ./rpcauth.py rpcuser

https://github.com/bitcoin/bitcoin/blob/master/share/rpcauth/rpcauth.py

Running this will show: "String to be appended to bitcoin.conf"