Python Cryptocurrency Part 2: Mining Blocks

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

6:21 Higher the difficulty, the higher difficulty
LOGIC!

dev.regotube
Автор

Nice to see somebody using Atom as well

ithaca
Автор

Why does it give me this Error:
TypeError: 'NoneType' object is not callable
at libe 67??

Makkuwaku
Автор

thanks for this great video do u think to share episode 3?

modcollectivetv
Автор

I love your tutorials,
Please can you be my tutor??

bloomtechnologies
Автор

When I run it my first block prints twice. Everything works fine and my blocks are in the right order. Any ideas why?

kyledore
Автор

hi bro your code requires a transaction variable, prevu_hash where is this value actually taken thanks man

rompvmrix
Автор

When I Run The Code, I Do Not Get The 4 Different Blockchains, It Just Prints Out 1

neilshah
Автор

hi bro your code requires number variable,
previous_hash,
.data really this value is taken thanks man or tell me the code how to extract these values

rompvmrix
Автор

Heyy in 2022 you can mine with 5 difficulty in less than 3 seconds :)

valentinewiggin
Автор

How do mine your cryptocurrency and be reward with your cryptocurrency?

igpig
Автор

When I run my code through command prompt, I don't get an output. Anyone know why?

NeonSmlr
Автор

Traceback (most recent call last):
File "C:\Users\gabri\Desktop\Blockchain\blockchain.py", line 79, in <module>
main()
File "C:\Users\gabri\Desktop\Blockchain\blockchain.py", line 70, in main
for block in blockchain:
TypeError: 'Blockchain' object is not iterable

gabe
Автор

I ran into an error with self.chain…
Fixed it by doing
Self.chain = chain if chain is not None else []
I put this under def __init__

thoufeek