Skip to content

Commit

Permalink
chore: update fulcrum and adapt config to large wallets (#7322)
Browse files Browse the repository at this point in the history
openoms authored Dec 10, 2024
1 parent ba64d12 commit c3805b2
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/fulcrum/Chart.yaml
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.17-dev
version: 0.5.18-dev
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.9.7
appVersion: 1.11.1
5 changes: 3 additions & 2 deletions charts/fulcrum/values.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ secrets:
image:
repository: cculianu/fulcrum
pullPolicy: IfNotPresent
tag: v1.9.7
tag: v1.11.1

# If true, generate blocks to the bitcoind node. Will fail if bitcoind is not in regtest mode.
# The bitcoind installation should be in the same namespace as the fulcrum installation.
@@ -57,6 +57,7 @@ fulcrumGenericConfig:
- bitcoind_clients = 1
- peering = false
- announce = false
- fast-sync = 1024
- utxo_cache = 1024
- worker_threads = 1
- bitcoind_throttle = 25 10 2
- max_subs_per_ip = 1000000

0 comments on commit c3805b2

Please sign in to comment.