Bitcoin Forum
May 09, 2024, 02:26:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: How Should I proceed to become a block chain developer.  (Read 448 times)
r1s2g3 (OP)
Sr. Member
****
Offline Offline

Activity: 742
Merit: 395


I am alive but in hibernation.


View Profile
July 09, 2018, 06:37:33 AM
Last edit: July 10, 2018, 12:00:05 AM by r1s2g3
 #1

I have gone through the book "Mastering Bitcoin" and I am not able to completely  grasp  it.  I just need a break from reading and need to do something practical.

Is "https://github.com/bitcoin/bitcoin/" is the original copy?
How  should I  read the source  code?
Do I need to install some specific program /compilers  for it.

Edit.
My ultimate goal is to become Blockchain developer.
I am a software engineer,BS or BE or B-Tech degree holder in computer science field. So I read the programming language and Data structures in my college life.

Now Bad part:
Even today I work as software engineer but never used programming skills, so whatever I read is almost 15 year back in life.
In job , I worked as ETL developer/tester (A gui tool ) so no programming language after wards I transitioned to Performance DBA (Work on tuning of Database 150+  tearabytes in size).

I downloaded github also (as a zip file) , but I did not find any directory till now where I can find C code.

Actually I want a transition in my job field by learning a new skill. Actually if I learn the blockchain skill, there is high probability that I can move to another project of my company that is doing blockchain but I need to acquire skills first.


I am alive
1715221613
Hero Member
*
Offline Offline

Posts: 1715221613

View Profile Personal Message (Offline)

Ignore
1715221613
Reply with quote  #2

1715221613
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715221613
Hero Member
*
Offline Offline

Posts: 1715221613

View Profile Personal Message (Offline)

Ignore
1715221613
Reply with quote  #2

1715221613
Report to moderator
1715221613
Hero Member
*
Offline Offline

Posts: 1715221613

View Profile Personal Message (Offline)

Ignore
1715221613
Reply with quote  #2

1715221613
Report to moderator
IBXNetwork
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 09, 2018, 07:43:08 AM
 #2

I don't get what you specifically want to do but bitcoin's GitHub is for sure the place to learn about practical information. If you have any knowledge on programming on C you won't have trouble to read the code. There's just so many pull requests it's really hard to read them all and give the specific time for each one of them
starmyc
Full Member
***
Offline Offline

Activity: 198
Merit: 130

Some random software engineer


View Profile
July 09, 2018, 08:46:10 AM
Merited by suchmoon (5), Welsh (2), ABCbits (1)
 #3

How Should I proceed.

To do what, exactly ? What is your goal ? This is the most important question right there.


I have gone through the book "Mastering Bitcoin" and I am not able to completely  grasp  it.  I just need a break from reading and need to do something practical.

Is "https://github.com/bitcoin/bitcoin/" is the original copy?
How  should I  read the source  code?
Do I need to install some specific program /compilers  for it

The Bitcoin Core source code is hard to read. As you're asking if you need some kind of compilers or anything to build it, I assume you are not a skilled c++ software developer (which is not wrong!), but it will be even harder for you to read. You should not try this way.

