Skip to content

Commit

Permalink
bump version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon1777 committed Sep 4, 2024
1 parent c23f179 commit 28ec11f
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.0.0 ===
========================================================= kls_bridge_v2.1.0 ===
```

## 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.0.0/kls_bridge-2.0.0_hive.tar.gz"
"install_url": "https://github.com/karlsen-network/karlsen-stratum-bridge/releases/download/v2.1.0/kls_bridge-v2.1.0_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.0.0"
const version = "v2.1.0"
const minBlockWaitTime = 3 * time.Second

type BridgeConfig struct {
Expand Down

0 comments on commit 28ec11f

Please sign in to comment.