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 β€οΈ
Sorry if the spelling or the meaning of the sentences is not good... English is not my native language, I am French π
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
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
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
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β
To update, just execute its 3 commands:
docker stop dogenano-nodedocker rm dogenano-nodedocker 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:latestNano address: nano_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo
Banano address: ban_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo
Dogenano address: xdg_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo
Content type
Image
Digest
sha256:403b3de72β¦
Size
84.2 MB
Last updated
over 2 years ago
docker pull myecoria/pilou-node