h9-dev / chia-miner

The miner for Chia.
https://www.h9.com
225 stars 40 forks source link

connection issues? on ARM raspberry pi 4 #307

Open dennis1511 opened 3 years ago

dennis1511 commented 3 years ago

i have some issues i think. this is the error log. ERRO[2021-05-15T17:39:37+02:00] update line fail error="Get \"http://chia-5cfe939d68.hpool.cn/proxy/wslines\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)" f7="{loggers.go,logging.CPrint,156}" f8="{manager.go,line.(*Manager).update,114}" f9="{manager.go,line.NewManager,42}" tid=1

can someone help?

trying2016 commented 3 years ago

As long as the error is not always prompted, there will be no impact. You can post more logs to see if there is a successful connect later

dennis1511 commented 3 years ago

There are more connection, but my wallet ist not total sync I think this ia a issue the I become no coin on hpool or?

AloeKing commented 3 years ago

Try to disable all firewalls on you side for ~3hours and update us if you started getting rewards.

dennis1511 commented 3 years ago

grafik

What does it mean?

AloeKing commented 3 years ago

Seems like its working like it should. If it will go offline then "- -" will be changed to "delete".

Also check the contribution if it looks similar to: image

Revenue should look like this: image

rampa069 commented 3 years ago

i am having similar problems on raspi4.

pi@chia-miner:~/miner/linux-arm $ ./hpool-chia-miner-linux-arm 
dlsym err: /home/pi/miner/linux-arm/libchiapos.so: undefined symbol: MySyscall
{1024 1048576}
Rlimit Final {999999 999999}
***************************************************
**** Miner:HPool-Miner-Chia
**** Version:v1.3.0 2
**** BuildTime:2021-05-13-05:18:53 GMT
**** MinerName:chia-miner

I think the problem is on the dlsym error at the begining. all the plot dirs are getting 0B

dennis1511 commented 3 years ago

Rampa069 Yes it's the same issue that I have

rampa069 commented 3 years ago

seems a filesystem/permisions problem.... mounting the same directory via sshfs:

sshfs -o allow_other,default_permissions pi@127.0.0.1:/srv/dev-disk-by-uuid-42e9ad3d-d6a4-4dc3-9e91-12018db5c5d1/plots-rampa-01/ /mnt/plots/rampa1

and configuring /mnt/plots/rampa1 instead of the real filesystem (/srv/dev-disk-by-uuid-42e9ad3d-d6a4-4dc3-9e91-12018db5c5d1/plots-rampa-01/ ) works...

rampa069 commented 3 years ago

**** Version:v1.3.0 2

BTW. is the 1.3.0.3. I have downloaded it from the releases page, but seems different version.

zlotypawel commented 3 years ago

hello. Has anyone had success, running applications on their raspberrypi4? If it was successful, on what system exactly?

My start log hpool: error = "invalid plot file format" f7="{loggers.go,logging.CPrint,156}" f8 = "{plottersSpace.go,chia.(*PlotterSpace).Load,245}"

wtf?? please help me :)