Here's the companion guide blog post for this video: medium.com/geeklaunch/blockchain-in-rust-02-mining-companion-guide-9106b7a7696d It's a lot easier to keep a blog post updated than a video, so feel free to ask questions there as well!
cool series! there are {from/to}_{be/le}_bytes& {from/to}_{be/le}_bytes functions in std which could be used instead of implementing them (but maybe it would make it harder to understand what is going on)
@@GeekLaunch hey, is it possible to use the stuff explained in this video to mine stuff like bitcoin through rust? I do not have much knowledge about blockchain, so sorry if this is a dumb question.
@@dogeplayz. This series is about a super basic UTXO L1, so technically yes, at a simplistic level, this parallels Bitcoin. Would I recommend using it as a basis for mining Bitcoin? No. Bitcoin mining is done on specialized hardware at this point, and I don't think that "rewrite it in Rust" is going to help much there.
What kind of computer are you using? I can do 6 zeros in the same time it takes you to do 3? I only have 3.5 ghz and this is a single threaded program?
Thank you so much!!! I'm learning rust and the basics of cryptocurrencies at the same time!!!
This is A GREAT TUTORIAL 😀 !!
Bravo .... keep it up
Thank you for watching the video!
Here's the companion guide blog post for this video: medium.com/geeklaunch/blockchain-in-rust-02-mining-companion-guide-9106b7a7696d It's a lot easier to keep a blog post updated than a video, so feel free to ask questions there as well!
cool series! there are {from/to}_{be/le}_bytes& {from/to}_{be/le}_bytes functions in std which could be used instead of implementing them (but maybe it would make it harder to understand what is going on)
The other possibility is that I didn't know the rust stdlib very well when I made these videos 😅
@@GeekLaunch hey, is it possible to use the stuff explained in this video to mine stuff like bitcoin through rust? I do not have much knowledge about blockchain, so sorry if this is a dumb question.
@@dogeplayz. This series is about a super basic UTXO L1, so technically yes, at a simplistic level, this parallels Bitcoin. Would I recommend using it as a basis for mining Bitcoin? No. Bitcoin mining is done on specialized hardware at this point, and I don't think that "rewrite it in Rust" is going to help much there.
Rust syntax has changed a lot since then. Please make an updated course for the same. Thank you!
thank youuuu
thx :)
expecting more :D
Working on it... :)
What kind of computer are you using? I can do 6 zeros in the same time it takes you to do 3? I only have 3.5 ghz and this is a single threaded program?
bro, he gives you an amazing tutorial and all you can do is critique the speed of his computer???!
No worries, it was a weak sauce laptop that died a few months later 😂
hi jacob when i cargo run, i take this error
process didnt exit successfully `target/debug/blockchain.exe` (exit code :101)