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.
"p2p": {
"peers": [
{ "ip": { "v4": "127.0.0.1" }, "port": 8333 }
]
}
None