Skip to content

Commit

Permalink
Update PyBlockMiner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoshiNakamotoBitcoin authored Oct 3, 2024
1 parent 9425dff commit 2121d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybitblock/SPV/PyBlockMiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def BitcoinMiner(restart=False):
merkle_root = ''.join([merkle_root[i] + merkle_root[i + 1] for i in range(0, len(merkle_root), 2)][::-1])

work_on = get_current_block_height()
print(Fore.GREEN, 'Working on current Network height', Fore.WHITE, work_on)
print(Fore.GREEN, '\n\n Working on current Network height', Fore.WHITE, work_on)
print(Fore.YELLOW, 'Current TARGET =', Fore.RED, target)
z = 0
while True:
Expand Down

0 comments on commit 2121d58

Please sign in to comment.