Git Product home page Git Product logo

install-goshimmer's Introduction

Install GoShimmer for Pollen testnet using one command

You can use this one line command to get a routine that will perform the installation of GoShimmer. Login to your VPS and run the command bellow. This shell script has been tested in Ubuntu 20.04.

Install GoShimmer

The following commands will download and run an install.sh script with all steps needed to install GoShimmer according to the guide at IOTA Foundation repository.

wget https://raw.githubusercontent.com/HurricanKai/install-goshimmer/master/install.sh && chmod 0777 install.sh && ./install.sh

Once the process finishes you will be able to access your Node Dashboard at:

http://your-ip:8081

Upgrade or restart GoShimmer

GoShimmer is experimental software and might crash from time to time. This command will delete your database, get the latest GoShimmer version, install it and restart it. You can use it to upgrade your Goshimmer to the latest IF release or to recover your node if it fails. Login to your VPS and run this command:

cd /opt/goshimmer && docker-compose down && rm db/* && docker-compose pull && docker-compose up -d

I will be updating the commands to reflect the installation recommended by the IOTA Foundation

install-goshimmer's People

Contributors

demichele avatar hurricankai avatar

Watchers

James Cloos avatar

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.