FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl \
ca-certificates \
gnupg \
build-essential \
libssl3 \
libstdc++6 && \
rm -rf /var/lib/apt/lists/*
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource ...
Search found 3 matches
- Fri Aug 14, 2026 2:34 am
- Forum: Evernode Developing
- Topic: Evernode Dockerfile for ubuntu 24
- Replies: 0
- Views: 475
- Sun Mar 15, 2026 1:48 am
- Forum: Solana Development
- Topic: Offline signing on solana online rpc submission
- Replies: 0
- Views: 2195
Offline signing on solana online rpc submission
Prepare online a signature that remains live for 60-90 seconds:
prepare.sh (online)
RPC_URL="https://api.devnet.solana.com"
BLOCKHASH=$(curl -s -X POST $RPC_URL -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0", "id": 1,
"method": "getLatestBlockhash",
"params": [{"commitment ...
prepare.sh (online)
RPC_URL="https://api.devnet.solana.com"
BLOCKHASH=$(curl -s -X POST $RPC_URL -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0", "id": 1,
"method": "getLatestBlockhash",
"params": [{"commitment ...
- Sat Mar 14, 2026 5:56 am
- Forum: Evernode Developing
- Topic: openclaw on evernode
- Replies: 0
- Views: 1449
openclaw on evernode
I have fixed an installer script for openclaw on evernode, save all these files in the same project folder and use npm i to install node modules.
docker:
everclaw/everclaw:latest
Visit install page on userport, after installation you can visit the gptcp1 port as it has an index landing page.
This ...
docker:
everclaw/everclaw:latest
Visit install page on userport, after installation you can visit the gptcp1 port as it has an index landing page.
This ...