FeatherCoin / Feathercoin

https://feathercoin.com
MIT License
128 stars 124 forks source link

ACP service bit to toggle CHECKPOINT messages #338

Closed Bushstar closed 6 years ago

Bushstar commented 6 years ago

This adds a service bit to indicate that the node supports ACP (Automatic Checkpointing), if that service bit is not present then the CHECKPOINT messages are not sent to that node. This helps compatibility with alternative clients that do not support CHECKPOINT messages.

Service bit 24 was chosen as this is in the experimental bit range designated by Bitcoin so should not clash with any additional service bits put into production by Bitcoin.