• 1 Post
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle


  • Minimum technical knowledge indeed. Just not in the direction you are saying.

    Bitcoin is not a repo. It’s a protocol, like TCP / UDP. You are probably thinking of the Bitcoin core client. It can be written in Node or Python if you want.

    I’ve read the whitepaper, all the source code for Core, and built lightning mainnet applications.

    Re: 51% attacks, yes they have happened, but as I noted above, the expense of running them is more than the gains. Because of PoW.

    Re: real-world applications: Africa and other unbanked areas use BTC regularly. Citizens of countries with high inflation too.

    Re: destroying the planet: many of the successful Bitcoin miners run on excess energy that would otherwise be wasted. Nuclear / hydro plants have excess energy as they generally online large portions at a time, more than is needed for a specific time. You can think of Bitcoin mining as bringing forward the ROI on a new power plant before it reaches capacity.



  • Attacking a PoW system costs more than a bad actor would receive in reward for attacking the system.

    There’s good book I can recommend that you might enjoy as a programmer if you want to learn more about this: Mastering Bitcoin by Andreas Antonopolis. He is a Greek CS nerd who got into it during the Greek financial crisis and explains this all very well.

    It’s strange to me to be a professional programmer and have no interest in highly secure programmable money and distributed systems for consensus, but you do you. I am not here to change your mind.