Skip to content

Commit

Permalink
update instructions and config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 committed May 16, 2024
1 parent 1e1a5e9 commit bc45ea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Your node is highly configurable. Many settings are considered _advanced_ and sh

### Syncing

Depending on your Internet bandwidth, how many other services are running, and what peers your node happens to connect to, your node should take anywhere from 2-7 days to sync from genesis to present.
Depending on your hardware resources, internet bandwidth, how many other services are running, and what peers your node happens to connect to, your node should take anywhere from under a day to several days to sync from genesis to present.

### Using a Wallet

Expand Down
4 changes: 2 additions & 2 deletions scripts/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const getConfig: T.ExpectedExports.getConfig = async (effects) => {
mempoolfullrbf: {
name: "Enable Full RBF",
description:
"Policy for your node to use for relaying and mining unconfirmed transactions. For details, see https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-24.0.md#notice-of-new-option-for-transaction-replacement-policies",
"Policy for your node to use for relaying and mining unconfirmed transactions. For details, see https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-24.0.1.md#notice-of-new-option-for-transaction-replacement-policies",
type: "boolean",
default: true,
},
Expand Down Expand Up @@ -308,7 +308,7 @@ export const getConfig: T.ExpectedExports.getConfig = async (effects) => {
description:
"Blockchain Pruning Options\nReduce the blockchain size on disk\n",
warning:
"Disabling pruning will convert your node into a full archival node. This requires a resync of the entire blockchain, a process that may take several days. Make sure you have enough free disk space or you may fill up your disk.\n",
"Disabling pruning will convert your node into a full archival node. This requires a resync of the entire blockchain, a process that may take several days.\n",
tag: {
id: "mode",
name: "Pruning Mode",
Expand Down

0 comments on commit bc45ea7

Please sign in to comment.