Thank you so much!!! I'm learning rust and the basics of cryptocurrencies at the same time!!!
@omartahboub29002 жыл бұрын
This is A GREAT TUTORIAL 😀 !!
@gurejalectures6 жыл бұрын
Bravo .... keep it up
@GeekLaunch6 жыл бұрын
Thank you for watching the video!
@vyorkin4 жыл бұрын
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)
@GeekLaunch3 жыл бұрын
The other possibility is that I didn't know the rust stdlib very well when I made these videos 😅
@dogeplayz. Жыл бұрын
@@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.
@GeekLaunch Жыл бұрын
@@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.
@GeekLaunch6 жыл бұрын
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!
@roland1443 жыл бұрын
thank youuuu
@shirshak67386 жыл бұрын
thx :) expecting more :D
@GeekLaunch6 жыл бұрын
Working on it... :)
@prathmeshranjan873 Жыл бұрын
Rust syntax has changed a lot since then. Please make an updated course for the same. Thank you!
@skatcat7434 жыл бұрын
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?
@benjamina83574 жыл бұрын
bro, he gives you an amazing tutorial and all you can do is critique the speed of his computer???!
@GeekLaunch4 жыл бұрын
No worries, it was a weak sauce laptop that died a few months later 😂
@ahmetceylan91602 жыл бұрын
hi jacob when i cargo run, i take this error process didnt exit successfully `target/debug/blockchain.exe` (exit code :101)