It didn’t solve them, but it did change the behaviour somewhat:
Previously:
- Lot’s of uploading made the whole LAN weird / slow / unusable for everyone in our home.
Now:
- It seems that only the CLI and nodes are affected. Even webpages on the same machine seem to be working fine.
Other problems:
My 2 GB upload just does not finish, not even after several router reboots. It is just 5 chunks shy and stays so despite several retrys. This happens over and over. It also charges some coins each time:
Summary
time safe files upload ubuntu-18.04.4-desktop-amd64.iso -p
Logging to directory: "/home/topi/.local/share/safe/client/logs/log_2024-01-31_09-08-51"
Built with git version: a15b141 / main / a15b141
Instantiating a SAFE client...
Trying to fetch the bootstrap peers from https://sn-testnet.s3.eu-west-2.amazonaws.com/network-contacts
Connecting to the network with 43 peers
🔗 Connected to the Network "ubuntu-18.04.4-desktop-amd64.iso" will be made public and linkable
Starting to chunk "ubuntu-18.04.4-desktop-amd64.iso" now.
Uploading 5 chunks
⠉ [00:00:55] [----------------------------------------] 0/5 Retrying failed chunks 5 ...
Unverified file "ubuntu-18.04.4-desktop-amd64.iso", suggest to re-upload again.
**************************************
* Uploaded Files *
**************************************
Among 5 chunks, found 0 already existed in network, uploaded the leftover 5 chunks in 2 minutes 23 seconds
**************************************
* Payment Details *
**************************************
Made payment of 0.000000090 for 5 chunks
Made payment of 0.000000009 for royalties fees
New wallet balance: 599.997637373
real 2m23,703s
user 0m11,205s
sys 0m5,442s
Also another weird thing, paging @qi_ma and @joshuef:
I killed my nodes in one terminal window, but the information about the termination was printed in another, where downloads were going on, like this:
Summary
Uploading 5 chunks
⠉ [00:01:15] [----------------------------------------] 0/5 Retrying failed chunks 5 ...
Unverified file "ubuntu-18.04.4-desktop-amd64.iso", suggest to re-upload again.
**************************************
* Uploaded Files *
**************************************
Among 5 chunks, found 0 already existed in network, uploaded the leftover 5 chunks in 2 minutes 46 seconds
**************************************
* Payment Details *
**************************************
Made payment of 0.000000030 for 5 chunks
Made payment of 0.000000003 for royalties fees
New wallet balance: 599.997637472
[1]- Terminated nohup safenode --port=12000
[2]+ Terminated nohup safenode --port=12001
real 2m47,050s
user 30m0,518s
sys 11m31,094s
Also, this apparently successful upload was not written to my uploaded files list, and thus didn’t download with the safe files download
-command. Two other files did.
Summary
$ time safe files upload Waterfall_slo_mo.mp4
Logging to directory: "/home/topi/.local/share/safe/client/logs/log_2024-01-30_21-07-36"
Built with git version: a15b141 / main / a15b141
Instantiating a SAFE client...
Trying to fetch the bootstrap peers from https://sn-testnet.s3.eu-west-2.amazonaws.com/network-contacts
Connecting to the network with 43 peers
🔗 Connected to the Network Starting to chunk "Waterfall_slo_mo.mp4" now.
Chunking 1 files...
Uploading 114 chunks
**************************************
* Uploaded Files *
* *
* These are not public by default. *
* Reupload with `-p` option *
* to publish the datamaps. *
**************************************
"Waterfall_slo_mo.mp4" c61ffa6aa89fc1e518e9f114e24738cc11bf7f78812a698d3fd3671257d12076
Among 114 chunks, found 0 already existed in network, uploaded the leftover 114 chunks in 49 seconds
**************************************
* Payment Details *
**************************************
Made payment of 0.000043444 for 114 chunks
Made payment of 0.000007606 for royalties fees
New wallet balance: 599.999947601
real 0m51,270s
user 0m32,083s
sys 0m13,493s
I’m on Ubuntu 22.04.3 LTS.