Update Zcash fragments for NU6.1 (#1033)

* update zcash for nu6.1

* update zebra 3.0.0 docker env variables for zcash

* update zebra env var address

---------

Co-authored-by: macintoshhelper <6757532+macintoshhelper@users.noreply.github.com>
This commit is contained in:
macintoshhelper 2025-12-01 07:19:16 +04:00 committed by GitHub
parent af3d32e5c7
commit 3e49a2063b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View File

@ -2,7 +2,7 @@ services:
zcash_walletd:
restart: unless-stopped
init: true
image: hhanh00/zcash-walletd:1.1.4
image: hhanh00/zcash-walletd:1.1.5
environment:
NOTIFY_TX_URL: http://btcpayserver:49392/zcashlikedaemoncallback/tx?cryptoCode=zec&hash=
ROCKET_DB_PATH: /data/zec-wallet2.db
@ -24,7 +24,7 @@ services:
zebra:
container_name: zebra
image: zfnd/zebra:2.5.0
image: zfnd/zebra:3.0.0
platform: linux/amd64
restart: unless-stopped
deploy:
@ -36,12 +36,10 @@ services:
- zebrad-cache:/home/zebra/.cache/zebra
tty: true
environment:
- ZEBRA_RPC_PORT=8232
- ENABLE_COOKIE_AUTH=false
- ZEBRA_RPC__LISTEN_ADDR=0.0.0.0:8232
- ZEBRA_RPC__ENABLE_COOKIE_AUTH=false
ports:
- "8232:8232"
#networks:
# - generated_default
lightwalletd:
image: electriccoinco/lightwalletd:v0.4.18

View File

@ -4,7 +4,7 @@ services:
zcash_walletd:
restart: unless-stopped
init: true
image: hhanh00/zcash-walletd:1.1.4
image: hhanh00/zcash-walletd:1.1.5
environment:
NOTIFY_TX_URL: http://btcpayserver:49392/zcashlikedaemoncallback/tx?cryptoCode=zec&hash=
ROCKET_DB_PATH: /data/zec-wallet2.db