Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: LFFK on March 06, 2024, 09:34:56 PM



Title: blockchain
Post by: LFFK on March 06, 2024, 09:34:56 PM
Hello, I would like to try creating software to mine bitcoin. But I would have liked to know how we can get into the blockchain.


Title: Re: blockchain
Post by: FatFork on March 07, 2024, 12:24:57 PM
Hello, I would like to try creating software to mine bitcoin. But I would have liked to know how we can get into the blockchain.

Why would you want to do that? Building efficient mining software is complex. Without a deep understanding of blockchain technology and cryptography, you are way over your head.

Before you even think about writing a line of code, get a feel for the basics of blockchain tech and how Bitcoin mining works first.  There are tons of resources out there, use them!  Then, if you're still gung-ho about building mining software, assess your coding skills honestly.  This is some serious programming, not a weekend project.  Be realistic about what you can actually do.


Title: Re: blockchain
Post by: BitMaxz on March 07, 2024, 05:19:14 PM
I agree with the above post if you want to learn about blockchain I have an awesome link where you can learn about blockchain including the DIY guide on how to build it in any different languages.

Here's the source below
- https://github.com/openblockchains/awesome-blockchains

Since you are planning to build software to mine Bitcoin, there is a DIY guide on making a mining algo for blockchain under that link.