Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Time and GPU needed #49

Open
CryptoGrogu opened this issue May 24, 2021 · 7 comments
Open

Time and GPU needed #49

CryptoGrogu opened this issue May 24, 2021 · 7 comments

Comments

@CryptoGrogu
Copy link

HI,

how much time would you estimate for full custom address 40 characters ?
I have 4x2080ti 124gb ram 1tb nvme ssd xeon processor

Thank you =)

@k06a
Copy link
Contributor

k06a commented May 24, 2021

@CryptoGrogu could you provide MH/s speed of each 2080ti? I will be glad to help you to estimate 😎

@BarrowHill
Copy link

BarrowHill commented May 25, 2021

the problem is, johguse has disapeared (in the better case) 2 years ago and now he cant fix his program. This program can't made cusom address, this program is just doing leading 0, leading f and nothing else. for example you cant create address with 0123456 for example, or even 000444aaa address because there is no such function. The functions in this program is absolutely useless.

@k06a
Copy link
Contributor

k06a commented May 26, 2021

@BarrowHill that's not true, you can use the following command to find address with desired prefix:

./profanity --matching 000444aaaXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

@SkyTradeInc
Copy link

@k06a can you share your method for estimating time to find a contract address

350 MH/s, how long to find for example 14 leading 0's?
any other insight will be extremely helpful

cheers!

@k06a
Copy link
Contributor

k06a commented Jun 21, 2021

@SkyTradeInc sure. Finding X leading zeroes requires 2^(4*X) operations, 14 leading zeroes is 2^56 ≈ 64 * 10^15 ≈ 64,000,000,000 MH

Then divide MH by the 350 MH/s speed to know number of seconds ≈ 6.5 years

@Or2No9
Copy link

Or2No9 commented Dec 8, 2021

Thank you for telling everyone this sad answer

@salian
Copy link

salian commented Mar 11, 2022

how much time would you estimate for full custom address 40 characters ? I have 4x2080ti 124gb ram 1tb nvme ssd xeon processor

Approximately 10^32 years for the full 40 characters on that hardware.
Currently we are in 2022 so it should be done by the year 10000000000000000000000000002022.

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

No branches or pull requests

6 participants