Skip to content

the-power-of-trust/installer-script

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

The Power of Trust — how to run a node

Just get and run the auto-installer script

Installer should be run under the root user. A special potrust user will be created first and all the installation process will be done under that user and inside the /home/potrust (/Users/potrust) dir.
For the sake of security all the working processes will be run only under the potrust user.

  • On Ubuntu 14/15/16 or Debian 8/9 (64bit)

    for Ubuntu there are Ruby binaries, so compilation is not needed and installation is much faster

    wget j.mp/aiscr -qO potrust_install.sh --no-check-certificate (see source j.mp/aiscr)
    and then
    bash potrust_install.sh -no_cron_tasks — for occasional use
    bash potrust_install.sh -no_start_now — to be able to change config before run
    bash potrust_install.sh — for running a supernode with opened external port

    Check the output for any errors and read the final notes.
    If something went wrong and localhost:3070 doesn't work for you — let's try the detailed step-by-step instruction.

  • (! not up to date) On Mac OS X (10.9+)

    Currently there is a problem if brew is not owned by root

    curl -sSL j.mp/aiscr -o potrust_install.sh
    and then
    bash potrust_install.sh -no_cron_tasks — for occasional use
    bash potrust_install.sh — for running a supernode with opened external port

    Check the output for any errors and read the final notes.
    If something went wrong and localhost:3070 doesn't work for you — let's try the detailed step-by-step instruction.

  • Other Linux distributives are waiting for king contributors (just send your pull requests).

Resource usage

  • 820MB of a disk space will be used from start.
  • Initial RAM usage: 240 MB (70 Node + 70 Web-Client + 100 MongoDB).
  • Very low CPU and traffic usage after the initial sync.

Feedback

Yura Babak — yura.des@gmail.com or create an issue.

About

For running a full node on UNIX-based systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages