Search found 29 matches

by wroomwroom
Tue May 26, 2026 7:37 am
Forum: Evdevkit developing
Topic: Sendmax flag
Replies: 1
Views: 56

Re: Sendmax flag

To get it working with aquire-and-deploy .option('-a, --contract-args [contract-args]', 'Contract binary arguments') .option('-m, --moments [moments]', 'Life moments') .option('-c, --contract-id [contract-id]', 'Contract id') .option('-i, --image [image]', 'Instance image') .action(acquireAndDeploy)...
by wroomwroom
Sat May 23, 2026 11:44 pm
Forum: Hosting An Evernode
Topic: Good videos to learn
Replies: 0
Views: 58

Good videos to learn

Making a list of healthy educative videos for node ops (not fully related to evernode, but healthy to watch when u're bored) How to upgrade linux (that adds security patches etc for some of your installed software) https://www.youtube.com/watch?v=efNku_036zg How to navigate linux files, create / rem...
by wroomwroom
Sat May 23, 2026 8:53 pm
Forum: Evernode Developing
Topic: Evernode cluster/instance FAQ's
Replies: 0
Views: 28

Evernode cluster/instance FAQ's

Empirical answers here

A new instance doesn't sync all files, it only syncs a portion and gives up afterwards
When you acquire a instance you can set a idle_timeout parameter. If you have a lot to sync you should increase its number to the amount of time you think you need for syncing to finish.
by wroomwroom
Tue May 19, 2026 4:39 am
Forum: Evdevkit developing
Topic: Sendmax flag
Replies: 1
Views: 56

Sendmax flag

sendmax flag addition Change following: const result = await evernodeMgr.acquire( host, options.moments || 1, userKeys.publicKey, options.contractId, options.image, appenv.hpInitCfg || {}); to following: const result = await evernodeMgr.acquire( host, options.moments || 1, userKeys.publicKey, option...
by wroomwroom
Sat May 16, 2026 3:11 am
Forum: Evernode Tutorials & Ideas
Topic: Define volumes in your docker containers
Replies: 0
Views: 42

Define volumes in your docker containers

You need to make sure to define volumes in your docker container so you don't lose any data during reboots.

Example of something to add to your Dockerfile that would keep your home files.
VOLUME ["/home/"]
by wroomwroom
Fri Apr 10, 2026 12:50 pm
Forum: Evernode Showcase
Topic: Evernode Host API
Replies: 0
Views: 160

Evernode Host API

https://api.onledger.net/
by wroomwroom
Wed Apr 01, 2026 6:02 pm
Forum: Hosting An Evernode
Topic: Some Common Issues
Replies: 0
Views: 156

Some Common Issues

When you install your server and fail, you get a log with the details. Read it and try to figure out what's wrong! Here's some quick fixes to some common issues: "Please use the same email or update the letsencrypt email with certbot." Quick fix: Let's just remove the lets encrypt folder a...
by wroomwroom
Wed Mar 11, 2026 3:39 am
Forum: Hosting An Evernode
Topic: Simple FAQ
Replies: 0
Views: 260

Simple FAQ

(writing this faq as I answer questions people ask me) Why is the reputation system making me paying EVR for my node? What a reputation contract does is that it rents an instance from yourself, so even if you are paying evr for your instance, you are paying it to yourself. This is a net zero transac...
by wroomwroom
Fri Feb 27, 2026 6:28 pm
Forum: XRPL & Xahau Developing
Topic: gadget78 xahl toml file adjustment
Replies: 0
Views: 929

gadget78 xahl toml file adjustment

sudo nano /home/www/.well-known/xahau.toml
by wroomwroom
Mon Nov 17, 2025 3:30 pm
Forum: EverPanel
Topic: Config Location
Replies: 0
Views: 2454

Config Location

Config is located at...
/etc/sashimono/mb-xrpl/mb-xrpl.cfg