tari-project / tari-universe

Other
0 stars 3 forks source link

Dynamically assign port to wallet daemon #70

Open MCozhusheck opened 3 months ago

MCozhusheck commented 3 months ago

In wallet_daemon.rs there is hard-coded 19000 port for wallet daemon. We should assign any free port and keep it in db.

kowalski commented 3 months ago

I'd argue that we would prefer not to listen on any port at all. If we can use IPC for communication instead of HTTP it would be ideal