Is Bitcoin Core storage compatible across different machine architecture?

6

I want to run Bitcoin core on a raspberry PI (arm32v7), but the initial sync takes way too long.

I am thinking importing the UTXO set from another of my node which run on x64.

Would it work? Is it safe to assume it will always work?

Nicolas Dorier

Posted 2018-11-27T13:02:15.117

Reputation: 689

It does not reply whether it should works across different architectureNicolas Dorier 2018-11-27T14:26:27.687

Answers

5

The database format is supposed to be compatible across architectures.

Pieter Wuille

Posted 2018-11-27T13:02:15.117

Reputation: 54 032