TMKMS Update v0.15.0

Stop the existing TMKMS service

sudo systemctl stop celestia-tmkmsd.service

Download 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=softsign

Start service and check the logs

sudo systemctl daemon-reload
sudo systemctl restart celestia-tmkmsd.service
sudo journalctl -u celestia-tmkmsd.service -f -o cat

Last updated