bitcoin-rpcauth
v1.0.0
Published
Node implementation of [RPCAuth](https://github.com/bitcoin/bitcoin/tree/master/share/rpcauth)
Downloads
1
Readme
bitcoin-rpcauth
Node implementation of RPCAuth.
All functions are defined in rpcauth.js
.
Usage
Usage:
rpcauth --username=USERNAME --password=PASSWORD
Positional arguments:
--username The username for authentication
--password Leave empty to generate a random password or specify "-" to prompt for password
Optional arguments:
--help, -h Display this message
Install
npm install bitcoin-rpcauth