Update 15 December, 2022

Of course we’re interested, but we’ll have many, many networks and I don’t think this is going to be the last time we’ll encounter such an issue. We see these things during the development process a lot.

9 Likes

On the road again, dang. Looks like I need to get JuiceSSH set up before strike 3.

6 Likes

4 Likes


So… these were my results when I attempted the installation and connection earlier on a Windows 10 system while following the instructions.

2 Likes

you forgot the command to add the network I think

6 Likes
6 Likes

safe networks switch main
Switching to ‘main’ network…
Error:
0: ←[91mNo network with name ‘main’ was found in the config. Please use the networks ‘add’/‘set’ subcommand to add it←[0m

Location:
←[35msn_cli\src\operations\config.rs←[0m:←[35m457←[0m

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.

windows

5 Likes

@cryptoidiot @Optimator You both need the networks add command first.

4 Likes

There’s a new network up now:

safe networks add main2 https://sn-node.s3.eu-west-2.amazonaws.com/testnet_tool/main2/network-contacts
safe networks switch main2
8 Likes

Great to see these testnets again :happyant:

That reminds me of discovering there is not just one way to run out of disk space - but three, from memory, that give the same error.

  • files fill the space
  • run out of inodes
  • too many files in a folder

I don’t know if registers then is comparable to a inode or a count of file… talk of size tempts file size though.

Is the node likely to hit the same router issues as previous testnets saw?

Hoping to find some time for this.

4 Likes

On main2 now


willie@gagarin:~/projects/maidsafe/safe_network$ safe files put ~/broadcast.jpg 
FilesContainer created at: "safe://hyryyryu9yb84chrtjzabcwrsttod8psfben6u8cqker73eckqdnmch5wtonra?v=hen9d6kbopo1qs1fxaufuwbnhfur369jkg1kr17jseg55ypwokjby"
+---+----------------------------+--------------------------------------------------------------------+
| + | /home/willie/broadcast.jpg | safe://hygoygypwkjeyg43dujee9i6yss9ti3rsf3w6umh5a83dgz4cmkgejqimqo |
+---+----------------------------+--------------------------------------------------------------------+
7 Likes

Okayy we’re back on tracks ! (main2)

safe cat safe://hygoygyeig8rs6k8uiiisszgxem16netx83feibmuj4pbrw3mf4awcep3hw> worldChampions.jpeg

put and cat super fast this time!

6 Likes

5 Likes

then this maybe should be in first topic

anyway
FilesContainer created at: “safe://hyryyryoi95874naw4d3855rg5j56cga3nrrmodgddtemssifcefawz964cnra?v=hjm7dprfd8kx1eczgsx68niuhpxndsnjmuooenygtibzygdta7pmy”
±–±---------±-------------------------------------------------------------------+
| + | test.txt | safe://hy8oycyjs6ywfon7ofurnqkw4ye8wry8de5t8pmugj3n67ydwki4qf7pmoy |

6 Likes

by the way we probably need GUI (if needed new testers) I studied IT, and this manual is not easy for beginners in my opinion, for example I didnt knowed where I should put file to upload, I first thinked I should put in .safe folders then realize its C:\Users\name this isnt in first topic is it?

6 Likes

Does it contain all the files listed in OP? My cat failed…

topi@topi-HP-ProBook-450-G5:~$ safe cat safe://hygoygym7tsj5hhyyykd1aqpw3djxea6om6xku568ahm7hy7gfn6q5gy7xr  > coast.jpg
Error: 
   0: NetDataError: Failed to GET file: ErrorMsg { source: DataNotFound(Bytes(ChunkAddress(7d8d93(01111101)..))) }

3 Likes
safe node join --network-name main2 --skip-auto-port-forwarding
Creating '/root/.safe/node/local-node' folder
Storing nodes' generated data at /root/.safe/node/local-node
Starting a node to join a Safe network...
Starting logging to directory: "/root/.safe/node/local-node/"
Node PID: 8424, prefix: Prefix(), name: 2f6116(00101111).., age: 5, connection info:
"0.0.0.0:41794"

cannot join, while I managed to join main1 with main2 as you see even if I use plain safe node join or safe node join --skip-auto-port-forwarding it start a node with "0.0.0.0:<port>" and the logs are empty!

what gives?

1 Like

No, sorry those links are not valid for main2. We’ll have a new set of links soon…

7 Likes

Before @Southside gets a chance to ask:

topi@topi-HP-ProBook-450-G5:~$ safe networks sections
Network sections information for default network:
Read from: /home/topi/.safe/network_contacts/default

Genesis Key: PublicKey(0d58..9171)

Sections:

Prefix ''
----------------------------------
Section key: PublicKey(0dca..9790)
Section keys chain: [(PublicKey(0d58..9171), 18446744073709551615), (PublicKey(05ac..8bdd), 6), (PublicKey(1821..9904), 0), (PublicKey(042e..c837), 1), (PublicKey(0dca..9790), 3), (PublicKey(1112..7345), 2), (PublicKey(14b1..b3b1), 5)]

Elders:
| XorName  | Age | Address              |
| 482043.. |   5 | 161.35.162.137:49074 |
| 673348.. |   5 | 138.68.162.81:46787  |
| b4d09d.. |   5 | 209.97.179.216:41622 |
| bf3f89.. |   5 | 161.35.36.63:39294   |
| ccb664.. |   5 | 161.35.44.169:43499  |
| e6d9a9.. |   5 | 161.35.172.200:39601 |
| 738018.. | 255 | 134.209.16.34:12000  |

6 Likes

The file to upload can be at any location. You don’t need to be in a particular directory. However, safe should respect certain conventions like using . if you wanted to upload your current directory.

3 Likes