Sign inSign up

myecoria/pilou-node

By myecoria

β€’Updated over 2 years ago

Image
0

282

myecoria/pilou-node repository overview

⁠Pilou 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 Pilou Node Docker ? 😱

⁠Install image: πŸ“Έ
⁠1)
docker run --restart=unless-stopped -d -p 8075:8075 -p 8076:8076 -p 8077:8077 -p 8078:8078 -v pilou:/root --name pilou-node myecoria/pilou-node:latest
⁠Change node configuration : 😜

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

docker exec -it pilou-node /bin/bash

FYI, the config folder is there: Pilou

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

You just need to run this command:

docker exec pilou-node pilou_node --example

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

docker exec pilou-node pilou_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:8076

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:7080

curl -d '{ "action": "account_create", "wallet": "key" }' http://127.0.0.1:7080 (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 dogenano-node
  2. docker rm dogenano-node
  3. docker run --restart=unless-stopped -d -p 8075:8075 -p 8076:8076 -p 8077:8077 -p 8078:8078 -v pilou:/root --name pilou-node myecoria/pilou-node:latest

⁠Don 🎁

Nano address: nano_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo

Banano address: ban_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo

Dogenano address: xdg_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo

Tag summary

Content type

Image

Digest

sha256:403b3de72…

Size

84.2 MB

Last updated

over 2 years ago

docker pull myecoria/pilou-node