Search found 15 matches

by wroomwroom
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: 30

How to allocate full cpu instead of just 80% of it

First, write
sed -i s/800000/1000000/ /etc/sashimono/sa.cfg

then, write
systemctl restart sashimono-agent.service
by wroomwroom
Fri Aug 08, 2025 10:18 pm
Forum: Hosting An Evernode
Topic: Adjust your journal so it generates logs easier
Replies: 0
Views: 45

Adjust your journal so it generates logs easier

in the file, /etc/systemd/journald.conf you can uncomment and set the following setting:
SystemMaxUse=50M

Afterwards roll a systemctl restart systemd-journald

This will make your evernode logs easier to be read.
by wroomwroom
Fri Aug 08, 2025 9:59 pm
Forum: Hosting An Evernode
Topic: Get logs for troubleshooting
Replies: 0
Views: 47

Get logs for troubleshooting

Reputation logs: sudo -u sashireputationd bash -c 'journalctl --user -u sashimono-reputationd | tail -n 250' sudo -u sashimbxrpl bash -c 'journalctl -u sashimono-agent.service | tail -n 100' sudo -u sashimbxrpl bash -c 'journalctl --user -u sashimono-mb-xrpl | tail -n 100' Sometimes you need to run ...
by wroomwroom
Fri Sep 27, 2024 3:54 pm
Forum: Evernode Tutorials & Ideas
Topic: Evernode Decentralized Personal/Institutional Backup Service
Replies: 2
Views: 19985

Re: Evernode Decentralized Personal/Institutional Backup Service

A starting point here would be to have GPG encryption done on client side, that way the files are safely stored on evernode without risking getting compromised !
by wroomwroom
Wed Sep 11, 2024 12:20 am
Forum: Evernode Developing
Topic: Debug deployments on your evernode node
Replies: 0
Views: 8243

Debug deployments on your evernode node

You can debug deployments on your own evernode node by doing following: Log into your node (ssh) #1: Write sudo sashi list to get a list of your tenants. #2: After that, write sudo -H -u <user> bash to log in as a tenant (remember to take the username from the list) #3: write docker logs <instance n...
by wroomwroom
Sun Sep 01, 2024 11:49 pm
Forum: Evernode Developing
Topic: Got problems with evdevkit + windows?
Replies: 0
Views: 8197

Got problems with evdevkit + windows?

This might help you:
Go to your startmenu, write powershell, rightclick on it and open it as admin, then write "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine" and hit enter. This will allow your computer to work with scripts, in this case the evernode development kit.
by wroomwroom
Wed Aug 28, 2024 3:17 pm
Forum: Evernode Tutorials & Ideas
Topic: Evernode PWA APP
Replies: 4
Views: 20602

Re: Evernode PWA APP

This is exactly possible, there's about 60 000 instances available for rent right now, and you can use a load balancer to direct traffic towards an other node if one is down. You can also use simple multiple A record solutions or other dns solutions to solve this issue :) It's important to treat eve...
by wroomwroom
Sun Aug 25, 2024 6:38 pm
Forum: Evernode Tutorials & Ideas
Topic: The SSL Problem and a simple Solution
Replies: 2
Views: 14236

Re: The SSL Problem and a simple Solution

XRPLWin wrote: Sun Aug 25, 2024 6:30 pm Guide how to connect trough Cloudflare would help.
But then we're relying on cloudflare, increasing the overall centralization of the internet! Not sure if that is what we want?

I agree though, politics aside, cloudflare is a very smooth solution to this problem!
by wroomwroom
Sun Aug 25, 2024 4:47 pm
Forum: Evernode Developing
Topic: PWA Apps
Replies: 2
Views: 14490

Re: PWA Apps

The vision is becoming a reality! :)

https://evernode.forum/viewtopic.php?p=68#p68
by wroomwroom
Sat Aug 24, 2024 3:42 pm
Forum: Hosting An Evernode
Topic: Evernode Custom SSL Certificate
Replies: 0
Views: 6532

Evernode Custom SSL Certificate

I've been looking into how to use SSL certificate from an other location for evernode nodes. If you for example have a web server that letsencrypt is generating a ssl certificate for and want to use the same certificate as a website, then you can use following: sudo evernode applyssl /etc/letsencryp...