First…
turn of your topologyupdater script and delete from crontab.
if you not set it as a systemd you just need to delete from crontab
if you seted as systemd then:
- check status :
sudo systemctl status cnode-tu-push.service
sudo systemctl status cnode-tu-push.timer
sudo systemctl status cnode-tu-fetch.service
if you are see running then you will need to stop and disable
sudo systemctl stop cnode-tu-push.service
sudo systemctl stop cnode-tu-push.timer
sudo systemctl stop cnode-tu-fetch.service
sudo systemctl disable cnode-tu-push.service
sudo systemctl disable cnode-tu-push.timer
sudo systemctl disable cnode-tu-fetch.service
check again the status:
sudo systemctl status cnode-tu-push.service
sudo systemctl status cnode-tu-push.timer
sudo systemctl status cnode-tu-fetch.service
Now you should go in topology file and edit your topology file to connect only with your Relay:
{
“Producers”: [
{
“addr”: “x.x.x.x”,
“port”: relay_port,
“valency”: 1
}
]
}
and save the file
now, you will need to edit your env file:
I made a mark for which line you should delete # from the begining in order to activate the line,
for pool name you should go to take it from priv/pool and there type ls -l and copy the name of the folder and edit in env between the “” for eg : POOL NAME=“ALEX”
and you need to activate (delete # from the begining) all line below for wallet and pool file
after that restart your Producer
and tell me how it’s look in gliveview (run the ./gLiveView.sh script)