This repository was archived by the owner on Nov 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1- # Revision history for test-miner
1+ # Revision history for chainweb-mining-client
2+
3+ ## 0.2 -- 2020-08-20
4+
5+ * Rename package into chainweb-mining-client
26
37## 0.1 -- 2020-08-20
48
Original file line number Diff line number Diff line change 11cabal-version : 3.0
2- name : test-miner
3- version : 0.1
2+ name : chainweb-mining-client
3+ version : 0.2
44synopsis : Mining Client for Kadena Chainweb
5- homepage : https://github.com/kadena-io/test-miner
6- bug-reports : https://github.com/kadena-io/test-miner /issues
5+ homepage : https://github.com/kadena-io/chainweb-mining-client
6+ bug-reports : https://github.com/kadena-io/chainweb-mining-client /issues
77license : BSD-3-Clause
88license-file : LICENSE
99author : Lars Kuhtz
@@ -20,15 +20,15 @@ extra-source-files:
2020
2121source-repository head
2222 type : git
23- location : https://github.com/kadena-io/test-miner .git
23+ location : https://github.com/kadena-io/chainweb-mining-client .git
2424
2525custom-setup
2626 setup-depends :
2727 base >= 4.10 && < 5
2828 , Cabal >= 3.0
2929 , configuration-tools >= 0.5
3030
31- executable test-miner
31+ executable chainweb-mining-client
3232 hs-source-dirs : main, src
3333 main-is : Main.hs
3434 other-modules :
Original file line number Diff line number Diff line change 2121-- Maintainer: Lars Kuhtz <lars@kadena.io>
2222-- Stability: experimental
2323--
24- -- A fake Chainweb POW miner for testing and simulations.
25- --
2624module Main
2725( main
2826) where
@@ -751,7 +749,7 @@ genKeys = do
751749-- Main
752750
753751mainInfo :: ProgramInfo Config
754- mainInfo = programInfo " Chainweb Test Miner for simulating POW " parseConfig defaultConfig
752+ mainInfo = programInfo " Kadena Chainweb Mining Client " parseConfig defaultConfig
755753
756754-- | TODO: validate the configuration:
757755--
You can’t perform that action at this time.
0 commit comments