Syscoin-4-masternodes-setup-guide

See https://medium.com/@syscoin/syscoin-4-masternodes-setup-guide-d120bd3b6bd4

2 Likes

Thank you johnp, the guides have been really helpful! Quick suggestion, if you have a few spare minutes, to edit the guide (and manual setup guide) to account for the 4.1.3 bug requiring console-based masternode initialization. This issue tripped me up for about 4 hours until I found the resolution this forum; it’s not the easiest to search for since the error message about allocating the txid doesn’t (at least to me) clearly point to the fix. Especially for newer users, I think it would be helpful to replace or update the part in the guides about “clicking Initialize” to instead walk folks through the console-based initialization as described elsewhere on the forum. Thanks!!

I tried to follow the setup guide in Ubuntu 20.04 LTS (Focal Fossa) but got the following error when trying to do
sudo add-apt-repository -y ppa:bitcoin/bitcoin

–

Ign:1 http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu focal InRelease
Hit:2 http://sg.archive.ubuntu.com/ubuntu focal InRelease
Get:3 http://sg.archive.ubuntu.com/ubuntu focal-updates InRelease [111 kB]
Err:4 http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu focal Release
  404  Not Found [IP: 91.189.95.83 80]
Get:5 http://sg.archive.ubuntu.com/ubuntu focal-backports InRelease [98.3 kB]
Get:6 http://sg.archive.ubuntu.com/ubuntu focal-security InRelease [107 kB]
Get:7 http://sg.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [255 kB]
Get:8 http://sg.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [132 kB]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

–

How to fix this?
Many thanks in advance.

Unfortunately, this ppa isn’t available for Ubuntu 20.04.
They script may work without the ppa as db4.8 is available in later versions of Ubuntu, but that’s untested and out of scope.