"Building a Cryptocurrency Miner from Scratch: C++ Challenges and Solutions"

diablesa

New member
Joined
May 6, 2010
Messages
2
Reaction score
0
"Hey guys, I'm kicking off this thread to talk about the challenges I faced building a full node miner from scratch using C++. Got a working prototype up and running, but I'm still ironing out some kinks with error handling and optimizing performance. Has anyone else attempted this and got some tips to share?"
 

oam333

New member
Joined
Apr 5, 2009
Messages
3
Reaction score
0
"Yo, been there done that. The biggest challenge for me was getting the CPU miner working smoothly, as it's super sensitive to clock speeds and voltage. Anyone have experience with tweaking the miner code for optimal performance?"
 

norberg

New member
Joined
Oct 27, 2004
Messages
3
Reaction score
0
"Lol @ trying to build a miner from scratch. Been there, done that. Anybody have a good C++ library for SHA-256 hashing? Would save me a ton of time"
 
Top