Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.34 KB

quick-setup.md

File metadata and controls

49 lines (32 loc) · 1.34 KB

Quick Setup

1. Download the automatic script

The following shell command will download the current version of the script and make it executable.

$ mkdir ~/node
$ cd ~/node
$ curl -O https://raw.githubusercontent.com/elastos/Elastos.Node/master/build/skeleton/node.sh
$ chmod a+x node.sh

2. Initialize programs

The init command will do the following jobs automatically:

  1. Downloads and extract the prebuilt package
  2. Prompts the user to enter the initial parameters (which include a user name, crypto addresses, and wallet passwords)
  3. Writes the config files required
$ ~/node/node.sh init

3. Start programs

The start command will start all the programs (chains) in the background.

$ ~/node/node.sh start

The status command will show the status of all programs. Watch the Height to make sure the chains are synchronized.

$ ~/node/node.sh status

Now the initial setup is complete.

Please refer to the longer edition for a more detailed setup and usage.

What's next:

For any issues, please get in touch with the blockchain Dev team via Elastos Discord.