Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory error #5

Open
pbies opened this issue Nov 20, 2024 · 0 comments
Open

Memory error #5

pbies opened this issue Nov 20, 2024 · 0 comments

Comments

@pbies
Copy link

pbies commented Nov 20, 2024

For height 871220 now the python script gives error:

./utxo-live.py

Rendering the 660 utxos in 871220.dat...

This should take between 10 and 30 min...

Traceback (most recent call last):
  File "/mnt/c/2/./utxo-live.py", line 317, in <module>
    utxos = get_UTXOs(fin, batch_size)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/mnt/c/2/./utxo-live.py", line 188, in get_UTXOs
    utxos.append(get_UTXO(fin))
                 ^^^^^^^^^^^^^
  File "/mnt/c/2/./utxo-live.py", line 156, in get_UTXO
    script_b = fin.read(data_size)
               ^^^^^^^^^^^^^^^^^^^
MemoryError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant