Search found 24 matches
- Fri Apr 10, 2026 12:50 pm
- Forum: Evernode Showcase
- Topic: Evernode Host API
- Replies: 0
- Views: 30
Evernode Host API
https://api.onledger.net/
- Wed Apr 01, 2026 6:02 pm
- Forum: Hosting An Evernode
- Topic: Some Common Issues
- Replies: 0
- Views: 40
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...
- Wed Mar 11, 2026 3:39 am
- Forum: Hosting An Evernode
- Topic: Simple FAQ
- Replies: 0
- Views: 95
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...
- Fri Feb 27, 2026 6:28 pm
- Forum: XRPL & Xahau Developing
- Topic: gadget78 xahl toml file adjustment
- Replies: 0
- Views: 778
gadget78 xahl toml file adjustment
sudo nano /home/www/.well-known/xahau.toml
- Mon Nov 17, 2025 3:30 pm
- Forum: EverPanel
- Topic: Config Location
- Replies: 0
- Views: 2347
Config Location
Config is located at...
/etc/sashimono/mb-xrpl/mb-xrpl.cfg
/etc/sashimono/mb-xrpl/mb-xrpl.cfg
- Tue Oct 28, 2025 2:05 am
- Forum: Evernode Developing
- Topic: Nodejs script for fetching node list from registry
- Replies: 0
- Views: 1427
Nodejs script for fetching node list from registry
Just do a npm i evernode-js-client Run the script with node scriptname.js (and wait an hour for it to load all nodes) const fs = require("fs"); const evernode = require("evernode-js-client"); async function main() { evernode.Defaults.set({ governorAddress: "rBvKgF3jSZWdJcwSs...
- Mon Oct 06, 2025 1:29 pm
- Forum: Evernode Tutorials & Ideas
- Topic: Built-in SSL file location
- Replies: 0
- Views: 2157
Built-in SSL file location
Each instance has built in ssl keys, they are located at following:
/contract/cfg/tlscert.pem
/contract/cfg/tlskey.pem
/contract/cfg/tlscert.pem
/contract/cfg/tlskey.pem
- Wed Oct 01, 2025 11:11 pm
- Forum: Evernode Developing
- Topic: Cluster Violations
- Replies: 1
- Views: 17006
Re: Cluster Violations
Additionally, it seems like using the UNL keypairs for client-side communication alert violations too. Not always, but sometimes.
- Mon Sep 29, 2025 12:27 am
- Forum: Evernode Developing
- Topic: Cluster Violations
- Replies: 1
- Views: 17006
Cluster Violations
Violations are different "metrics" HotPocket uses to identify bad network peers. Violation means that peer has displayed some undesired network activity like sending malformed messages, abruptly dropping connection etc... Multiple repeated violations within a short time period will cause t...
- Fri Aug 15, 2025 1:13 am
- Forum: Hosting An Evernode
- Topic: How to allocate full cpu instead of just 80% of it
- Replies: 0
- Views: 2631
How to allocate full cpu instead of just 80% of it
First, write
sed -i s/800000/1000000/ /etc/sashimono/sa.cfg
then reboot your node by writing reboot
sed -i s/800000/1000000/ /etc/sashimono/sa.cfg
then reboot your node by writing reboot