mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-12-07 19:21:05 +01:00
Compare commits
3 Commits
specter-2.
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7489aae8dc | ||
|
|
aeaddc7d45 | ||
|
|
b1cfc0fde8 |
@@ -1,7 +1,7 @@
|
||||
# images, checksums and signatures are at:
|
||||
# https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
|
||||
variable "iso_name" { default = "debian-13.1.0-amd64-netinst.iso" }
|
||||
variable "iso_checksum" { default = "658b28e209b578fe788ec5867deebae57b6aac5fce3692bbb116bab9c65568b3" }
|
||||
variable "iso_name" { default = "debian-13.2.0-amd64-netinst.iso" }
|
||||
variable "iso_checksum" { default = "677c4d57aa034dc192b5191870141057574c1b05df2b9569c0ee08aa4e32125d" }
|
||||
|
||||
variable "pack" { default = "lean" }
|
||||
variable "github_user" { default = "raspiblitz" }
|
||||
|
||||
@@ -157,7 +157,7 @@ BITCOIN_RPC_URL=http://127.0.0.1
|
||||
BITCOIN_RPC_USER=$RPC_USER
|
||||
BITCOIN_RPC_PASSWORD=$RPC_PASS
|
||||
BITCOIN_RPC_PORT=8332
|
||||
BITCOIN_RPC_TIMEOUT=10000
|
||||
BITCOIN_RPC_TIMEOUT=20000
|
||||
API_PORT=${PORT_API}
|
||||
STRATUM_PORT=${PORT_STRATUM}
|
||||
POOL_IDENTIFIER=raspiblitz
|
||||
|
||||
Reference in New Issue
Block a user