+1 MN online - PDF was a great right up for novices like myself. Much appreciated
Thanks @SucreDev. Project looking great so far.
Note* When following the MN PDF i came to an issue on Page 7 of 9 when trying to install
venv/bin/pip install -r requirements.txtIn summary it could not find the file but when checking the status
sucr-cli mnsync statusEverything was saying sync'd ok. The work around i used was by following @lentyna guide on page 10 at step 12.
# ------------------------------------------------------------------------------
# 12. Install sentinel
# ------------------------------------------------------------------------------
Code:
sudo apt-get install -y virtualenv
cd
cd .sucrcore
git clone
https://github.com/dashpay/sentinel.gitcd sentinel
virtualenv venv
venv/bin/pip install -r requirements.txt
After that it seemed to install the file ok. Not quite sure why the PDF command did not work.
Interestingly whether it was by coincidence or not my MN status in wallet changed from WATCHDOG_EXPIRED to ENABLED shortly after and currently had no issues so far par awaiting payment.
Many thanks once again.