-
Notifications
You must be signed in to change notification settings - Fork 36
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
Reconfiguring for M2 Max #17
Comments
@MyLittleRunaway a similar problem as me. But you need to do it the deterministic instead of the probabilistic way in order to have a definite no answer. See : https://ethereum.stackexchange.com/q/156124 and #18. |
Hey thanks for your reply, @ytrezq
I am, mate, yes.
Any idea how I can set this? |
You increase and decrease the values of profanity-brute-force/profanity.cpp Line 36 in b4e9356
|
try adding --extended command line argument? It seems like this tool only work on Mac. |
The extended argument only allow to take 16Gib. In order to use 32/60Gib, it s required to increase and decrease the values of The reason it only works on osx might be an initialization issue. Hence I suspect it doesn t works on Intel Mac nor does it works with |
I think the extended parameter is only used to change the size of hash table and number of batch. I can't test it right now but you can try changing |
No. You change the values of when |
Hi,
Super quick one (and thanks for the god-tier code)
My vanity wallet randomly got drained last month and I'm trying to figure out if this was used to do it.
I noticed you have an M1 and 16GB of RAM - but I'd like to use my M2 with 96GB RAM and a better GPU to try and make it faster. I looked through the code and there didn't seem to be anything to set as a variable for the max memory.
I was wondering if this would be as simple as changing a var somewhere I didn't look hard enough for, or it would require a complete rewrite.
I've attached a picture of the current setup for you. Once again - cheers. I missed the news about this, but hopefully it'll shed some light on if it was used to drain me (but hopefully quicker!
The text was updated successfully, but these errors were encountered: