← Back to Bitcoin Improvement Proposals
BIPinformational
BIP127: Replace network_magic with BIP44 coin_type in ProofOfReserves message
This commit updates the ProofOfReserves message in the Protocol Buffers specification to use BIP44 coin type IDs from SLIP-0044 instead of network magic values. The changes include: - Renaming the field from 'network_magic' to 'coin_type' - Updating the comments to reference the SLIP-0044 registry - Adding examples for Bitcoin mainnet (0x80000000) and Testnet (0x80000001)
No reviewsCollections:BIPs — Open
Specification
This commit updates the ProofOfReserves message in the Protocol Buffers specification to use BIP44 coin type IDs from SLIP-0044 instead of network magic values.
The changes include:
- Renaming the field from 'network_magic' to 'coin_type'
- Updating the comments to reference the SLIP-0044 registry
- Adding examples for Bitcoin mainnet (0x80000000) and Testnet (0x80000001)
Discussion (0 threads)
Sign in to start a discussion on this spec.