howCodeORG / Simple-Python-Blockchain

howCode's simple Python Blockchain with MINING!
141 stars 108 forks source link

Memory Error #3

Closed DanBrown47 closed 4 years ago

DanBrown47 commented 4 years ago

Traceback (most recent call last): File "/home/kasper/Desktop/INSIGHT/block.py", line 59, in blockchain.mine(Block("Block " + str(n+1))) File "/home/kasper/Desktop/INSIGHT/block.py", line 48, in mine for n in range(self.maxNonce): MemoryError

DanBrown47 commented 4 years ago

Solved