Skip to content

Commit e2d987a

Browse files
committed
Update README.
Removed todos, added solvers to features section.
1 parent f07b93a commit e2d987a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Inspired by [GenesisH0](https://github.com/lhartikk/GenesisH0), but written from
44

55
## Features
66
- Modify every parameter that influences the block header hash (see _Usage_)
7+
- Support for [silent army](https://github.com/mbevand/silentarmy) and [tromp equihash](https://github.com/tromp/equihash) solvers.
78
- Sensible defaults
89
- Placeholders of the form `{BTC}`, `{ETH}` or `{ZEC}` in the `TIMESTAMP` input string get translated to the currency's latest block number and hash.
910
- Uses the [`python-zcashlib`](https://github.com/sebastianst/python-zcashlib), which is a (still very much unfinished) extension of the well-known [`python-bitcoinlib`](https://github.com/petertodd/python-bitcoinlib).
@@ -136,12 +137,10 @@ Note that `make` only builds `equi{,1}`, so you have to run `make eq485{,1}` in
136137

137138
## TODO
138139

139-
- [ ] Complete this TODO list
140-
- [X] Regtest genesis block mining. silentarmy only supports the main/testnet parameters `N, K = 200, 9`. See also this [zcash forum thread](https://forum.z.cash/t/equihash-solver-for-n-k-48-5-other-than-default-200-9).
141140
- [ ] More structured and complete output of intermediate information and
142141
results. Currently, you need to specify verbose output to see all necessary information.
143-
- [ ] Use solvers' native APIs instead of reading `stdout`
144-
- [ ] more examples (zcash testnet, zclassic)
142+
- [ ] Use solvers' native APIs instead of reading `stdout`. None of the
143+
supported solvers expose such an API now. Maybe write little C wrapper...
145144
- [ ] Make block number selectable for the `TIMESTAMP` placeholders. Like `{BTC:1234}` for block #1234.
146145

147146
## License

0 commit comments

Comments
 (0)