Bitcoin Forum
September 04, 2025, 10:17:32 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 [412] 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 ... 581 »
  Print  
Author Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it  (Read 334860 times)
nomachine
Full Member
***
Offline Offline

Activity: 742
Merit: 110


View Profile
March 24, 2025, 09:35:00 AM
 #8221

I will release an optimized version of the program during the day. After that, I will optimize sha256_avx2.cpp and ripemd160_avx2.cpp as well. Then, I will optimize SECP256K1.

This is just the beginning. It will never run as fast as a GPU, but on a 128-core CPU with AVX-512 and Clang, it will come very close.  Grin

BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
Akito S. M. Hosana
Jr. Member
*
Offline Offline

Activity: 392
Merit: 8


View Profile
March 24, 2025, 09:51:21 AM
 #8222

This is just the beginning.

Can you make a GPU version right away, or is it pointless? I don't have a 128-core CPU—that's science fiction to me.
nomachine
Full Member
***
Offline Offline

Activity: 742
Merit: 110


View Profile
March 24, 2025, 10:10:47 AM
Last edit: March 24, 2025, 10:24:37 AM by nomachine
 #8223

This is just the beginning.

Can you make a GPU version right away, or is it pointless? I don't have a 128-core CPU—that's science fiction to me.

Who knows how long this will take, maybe months, depending on my available time. For now, I’ve kept the scalar implementation because the ModSub operation is non-trivial to vectorize, and the primary bottleneck is likely elsewhere (probably in the hash computations). My plan is to modify the Int class to support SIMD operations and then carefully implement modular arithmetic for SECP256K1 using SIMD.

BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
kTimesG
Full Member
***
Offline Offline

Activity: 574
Merit: 198


View Profile
March 24, 2025, 10:12:15 AM
 #8224

I will release an optimized version of the program during the day. After that, I will optimize sha256_avx2.cpp and ripemd160_avx2.cpp as well. Then, I will optimize SECP256K1.

This is just the beginning. It will never run as fast as a GPU, but on a 128-core CPU with AVX-512 and Clang, it will come very close.  Grin

RTX 4090: 7000 MH/s @ 450 W (no overclocking)
"Very close": Huh @ Huh W

Off the grid, training pigeons to broadcast signed messages.
E36cat
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
March 24, 2025, 10:17:01 AM
 #8225

Prefix length : 6 bytes
Private Key   : 00000000000000000000000000000000000000000000000C04673D8F26342B51
Public Key    : 03D85C9727B7190872DF6869ED1D570A4489E3DB67D4E3B5817E1DD34B14CA936C
Found Hash160 : e0b8a2baee1b7496fe8a738563b458763bccbb5e
Target Hash160: e0b8a2baee1b77fc703455f39d51477451fc8cfc
Matched bytes : e0b8a2baee1b
Akito S. M. Hosana
Jr. Member
*
Offline Offline

Activity: 392
Merit: 8


View Profile
March 24, 2025, 10:32:09 AM
 #8226

RTX 4090

Keep your fantasies for your wallet. An RTX 4090 feels like science fiction to me too. We need a budget-friendly script—something optimized for a more affordable setup. It shouldn't require a 128-core CPU, but it also shouldn't be tailored specifically for an RTX 4090 GPU.
nomachine
Full Member
***
Offline Offline

Activity: 742
Merit: 110


View Profile
March 24, 2025, 10:37:58 AM
 #8227

budget-friendly script—something optimized for a more affordable setup.

And if possible, don’t move from your comfortable chair and have everything served on a plate. I know. Grin

BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
kTimesG
Full Member
***
Offline Offline

Activity: 574
Merit: 198


View Profile
March 24, 2025, 11:43:16 AM
 #8228

RTX 4090

Keep your fantasies for your wallet. An RTX 4090 feels like science fiction to me too. We need a budget-friendly script—something optimized for a more affordable setup. It shouldn't require a 128-core CPU, but it also shouldn't be tailored specifically for an RTX 4090 GPU.

