TMKMS Update v0.15.0
Stop the existing TMKMS service
sudo systemctl stop celestia-tmkmsd.serviceDownload and build binaries
rm -rf $HOME/tmkms
git clone https://github.com/iqlusioninc/tmkms.git $HOME/tmkms
cd $HOME/tmkms
git checkout v0.15.0
cargo build --release --features=softsign
cargo install --path . --features=softsignStart service and check the logs
sudo systemctl daemon-reload
sudo systemctl restart celestia-tmkmsd.service
sudo journalctl -u celestia-tmkmsd.service -f -o catLast updated