tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

fix: startup issues #262

Closed CjS77 closed 7 months ago

CjS77 commented 7 months ago

When starting from a completely clean build, the node doesn't create the id.

This requires running in non-interactive mode for now.

There's also a bug in the comms layer where the wallet's peer db must be deleted in order to get the wallet to connect internally to get the wallet to reconnect via TCP on next launch.

CjS77 commented 7 months ago

Also related: https://github.com/tari-project/tari/issues/5998