So it costs you less to compute same amount of hashes using more power (like, 6 to 7 times more)?
You're basically saying that electricity is less expensive if it powers a CPU. Or that it's more expensive if it powers a GPU. I wonder what your power provider has to say about that.

You can find the science-fiction movie on vast.ai, if you actually want more bangs for a buck, no need to empty your wallet on buying an expensive device and etc. I don't even own a desktop computer anymore. The wallet will empty anyway once your home's energy bill comes out.

Off the grid, training pigeons to broadcast signed messages.
gians82
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
March 24, 2025, 12:25:27 PM
 #8229

Prefix length : 6 bytes
Private Key   : 00000000000000000000000000000000000000000000000C04673D8F26342B51
Public Key    : 03D85C9727B7190872DF6869ED1D570A4489E3DB67D4E3B5817E1DD34B14CA936C
Found Hash160 : e0b8a2baee1b7496fe8a738563b458763bccbb5e
Target Hash160: e0b8a2baee1b77fc703455f39d51477451fc8cfc
Matched bytes : e0b8a2baee1b


pure coincidence, for me the key is in the E range
nomachine
Full Member
***
Offline Offline

Activity: 742
Merit: 110


View Profile
March 24, 2025, 01:06:35 PM
Last edit: March 24, 2025, 01:39:24 PM by nomachine
 #8230

Optimized version is there. Good luck.

https://github.com/NoMachine1/Cyclone

 Grin

BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
Danielson187
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
March 24, 2025, 02:18:29 PM
 #8231

All of you with your massive GPU farms trying to brute-force the key! May I introduce you to your biggest competitor: the LuckyForcer — an ESP32-based "brute" forcer, crypto price ticker, and clock! It delivers a staggering 42 keys random per second and even features a web interface and Home Assistant integration!

https://i.ibb.co/5XSfLhnc/Lucky-Forcer1.jpg
https://i.ibb.co/N6554Fy2/Lucky-Forcer2.jpg
https://i.ibb.co/Vc8cRW1t/Lucky-Forcer3.jpg

If I’m going to have a little clock on my desk, it better be doing something useful too Grin
E36cat
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
March 24, 2025, 02:22:26 PM
 #8232

Prefix length : 6 bytes
Private Key   : 00000000000000000000000000000000000000000000000C04673D8F26342B51
Public Key    : 03D85C9727B7190872DF6869ED1D570A4489E3DB67D4E3B5817E1DD34B14CA936C
Found Hash160 : e0b8a2baee1b7496fe8a738563b458763bccbb5e
Target Hash160: e0b8a2baee1b77fc703455f39d51477451fc8cfc
Matched bytes : e0b8a2baee1b


pure coincidence, for me the key is in the E range

Prefix length : 6 bytes
Private Key   : 00000000000000000000000000000000000000000000000D025D44ECC6F72944
Public Key    : 033035F97FE40FD9EFD02DF1D535936F2AE8E3D2C7710A49A5A24DA53BDB5474CC
Found Hash160 : e0b8a2baee1b2c593aad750d6a310372b0bbc2be
Target Hash160: e0b8a2baee1b77fc703455f39d51477451fc8cfc
Matched bytes : e0b8a2baee1b
Denevron
Newbie
*
Offline Offline

Activity: 115
Merit: 0


View Profile
March 24, 2025, 02:42:05 PM
 #8233

Optimized version is there. Good luck.

https://github.com/NoMachine1/Cyclone

 Grin

Can I write you a private message? I wanted to ask something
mcdouglasx
Sr. Member
****
Offline Offline

Activity: 756
Merit: 397



View Profile WWW
March 24, 2025, 03:24:47 PM
 #8234

You can find the science-fiction movie on vast.ai, if you actually want more bangs for a buck, no need to empty your wallet on buying an expensive device and etc. I don't even own a desktop computer anymore. The wallet will empty anyway once your home's energy bill comes out.

Again with your biased opinions, you always assume too much. There are many countries with abundant resources where electricity hovers around $0.05 per kWh, so generalizing and assuming that everyone here is from a country where electricity is a problem is a huge bias, considering there are people from all over the world here.

