Bitcoin Forum
August 11, 2024, 07:33:27 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Bitmain E3 Ethash Miner ASIC (Batch 1 - Shipping:16-31 July. $800 USD) on: November 01, 2018, 07:09:51 PM
Has anyone found a solution to Request Entity Too Large problem or BB and CC ASIC status?

Hello,

I tried to update the firmware to fix the "BB' problem on chain#13 (like suggested by bitmain support), result: it change nothing, I still have the "BB" status.

To fix the "Request Entity Too Large problem" problem when upload firmware on web insterface:

Connect in SSH to miner, and add on /etc/lighttpd.conf:
Quote
server.max-request-size = 1000000
server.network-backend = "writev"
server.upload-dirs=("/mnt/tmp")

Commands:
Code:
$ ssh root@192.168.0.XXX
$ echo 'server.max-request-size = 1000000' >> /etc/lighttpd.conf
$ echo 'server.network-backend = "writev"' >> /etc/lighttpd.conf
$ echo 'server.upload-dirs=("/mnt/tmp")' >> /etc/lighttpd.conf


Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!