config.ini
Fileconfig.ini
with Witness Account Inforun.sh
script inside the Peerplays Docker repository:run.sh
script contains many commands to make managing the node easy. A list of all its commands are listed in section 9 of this document.sudo
or look at https://docs.docker.com/engine/install/linux-postinstall/.example.env
to .env
located in the root of the repository (ie peerplays-docker folder) .env
file so we'll open that now using a text editor..env
file. These will be the parts that need to be edited or optionally edited. The rest of the file should be unchanged.run.sh
to pull the node image:config.ini
file.config.ini
file, locate the p2p-endpoint, rpc-endpoint, and seed-node settings and enter the following addresses.unlocked >>>
when successfully unlocked.["PPYxxx", "xxxx"]
. Note that the "created-username" and "created-password" used here are the username and password from the GUI wallet!["PPYxxx", "xxxx"]
. Note that the "created-username" and "created-password" used here are the username and password from the GUI wallet!quit
command. We'll stop the container and edit the config.ini
file once again.run.sh
commands liststart
- starts seed containerstart_son
- starts son seed containerstart_son_regtest
- starts son seed container and bitcoind container under the docker networkclean
- Remove blockchain, p2p, and/or shared mem folder contents, seed, bitcoind, and son docker network (warns beforehand)dlblocks
- download and decompress the blockchain to speed up your first startreplay
- starts seed container (in replay mode)replay_son
- starts son seed container (in replay mode)memory_replay
- starts seed container (in replay mode, with --memory-replay)shm_size
- resizes /dev/shm to size given, e.g. ./run.sh shm_size 10Gstop
- stops seed containerstatus
- show status of seed containerrestart
- restarts seed containerinstall_docker
- install dockerinstall
- pulls latest docker image from server (no compiling)install_full
- pulls latest (FULL NODE FOR RPC) docker image from server (no compiling)rebuild
- builds seed container (from docker file), and then restarts itbuild
- only builds seed container (from docker file)logs
- show all logs inc. docker logs, and seed logswallet
- open cli_wallet in the containerremote_wallet
- open cli_wallet in the container connecting to a remote seedenter
- enter a bash session in the currently running containershell
- launch the seed container with appropriate mounts, then open bash for inspection