which fan should i buy?
if one fan is down
https://www.aliexpress.com/item/New-power-motorcycle-conversion-motorcycle-fan-violence-12CM-fan-3-9A-12v-TFC1212DE-120-120-38mm/32581804418.html\this is what I bought, but it wont arrive till this afternoon or tomorrow to see if it's any good.
According to inno they keep screwing up the firmware and it burns out the thing, so at least Dec 20th firmware.
just remember the root password changed to t1t2t3a5 with the Dec 20th firmware.
I have some running Dec20th and Dec29th. both seem similarly okay.
thanks for your reply, i just wonder since my firmware is 22nd November g19, and as I see instruction from the Inno website, I see it's
"If the firmware build date is before 2017.11.24, you must upgrade through TF card"
but after I read the instruction manual to update through TF card, i have no idea how the TF card can connect with the G19 one. after the step 10 in the instruction, I see it do nothing with the TF card for the miner? so what I need to do
Please sorry for my newbie question. I've just begun some first step to the mining zone.
appreciate so much for your answer. thanks.
Yup. No flashing of machines for us. If it fails then I guess hope you have another miner you can plug the chains into.
Anyways, the web UI upgraded okay for me from the first firmware using the .bin.
They cleaned up their code a lot on the Dec 29th firmware. before it was just full of redundant garbage. at least its easier to understand some of the config files now.
And if you have firmware Before Dec 20th. It can corrupt your miner at any moment. after Dec 20th there is less risk.
Hi Gazdac2
Wondering if you can help
I have 3 miners that never start mining. System > Overview shows information OK however Miner status just spins forever.
ps|grep inno shows the ./innominer process running
innominer_T2 -o stratum+tcp://s1.theblocksfactory.com:9004 -u x -p x -o stratum+tcp://scrypt.eu.nicehash.com:3333#xnsub -u x -p x -o stratum+tcp://scrypt.usa.nicehash.com:3333#xnsub -u x -p x --A1Pll1 1044 --A1Pll2 1044 --A1Pll3 1044 --A1Pll4 1044 --A1Pll5 1044 --A1Pll6 1044 --A1Pll7 1044 --A1Pll8 1044 --A1Vol1 25 --A1Vol2 25 --A1Vol3 25 --A1Vol4 25 --A1Vol5 25 --A1Vol6 25 --A1Vol7 25 --A1Vol8 25 --A1Fanmode 1 --A1Fanspd 1 --api-listen --syslog
Segmentation fault
Uhh, some type of memory access error.
IDK if if that's related to the read only drive (Dec 20th+ firmware or what)
you can try making the drive read/write and relaunching the miner. If that works you'd have to see if it just needs that access once, or if it needs it constantly
mount / -o rw,remount
/tmp/run.sh
if it starts mining, then halfway there.
if it successfully mines, then do a full restart(reboot) and see if it continues mining. if it wont mine now, after starting before. Then you'd have to edit the init.d to remove the remount commands.
but then that will leave you vulnerable to corruption.