Difference between revisions of "P2P"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
* [[EnableP2P]] | * [[EnableP2P]] | ||
* <code>[[op-node]] [[--p2p.static]]</code> | * <code>[[op-node]] [[--p2p.static]]</code> | ||
+ | * <code>[[--log.vmodule]] value</code> | ||
* <code>[[no peers ready to handle block requests for more P2P requests for L2 block history]]</code> | * <code>[[no peers ready to handle block requests for more P2P requests for L2 block history]]</code> | ||
* <code>[[OP_NODE_P2P_PEERSTORE_PATH]]</code> | * <code>[[OP_NODE_P2P_PEERSTORE_PATH]]</code> | ||
Line 20: | Line 21: | ||
== See also == | == See also == | ||
+ | * {{devp2p}} | ||
* {{p2p}} | * {{p2p}} | ||
* {{bitcoind}} | * {{bitcoind}} | ||
[[Category:Crypto]] | [[Category:Crypto]] |
Latest revision as of 13:38, 13 October 2024
EXPOSE 8080 # REST interface EXPOSE 8333 18333 18444 # P2P network (mainnet, testnet & regnet respectively) EXPOSE 8332 18332 18443 # RPC interface (mainnet, testnet & regnet respectively) EXPOSE 28332 28333 # ZMQ ports (for transactions & blocks respectively)
2023-05-31T05:17:59Z P2P peers available. Skipped DNS seeding. 2023-05-31T05:17:59Z dnsseed thread exit
[2024-08-08 12:11:27] INFO p2p: Running node with peer id of XXXXXXX
Related[edit]
- EnableP2P
op-node --p2p.static
--log.vmodule value
no peers ready to handle block requests for more P2P requests for L2 block history
OP_NODE_P2P_PEERSTORE_PATH
op-node 9003
See also[edit]
devp2p [ enrdump ]
, Node Discovery Protocol v5- p2p, The Bitcoin P2P Network Library, Libbitcoin, bx, DHT, Bram Cohen, 9003,
p2psim, devp2p
, Node Discovery Protocol v5 bitcoind, .bitcoin/, bitcoin.conf, Dockerfile, Bitcoind ports( 8332 18332 18443 8333 18333 18444 ), -chain, -datadir, -server, --help
, Bitcoind logs, Bitcoind changelog
Advertising: