Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lemois-1337 committed Sep 9, 2024
1 parent 778dc66 commit 32d5fa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Shares-based work allocation with miner-like periodic stat output:
lemois | 0.13GH/s | 3/0/0 | 0 | 6m48s
-------------------------------------------------------------------------------
| 0.13GH/s | 3/0/0 | 0 | 7m20s
========================================================= kls_bridge_v2.1.0 ===
========================================================= kls_bridge_v2.1.1 ===
```

## Variable difficulty engine (vardiff)
Expand Down
2 changes: 1 addition & 1 deletion misc/hive-templates/kls_srb_local_adapter.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "YOUR_KARLSEND_NODE_IP_HERE:42110",
"miner": "kls_bridge",
"template": "doesnt.matter",
"install_url": "https://github.com/karlsen-network/karlsen-stratum-bridge/releases/download/v2.1.0/kls_bridge-v2.1.0_hive.tar.gz"
"install_url": "https://github.com/karlsen-network/karlsen-stratum-bridge/releases/download/v2.1.1/kls_bridge-v2.1.1_hive.tar.gz"
},
"pool_geo": []
}
Expand Down
2 changes: 1 addition & 1 deletion src/karlsenstratum/stratum_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"go.uber.org/zap/zapcore"
)

const version = "v2.1.0"
const version = "v2.1.1"
const minBlockWaitTime = 3 * time.Second

type BridgeConfig struct {
Expand Down

0 comments on commit 32d5fa3

Please sign in to comment.