This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # the endpoint upon which to listen for incoming connections (eosio::bnet_plugin) | |
| bnet-endpoint = 0.0.0.0:4321 | |
| # the number of threads to use to process network messages (eosio::bnet_plugin) | |
| # bnet-threads = | |
| # remote endpoint of other node to connect to; Use multiple bnet-connect options as needed to compose a network (eosio::bnet_plugin) | |
| # bnet-connect = | |
| # this peer will request no pending transactions from other nodes (eosio::bnet_plugin) |