StratisBitcoinFullNode
StratisBitcoinFullNode copied to clipboard
Add support for rpcauth
See some details here: https://en.bitcoin.it/wiki/Running_Bitcoin
| -rpcauth= |
Username and hashed password for JSON-RPC connections. The field |
|---|
Code to generate the hash to put in conf file:
https://github.com/bitcoin/bitcoin/tree/master/share/rpcauth
The Bitcoin Core implementation is located here: https://github.com/bitcoin/bitcoin/blob/d0f81a96d9c158a9226dc946bdd61d48c4d42959/src/httprpc.cpp