bernardladenthin / BitcoinAddressFinder

A high performance bitcoin address finder.
Apache License 2.0
170 stars 49 forks source link

plz add example with Key range #30

Closed plaber closed 12 months ago

plaber commented 1 year ago

and also what CPU did you use for rich 2000k/s on rtx2060?

bernardladenthin commented 12 months ago

Hi. it was a AMD Ryzen 9 3950x or Intel Core i7-6700K.

plaber commented 11 months ago

interesting, my i5 9400 has the same performance as 6700k, i think rizen faster because it has integrated AES and SHA instructions, but 6700k hmmm. what do you think?

plaber commented 11 months ago

so if you have AMD Ryzen 9 3950x now, can you test it with disabled 8 cores, does it drop performance or maybe 8 or even 4 cores is enough? i want to buy another cpu just for your script, lol. And for information, i made tests on xeon e5 2690 (14 cores) with dual ddr4 32gb, it rich 850k/s,when my 9400f rich 1060k/s (at 40m keys database both). Sorry if i annoy you.

plaber commented 11 months ago

do i need to edit something in config_Find_1OpenCLDevice.js for 14 cores? maybe line 11: "threads" : 8, or line 26: "maxResultReaderThreads" : 4,

plaber commented 11 months ago

so, i changed line 11: "threads" : 8, to line 11: "threads" : 24,

now i have [2390 k keys/second], and cuda load for 95%, i am happy, thaks

bernardladenthin commented 10 months ago

Thanks for feedback. The next release might support more on GPU.