Sign inSign up

myecoria/paw-node

By myecoria

β€’Updated over 3 years ago

Image
2

1.2K

myecoria/paw-node repository overview

⁠Paw Node Docker 🐳

⁠How are the images created ? πŸ˜ƒ

I create an ubuntu container I install the prerequisites and I build the node at source to create an image of this container and finally I upload it to Docker hub. All processors are not yet usable for this node but I am in the process of creating images for ARM ❀️

⁠Before you start: πŸŽƒ

Sorry if the spelling or the meaning of the sentences is not good... English is not my native language, I am French πŸ‘

⁠How to install Paw Node Docker ? 😱

⁠Install image: πŸ“Έ
⁠1)
docker run --restart=unless-stopped -d -p 7040:9999 -p 7045:7045 -p 7043:7043 -v paw:/root --name paw-node myecoria/paw-node:latest
⁠Change node configuration : 😜

To access the Ubuntu Docker virtual machine, just type the command below:

docker exec -it paw-node /bin/bash

FYI, the config folder is there: Paw

⁠How to execute a command without accessing the terminal of the virtual machine ? 🀨

You just need to run this command:

docker exec paw-node paw_node --example

*Remember to replace --example with the desired command. To see all the commands, run this command:

docker exec paw-node paw_node --help
⁠How to launch the node? πŸ—ΊοΈ

Before starting, you must execute this command to check that everything is working: curl -d '{ "action": "block_count" }' http://127.0.0.1:7040

Now you have to create the wallet (Don't forget to carefully save the keys):

curl -d '{ "action": "wallet_create" }' http://127.0.0.1:7040

curl -d '{ "action": "account_create", "wallet": "key" }' http://127.0.0.1:7040 (Do not forget to replace key by the key given previously)

For more information on node configuration: Here⁠

A big thank you to @pramonoutomo Here⁠

⁠How to update πŸ’–

To update, just execute its 3 commands:

  1. docker stop paw-node
  2. docker rm paw-node
  3. docker run --restart=unless-stopped -d -p 7040:9999 -p 7045:7045 -p 7043:7043 -v paw:/root --name paw-node myecoria/paw-node:latest

⁠Don 🎁

PAW address: paw_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo

Nano address: nano_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo

Banano address: ban_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo

Dogenano address: xdg_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo

Tag summary

Content type

Image

Digest

sha256:0bade93e0…

Size

82.4 MB

Last updated

over 3 years ago

docker pull myecoria/paw-node