Skip to content

Commit

Permalink
restore port prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Aug 31, 2024
1 parent 9652eb2 commit 8edf2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ All configuration settings can be set in a YAML file. The file should be named
directory: /etc/walletd
autoOpenWebUI: true
http:
address: 9980
address: :9980
password: sia is cool
publicEndpoints: false # when true, auth will be disabled on endpoints that should be publicly accessible when running walletd as a service
consensus:
Expand All @@ -115,7 +115,7 @@ syncer:
bootstrap: false
enableUPnP: false
peers: []
address: 9981
address: :9981
index:
mode: personal # personal, full, none ("full" will index the entire blockchain, "personal" will only index addresses that are registered in the wallet, "none" will treat the database as read-only and not index any new data)
batchSize: 64 # max number of blocks to index at a time (increasing this will increase scan speed, but also increase memory and cpu usage)
Expand Down

0 comments on commit 8edf2c3

Please sign in to comment.