Ask HN: What's the best way to learn about the blockchain?
41–50 of 77 posts
Re: Ask HN: What's the best way to learn about the blockchain?
#42Re: Ask HN: What's the best way to learn about the blockchain?
#43Everything in Bitcoinlandia is fairly superficial, since everyone is trying to sell Bitcoin and make himself rich. So it's like reading multi-level-marketing books. That being said. What's actually kind of good (with actual technical specifications) is Bitcoin wiki, even when it's slightly outdated; then official bitcoin website; and sometimes bitcoin stack exchange website (but that can become outdated too). I don't…
Learning about blockchains can certainly be disconnected from Bitcoin. Go read the Ethereum docs for example.
Re: Ask HN: What's the best way to learn about the blockchain?
#44I've found that getting a wallet and sending some Bitcoin is a great first step. This course introduces Bitcoin and also surveys an array of other decentralized, blockchain projects: https://www.pluralsight.com/courses/bitcoin-decentralized-te... (caveats: self-promotion, pay-walled, but the free trial allows you to watch 95% of it). Bear in mind that the word "blockchain" is an evolving word; almost every definition…
Re: Ask HN: What's the best way to learn about the blockchain?
#45You'll need (at present) about 80 GB of disk space to hold the blockchain. The full node client will download it for you or you can torrent a recent snapshot of the blockchain and then synchronise from there (quicker).
The software you can obtain from here:
https://bitcoin.org/en/full-node
Or you can use git to pull the source code from GitHub and compile it yourself. I've done both, and found the developers on GitHub friendly and responsive to pull requests, even helpful to a newbie submitting a first pull request.
Beware that running a full node will try to eat all your upstream bandwidth. It takes a few days for the Bitcoin network to notice the existence of your new full node, but the number of connections will grow (others asking you for pieces of the blockchain, as well as transaction verifications). You can learn a lot about the Bitcoin ecology this way.
Re: Ask HN: What's the best way to learn about the blockchain?
#46Earlier quoted context omitted.
Learning about blockchains can certainly be disconnected from Bitcoin. Go read the Ethereum docs for example.
There are no uses for turing complete smart contracts. Multisig and nLockTime perform all the same functions with lower risk and greater scalability.
Wish you and your partner in crime stopped spreading false information and just focused on Bitcoin. It should stand on its own merits not on dishing other projects.
Re: Ask HN: What's the best way to learn about the blockchain?
#47I assume you have read the the original Nakamoto paper on bitcoin. I will put it here for reference purposes. It is a seminal paper on blockchain and fairly accessible. https://bitcoin.org/bitcoin.pdf
Re: Ask HN: What's the best way to learn about the blockchain?
#48Re: Ask HN: What's the best way to learn about the blockchain?
#49I assume you have read the the original Nakamoto paper on bitcoin. I will put it here for reference purposes. It is a seminal paper on blockchain and fairly accessible. https://bitcoin.org/bitcoin.pdf
Re: Ask HN: What's the best way to learn about the blockchain?
#50Building the minimum viable block chain: https://www.igvita.com/2014/05/05/minimum-viable-block-chain... That's where I would start.