True, the waves documentation is confusing and difficult for me too.
Ei, I’m Italian and as soon as I can I would like to create video guides in Italian with English subtitles, we hope to create quality material.
I suppose you’re using deb.
The basic configuration of the dex.conf file should be this:
waves{
extensions = ["com.wavesplatform.dex.Matcher"]
dex {
# Matcher's account address
# account = ""
# Matcher REST API bind address
bind-address = "127.0.0.1"
# Matcher REST API port
port = 6886
}
}
I believe the configuration is this:
waves{
extensions = ["com.wavesplatform.dex.Matcher"]
dex {
# Matcher's account address
account = "ADDRESS WALLET NODE"
# Matcher REST API bind address
bind-address = "ADDRESS IP VPS"
# Matcher REST API port
port = 6886
}
}
Did you stop the knot before this?
command stop:
sudo systemctl stop waves
command start:
sudo systemctl restart waves.service