Bitcoin Forum
May 02, 2024, 12:24:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to Start Blockchain Development?  (Read 218 times)
bitkoyim (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 13


View Profile
March 19, 2023, 10:34:56 AM
Merited by o_e_l_e_o (4), BlackHatCoiner (4), Welsh (1), ABCbits (1), DdmrDdmr (1), Husna QA (1), paid2 (1)
 #1

Hi, community!

I am a beginner in blockchain and I want to build my own blockchain network, not for profit, to improve myself only. I simply know how Bitcoin work and I can explain it to anyone who does not know it.

However, in blockchain development, I do not know how to start "technically". Yes, I can develop my own blockchain but probably it will not be similar to Bitcoin so I want to imitate Satoshi's mindset as much as I can, so I want to learn how Bitcoin work technically, not theoretically.

I decided to follow the resources:
-> https://developer.bitcoin.org/
-> https://en.bitcoin.it/wiki/Main_Page
-> The Blockchain Developer: A Practical Guide for Designing, Implementing, Publishing, Testing, and Securing Distributed Blockchain-based Projects by Elad Elrom
-> Mastering Bitcoin Book - https://github.com/bitcoinbook/bitcoinbook
-> Some Udemy courses

However, I wonder about your ideas about what should I focus on, first. How can I learn blockchain development the best? The time is valuable. Smiley

Thank you.
1714609490
Hero Member
*
Offline Offline

Posts: 1714609490

View Profile Personal Message (Offline)

Ignore
1714609490
Reply with quote  #2

1714609490
Report to moderator
1714609490
Hero Member
*
Offline Offline

Posts: 1714609490

View Profile Personal Message (Offline)

Ignore
1714609490
Reply with quote  #2

1714609490
Report to moderator
1714609490
Hero Member
*
Offline Offline

Posts: 1714609490

View Profile Personal Message (Offline)

Ignore
1714609490
Reply with quote  #2

1714609490
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714609490
Hero Member
*
Offline Offline

Posts: 1714609490

View Profile Personal Message (Offline)

Ignore
1714609490
Reply with quote  #2

1714609490
Report to moderator
paid2
Hero Member
*****
Offline Offline

Activity: 686
Merit: 2050


Crypto Swap Exchange


View Profile WWW
March 19, 2023, 12:46:54 PM
Merited by Husna QA (1)
 #2

However, in blockchain development, I do not know how to start "technically". Yes, I can develop my own blockchain but probably it will not be similar to Bitcoin so I want to imitate Satoshi's mindset as much as I can, so I want to learn how Bitcoin work technically, not theoretically.

However, I wonder about your ideas about what should I focus on, first. How can I learn blockchain development the best? The time is valuable. Smiley

You could have a look on the pre-release version of BitcoinCore
You can find the pre-release, v0.1.0, and v0.1.3 here, on the Satoshi Institute website : https://satoshi.nakamotoinstitute.org/code/
It can give you a nice start and a source of inspiration.

However, I see that you quoted Mastering Bitcoin book. This one will be more than useful for your project I think. But maybe just like an additionnal layer of help when it is required.

If you aren't against the idea to pay for some ressources, as you already mentionned, you have plenty Udemy courses which are explaining how to start a Bitcoin-like/based blockchain from scratch. The issue with Udemy course is to find one which is not too superficial and newbie-friendly, A lot of them are only focusing on super basic things, and doesn't help a lot to increase your understanding of BTC once you already own some good knowledges.

Finally, this book will give you the best starting point possible in my opinion : Programming Bitcoin- Learn how to Program Bitcoin from Scratch : https://books.google.bg/books/about/Programming_Bitcoin.html?id=OIuGtgEACAAJ&redir_esc=y

(And maybe, you could use ChatGPT for that purpose, but I don't really know, I haven't tested it yet)

Have a nice journey with Bitcoin programming !

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
vjudeu
Hero Member
*****
Offline Offline

Activity: 670
Merit: 1549



View Profile
March 19, 2023, 02:02:03 PM
 #3

Quote
And maybe, you could use ChatGPT for that purpose, but I don't really know, I haven't tested it yet
Not really, because so far I reached only sources, where the whole program does not compile at all, or freeze on the first checked case (and it was for simple programs, like prime number generator, for more complex issues it was even worse). Also, even if ChatGPT has access to block hashes, it cannot just give it to you without modifications, you will reach invalid headers, and most computations are plain wrong. For example, when trying to use that for SHA-1, this chat claimed that 0x5a827999 squared is equal to 0x35a1e5a9ac99ab99, while the true answer is 0x1fffffff4d25fd71 (this is even worse, because ChatGPT seems to know that to get this result, using sqrt(2) is needed, it can give formulas, and all stuff, but it makes a lot of mistakes during most computations). Even in the latest version GPT-4, it is still terrible at computing, and I've got around 90% wrong answers for very basic questions. It is temporarily banned on StackOverflow, because those answers are completely wrong too many times.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
wajik-tempe
Sr. Member
****
Offline Offline

Activity: 1022
Merit: 252


TonUp.io | 🔥Ultimate Launchpad on TON


View Profile
March 19, 2023, 02:43:52 PM
 #4

Did you have computer science background ? you'll need to choose a programming language to work with. Popular options for blockchain development include Python, JavaScript, Solidity, and C++. Consider your existing programming skills and interests when choosing a language to work with.
And then start by building a simple blockchain network with basic features such as creating blocks, adding transactions, and validating transactions. after that, keep practice and learn from existing blockchain projects also you can contribute to open-source blockchain projects to gain more hands-on experience.

TONUP██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
▄▄███████▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄█████▄░▄▄▀█████▀▄████▄
▄███████▄▀█▄▀██▀▄███████▄
█████████▄▀█▄▀▄██████████
██████████▄▀█▄▀██████████
██████████▀▄▀█▄▀█████████
▀███████▀▄██▄▀█▄▀███████▀
▀████▀▄█████▄▀▀░▀█████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀███████▀▀
▄▄▄███████▄▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄██████████████▀▀█████▄
▄██████████▀▀█████▐████▄
██████▀▀████▄▄▀▀█████████
████▄▄███▄██▀█████▐██████
█████████▀██████████████
▀███████▌▐██████▐██████▀
▀███████▄▄███▄████████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀▀███████▀▀▀
▄▄▄███████▄▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄█████████████████████▄
▄████▀▀███▀▀███▀▀██▀███▄
████▀███████▀█▀███▀█████
██████████████████████
████▄███████▄█▄███▄█████
▀████▄▄███▄▄███▄▄██▄███▀
▀█████████████████████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀▀███████▀▀▀
████████
██
██
██
██
██
██
██
██
██
██
██
████████
████████████████████████████████████████████████████████████████████████████████
.
JOIN NOW
.
████████████████████████████████████████████████████████████████████████████████
████████
██
██
██
██
██
██
██
██
██
██
██
████████
BitMaxz
Legendary
*
Offline Offline

Activity: 3248
Merit: 2955


Block halving is coming.


View Profile WWW
March 19, 2023, 03:44:02 PM
Merited by Husna QA (1), HmmMAA (1)
 #5

I have a big source where you can learn about blockchain and you can start to build your blockchain right away by following the DIY guide from this link below.

https://github.com/openblockchains/awesome-blockchains#do-it-yourself-diy---build-your-own-blockchain

It has 5 different languages such as Python, Ruby, JavaScript, Java, Go and Python. Just choose where you want to focus.

Another source is the one below.

https://github.com/yjjnls/awesome-blockchain

It includes other altcoin blockchains and development. Hope that this is enough to learn about building your own blockchain.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
bitkoyim (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 13


View Profile
March 19, 2023, 06:45:39 PM
 #6

You could have a look on the pre-release version of BitcoinCore
You can find the pre-release, v0.1.0, and v0.1.3 here, on the Satoshi Institute website : https://satoshi.nakamotoinstitute.org/code/
It can give you a nice start and a source of inspiration...

Thank you so much! They are really awesome resources, will help me.

--------

Did you have computer science background ? you'll need to choose a programming language to work with. Popular options for blockchain development include Python, JavaScript, Solidity, and C++. Consider your existing programming skills and interests when choosing a language to work with.
And then start by building a simple blockchain network with basic features such as creating blocks, adding transactions, and validating transactions. after that, keep practice and learn from existing blockchain projects also you can contribute to open-source blockchain projects to gain more hands-on experience.

Yes, I have computer science background and I am planning to develop my blockchain in Go or Rust. Thank you for advices.

--------

I have a big source where you can learn about blockchain and you can start to build your blockchain right away by following the DIY guide from this link below...

How a great resource! Thank you.
Husna QA
Legendary
*
Offline Offline

Activity: 2268
Merit: 2860


#SWGT CERTIK Audited


View Profile WWW
March 20, 2023, 11:59:01 PM
 #7

However, I wonder about your ideas about what should I focus on, first. How can I learn blockchain development the best? The time is valuable. :)
When I learned Blockchain through several courses on Udemy, including this one: https://www.udemy.com/course/build-your-blockchain-az/, at least I had to understand several programming languages ​​such as Python, Javascript with React, Solidity or any other language.

I have computer science background and I am planning to develop my blockchain in Go or Rust.
I think you can more easily develop your Blockchain when you have such a foundation.
Try to learn some source code from what already exists, at least for you to emulate in the early stages, before you finally make a different version.

hZti
Hero Member
*****
Offline Offline

Activity: 952
Merit: 642

Magic


View Profile
March 24, 2023, 09:52:11 AM
 #8


I have computer science background and I am planning to develop my blockchain in Go or Rust.
I think you can more easily develop your Blockchain when you have such a foundation.
Try to learn some source code from what already exists, at least for you to emulate in the early stages, before you finally make a different version.

A lot of stuff in the crypto world is also open source, so you can probably also start by looking at different projects and see what they have done so far. In many cases you can also get paid in Altcoins projects to do some small work and get a lot of information and can talk to other developers.
BlackHatCoiner
Legendary
*
Offline Offline

Activity: 1512
Merit: 7340


Farewell, Leo


View Profile
March 24, 2023, 05:31:39 PM
 #9

I'm not quite sure what you want. If you want to familiarize yourself with Blockchain technically, then you can start coding small parts of it. Choose a programming language you're professional to, and start implementing things like mining blocks, signing messages, creating transactions etc. If you want to dive into the hard part of Bitcoin Core development, you can check doxygen.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
darkv0rt3x
Hero Member
*****
Offline Offline

Activity: 1204
Merit: 658


I rather die on my feet than to live on my knees


View Profile
March 24, 2023, 08:31:42 PM
 #10

However, I wonder about your ideas about what should I focus on, first. How can I learn blockchain development the best? The time is valuable. Smiley
When I learned Blockchain through several courses on Udemy, including this one: https://www.udemy.com/course/build-your-blockchain-az/, at least I had to understand several programming languages ​​such as Python, Javascript with React, Solidity or any other language.

I have computer science background and I am planning to develop my blockchain in Go or Rust.
I think you can more easily develop your Blockchain when you have such a foundation.
Try to learn some source code from what already exists, at least for you to emulate in the early stages, before you finally make a different version.

I tink I took the same as you did but I haven't praticed since so most of the things are gone! Sad
https://www.udemy.com/course/build-your-blockchain-az/

And also enroled in this one prior to the above:
https://www.udemy.com/course/complete-python-developer-zero-to-mastery

Bitcoin is energy. Bitcoin is freedom
I rather die on my feet than living on my knees!
thecodebear
Hero Member
*****
Offline Offline

Activity: 2086
Merit: 813


View Profile
March 24, 2023, 10:23:56 PM
 #11

You could have a look on the pre-release version of BitcoinCore
You can find the pre-release, v0.1.0, and v0.1.3 here, on the Satoshi Institute website : https://satoshi.nakamotoinstitute.org/code/
It can give you a nice start and a source of inspiration...

Thank you so much! They are really awesome resources, will help me.

--------

Did you have computer science background ? you'll need to choose a programming language to work with. Popular options for blockchain development include Python, JavaScript, Solidity, and C++. Consider your existing programming skills and interests when choosing a language to work with.
And then start by building a simple blockchain network with basic features such as creating blocks, adding transactions, and validating transactions. after that, keep practice and learn from existing blockchain projects also you can contribute to open-source blockchain projects to gain more hands-on experience.

Yes, I have computer science background and I am planning to develop my blockchain in Go or Rust. Thank you for advices.

--------

I have a big source where you can learn about blockchain and you can start to build your blockchain right away by following the DIY guide from this link below...

How a great resource! Thank you.

Oh cool I'm doing the same thing. I just started learning Rust the other day and I want to work on learning blockchain dev and try to build a significant blockchain project in Rust. Eventual goal would be to do something in the Bitcoin ecosystem but I figure building my own thing even if just as a hobby project would be fun and help educate me on blockchain dev.
Husna QA
Legendary
*
Offline Offline

Activity: 2268
Merit: 2860


#SWGT CERTIK Audited


View Profile WWW
March 24, 2023, 11:40:27 PM
 #12

A lot of stuff in the crypto world is also open source, so you can probably also start by looking at different projects and see what they have done so far. In many cases you can also get paid in Altcoins projects to do some small work and get a lot of information and can talk to other developers.
To go straight into a paid project, at least you must understand how to build Blockchain. While here, the OP is still asking how to start.


I tink I took the same as you did but I haven't praticed since so most of the things are gone! :(
https://www.udemy.com/course/build-your-blockchain-az/

And also enroled in this one prior to the above:
https://www.udemy.com/course/complete-python-developer-zero-to-mastery
When I entered the sub-lessons about "Create Blockchain" from there, I must learn at least the Python language. Therefore, to make it easier, you must understand the programming language. I also took several courses on Python, one of which is the same as you mentioned above.

JamesBorn
Member
**
Offline Offline

Activity: 84
Merit: 18


View Profile
March 27, 2023, 11:22:50 AM
 #13

I have a big source where you can learn about blockchain and you can start to build your blockchain right away by following the DIY guide from this link below.

https://github.com/openblockchains/awesome-blockchains#do-it-yourself-diy---build-your-own-blockchain

It has 5 different languages such as Python, Ruby, JavaScript, Java, Go and Python. Just choose where you want to focus.

Another source is the one below.

https://github.com/yjjnls/awesome-blockchain

It includes other altcoin blockchains and development. Hope that this is enough to learn about building your own blockchain.

Sir, thank you this really helps. But will interesting in getting more guides if you don't mind because this my first attempt on github to build block chain but the languages python, JavaScript, Java, go and python are a bit confusing. I hope to get more assistant from you sir. Thank you
Pages: [1]
  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!