Skip to content

ERROR #31

@Hurd8x

Description

@Hurd8x

File "wt_extract_keys.py", line 31, in
main()
File "wt_extract_keys.py", line 21, in main
for item in parse_wallet_dict(w_data):
File "/root/walletool/walletool/wallet_items.py", line 182, in parse_wallet_dict
yield WalletItem.parse(key, value)
File "/root/walletool/walletool/wallet_items.py", line 103, in parse
data['lockTime'] = vds.read_uint32() File "/root/walletool/walletool/bc_data_stream.py", line 56, in read_uint32
return self._read_num('<I')
File "/root/walletool/walletool/bc_data_stream.py", line 76, in _read_num
(i,) = struct.unpack_from(format, self.input, self.read_cursor)
struct.error: unpack_from requires a buffer of at least 3866173642 bytes for unpacking 4 bytes at offset 3866173638 (actual buffer size is 10912)

How to resolve problem, please ?

Thank you very mach

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions