Please follow these instructions to ensure the best performance and stability for everyone! If you run nodes consistently this week, next week, and the week after, you will have access to 100% of the 1M token reward pool. Those who start nodes in January (after additional communications and the Milestone 2 update) will only have access to 80% of the reward pool. Details about January promotions will be shared in the first week of January.
For Node Launchpad Users:
Using your existing Launchpad Press O to access the Options screen.
Reset your nodes by pressing Ctrl R
You MUST download node Launchpad v0.5.0 if you are not already on that version.
Press O to access the Options screen.
Press Ctrl B to add your Wallet address
Press Ctrl + G to start your nodes again
For CLI Tool Users:
Thesafenode-manager binary has now been replaced by a binary called antctl. It is essentially the same binary, but with a different name. After switching to the new antctl binary, you can administer your node environment as before.
Here are the steps for switching over:
Using your existing safenode-manager installation, clear out your existing node environment by running safenode-manager reset . This will remove previous services and data.
Next, install antup using the instructions for your platform under the Installation section here.
With antup installed, get the latest version of antctl using antup antctl .
Now you can administer your nodes in the same fashion as before, using the antctl add and antctl start commands. For further details, see here.
For ALL Users:
Please start your nodes gradually — especially if you plan on running multiple nodes.
Be conservative with CPU allocation to maintain stability
If you are comfortable with Command Line Interfaces and want to run nodes on headless devices, or on more advanced setups such as virtual environments or remote servers, starting and managing many nodes at once, then try our Node Manager.
Is this to benefit the network somehow, or just to benefit the user because of high initial CPU usage? A while back I created a shell script for myself that starts my nodes “gradually” (with a 1 minute delay between each start, and also taking into account the system’s load average in case more time is needed for the system to catch up).
Yes I know, and this is why I asked in hope that we could avoid this.
There have been major questions to what’s “going on” since wave one and almost every test since.
People guessing and begging for info.
It is frustrating and does not need to be.
I’ve encountered a similar issue with Launchpad on Linux Mint. In late October I was trying Launchpad (0.4.1) and it would only let me use my root partition. All other drives showed “No Access”. I even tried moving the directory and putting a symlink in its place, however that would cause a crash when starting Launchpad. I asked in Discord and a team member (chriso) wasn’t sure why and recommended I use safenode-manager instead (now antctl). I gave up on Launchpad since I couldn’t create many nodes (due to my relatively small root partition).
Maybe they are testing @DavidMc0’s idea for a network without subsidies rewards. For now, it proves the assumption that if you rely only on uploads, farmers cannot speculate with even remotely accurate accuracy how many tokens they will receive, and the normal human reaction is to not put in much effort…
When trying to install the node manager from curl on MacOS (sonoma 14.5 (23F79) on intel processor), the command returns the following error. Any ideas about what could cause this ?
% curl -sSL https://raw.githubusercontent.com/maidsafe/antup/main/install.sh | sudo bash
**************************************
* *
* Installing antup *
* *
**************************************
Will retrieve antup for x86_64-apple-darwin architecture
Latest version of antup is 0.9.0
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 2468k 100 2468k 0 0 1501k 0 0:00:01 0:00:01 --:--:-- 2532k
mv: rename /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.Pr7gaIBTrU/antup to /usr/local/bin/antup: No such file or directory
On this machine this is the first time I am trying to install anctl (there was no safenode-manager installed prior).
Thank you,