▄▄█████████████████▄▄
▄█████████████████████▄
███▀▀█████▀▀░░▀▀███████

██▄░░▀▀░░▄▄██▄░░█████
█████░░░████████░░█████
████▌░▄░░█████▀░░██████
███▌░▐█▌░░▀▀▀▀░░▄██████
███░░▌██░░▄░░▄█████████
███▌░▀▄▀░░█▄░░█████████
████▄░░░▄███▄░░▀▀█▀▀███
██████████████▄▄░░░▄███
▀█████████████████████▀
▀▀█████████████████▀▀
Rainbet.com
CRYPTO CASINO & SPORTSBOOK
|
█▄█▄█▄███████▄█▄█▄█
███████████████████
███████████████████
███████████████████
█████▀█▀▀▄▄▄▀██████
█████▀▄▀████░██████
█████░██░█▀▄███████
████▄▀▀▄▄▀███████
█████████▄▀▄███
█████████████████
███████████████████
██████████████████
███████████████████
 
 $20,000 
WEEKLY RAFFLE
|



█████████
█████████ ██
▄▄█░▄░▄█▄░▄░█▄▄
▀██░▐█████▌░██▀
▄█▄░▀▀▀▀▀░▄█▄
▀▀▀█▄▄░▄▄█▀▀▀
▀█▀░▀█▀
10K
WEEKLY
RACE
100K
MONTHLY
RACE
|

██









█████
███████
███████
█▄
██████
████▄▄
█████████████▄
███████████████▄
░▄████████████████▄
▄██████████████████▄
███████████████▀████
██████████▀██████████
██████████████████
░█████████████████▀
░░▀███████████████▀
████▀▀███
███████▀▀
████████████████████   ██
 
[..►PLAY..]
 
████████   ██████████████
AndrewWeb
Jr. Member
*
Offline Offline

Activity: 77
Merit: 3


View Profile
March 24, 2025, 03:51:56 PM
 #8235

I prefer Our Home
kTimesG
Full Member
***
Offline Offline

Activity: 574
Merit: 198


View Profile
March 24, 2025, 03:52:28 PM
 #8236

You can find the science-fiction movie on vast.ai, if you actually want more bangs for a buck, no need to empty your wallet on buying an expensive device and etc. I don't even own a desktop computer anymore. The wallet will empty anyway once your home's energy bill comes out.

Again with your biased opinions, you always assume too much. There are many countries with abundant resources where electricity hovers around $0.05 per kWh, so generalizing and assuming that everyone here is from a country where electricity is a problem is a huge bias, considering there are people from all over the world here.

That's not what I said. The fact that a GPU computes a magnitude of order more hashes/s than an equivalent amount of CPUs, for the same power consumption on both options, is not a personal opinion, or bias as you call it. The price/kWH is irrelevant for this comparison. It's the same reason why no one mines BTC using a GPU anymore, because ASICs are tons more efficient than a GPU, just like a GPU is tons more efficient than a CPU. No one says you can't mine BTC with a CPU, GPU, or even on a napkin if you're fast enough, though good luck with all of those.

Off the grid, training pigeons to broadcast signed messages.
mjojo
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
March 24, 2025, 04:01:10 PM
 #8237

Jan 2016 - Jan 2024     = 200 pages
Jan 2024 - March 2025 = 213 pages
Total 413 pages
Imagine if BTC reach above USD 150K
 Grin Grin
mcdouglasx
Sr. Member
****
Offline Offline

Activity: 756
Merit: 397



View Profile WWW
March 24, 2025, 04:05:29 PM
 #8238

You can find the science-fiction movie on vast.ai, if you actually want more bangs for a buck, no need to empty your wallet on buying an expensive device and etc. I don't even own a desktop computer anymore. The wallet will empty anyway once your home's energy bill comes out.

