Making Magic Internet Money? - Blockchain In Rust #02: Mining

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 18

  • @benjamina8357
    @benjamina8357 3 роки тому +2

    Thank you so much!!! I'm learning rust and the basics of cryptocurrencies at the same time!!!

  • @omartahboub2900
    @omartahboub2900 2 роки тому

    This is A GREAT TUTORIAL 😀 !!

  • @gurejalectures
    @gurejalectures 6 років тому +1

    Bravo .... keep it up

    • @GeekLaunch
      @GeekLaunch  6 років тому +3

      Thank you for watching the video!

  • @GeekLaunch
    @GeekLaunch  5 років тому +1

    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!

  • @vyorkin
    @vyorkin 3 роки тому +2

    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
      @GeekLaunch  3 роки тому

      The other possibility is that I didn't know the rust stdlib very well when I made these videos 😅

    • @dogeplayz.
      @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
      @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.

  • @prathmeshranjan873
    @prathmeshranjan873 Рік тому

    Rust syntax has changed a lot since then. Please make an updated course for the same. Thank you!

  • @roland144
    @roland144 3 роки тому

    thank youuuu

  • @shirshak6738
    @shirshak6738 5 років тому

    thx :)
    expecting more :D

  • @skatcat743
    @skatcat743 4 роки тому

    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?

    • @benjamina8357
      @benjamina8357 3 роки тому +3

      bro, he gives you an amazing tutorial and all you can do is critique the speed of his computer???!

    • @GeekLaunch
      @GeekLaunch  3 роки тому

      No worries, it was a weak sauce laptop that died a few months later 😂

  • @ahmetceylan9160
    @ahmetceylan9160 2 роки тому

    hi jacob when i cargo run, i take this error
    process didnt exit successfully `target/debug/blockchain.exe` (exit code :101)