SSH into node, username is futurebit, password is your webgui password, then try:
sudo systemctl start ckpool
check with sudo systemctl status ckpool
Thanks very much - here is the output (it’s still not starting btw):
futurebit@futurebit-apollo-2:~$ sudo systemctl start ckpool
futurebit@futurebit-apollo-2:~$ sudo systemctl status ckpool
● ckpool.service - ckpool
Loaded: loaded (/etc/systemd/system/ckpool.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2026-01-23 10:49:48 EST; 13min ago
Main PID: 2617 (screen)
Tasks: 18 (limit: 4451)
Memory: 3.7M
CPU: 11.180s
CGroup: /system.slice/ckpool.service
├─2617 SCREEN -dmS ckpool /opt/apolloapi/backend/ckpool/ckpool -B -c /opt/apolloapi/backend/ckpool/ckpool.conf
└─2618 /opt/apolloapi/backend/ckpool/ckpool -B -c /opt/apolloapi/backend/ckpool/ckpool.conf
Jan 23 10:49:48 futurebit-apollo-2 systemd[1]: Starting ckpool...
Jan 23 10:49:48 futurebit-apollo-2 systemd[1]: Started ckpool.
futurebit@futurebit-apollo-2:~$
this is good now , what shows node log? and is your node syncing the blockchain? with "htop" u can see the current processes running
Doesn’t seem to be working. Node not starting, despite me trying to start it. Here are logs from node and system
Node logs:
[2026-01-23 13:49:36.305] Failed to connect socket to 127.0.0.1:8332 !
[2026-01-23 13:49:36.305] CRITICAL: No bitcoinds active!
[2026-01-23 13:49:41.306] Failed to connect socket to 127.0.0.1:8332 !
[2026-01-23 13:49:41.306] CRITICAL: No bitcoinds active!
[2026-01-23 13:49:46.307] Failed to connect socket to 127.0.0.1:8332 !
[2026-01-23 13:49:46.307] CRITICAL: No bitcoinds active!
[2026-01-23 13:49:51.308] Failed to connect socket to 127.0.0.1:8332 !
[2026-01-23 13:49:51.309] CRITICAL: No bitcoinds active!
[2026-01-23 13:49:56.309] Failed to connect socket to 127.0.0.1:8332 !
[2026-01-23 13:49:56.309] CRITICAL: No bitcoinds active!
[2026-01-23 13:50:01.310] Failed to connect socket to 127.0.0.1:8332 !
[2026-01-23 13:50:01.311] CRITICAL: No bitcoinds active!
[2026-01-23 13:50:06.312] Failed to connect socket to 127.0.0.1:8332 !
[2026-01-23 13:50:06.312] CRITICAL: No bitcoinds active!
[2026-01-23 13:50:11.313] Failed to connect socket to 127.0.0.1:8332 !
[2026-01-23 13:50:11.313] CRITICAL: No bitcoinds active!
[2026-01-23 13:50:16.314] Failed to connect socket to 127.0.0.1:8332 !
[2026-01-23 13:50:16.314] CRITICAL: No bitcoinds active!
[2026-01-23 13:50:21.315] Failed to connect socket to 127.0.0.1:8332 !
[2026-01-23 13:50:21.315] CRITICAL: No bitcoinds active!
System Logs:
Jan 23 14:10:53 futurebit-apollo-2 ApolloUIv2[1541]: accessToken: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3NjkxODM3ODcsImF1ZCI6ImF1dGgiLC
JzdWIiOiJhcG9sbG91c2VyIn0.5528WB2RhQYnk0Qb3xrRX6h45gt90hRpZ2QbRQVRrXc',
Jan 23 14:10:53 futurebit-apollo-2 ApolloUIv2[1541]: iat: 1769195436,
Jan 23 14:10:53 futurebit-apollo-2 ApolloUIv2[1541]: exp: 1771787436,
Jan 23 14:10:53 futurebit-apollo-2 ApolloUIv2[1541]: jti: 'e7909bbe-99ae-44cf-8b4c-6c78bb151ff7'
Jan 23 14:10:53 futurebit-apollo-2 ApolloUIv2[1541]: },
Jan 23 14:10:53 futurebit-apollo-2 ApolloUIv2[1541]: user: undefined
Jan 23 14:10:53 futurebit-apollo-2 ApolloUIv2[1541]: }
Jan 23 14:10:55 futurebit-apollo-2 systemd[1]: node.service: Scheduled restart job, restart counter is at 135.
Jan 23 14:10:55 futurebit-apollo-2 systemd[1]: Stopped node.
Jan 23 14:10:55 futurebit-apollo-2 systemd[1]: Starting node...
Jan 23 14:10:55 futurebit-apollo-2 node_start.sh[113550]: [node-start] WARN: node drive not found at /dev/nvme0n1p1; bitcoind not started
Jan 23 14:10:55 futurebit-apollo-2 node_stop.sh[113554]: No screen session found.
Jan 23 14:10:55 futurebit-apollo-2 systemd[1]: node.service: Deactivated successfully.
Jan 23 14:10:55 futurebit-apollo-2 systemd[1]: Started node.
Jan 23 14:10:56 futurebit-apollo-2 node[1539]: Service Status:
Jan 23 14:10:56 futurebit-apollo-2 node[1539]: - miner: offline (systemd: inactive)
Jan 23 14:10:56 futurebit-apollo-2 node[1539]: - node: offline (systemd: inactive)
Jan 23 14:10:56 futurebit-apollo-2 node[1539]: - solo: online (systemd: active)
Jan 23 14:10:56 futurebit-apollo-2 node[1539]: - apollo-api: online (systemd: active)
Jan 23 14:10:56 futurebit-apollo-2 node[1539]: - apollo-ui-v2: online (systemd: active)