FPGA bitstream is a file that contains the programming information for the FPGA chip. midasminer_u50c is our specific bitstream for FPGA to behave as a miner. U50c with HBM can mine Ethereum faster because HBM allows the accelerators to perform memory-hard compute tasks much faster than existing technology.
- The hashrate could be up to 56 MH/s.
- Mining process will automatically be disabled when temperature is over 75c and will be restarted to mine when temperature is under 60c.
The only thing you need to install is FTDI driver, which is a software driver for converting RS-232 or TTL serial transmission to and from USB signals. You can search for it on the website and download it for free. Download here:
In the folder, find MinerHost.exe-conf.json and open it.
What you must change:
- You need to change line_3’s URL to the f2pool server closest to your region.
For example: "url": "stratum+tcp://eth.f2pool.com:6688", SSL was not supported currently.
- You need to change line_4’s User_Wallet to your own wallet.
For example: "user": "0xabcdabcdabcdabcdabcdabcdabcdabcdabcdabcd",
What you can change:
- You can change line_5 to decide which bitstream you want to use.
- You can change line_6 to decide your worker’s name.
- You can change line_7 to change hashrate.
- You can change line_8 to decide whether to create a log file in folder log or not.
Find MinerHost.exe and execute it in the folder.
FPGA initialization may take around 10 minutes.
After initialization completion, the FPGA will connect with the pool. The command window will display the total share number accepted by the pool.
Keep mining with U50c!
- U50c USB interface does not support PCIe-USB expansion cards.
- One single computer can hold up to 16 U50c devices.
- This beta version of the bitstream will stop mining when epoch number reaches 465. We will provide an updated version afterwards.
[v1.1.0]
- Support FPGA clock frequency auto-adjustment function to boost Hashrate up to 56 MH/s
- Support Linux-based (ubuntu 18.04 or higher) systems
- Reduce 5-12% power consumption (depended on FPGA clock frequency) compared to the previous release [v1.0.0] Initial version
[v1.2.0]
-
Support TH55 / TH53 FPGA card.
-
Support voltage boost (Only on TH55 / TH53). Hashrate could be accelerated up to 59-60MHz.
Add
{
...,
"adjust_voltage":true,
"voltage":0.78
}
in your config.jsonvoltage range : 0.7v ~ 0.84v
[v1.2.1] Bugfix
- Device might stop mining when dag change.
[v1.2.2] Bugfix
- The device might stop mining unexpectedly.
[v1.2.3] Bugfix
- Increase ethash hashrate up to 66M both U50C and TH53.
[v1.3.0]
Dual mining supports for eth and ton on U50C and TH53 fpga card.
1.eth hashrate could be up to 67 MH . 2.ton hashrate could be up to 930 MH.(only support tonwhales stratum protocol)
[v1.3.1] Increase speed for dag building.
[v1.3.2] Support ETC mining.