From 46251ee4b524aa61812ae5d6f71ca87f741d7a52 Mon Sep 17 00:00:00 2001 From: Maksim Kramarenko Date: Thu, 2 Feb 2023 16:58:34 +0100 Subject: [PATCH] add no-wallet --- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration.md b/docs/configuration.md index 7ab8ca332..b63d9af61 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -65,6 +65,7 @@ database and log file. - `cache-size`: Size (in MB) of leveldb cache and write buffer (default: 32mb). - `spv`: Enable Simplified Payments Verification (SPV) mode +- `no-wallet`: Run nodes without a wallet. *Note: The `spv` and `daemon` options can not be entered in `bcoin.conf`. They will only work when passed as a launch argument:*