0age / create2crunch

A Rust program for finding salts that create gas-efficient Ethereum addresses via CREATE2.
MIT License
472 stars 83 forks source link

Broken Master Branch GPU Support #9

Open kev1n opened 1 year ago

kev1n commented 1 year ago

I've been trying to mine an efficient contract address with create2crunch. I followed all the instructions found in: this blog post, with little luck.

I used the following configs:

Here are some of the things I've tried:

But the program would just hang on this message indefinitely Setting up experimental OpenCL miner using device {}...

None of these worked, so my next idea was to go through the commit history until I found one that worked.

Cloning Vectorized's create2crunch fork, I tried the following branches:

I'm not sure if this is just an issue when on vast.ai or a similar GPU renting platform, or if something I just did wrong like not waiting long enough, but I hope this helps.

@Vectorized

MRHarrison commented 1 year ago

I also have the same issue, but it is intermittent. It will sometimes work or sometimes be stuck with the message below. I'm also using vast.ai

Stuck on:

Setting up experimental OpenCL miner using device
kev1n commented 1 year ago

Have you tried the other branches? They tended to fix the issue for me @MRHarrison

MRHarrison commented 1 year ago

@kev1n yeah I used optfix2 on vectorized clone. That works! Thanks!