-
Notifications
You must be signed in to change notification settings - Fork 966
Deserialization usage example #20
Copy link
Copy link
Closed
Description
Hey, I would like to use this library to analyse the blockchain. I already have a downloaded copy, using the standard bitcoind. I assumed that I could use bitcoin::network::serialize::deserialize to deserialize a blk*.dat file into a Block struct. Is that correct? When I try to do that, the deserializer allocates an extremely large Vec<u8> and crashes because it's out of memory.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels