alephium / cpu-miner

GNU Lesser General Public License v3.0
4 stars 2 forks source link

error on_read -4095 #6

Open mcantsin opened 2 years ago

mcantsin commented 2 years ago

however I try to run the compiled cpu-miner binary, I always get

error on_read -4095

tried to build in docker, GNU/Linus Debian, Ubuntu, macOS, raspian on dedicated server, workstation, docker and VirtualBox. The binary fails to run everywhere with the same mentioned error. what am I doing wrong? 🤔

polarker commented 2 years ago

however I try to run the compiled cpu-miner binary, I always get

error on_read -4095

tried to build in docker, GNU/Linus Debian, Ubuntu, macOS, raspian on dedicated server, workstation, docker and VirtualBox. The binary fails to run everywhere with the same mentioned error. what am I doing wrong? 🤔

this means a connection error to your full node (@127.0.0.1:10973 by default). How do you run the full node ?

doma2k commented 2 years ago

I have same issue , running node as docker with default setting from repo

mcantsin commented 2 years ago

however I try to run the compiled cpu-miner binary, I always get error on_read -4095 tried to build in docker, GNU/Linus Debian, Ubuntu, macOS, raspian on dedicated server, workstation, docker and VirtualBox. The binary fails to run everywhere with the same mentioned error. what am I doing wrong? 🤔

this means a connection error to your full node (@127.0.0.1:10973 by default). How do you run the full node ?

thanks, got it. is there a list with error codes for documentation?

re @doma2k I will try to run in separate docker later and report.