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 7040:9999 -p 7045:7045 -p 7043:7043 -v dogenano:/root --name dogenano-node myecoria/dogenano-node:latest
To access the Ubuntu Docker virtual machine, just type the command below:
docker exec -it dogenano-node /bin/bash
FYI, the config folder is there: Dogenano
You just need to run this command:
docker exec dogenano-node doge_node --example
*Remember to replace --example with the desired command. To see all the commands, run this command:
docker exec dogenano-node doge_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: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β
To update, just execute its 3 commands:
docker stop dogenano-nodedocker rm dogenano-nodedocker run --restart=unless-stopped -d -p 7040:9999 -p 7045:7045 -p 7043:7043 -v dogenano:/root --name dogenano-node myecoria/dogenano-node:latestPAW address: paw_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo
Nano address: nano_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo
Banano address: ban_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo
Dogenano address: xdg_1x4ym5wqmcct4m6xoafue6bs3rtjoqspax4atx3mbtrwirp534b1iiag36qo
Content type
Image
Digest
sha256:887a1cd4bβ¦
Size
86.4 MB
Last updated
over 3 years ago
docker pull myecoria/dogenano-node