Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC Whitelist #202

Merged
merged 4 commits into from
Jul 28, 2020
Merged

RPC Whitelist #202

merged 4 commits into from
Jul 28, 2020

Commits on Jul 28, 2020

  1. bitcoind: switch from rpcpassword to rpcauth

    Includes bitcoind's `share/rpcauth` to convert apg generated passwords
    into salted HMAC-SHA-256 hashed passwords.
    nixbitcoin committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    5a978a2 View commit details
    Browse the repository at this point in the history
  2. bitcoind: add rpcwhitelist feature

    Default behavior for rpc whitelisting is set to 0, which means that
    rpcwhitelisting is only enforced for rpc users for whom an `rpcwhitelist`
    exists.
    nixbitcoin committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    1bf45a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21c0fb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5086fc3 View commit details
    Browse the repository at this point in the history