profanity icon indicating copy to clipboard operation
profanity copied to clipboard

Time and GPU needed

Open CryptoGrogu opened this issue 3 years ago • 7 comments

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 =)

CryptoGrogu avatar May 24 '21 00:05 CryptoGrogu

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

k06a avatar May 24 '21 06:05 k06a

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.

BarrowHill avatar May 25 '21 23:05 BarrowHill

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

./profanity --matching 000444aaaXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

k06a avatar May 26 '21 08:05 k06a

@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!

SkyTradeInc avatar Jun 21 '21 16:06 SkyTradeInc

@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

k06a avatar Jun 21 '21 16:06 k06a

Thank you for telling everyone this sad answer

Or2No9 avatar Dec 08 '21 16:12 Or2No9

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.

salian avatar Mar 11 '22 07:03 salian