At the end of the masternode tutorial it says "Restart And Unlock Wallet". The wallet can then be locked again and masternode will function properly right?
My MN status says watchdog expired. I think it has something to do with the sentinel instillation on uvuntu 16.04:
monoeci@guest:~/sentinel$ virtualenv ./venv
The program 'virtualenv' is currently not installed. You can install it by typing:
sudo apt install virtualenv
monoeci@guest:~/sentinel$ sudo apt install virtualenv
[sudo] password for monoeci:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
python3-virtualenv
The following NEW packages will be installed:
python3-virtualenv virtualenv
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 47.6 kB of archives.
After this operation, 171 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1
http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python3-virtualenv all 15.0.1+ds-3ubuntu1 [43.2 kB]
Get:2
http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 virtualenv all 15.0.1+ds-3ubuntu1 [4,342 B]
Fetched 47.6 kB in 0s (49.9 kB/s)
Selecting previously unselected package python3-virtualenv.
(Reading database ... 111999 files and directories currently installed.)
Preparing to unpack .../python3-virtualenv_15.0.1+ds-3ubuntu1_all.deb ...
Unpacking python3-virtualenv (15.0.1+ds-3ubuntu1) ...
Selecting previously unselected package virtualenv.
Preparing to unpack .../virtualenv_15.0.1+ds-3ubuntu1_all.deb ...
Unpacking virtualenv (15.0.1+ds-3ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up python3-virtualenv (15.0.1+ds-3ubuntu1) ...
Setting up virtualenv (15.0.1+ds-3ubuntu1) ...
monoeci@guest:~/sentinel$ ./venv/bin/pip install -r requirements.txt
bash: ./venv/bin/pip: No such file or directory
monoeci@guest:~/sentinel$ ./venv/bin/py.test ./test
bash: ./venv/bin/py.test: No such file or directory