Python Cryptocurrency Part 9: Converting Blockchains

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

КОМЕНТАРІ • 12

  • @gurkamalsingh9189
    @gurkamalsingh9189 4 роки тому +1

    Everything was working fine till now.. But i am stuck now, my blockchain is showing an empty set at the end :/
    Can u help with it?

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

    Sir an error occur while installing functools. Which python version is used by you??

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

      Functools is already inclued with python as a module.

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

      @@emilioalcantara3277 thanku

  • @moggyval3320
    @moggyval3320 4 роки тому +1

    im following this whole thing and THANK YOU, i want to help your channel in some way but i dont know how you dont have 1000 subs :(

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

    For some reason the hashes I was getting were different than what yours were. had a closer look at the hash function in the Block class - the arguments passes to the updatehash weren't in the same order as they were in the Block class __init__. Once I made the order of arguments in the updatehash match the order in __init__ my hashes were the same as yours in the video. Not sure if thats what you did in an earlier video - I will go back and check

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

      Just checked - the order of arguments was not matching in the original coding for the Block class in video 1. If it was updated in a video I must have missed it

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

      Justin Jordan The block class was modified in the third video. Hope that helps.