Giter Club home page Giter Club logo

ergoscripts's Introduction

Note : Work-in-progress.

Features

  • Downloads latest .jar file
  • Prompts and sets API key
  • Track progress by percentage in CLI
  • Set config specific to platform (Unix/Win/Pi)
  • Logs & attempts to solve common problems.

CLI

Getting Started

Tested primarily on OSX/Pi

bash -c "$(curl -s https://node.phenotype.dev)"

Raspberry Pi

This assumes a clean device.

Prepare installation

sudo apt update && sudo apt upgrade -y
sudo apt install default-jdk git lsof -y

Clone the repo

git clone https://github.com/glasgowm148/ergoscripts

Execute script

cd ergoscripts
bash -c "$(curl -s https://node.phenotype.dev)"

You'll need to 1) enter a password and 2) determine if you want to launch on mainnet or testnet.

Headless

The following section is for developers who are running a headless setup and want to interface with the Ergo node through the command line.

We only provide a sample here but you can find more details in the Swagger API docs.

Validate sync

Need to check if everything is working as intended where the headersHeight value should increase in value over time.

curl http://127.0.0.1:9053/info

Initialize wallet

This will return your 15 word mnemonic seed phrase.

curl -X POST "http://127.0.0.1:9053/wallet/init" -H "accept: application/json" -H "api_key: hello" -H "Content-Type: application/json" -d "{\"pass\":\"string\",\"mnemonicPass\":\"\"}"

Unlock wallet

Call this before sending a transaction and only needs to be executed once in awhile.

curl -X POST "http://localhost:9053/wallet/unlock" -H "accept: application/json" -H "api_key: hello" -H "Content-Type: application/json" -d "{\"pass\":\"string\"}"

List all addresses

curl -X GET "http://127.0.0.1:9053/wallet/addresses" -H "accept: application/json" -H "api_key: hello"

References

ergoscripts's People

Contributors

glasgowm148 avatar rustinmyeye avatar eeysirhc 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.