If you want to understand how bitcoin works, installed the Bitcoin Core (wallet) client already compiled (on https://bitcoin.org/), and try it using the Testnet. After you got a grasp on how the wallet works, I would advise you to take a look to the RPC commands (accessible using bitcoin-cli). It will allow you to use the wallet, but using bitcoin core features even closer to the protocol. If you are a software developer, you can try to build a simple explorer, using those RPC commands, or even a blockchain parser. It is a nice way to understand Bitcoin even deeper, and not much an hard task. Once you've done all that, you'll be mostly ready to understand the Bitcoin Core's C++ code! :-)

Hi, I'm just some random software engineer.
You can check my projects: Bitcoin & altcoin balances/addresses listing dumps: https://balances.crypto-nerdz.org/
bitmover
Legendary
*
Offline Offline

Activity: 2296
Merit: 5928


bitcoindata.science


View Profile WWW
July 09, 2018, 11:36:47 AM
Last edit: July 09, 2018, 02:14:39 PM by bitmover
Merited by digitalgame4life (1)
 #4

I have gone through the book "Mastering Bitcoin" and I am not able to completely  grasp  it.  I just need a break from reading and need to do something practical.

Is "https://github.com/bitcoin/bitcoin/" is the original copy?
How  should I  read the source  code?
Do I need to install some specific program /compilers  for it


Mastering bitcoin will explain how bitcoin works, not only how bitcoin core software works.

The author suggests that you can skip one chapter (related to bitcoin core commands) and go back later. I did that, and it was good. I am not a developer and got a nice understand from the book.

Even if you are focused in Bitcoin core commands , I think you should read the whole book first to understand what it can really do and how, before trying to learn by yourself on GitHub.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
digitalgame4life
Full Member
***
Offline Offline

Activity: 378
Merit: 105


Active forum member, A+ poster, PM good sign camp.


View Profile
July 09, 2018, 01:32:49 PM
 #5

Try to begin basic by reading a book about bitcoin and its blockchain, and after that there are enough books out there learning coding and programming, what I did was to take a course in coding while leaving my medical study, and now I work at a company providing information on blockchain and bitcoin.

reflector
Sr. Member
****
Offline Offline

Activity: 826
Merit: 263



View Profile
July 09, 2018, 02:10:32 PM
 #6

I have gone through the book "Mastering Bitcoin" and I am not able to completely  grasp  it.  I just need a break from reading and need to do something practical.

Is "https://github.com/bitcoin/bitcoin/" is the original copy?
How  should I  read the source  code?
Do I need to install some specific program /compilers  for it



Technically you can find more technical source code on Github but I did not understand what actually you are looking to read on Mastering bitcoins book. If you want to learn the solidity coding normal Youtube videos are enough to do that.
Since you are newbie I do not believe that this is what  you are looking for to learn now.
As a beginner you should check the article Rise and Rise of bitcoins this is the basic to learn for all the people.
r1s2g3 (OP)
Sr. Member
****
Offline Offline

Activity: 742
Merit: 395


I am alive but in hibernation.


View Profile
July 09, 2018, 02:35:08 PM
 #7


How Should I proceed.

To do what, exactly ? What is your goal ? This is the most important question right there.

My ultimate goal is to become Blockchain developer.
I am a software engineer,BS or BE or B-Tech degree holder in computer science field. So I read the programming language and Data structures in my college life.

Now Bad part:
Even today I work as software engineer but never used programming skills, so whatever I read is almost 15 year back in life.
In job , I worked as ETL developer/tester (A gui tool ) so no programming language after wards I transitioned to Performance DBA (Work on tuning of Database 150+  tearabytes in size).

I downloaded github also (as a zip file) , but I did not find any directory till now where I can find C code.

Actually I want a transition in my job field by learning a new skill. Actually if I learn the blockchain skill, there is high probability that I can move to another project of my company that is doing blockchain but I need to acquire skills first.

I am alive
buwaytress
Legendary
*
Offline Offline

Activity: 2800
Merit: 3443


Join the world-leading crypto sportsbook NOW!


View Profile
July 09, 2018, 04:36:48 PM
 #8

As bitmover says, Mastering Bitcoin is actually a lot less about the coding than about learning "how Bitcoin works", not so much how a specific software (in your case Core) works. I'm not a technical person by any means but that book is probably as good as it gets for level of comprehensive detail without drowning in too much jargon.

You're clearly someone who needs a more structured learning, and with your programming background, a proper computer programming course might be suited to you. Plenty of threads on this forum have discussed formal education in Bitcoin/blockchain/crypto...

Check some out:
https://bitcointalk.org/index.php?topic=2083416.0
https://bitcointalk.org/index.php?topic=4314098.0
https://bitcointalk.org/index.php?topic=3268749.0

Personally, if I were to choose something, I'd go for the most established... Uni of Nicosia. The author of Mastering Bitcoin teaches some of the modules on the course there! Check out their free course first.

██
██
██
██
██
██
██
██
██
██
██
██
██
... LIVECASINO.io    Play Live Games with up to 20% cashback!...██
██
██
██
██
██
██
██
██
██
██
██
██
r1s2g3 (OP)
Sr. Member
****
Offline Offline

Activity: 742
Merit: 395


I am alive but in hibernation.


View Profile
July 10, 2018, 12:18:06 AM
 #9


Check some out:
https://bitcointalk.org/index.php?topic=2083416.0
https://bitcointalk.org/index.php?topic=4314098.0
https://bitcointalk.org/index.php?topic=3268749.0

Personally, if I were to choose something, I'd go for the most established... Uni of Nicosia. The author of Mastering Bitcoin teaches some of the modules on the course there! Check out their free course first.

Thanks Buwaytress, I will check that free course.
Actually I got lot of courses in udemy, but all needed to be purchased. (I can think of purchasing them but I have no idea of their quality and I do not believe that you will become developer by taking 10 hrs course)
https://www.udemy.com/courses/search/?q=blockchain

My further research revealed that a block chain developer should be well versed in front end development (like HTML, CSS etc, so I will start with them for a time being)

People also refer to Solidity development, but it look more of  smart contract on Ethereum platform, I am right now, not interested in that.

Just a little bit surprised, as I was expecting tons of suggestion how to become a developer.  Lets hope some developer see this thread and able to guide me properly.

I am alive
HeRetiK
Legendary
*
Offline Offline

Activity: 2926
Merit: 2091


Cashback 15%


View Profile
July 10, 2018, 09:25:08 AM
Merited by ABCbits (1)
 #10

My further research revealed that a block chain developer should be well versed in front end development (like HTML, CSS etc, so I will start with them for a time being)

Where did you read that? Front end development is likely one of the least useful programming skills when it comes to working with blockchains / cryptocurrencies. HTML / CSS even moreso. You may end up with a pretty GUI but a blockchain / cryptocurrency needs more than just that.

Server-side JavaScript / NodeJS development might be a useful skill. There's a lot of Bitcoin and cryptocurrency related npm modules that allow you to communicate with your own full node via its RPC interface and receive / send transactions. If I'm not mistaken ByteBall's official wallet is written in JavaScript and uses a wrapper for its desktop version. Most blockchain / cryptocurrency projects are written in rather low-level languages such as C++ though, which is a skill that is hard to learn, but without which you likely won't get far.

Still, it largely depends on what you mean by becoming a "Blockchain Developer".

Do you want to work on a new cryptocurrency / blockchain project? Contribute to existing cryptocurrency / blockchain projects? Write smart contracts? Create wallet clients for existing cryptocurrencies? Integrate existing cryptocurrencies in new or existing applications?

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

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

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

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

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

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











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











▄▄▄▄█
Wind_FURY
Legendary
*
Offline Offline

Activity: 2912
Merit: 1825



View Profile
July 10, 2018, 09:34:15 AM
 #11

OP, Jimmy Song has been organizing "Blockchain Developer" workshops. Why not try to get in touch with him on social media or on his email and ask him?

The videos of the workshops might be also be found on youtube.com.

██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
lehoanghuy71111992
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
July 10, 2018, 10:15:02 AM
 #12


I look forward to your help
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
July 10, 2018, 02:55:38 PM
 #13

My further research revealed that a block chain developer should be well versed in front end development (like HTML, CSS etc, so I will start with them for a time being)

IMO front end developing is the least useful for you to learn at this stage.
While it might be funny to create fancy sites with lots of animations and a nice appearance, it is not programming.

You will need programming skills if you want to dive into blockchain development.



People also refer to Solidity development, but it look more of  smart contract on Ethereum platform, I am right now, not interested in that.

Solidity is pretty easy to learn. It is mostly self-explanatory.
You should start with some basic languages and learn the general approach / routines when developing a software.

The language itself can be learned within a few days/weeks.
After you have successfully finished your first projects, you won't need that much time again to learn another language.



If I'm not mistaken ByteBall's official wallet is written in JavaScript

 Roll Eyes
One can always spot low-quality projects by things like that Roll Eyes

hasmukh_rawal
Copper Member
Full Member
***
Offline Offline

Activity: 490
Merit: 105


★777Coin.com★ Fun BTC Casino!


View Profile
July 10, 2018, 04:00:09 PM
 #14

You can't directly become a blockchain developer without actually knowing the basics. It's good that you started reading 'Mastering Bitcoin' as it will give you an idea about Bitcoin actually works and the terminology. You can do some online courses which will guide you better towards becoming a blockchain developer and then you can start practicing by taking some good projects from Github (not the Bitcoin core) . Start with smaller projects. You can go for wallets and then gradually start developing your own projects. Once you get started with things you will get a clear picture of what to do next.

bitmover
Legendary
*
Offline Offline

Activity: 2296
Merit: 5928


bitcoindata.science


View Profile WWW
July 10, 2018, 06:39:48 PM
 #15

You will need programming skills if you want to dive into blockchain development.

People also refer to Solidity development, but it look more of  smart contract on Ethereum platform, I am right now, not interested in that.

Solidity is pretty easy to learn. It is mostly self-explanatory.
You should start with some basic languages and learn the general approach / routines when developing a software.


Hello Bob.
Can you suggest me a basic language and general approach to begin?
Where and how can I start to learn something like that?

I k ow a bit JavaScript...

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
July 10, 2018, 06:54:37 PM
Merited by bitmover (1)
 #16

Can you suggest me a basic language and general approach to begin?

Well, this depends on what kind of software you want to build.

Pretty 'basic' languages would be C, C++, Java.
If you are rather into a scripting language, then python is a powerful tool.



Where and how can I start to learn something like that?

There are quite a few tutorials/books available online.
You can find free ebooks for most programming languages/topic here: https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md

dafunkizdiz
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
July 10, 2018, 07:05:23 PM
 #17

Apply for a blockchain job. Someone might be willing to take a gamble on you.
hatshepsut93
Legendary
*
Offline Offline

Activity: 2968
Merit: 2147



View Profile
July 11, 2018, 02:02:43 AM
Merited by ABCbits (1)
 #18

This is probably something that you are looking for: https://programmingblockchain.gitbooks.io/programmingblockchain/content/

The book is rather short, but full of code examples, so it's a good way to start learning some blockchain programming. I'd also recommend you to get a strong grasp of cryptography, because without it you might seriously screw up something: https://bitcointalk.org/index.php?topic=2818388.0

Also, keep in mind that blockchain is a very experimental technology, so learn it at your own risk.

.BEST.CHANGE..███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
herrzinfakt
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 11, 2018, 04:35:22 AM
 #19

You will need programming skills if you want to dive into blockchain development.

People also refer to Solidity development, but it look more of  smart contract on Ethereum platform, I am right now, not interested in that.

Solidity is pretty easy to learn. It is mostly self-explanatory.
You should start with some basic languages and learn the general approach / routines when developing a software.


Hello Bob.
Can you suggest me a basic language and general approach to begin?
Where and how can I start to learn something like that?

I k ow a bit JavaScript...

Javascript is only going to help you with web development (mostly).
The most used language in blockchain developing is C++. But any C based languages will give you a kickstart since the syntax are all the same. Learn one and you pretty much be able to write code in others. Examples are Java, C#, C++ or Python, or newer languages like Swift, Kotlin (not suggested).

Among all languages, Python is the easiest to start with and compile. After that you can start learning C++, and it is a little harder to compile and debug C++ code. Just a heads up, C++ is one of the strictest language that I have known so far. With it, you will need to care about Memory leaks which is one of the hardest thing in C++.
centive
Copper Member
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile WWW
July 12, 2018, 08:15:55 AM
 #20

There are numerous online resources on manual platforms on Github or online courses on Udemy as well. Another great choice would be blockchain courses on https://www.pluralsight.com/search?q=blockchain , well most are free and great instructors as well.
Pages: [1] 2 »  All
  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!