Block Network Protocol and Application Design

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024
  • Implementing a network protocol for our peer-to-peer network and blockchain and designing a stand-alone application for interfacing with the network.
    Source Code:
    github.com/eri...
    Discord:
    / discord

ความคิดเห็น • 10

  • @mohammedamaanansari7834
    @mohammedamaanansari7834 ปีที่แล้ว

    This channel is a gem

  • @ohdude6643
    @ohdude6643 2 ปีที่แล้ว +3

    Eric you channel is a Pearl. Thank you for the content and time.

  • @randomguy-qr3ft
    @randomguy-qr3ft 2 ปีที่แล้ว +5

    Damn your channel is a hidden treasure!

  • @killjaqular
    @killjaqular ปีที่แล้ว +1

    16:04 "In C, you can really think of everything as being bytes."
    Remember, that's because data types are not real to the machine.
    The compiler or interpreter will care about a language's types, but during runtime, there is no concept of data types!

  • @nakulagoodine1270
    @nakulagoodine1270 ปีที่แล้ว

    Aye NC!

  • @adammontgomery7980
    @adammontgomery7980 2 ปีที่แล้ว +1

    Why have a nonce value if you aren't 'mining'?

    • @eom-dev
      @eom-dev  2 ปีที่แล้ว

      The nonce is what is used to solve the difficulty requirement. Since the hash of the block is dependent on the data in that block, the nonce gives us a value that we can manipulate to try to acquire an appropriate hash. Essentially, our dependent variable is the hash, and the independent variable is the nonce.

  • @vaibhavsingh1194
    @vaibhavsingh1194 ปีที่แล้ว

    can i follow it for windows also

  • @vanhasteljonas
    @vanhasteljonas ปีที่แล้ว

    Why did you made it in C and not in C++

    • @vanhasteljonas
      @vanhasteljonas ปีที่แล้ว

      Do you think it is a good idea to mix this framework with c++ code