If you install the safenode-manager again and do a safenode-manager reset -f this might stop and destroy the services… I guess worth a try…
Ps: (chat gpt instructions for getting rid of the services on OSX… Sorry no OSX person myself)
To stop, disable, and remove all services that start with “safenode” on an OSX Apple device, follow these steps:
Stop Services: Open the Terminal and use the launchctl command to stop all running services that start with “safenode”. You can list all services with launchctl list and then stop specific services using launchctl stop <service-name>.
Disable Services: To prevent these services from loading automatically at startup, remove them from the launchd configuration. Use the command launchctl unload -w /path/to/<service>.plist. Replace /path/to/<service>.plist with the actual path to the service’s plist file.
Remove Services from System: To completely remove the services, delete the corresponding .plist files from directories such as /Library/LaunchDaemons/, /Library/LaunchAgents/, ~/Library/LaunchAgents/, or other specific locations where they might be stored. Use the command rm /path/to/<service>.plist.
Verification: Verify that all services have been removed by running launchctl list again to ensure no services starting with “safenode” are listed.
System Restart: It’s often a good idea to restart the system to apply all changes and ensure that no remnants of the disabled services remain operational.
Note that most of these steps require administrative privileges. Also, be careful when deleting files and ensure you’re removing the correct ones to avoid system malfunctions.
BTW, how to install the node manager? I tried to find directions from other threads, but didn’t manage to find anything, though I know it gotta be there somewhere…
no faucet no one uploading from my side this one is a test bed for start up and shut down scripts.
so try any experiments you want on this one and be a good boy on the next one
im almost at set and forget now for my set up iv ended up with the magic number of 50 nodes a vps. I have around 50% cpu across the board and have scraped several vps so im pretty much good to go for the next test net
Having squandered my allowance, I won’t do it again honest, any donations would be very helpful as I try to get the rest of something interesting uploaded…
willie@gagarin:~$ safe wallet send 2 953ad94acacb79f3925d42e5218f4b5cfe4360526090ae056ce265df667fc34e593c239489b86fe480f30cf9b809450d
Logging to directory: "/home/willie/.local/share/safe/client/logs/log_2024-05-22_20-50-29"
safe client built with git version: 16f3484 / stable / 16f3484 / 2024-05-09
Instantiating a SAFE client...
Connecting to the network with 49 peers
🔗 Connected to the Network
I’m heading to sleep. I’m going to leave the frozen transfer going for the night. Let’s see in the morning if @happybeing is going to get it or not. Good night!
EDIT: @storage_guy that did the trick thank you. I can now work on making this public so long as this testnet persists (or on the next one when it happens).
Is there a way to move earned nanos from a node’s wallet to a client wallet? I wonder why safe wallet “send” does not support a --peer-id option like the balance command does? Is there a workaround?
🔗 Connected to the Network
Wallet has pre-unconfirmed transactions, can't progress further.
Failed to send NanoTokens(443640458) to 953ad94acacb79f3925d42e5218f4b5cfe4360526090ae056ce265df667fc34e593c239489b86fe480f30cf9b809450d due to Wallet(UnconfirmedTxAfterRetries).
Error:
0: Wallet Error Unconfirmed transactions still persist even after retries.
1: Unconfirmed transactions still persist even after retries
Location:
sn_cli/src/bin/subcommands/wallet/hot_wallet.rs:265
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
real 40m28,189s
user 0m51,486s
sys 0m23,239s
Without further thinking I gave it another go, and it froze again. I regret for not checking my wallet balance first. I’d like to know if that failed transaction was deducted from my balance or not. But I don’t want to cancel the transaction now, because you never know how canceling affects things in these testnets. I’ll wait it out and check the balance later.