Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 530 Bytes

p2p.md

File metadata and controls

21 lines (13 loc) · 530 Bytes

P2P Service

The p2p service provides a peer-to-peer interface for the Bitcoin blockchain. This service abstracts the connection and commnuication interface between the Bitcoin and the rest of vertcore node.

This service also provides the publisher interface on vertcore-node bus architecture. The P2P service will publish header, block and transaction events.

Service Configuration

"p2p": {
  "peers": [
  { "ip": { "v4": "127.0.0.1" }, "port": 8333 }
  ]
}

Other services this service Depends on

None