People,
Here is my startup script:
#!/bin/bash
safeup update
safenode-manager reset
safenode-manager add \
--count x \
--owner philip_rhoades \
--data-dir-path /safe \
--log-dir-path /safe \
--home-network \
--rewards-address 0x70A7eF684ABE92cD7b5bbF4f0E74bb0b7b9ADB2c \
evm-arbitrum-sepolia
safenode-manager start --interval 2000
safenode-manager status --details
I have tried counts of: 1,2,4,8,12,20 and 40 and left the setup running for at least hours - frequently 10+ hours and what I get is fairly consistent according to node-launchpad:
- Node #1 is always stuck at “ADDED”
- Other nodes always go to “RUNNING” but some change to “STOPPED” after some hours.
- ALL the counters except for “Peers” never change from zero.
So, I guess I am still missing something? I can download files but the nodes never do any work . .
Thanks.