Post
Topic
Board Announcements (Altcoins)
Re: Sucre (SUCR) X11 based cryptocurrency POW, Masternode, Private and Instant Send
by
SucreDev
on 01/01/2018, 11:25:54 UTC
+1 MN online - PDF was a great right up for novices like myself. Much appreciated Grin

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.txt

In summary it could not find the file but when checking the status

sucr-cli mnsync status

Everything 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.git
cd 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.

Thanks, will check this out.