Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Honeygain issue on Raspberry Pi 4 #48

Closed
Dustymonster81 opened this issue Jul 28, 2022 · 2 comments
Closed

Honeygain issue on Raspberry Pi 4 #48

Dustymonster81 opened this issue Jul 28, 2022 · 2 comments

Comments

@Dustymonster81
Copy link

Hello! I used LMDS to make a docker that runs honeygain on my raspberry pi, but it does not work. If I start it, it keeps restarting forever. It is up for a second, then it starts restarting again.

@longhatdev
Copy link

Hi, i have the same problem. The log output is simply:
TOU are accepted Error processing authorisation
but i am pretty sure to use the correct credentials in the installation process and also i see them in the .templates/honeygain/service.yml correctly.

It simply cant authorize correctly it seems.

thanks

@GreenFrogSB
Copy link
Owner

These two posts might be a defend issue.
Logs: TOU are accepted Error processing authorisation what that could mean?

I had that once for a very specific reason while testing.

Let's say you deployed a HoneyGain container ok once and it got registered on dashboard with a specific name, then you removed this container - manually or using Portainer and then redeployed it again with the same username, password and also the same name - now you have an issue.

Your initial container had hash generated that HoneyGain registered against device name
Now you deployed it again with different hash and trying to register it agains the same device name
This is when I had TOU are accepted Error processing authorisation in my logs and container keeps rebooting.

My solution was to change device name to something that was not used before.

ie. in docker-compose.yml file find definition of HoneyGain container, you will see there your username, password and -device
change that name to something not used before, save the file and redeploy containers again using docker-compose up -d

example:
from
command: -tou-accept -email myemail@gmail.com -pass 87482382gdgw -device HoneyDocker1
to
command: -tou-accept -email myemail@gmail.com -pass 87482382gdgw -device HoneyDockerNew

I hope that helps

BTW:
Above situation is seen by Honey Gain as cloning and you might be banned from the service if that continue.
Rebuilding existing container is ok but deploying new one with the same name previously registered is not ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants