Wave 2 Starts!

by dodgy I mean all centralised abusive systems

1 Like

big difference between marketing something and directly tying its activity on the network to some surveilled social media.

1 Like

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.

1 Like

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.

1 Like

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

1 Like

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

1 Like

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 :slight_smile:

3 Likes

I just hope this rewards and waves thing doesn’t detract from the main net.

2 Likes

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 :slight_smile:

1 Like

Your right. I’m just having a moment. Thanks :+1::+1:

2 Likes

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.

1 Like

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 :slight_smile:

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.

1 Like

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