Joshnet [May 4th Testnet 2023 ; Offline]

ahh I had a old binary there causing me grief! sorted thanks.

3 Likes

I am not seeing this, I get:

josh@evo:~$ safe --peer=/ip4/178.128.166.245/udp/36572/quic-v1/p2p/12D3KooWPuaKwn7rFNn4oj1ABDpikVZ7scHs29ZNCHBveLHgCmak files upload -- ~/Downloads/ant
Starting logging to directory: "/tmp/safe-client.log"
Instantiating a SAFE client...
Writing 8 bytes to "/home/josh/.safe/client/uploaded_files/file_names_2023-05-04_13-27-11"
5 Likes

You tried to upload a non-existent file - check the path and filename

4 Likes

indeed! now:

josh@evo:~$ safe --peer=/ip4/178.128.166.245/udp/36572/quic-v1/p2p/12D3KooWPuaKwn7rFNn4oj1ABDpikVZ7scHs29ZNCHBveLHgCmak files upload -- ~/Downloads/antdir
Starting logging to directory: "/tmp/safe-client.log"
Instantiating a SAFE client...
Storing file "ant.png" of 1666945 bytes..
Did not store file "ant.png" to all nodes in the close group! Network Error Outbound Error.
Writing 8 bytes to "/home/josh/.safe/client/uploaded_files/file_names_2023-05-04_13-36-20"
3 Likes

Here is a file upload

2 Likes

ls -al ~/Downloads/antdir please

1 Like

got it 3rd time lucky!

Successfully stored file “ant.png” to ad0c55da8362bbcae4e57b9158f1641033eb9590467d6d0773e46c260f443283

can you get it?

1 Like

Aye edit that, ya bam :slight_smile:

3 Likes

:rofl: it was wrong… but can you get it?

Storing file "ant.png" of 1666945 bytes..
Successfully stored file "ant.png" to ad0c55da8362bbcae4e57b9158f1641033eb9590467d6d0773e46c260f443283
2 Likes

safe --peer /ip4/178.128.166.245/udp/36572/quic-v1/p2p/12D3KooWPuaKwn7rFNn4oj1ABDpikVZ7scHs29ZNCHBveLHgCmak files download -- ant.png ad0c55da8362bbcae4e57b9158f1641033eb9590467d6d0773e46c260f443283

8 Likes

OK, can someone hold my hand, please? :smiley:

I’m trying to setup the node in Windows machine, but I don’t know how. I can download the safenode.exe but how to proceed from there?

I have Ubuntu machine at hand too, if that would be any easier?

3 Likes

I’m installing Ubuntu on a thumb drive. Can’t wait to jump in. I’ll also need some hand holding. :slight_smile:

4 Likes

Execute the safenode command from the OP.

If you are behind a router though it may fail .

3 Likes

I know I’m going to screw it up, but I’m going to try to join the Joshnet, I hope it lasts long enough.

4 Likes
'safenode' is not recognized as an internal or external command,
operable program or batch file.
1 Like

Thx 4 the update Maidsafe devs

Jippy finally a well deserved @Josh Net :partying_face:
Can’t wait to play around, unfortunately later :sweat_smile:

Keep hacking super ants

6 Likes

Got to copy-paste the safenode.exe to my user root dir. Seems to be working now!

EDIT: Yes, seems to be working, how can I confirm? Task manager shows memory consumption of about 500MB and network traffic at about 20Mbps.

4 Likes

Are you on Windows or linux?
If linux copy it to /usr/local/bin – use sudo

then do ls -al $(which safenode) and check the timestamp makes sense

2 Likes

View the logfile and also check it is growing. That will at least show whether the node is active and the content might help you see what is going on.

5 Likes

tail -f /tmp/safenode/safenode.log is your friend

2 Likes