GithubHelp home page GithubHelp logo

obsidianxxl's Introduction

ObsidianXXL

v0.1.1 (BETA)

The ObsidianXXL (XXL) is a modular dashboard for MasterNodes (MN) on the Obsidian Blockchain. With a straight forward setup, anyone running a node on the Obsidian Blockchain will be able to easily view their server, node, and network information in a beautiful and clean interface. The ObsidianXXL includes an internal API layer, XXL-API, which works as a proxy between this Webapp and your running Obsidian Blockchain.

A more streamlined installation process is still being sorted out as we are growing to understand our user-base and which platforms will need support. Currently, installation has been verified on MacOS and Ubuntu 16.04. In order of importance, the XXL-API should be installed first.

Prerequisites

Important project dependencies such as NodeJS are installed after going through the entire XXL-API README!

:// Obsidian Wallet/Node

If you have not yet installed either the Obsidian-QT Wallet or the obsidiand binary file from source. For more information, please view our Github Wiki for the Obsidian-QT wallet.

:// XXL-API

The XXL-API is an interface layer separating the ObsidianXXL Webapp and your running Obsidian Blockchain. The XXL-API has it's own prerequisites/guide and must be installed prior to ObsidianXXL. Please refer to the XXL-API README for installation details.

:// Forever

Forever is a Process Manager to run the ObsidianXXL Webapp in production, essentially a high-level container for ObsidianXXL to run. We have opted for Forever due to the simplicity of use. The following command will install it in your environment.

npm install forever -g

Installation

Running the below command from within the ObsidianXXL project folder will look at the package.json manifest and install the required dependencies. If you do not have the ObsidianXXL project folder then you have not read through and setup the XXL-API README and must do that first!

npm install

Running

:// 1 - Start Obsidian Blockchain

Please ensure the following steps are done:

  1. The Obsidian Blockchain is running in the background, either as a Wallet App or via the obsidiand process.
  2. You have modified the obsidian.conf file with specific settings outlined from the XXL-API README.
  • If you have modified your Obsidian Blockchain config file you must reset your application/process first!
Obsidian-QT

If using the GUI, you will simply need to start the Obsidian-QT application.

obsidiand binary file

If you built the obsidiand binary file you will need to start the process back up again. To run obsidiand in the background, you can pass the daemon flag to daemonize the program: obsidiand -daemon.

:// 2 - Start ObsidianXXL

Run the following command from the ObsidianXXL project root:

npm run start

If no issues arise you should see a message in your shell that the server is running on port :80, this means you should be able to see your dashboard running by entering the IP address of your machine.

If you're feeling up for it, you could also buy a specialized website hostname and route it to whatever IP your Obsidian Node server is running on. This way, you could just type in a url to access it wherever you are versus using an IP address!

ObsidianXXL Commands

All of these commands are run using npm from the ObsidianXXL project root.

:// Start ObsidianXXL

Starts the ObsidianXXL and ObsidianXXL-API services.

npm run start
:// Stop ObsidianXXL

Stops the ObsidianXXL service if it was running.

npm run stop
:// Update ObsidianXXL

Pulls the latest updates from the ObsidianXXL Github repository and installs any updated information.

npm run update

obsidianxxl's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

obsidianxxl's Issues

XXL-API Config Script Error

When creating a new Postgres Setup on Ubuntu, these errors popup not allowing Postgres to automatically setup everything:

Ubuntu Error 1

Ubuntu Error 2

XXL Installation Issue

When installing NodeJS on Ubuntu, without refreshing the apt-get package manager I could install an outdated version of NodeJS.

apt-get should be updated prior to installing NodeJS!

Staking Alert notifications

A handy feature would be some sort of alert triggered when staking goes offline (such as a server restart or staking expires).

XXL Whitespacing Issue

On larger screens (or if zooming out) a noticeable whitespace is displayed between the network tab and information containers.

Excessive Whitespace

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.