Skip to content

Commit

Permalink
update rpc auth statement
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage authored Oct 25, 2024
1 parent 292cfc3 commit 6ddddf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/user/lightwalletd.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for Zebra is:
- `8232` for Mainnet, and
- `18232` for Testnet.

Starting with Zebra v2.0.0, a cookie authentication method like the one used by the `zcashd` node is enabled by default. However, lightwalletd currently [does not support cookie authentication](https://github.com/zcash/lightwalletd/blob/master/docs/docker-compose-setup.md#edit-the-two-zcashconf-files), so we need to disable this authentication method to use Zebra as a backend for lightwalletd.
Starting with Zebra v2.0.0, a cookie authentication method like the one used by the `zcashd` node is enabled by default for the RPC server. However, lightwalletd currently [does not support cookie authentication](https://github.com/zcash/lightwalletd/blob/master/docs/docker-compose-setup.md#edit-the-two-zcashconf-files), so we need to disable this authentication method to use Zebra as a backend for lightwalletd.

For example, to use Zebra as a `lightwalletd` backend on Mainnet, give it this
`~/.config/zebrad.toml`:
Expand Down

0 comments on commit 6ddddf5

Please sign in to comment.