mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 12:50:41 -04:00
daemon: add --public-node mode, RPC port propagation over P2P
This commit is contained in:
parent
31bdf7bd11
commit
551104fbf1
20 changed files with 147 additions and 30 deletions
|
@ -43,11 +43,13 @@ private:
|
|||
void stop_p2p();
|
||||
private:
|
||||
std::unique_ptr<t_internals> mp_internals;
|
||||
uint16_t public_rpc_port;
|
||||
std::string zmq_rpc_bind_address;
|
||||
std::string zmq_rpc_bind_port;
|
||||
public:
|
||||
t_daemon(
|
||||
boost::program_options::variables_map const & vm
|
||||
boost::program_options::variables_map const & vm,
|
||||
uint16_t public_rpc_port = 0
|
||||
);
|
||||
t_daemon(t_daemon && other);
|
||||
t_daemon & operator=(t_daemon && other);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue