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

[possibly not an issue] unexpected long-time generation on m1 from 9+ digits #24

Open
lebed2045 opened this issue May 30, 2023 · 2 comments

Comments

@lebed2045
Copy link

lebed2045 commented May 30, 2023

Readme stays that on M1
(8-core GPU) performance is 45.0 MH/s,
while it shows only 18 MH/s (tested on 4 different m1 air 16Gb), for 8 digits in the matching pattern it takes 1-2 minutes on average, as expected, example of command:

./profanity2.x64 \
--contract \
--matching 7777XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX7777 \
-z 94243fddbb2f775084b9fa0600a10632b3122266dac2b88d438388b82ce1b8888055551cb3c0e39391d61bb48c2643dad6af7d0f97b989f16ea2d6c2df5b41c2

however, just one digits more takes not 16x times as expected, but whole 100x more, example of command:

./profanity2.x64 \
--contract \
--matching 77777XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX7777 \
-z 94243fddbb2f775084b9fa0600a10632b3122266dac2b88d438388b82ce1b8888055551cb3c0e39391d61bb48c2643dad6af7d0f97b989f16ea2d6c2df5b41c2

might be the case of thermal-throttling, but result that for m1 the effective hashrate is merely 2 MH/s

@k06a
Copy link
Member

k06a commented May 31, 2023

Hi, --contract flag decreases speed due one more hash computation, moreover check out Settings => Battery => Energy Saving option, if enabled it limits speed significantly.

@k06a
Copy link
Member

k06a commented Jun 2, 2023

Take a look at the thing we built on Ethdam.com:
https://github.com/1inch/address-token
https://github.com/1inch/ERADICATE3
https://opensea.io/collection/1inch-address-nft-1

Gonna redeploy it one more time with improved attributes.

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

2 participants