Community-Test (oct6) Offline

I have a small testnet up, it only has 11 nodes 2vcpu-2gb droplets.
Soooo please be gentle if you would like to participate. (no baseball bats required with this little network :slight_smile: )

If you would like to add a node, you will need sn_node 0.32.0.
You can install a node using the CLI: safe node install --version 0.32.0

Try joining with :point_down: (replace --local-addr with your ip, add your desired port or use 0 to assign a random port)

RUST_LOG=info $HOME/.safe/node/sn_node --hard-coded-contacts '["178.62.10.223:12000"]' --genesis-key a898e938de4ee861f8ca65d296ca1b678c6111fdc712d7e07221003ae75af06d37f15bf7ace58684bf5d64d8957ff8f6 --local-addr xx.xxx.xx.xx:0 --skip-igd

To upload/browse

step 1
curl -so- https://sn-api.s3.amazonaws.com/install.sh | bash

step 2

safe networks set community-network a898e938de4ee861f8ca65d296ca1b678c6111fdc712d7e07221003ae75af06d37f15bf7ace58684bf5d64d8957ff8f6 178.62.10.223:12000

step 3
safe networks switch community-network

No need for --test-coins
Test image
safe cat safe://hygoygyybtrdgdisz1u9my5wpthjg8ziuw4sc7xatmnt85yn7yj5m7gkc5mgy > 12345.jpeg

I think that covers most of it, if not we can figure it out together :slight_smile:

39 Likes

First!

Now to read…

:grinning:

Edit: OK, adding a node may be a bit outside my reach, but happy to see this happening! Thank you @Josh!

11 Likes

Btw, you can install a node using the CLI: safe node install --version 0.32.0.

9 Likes

I’m obs being dense but I can’t view the genesis node logs on DO.
Can you help me out… again… please :grinning:

1 Like

You can SSH onto the genesis droplet and then it should be outputting logs somewhere under ~/.safe/node I think. I can’t remember the exact location off the top of my head, sorry.

Is it not outputting any logs?

2 Likes

On my phone right now, be back at the pc in a few and I can make a more informed reply but trying to cat or tail the log was not working for me earlier. But I am sure it is me at fault here.

No problem. Give us more details when you have them, then happy to help.

4 Likes

@josh maybe add this to the OP, or if a mod can make it a wiki others can tweak it.

4 Likes

Do this version already contains support for Spot (small) type?
I made tiny file for the test anyway :slight_smile:
safe cat safe://hygoygyyd34jqo3phfarjez1kkph13zjnco7pocgttca77zuuzgddg3zieqso > 1.jpg

4 Likes

Yeah, both blobs and spots are supported in this version.

6 Likes

I’ll have you know I use a precision hammer, no a baseball bat Harrumph!!!

6 Likes

I hope my ~600MB file will not hurt it.

3 Likes

That was one of my thoughts while writing that line :laughing:

1 Like

It’s the first time when I see program which lowers memory consumption while uploading file O_o

10 Likes

Upload is done already. I’m surprised.
No need to wait for 6 hours.

safe cat safe://hyfeynyybm59mfec3tinyykxoksesmzteq6nojggj53hjphbtbkcu4d79hx6y > 1.iso

11 Likes

Wow :partying_face:

5 Likes

Another surprise: chunk storage already 1.3 GB in size.
In previous tests it was smaller for the time of the whole test.

Also I see 9 MiB chunks. It was limited to 1 MB earlier, right?

upd. or, maybe it is not chunks anymore, but groups of chunks.

4 Likes

That’s right. It’s the internals of sled db doing that work now. We store the chunks to it, it manages how that goes to disk.

10 Likes

It’s all downhill from here!

8 Likes

Sled db, be like
image

Seems like a solid community test net so far :smiley:
Thanks @Josh, community, and @maidsafe.

I’ll try joining tonight.

9 Likes