-
Notifications
You must be signed in to change notification settings - Fork 3
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
-p crash loop #1
Comments
Use |
Can you try if you have the same result with the tag v0.11.0 : https://github.com/Axentro/minaxnt/tree/v0.11.0, you can download the archive. |
Your release of v0.11.0 amd64 and i386 gave the same result and I tried different -p values 1 though 8. |
There no reason for that /!\ Currently the master branch use the new mining system which is not deployed on mainnet |
Sorry for the wall of txt. Below is the full output w/ wallet id removed: Waiting for 26 seconds, press a key to continue ... C:\Users\Christopher\Downloads\minaxnt_0.12.0_windows_i386>minaxnt.exe -n http://mainnet.axentro.io -a TTBkZGZhNmUxMmJiYmMzZGJmMTkwZGFmM2QxMjliZjFkODUwNzVkMjAzZGM5MjAz -p 8 | \ / \ \ / | \ | \ \ | \ => miner name: MinAXNT - v0.0.0 runtime stack: goroutine 79826 [running]: goroutine 1 [chan receive, 8 minutes]: goroutine 6 [syscall, 8 minutes]: goroutine 21 [sleep]: goroutine 22 [chan receive, 8 minutes]: goroutine 23 [IO wait, 1 minutes]: goroutine 79827 [semacquire]: goroutine 96497 [runnable]: goroutine 79761 [runnable]: goroutine 79758 [semacquire]: goroutine 96560 [runnable]: goroutine 96583 [runnable]: goroutine 79760 [semacquire]: goroutine 96561 [runnable]: goroutine 79759 [runnable]: goroutine 79757 [semacquire]: goroutine 79756 [semacquire]: goroutine 96256 [runnable]: Please assist, |
Looks like you don't have enough free RAM, can you check or be sure that you have at leat +1Gio of RAM available before running MinAXNT. |
Hi Fenicks, this system has 32GB of ram and shows only 5.7G in use running windows 10 and Minaxnt -p 8. I think there is some sort of int32 calculation/conversion that is off. I do not know. Thoughts? |
Which version of Golang are you using to compile MinAXNT? |
The limitation is because of the 32-bit OS in your case Try to run on 64-bit OS I'll give a feedback after investigating on Argon2 implementation with 32-bit OS |
Ryzen 7 with 8 cores crashes the program with parameters -p 8
Using build parameter GOOS=386, Windows 10 x64
The text was updated successfully, but these errors were encountered: