Giter Site home page Giter Site logo

masternode-zeus's Introduction

Masternode-Zeus

A wizard for managing DASH Masternodes

This is a bash v4 shell script to facilitate the installation and upgrade and monitoring of a DASH masternode with a TUI.

As root

sudo apt install git
git -C /tmp clone https://github.com/kxcd/Masternode-Zeus
chmod +x /tmp/Masternode-Zeus/masternode_zeus.sh
/tmp/Masternode-Zeus/masternode_zeus.sh

Follow the prompts, when done as root, reboot the system, log back in as the 'mno' user and type masternode_zeus.sh to continue with the installation.

Set up a MN on a Raspberry PI

masternode-zeus's People

Contributors

kxcd avatar pastapastapasta avatar

Stargazers

J avatar

Watchers

Rion Daniel Gull avatar J avatar  avatar

masternode-zeus's Issues

Trying to update failed with "Download of dashd has failed, exiting"

When trying to update I kept getting"Download of dashd has failed, exiting". After Debugging it I figured out that the problem lies in the addKeyToStore function. Changing L491 from return to return 0; resolves this issue.
I'm not very familiar with bash scripting so, I'm not 100% sure my change still keeps the intended logic. But from my understanding of the code you check if the pastas key is already in the list, then if it's revoked it should give an error but if not you should return 0. return without specifying a value, implicitly returns the exit status of the last command executed in the function which returns the value of the gpg -k $id|grep -q -i revoked

Troubleshooting Pasta's GPG Key

First and foremost, Merry Christmas!

I've encountered a weird problem and can't seem to fix it. Suggest providing instructions on how to resolve this issue (as the error alludes to).

addKeyToStore || { echo "The was a problem with adding Pasta's key to the keystore, please resolve this before trying to continue.";exit 1;}

Attempted to delete (but made a backup) the trustdb.gpg file and rerun the script. No such luck. Also attempted a clean install as a "new" master node instead of updating binaries; again, no luck. Any ideas on how to remediate?

Thanks again and happy holidays!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.