engageub / InternetIncome

Earn income with internet (Multi-Proxy, Multi-IP, Multi-VPN Support)
87 stars 35 forks source link

exec ./honeygain: exec format error #155

Open Raffy142 opened 2 hours ago

Raffy142 commented 2 hours ago

Discussed in https://github.com/engageub/InternetIncome/discussions/154

Originally posted by **Raffy142** September 24, 2024 Hi, today i have this problem i use ubuntu 22.04 and when i restart this problem appears in the logs ![image](https://github.com/user-attachments/assets/88d04764-92cf-400d-9b60-34bca9c983c8) ![Screenshot_2](https://github.com/user-attachments/assets/37ec2334-0453-4a9f-bf26-1adde6bde953)
Raffy142 commented 2 hours ago

Discussed in #154

Originally posted by Raffy142 September 24, 2024 Hi, today i have this problem i use ubuntu 22.04 and when i restart this problem appears in the logs image Screenshot_2

docker --version Docker version 27.3.1, build ce12230

Raffy142 commented 2 hours ago

Discussed in #154

Originally posted by Raffy142 September 24, 2024 Hi, today i have this problem i use ubuntu 22.04 and when i restart this problem appears in the logs image Screenshot_2

problem solved, thx

engageub commented 1 hour ago

Hello, It looks like you are using arm64 architecture. Older version of honeygain is being used with proxies as it has been confirmed to be working fine. It only supports amd64 architecture by default. You may change the version to the latest in the code by replacing honeygain/honeygain:0.6.6 with honeygain/honeygain in internetIncome.sh file.

Thank you