v1.0.0
as of 2021-09-30) has not been used in a Juno testnet. It contains important security fixes but is likely not compatible with using Cosmovisor'sDAEMON_ALLOW_DOWNLOAD_BINARIES
option. In any case, the Juno team do not recommend running with auto downloads turned on, so this should not be an issue.cosmos-sdk
repo on Github, so you can use Git tags to target a specific version. This example uses a tag, v0.42.7
that refers to the Cosmos SDK, as Cosmovisor-specific tags did not exist before August 2021. The first of these was cosmovisor/v0.1.0
, and the second is the current release, cosmovisor/v1.0.0
..profile
file, usually located at ~/.profile
, add:junod
.current
- that is simply a symlink used by Cosmovisor. The other folders will need setting up, but this is easy:$DAEMON_HOME/cosmovisor/genesis/bin
./home/your-user/go/bin/junod
:tree
.cosmovisor version
is the same as typing junod version
.junod
using a process manager, we would like to make sure Cosmovisor is automatically restarted if something happens, for example an error or reboot.cosmovisor
is likely at ~/go/bin/cosmovisor
regardless of which installation path you took above, but it's worth checking.v1.0.0
. If you are using v1.0.0
, you may omit that line.