Again with your biased opinions, you always assume too much. There are many countries with abundant resources where electricity hovers around $0.05 per kWh, so generalizing and assuming that everyone here is from a country where electricity is a problem is a huge bias, considering there are people from all over the world here.

That's not what I said. The fact that a GPU computes a magnitude of order more hashes/s than an equivalent amount of CPUs, for the same power consumption on both options, is not a personal opinion, or bias as you call it. The price/kWH is irrelevant for this comparison. It's the same reason why no one mines BTC using a GPU anymore, because ASICs are tons more efficient than a GPU, just like a GPU is tons more efficient than a CPU. No one says you can't mine BTC with a CPU, GPU, or even on a napkin if you're fast enough, though good luck with all of those.

I talked about this because I've often seen you bringing up electricity costs as an issue, generalizing.

The wallet will empty anyway once your home's energy bill comes out.

Regarding the other thing, you're absolutely right.


▄▄█████████████████▄▄
▄█████████████████████▄
███▀▀█████▀▀░░▀▀███████

██▄░░▀▀░░▄▄██▄░░█████
█████░░░████████░░█████
████▌░▄░░█████▀░░██████
███▌░▐█▌░░▀▀▀▀░░▄██████
███░░▌██░░▄░░▄█████████
███▌░▀▄▀░░█▄░░█████████
████▄░░░▄███▄░░▀▀█▀▀███
██████████████▄▄░░░▄███
▀█████████████████████▀
▀▀█████████████████▀▀
Rainbet.com
CRYPTO CASINO & SPORTSBOOK
|
█▄█▄█▄███████▄█▄█▄█
███████████████████
███████████████████
███████████████████
█████▀█▀▀▄▄▄▀██████
█████▀▄▀████░██████
█████░██░█▀▄███████
████▄▀▀▄▄▀███████
█████████▄▀▄███
█████████████████
███████████████████
██████████████████
███████████████████
 
 $20,000 
WEEKLY RAFFLE
|



█████████
█████████ ██
▄▄█░▄░▄█▄░▄░█▄▄
▀██░▐█████▌░██▀
▄█▄░▀▀▀▀▀░▄█▄
▀▀▀█▄▄░▄▄█▀▀▀
▀█▀░▀█▀
10K
WEEKLY
RACE
100K
MONTHLY
RACE
|

██









█████
███████
███████
█▄
██████
████▄▄
█████████████▄
███████████████▄
░▄████████████████▄
▄██████████████████▄
███████████████▀████
██████████▀██████████
██████████████████
░█████████████████▀
░░▀███████████████▀
████▀▀███
███████▀▀
████████████████████   ██
 
[..►PLAY..]
 
████████   ██████████████
pbies
Full Member
***
Offline Offline

Activity: 389
Merit: 206



View Profile
March 24, 2025, 05:48:38 PM
 #8239

@nomachine

For my local 9950X and 16 threads I am getting ~100 Mkeys/s.

For vast.ai server with AMD EPYC 7642 48-Core 186 threads (up to 192) I am getting 222 Mkeys/s.

Seems like for greater number of threads it is not working properly.

I would expect much more keys/s.

BTC: bc1qmrexlspd24kevspp42uvjg7sjwm8xcf9w86h5k
nomachine
Full Member
***
Offline Offline

Activity: 742
Merit: 110


View Profile
March 24, 2025, 06:41:14 PM
 #8240

@nomachine

For my local 9950X and 16 threads I am getting ~100 Mkeys/s.

For vast.ai server with AMD EPYC 7642 48-Core 186 threads (up to 192) I am getting 222 Mkeys/s.

Seems like for greater number of threads it is not working properly.

I would expect much more keys/s.

I am currently using and testing AVX-256, and it is slower than AVX-512 by half. The AVX-256 workload here can cause the CPU to downclock significantly, which might negate the performance gains from vectorization. The CPU is throttling as a result.

You should switch to AVX-512 with EPYC.




Uploaded optimized ripemd160_avx2.cpp (AVX-256) to Git.

BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
Pages: « 1 ... 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 [412] 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 ... 581 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!