Skip to content

Commit

Permalink
v0.10.20 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerney666 committed Apr 14, 2024
1 parent 32beb71 commit 724bd92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
@@ -1,4 +1,4 @@
# teamredminer v0.10.19
# teamredminer v0.10.20
This is an optimized miner for AMD GPUs and Xilinx FPGAs created by todxx and kerney666.

**Download is available in the [github releases section](https://github.com/todxx/teamredminer/releases).**
Expand Down Expand Up @@ -150,13 +150,13 @@ FPGA device/algo compatibility table:
| TH53M | N | Y | Y | Y |
| TH55 | Y | Y | Y | Y |
| E300 (vu35p_CIV) | Y | Y | Y | Y |
| E300 (vu13p) | N | Y | Y | N |
| E300 (vu13p) | N | Y | Y | Y |
| E300 (vu9p) | N | Y | Y | N |
| E300 (others) | N | Y | Y | Y |
| CVP13 | N | Y | Y | N |
| CVP13 | N | Y | Y | Y |
| BCU1525/BTU9P/ECU200/U200 | N | Y | Y | N |
| JC35 on JCC2L/F | N | Y | Y | Y |
| JC13 on JCC2L/F | N | Y | Y | N |
| JC13 on JCC2L/F | N | Y | Y | Y |


-----------
Expand All @@ -172,6 +172,11 @@ For example command lines please see the batch/shell scripts in the miner downlo
For command line options see the [USAGE.txt](USAGE.txt) file that comes with the miner.

## Release Notes
### v0.10.20
#### Changes
- FPGA: Added alephium bitstreams for E313, CVP13, and JC13.
- FPGA: Fixed bug for alephium that could cause a total share outage after a crash+restart for a device.

### v0.10.19
#### Changes
- GPU: Added support for alephium for all gpus, including dual mining using --alph .. --alph_end.
Expand Down
2 changes: 1 addition & 1 deletion USAGE.txt
@@ -1,4 +1,4 @@
Team Red Miner version 0.10.19
Team Red Miner version 0.10.20
Usage: teamredminer [OPTIONS]
Options:
-a, --algo=ALGORITHM Selects the mining algorithm. Currently available:
Expand Down

0 comments on commit 724bd92

Please sign in to comment.