fix: pool backup failover on reconnect, perfect dropper scripts, bcrypt password hashing

This commit is contained in:
drjones
2026-05-30 12:49:40 -07:00
parent 9eaf1e82ac
commit 0e19eb9eb9
7 changed files with 276 additions and 110 deletions

View File

@@ -1,6 +1,6 @@
module crypto-miner-server
go 1.21
go 1.25.0
require (
github.com/go-chi/chi/v5 v5.0.12
@@ -22,9 +22,10 @@ require (
github.com/tc-hib/go-winres v0.3.1 // indirect
github.com/tc-hib/winres v0.1.6 // indirect
github.com/urfave/cli/v2 v2.3.0 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/net v0.54.0 // indirect
golang.org/x/sys v0.45.0 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.49.3 // indirect
modernc.org/mathutil v1.6.0 // indirect