Jdope (OP)
|
|
May 13, 2017, 10:07:21 AM |
|
I don't know if this sub forum is the right place to ask this or not but here it goes, i want to get started in bitcoin/altcoin development, know about how the system works instead of just using it and get to know how transactions work, how miners, wallets and coins are developed. A little information about my background, i have been C++ college courses for a year, data structures, object oriented concepts and the rest. i have also been web developing using node among others for a year, i tried checking out github repos of coins like bitcoin and ethereum but it's a little to big and i don't know where to start. I know you have to start somewhere so if you've been in my shoes a few years ago, how did you get better at it? how did you start? thanks.
|
|
|
|
Emoclaw
|
|
May 13, 2017, 10:10:41 AM |
|
Read the Bitcoin whitepaper first: https://bitcoin.org/bitcoin.pdfThat will give you a full understanding of how Bitcoin, the Blockchain and mostly everything related work. Start prying with the source code afterwards, view it, fork it, whatever you want. Try to understand piece-by-piece.
|
|
|
|
Jdope (OP)
|
|
May 13, 2017, 10:13:33 AM |
|
Read the Bitcoin whitepaper first: https://bitcoin.org/bitcoin.pdfThat will give you a full understanding of how Bitcoin, the Blockchain and mostly everything related work. Start prying with the source code afterwards, view it, fork it, whatever you want. Try to understand piece-by-piece. I've read the whitepaper a couple of times, and watched some youtube videos too. i have a good understanding of how the blockchain works in general but not the code, once i start reading the source code i get confused, there's too many files on the github repo of bitcoin that i honestly can't even figure out where it starts.
|
|
|
|
jaked
Member
Offline
Activity: 60
Merit: 10
|
|
May 13, 2017, 02:51:13 PM |
|
I don't know if this sub forum is the right place to ask this or not but here it goes, i want to get started in bitcoin/altcoin development, know about how the system works instead of just using it and get to know how transactions work, how miners, wallets and coins are developed. A little information about my background, i have been C++ college courses for a year, data structures, object oriented concepts and the rest. i have also been web developing using node among others for a year, i tried checking out github repos of coins like bitcoin and ethereum but it's a little to big and i don't know where to start. I know you have to start somewhere so if you've been in my shoes a few years ago, how did you get better at it? how did you start? thanks.
Here you go: https://bitcoin.org/en/developer-guidehttps://github.com/bitcoinbook/bitcoinbook
|
|
|
|
MetalGear
|
|
June 06, 2017, 02:18:32 PM |
|
In my own experience i started my bitcoin using coins. ph it is a bitcoin wallet in where you can store your bitcoins. And by this wallet you can also receive benefits just like having a 50 pesos in philippine peso for every friend that you can invite and will use the coins. ph you can also receive benefits for every transaction that you will do using bitcoin
|
|
|
|
|
AK47-
|
|
June 17, 2017, 12:29:45 PM |
|
As you already know C++. It will be good as Bitcoin Core is written in C++. You should now focus on C++ with OpenCL / Cuda for GPU programming for specifically programming with crypto technology. Also, there is a book called Mastering Bitcoin by Andreas Antonopoulos. It is a good book to be started with Bitcoin technology.
|
|
|
|
d5000
Legendary
Offline
Activity: 4102
Merit: 7655
Decentralization Maximalist
|
|
June 17, 2017, 10:35:28 PM |
|
First of all, you should use the search function of the forum - only recently there was a VERY similar thread. The Bitcoin whitepaper and the two resources xdeltax posted are already a good start. Then I would read the technical documentation of the Bitcoin protocol, as that's what is important - not a single implementation like Bitcoin Core or, let's say, Electrum. I would recommend, too, " Bitcoins the hard way", to know how transactions and other basic Bitcoin mechanisms work and be able to write simple scripts that access the Bitcoin network and do useful things - without any client.
|
|
|
|
EthBooks
Newbie
Offline
Activity: 28
Merit: 0
|
|
July 02, 2017, 12:56:01 PM |
|
I would recommend a basic knowledge of C++, and to play with Litecoin source code. If you have compiled programs in Linux, you're on the right path.
|
|
|
|
slimgrey
Newbie
Offline
Activity: 10
Merit: 0
|
|
July 02, 2017, 06:21:26 PM |
|
who here wants to just team up and create or fork a altcoin? i don't know coding but i know i could handle the marketing part
|
|
|
|
FATechnologies
Newbie
Offline
Activity: 167
Merit: 0
|
|
July 02, 2017, 07:10:37 PM |
|
Here. I can clone any coin
|
|
|
|
dquancey
|
|
July 02, 2017, 07:17:36 PM |
|
Back in 2013, I started cloning BTC/LTC code and starting my own coins, then creating an MPOS pool and start mining and watch it work away. I'm no coder, nor am I wanting to start my own currency, I just wanted to understand how it all worked and this sort of thing was invaluable to me. Many a sleepless night trying to get this working Anyway, good luck.
|
|
|
|
cjnmoh
Member
Offline
Activity: 98
Merit: 10
|
|
July 03, 2017, 04:54:34 AM |
|
I don't know if this sub forum is the right place to ask this or not but here it goes, i want to get started in bitcoin/altcoin development, know about how the system works instead of just using it and get to know how transactions work, how miners, wallets and coins are developed. A little information about my background, i have been C++ college courses for a year, data structures, object oriented concepts and the rest. i have also been web developing using node among others for a year, i tried checking out github repos of coins like bitcoin and ethereum but it's a little to big and i don't know where to start. I know you have to start somewhere so if you've been in my shoes a few years ago, how did you get better at it? how did you start? thanks.
I also have the same concern about this Bitcoin and it's development. How it is working and what is the business is this. Is bitcoin developed to help people only or somebody is earning by developing this. How the wallet are working? Is that possible we can run a wallet business?
|
|
|
|
pinkflower
|
|
July 03, 2017, 01:34:50 PM |
|
I don't know if this sub forum is the right place to ask this or not but here it goes, i want to get started in bitcoin/altcoin development, know about how the system works instead of just using it and get to know how transactions work, how miners, wallets and coins are developed. A little information about my background, i have been C++ college courses for a year, data structures, object oriented concepts and the rest. i have also been web developing using node among others for a year, i tried checking out github repos of coins like bitcoin and ethereum but it's a little to big and i don't know where to start. I know you have to start somewhere so if you've been in my shoes a few years ago, how did you get better at it? how did you start? thanks.
Here you go: https://bitcoin.org/en/developer-guidehttps://github.com/bitcoinbook/bitcoinbookThe developer guide is always a good place to start, better than the white paper if you ask me. Everything about the blockchain like the hashing, proof of work and all the other stuff is explained well enough for a non-coder to understand.
|
|
|
|
|