by dodgy I mean all centralised abusive systems
big difference between marketing something and directly tying its activity on the network to some surveilled social media.
Was I supposed to have been reached out by something/someone to finalize my Wave 2 status? Iâve been Wave 2-ready in Discord for some weeks.
Are you running nodes under your discord username ?
Do you have the nice lilac name and a batch saying wave 2? There no additional info besides it just happening =O
(if not you should definitely make sure to get an invite code to safely get into wave 2 and not 3âŚ[though the difference in wave size isnât that large anymore] )
Whenever I command to start nodes, nothing happens, and I wouldnât expect it to happen, since I thought a bot was supposed to confirm me into Wave 2 when it starts, but that never occurred.
@riddim Yeah I am under Wave 2.
not really sure what your meaning there.
check your profile in discord to confirm your not in the wave already. click on your avatar in discord.
here we can see Rusty Spork is a beta tester in wave 2
Yes i think the form said this would happen but itâs fake news - you get added to the wave and donât get notified explicitly
Not sure what you say there - people can start nodes in advance of being part of a wave under their name and the nanos get credited to them once they enter the wave
I think most of us are getting a bit confused by it all.
how are you running your nodes?
and how many are you running ?
nodes with port forwarding are earning steadily on my set up.
Iâm trying not to really pay much attention to whatâs going on with the rewards and waves Iâm just running nodes and hoping it will all be okay on the day
I just hope this rewards and waves thing doesnât detract from the main net.
cant see how this is just to incentivise people to run nodes for the beta and help spread the word with referrals.
after so many years here donât lose faith in the final straight
Your right. Iâm just having a moment. Thanks
Thatâs the thing. I do start nodes, and press Enter, and nothing happens. My Discord username is the same. My display name is different, but that shouldnât matterâŚright? I leave the program on for hours, with no nodes indicated to having been made. I downloaded the 3.10 Windows installer/launchpad, even, with the same result. So currently I have a nice pretty Wave 2 flag in my name, that does nothing.
not a big expert on windows launchpad as iv never managed to start nodes with it.
you could try with safe node manager in power shell I may be wrong about this but worth a try.
open powershell as administrator
safeup node-manager
safenode-manager reset
safenode-manager add --count 5 --home-network --owner <your discord username>
safenode-manager start --interval 120000
that should try and start you 5 nodes without the launchpad on windows
check the status of the nodes with
safenode-manager status --details
you need to enter those lines one at a time not all in one go
if you dont have safe up this is from an old test net it should install it for you
On Windows, run the following command in a Powershell session (be careful to use Powershell, not cmd.exe):
iex (Invoke-RestMethod -Uri "https://raw.githubusercontent.com/maidsafe/safeup/main/install.ps1")
On either platform, you may need to restart your shell session for safeup
to become available.
Iâve been doing things just as youâve said with mostly success. (I didnât even know Powershell was different from cmd.exe, thatâs how much from 4 different programming classes I ultimately never âcaredâ about has helped me in life.) Then thereâs this:
Oh I probably know what the problem is. Fixed that issue at least. On to this one!
I am waiting for this refreshing at the bottom to do anything. Some minutes has past, maybe it takes longer.
Not sure what the ââŚâ is all about in the above photo.
But if I check the status of the nodes:
Then they apparently exist, though who knows if they will do anything.
probably need a safenode-manager start --interval 20000
or the likes