Compare commits

..

4 Commits

Author SHA1 Message Date
/rootzoll
44e7871686 #5199 add missing exit (#5200) 2025-12-07 23:54:28 +01:00
/rootzoll
7489aae8dc #5190 increase BITCOIN_RPC_TIMEOUT (#5196) 2025-12-02 00:33:32 +01:00
openoms
aeaddc7d45 build: update amd64 base image to Debian 13.2.0 (#5193) 2025-12-01 23:39:59 +01:00
openoms
b1cfc0fde8 specter update to 2.1.1 and config fixes (#5195)
* specter config fixes
* fix password format
* specter update to 2.1.1 with sqlalchemy>=1.4,<2.0
* run bonus.specter.sh config on passwordB change
* add CHANGES info
2025-11-30 23:24:20 +01:00
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# images, checksums and signatures are at: # images, checksums and signatures are at:
# https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/ # https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
variable "iso_name" { default = "debian-13.1.0-amd64-netinst.iso" } variable "iso_name" { default = "debian-13.2.0-amd64-netinst.iso" }
variable "iso_checksum" { default = "658b28e209b578fe788ec5867deebae57b6aac5fce3692bbb116bab9c65568b3" } variable "iso_checksum" { default = "677c4d57aa034dc192b5191870141057574c1b05df2b9569c0ee08aa4e32125d" }
variable "pack" { default = "lean" } variable "pack" { default = "lean" }
variable "github_user" { default = "raspiblitz" } variable "github_user" { default = "raspiblitz" }

View File

@@ -157,7 +157,7 @@ BITCOIN_RPC_URL=http://127.0.0.1
BITCOIN_RPC_USER=$RPC_USER BITCOIN_RPC_USER=$RPC_USER
BITCOIN_RPC_PASSWORD=$RPC_PASS BITCOIN_RPC_PASSWORD=$RPC_PASS
BITCOIN_RPC_PORT=8332 BITCOIN_RPC_PORT=8332
BITCOIN_RPC_TIMEOUT=10000 BITCOIN_RPC_TIMEOUT=20000
API_PORT=${PORT_API} API_PORT=${PORT_API}
STRATUM_PORT=${PORT_STRATUM} STRATUM_PORT=${PORT_STRATUM}
POOL_IDENTIFIER=raspiblitz POOL_IDENTIFIER=raspiblitz

View File

@@ -44,6 +44,7 @@ Links with more info:
https://github.com/rootzoll/raspiblitz/blob/dev/FAQ.cl.md#clboss https://github.com/rootzoll/raspiblitz/blob/dev/FAQ.cl.md#clboss
https://github.com/ZmnSCPxj/clboss#operating https://github.com/ZmnSCPxj/clboss#operating
" 0 0 " 0 0
exit $?
fi fi
function buildFromSource() { function buildFromSource() {