ClientImprovementNet [22/09/23 Testnet] [Offline]

52MB file with -c 50 --batch-size 100…

======= Verification complete: all chunks paid and stored =============
Uploaded all chunks in 2 minutes 25 seconds

9 Likes

42.2MB file->86 chunks
520,8MB file->15018 Chunks

Is this normal?
why does the chunk size change so much?

4 Likes

Hmmmm. Looks buggy in that second one there. Chunks top out at 1mb so that number is way off :confused:

4 Likes

Yep I have a 2.1G file going up that’s 4069 chunks

3 Likes

Sorry my fault. It’s an App folder that shows up as a single file. F**ng OSX…

2 Likes

I have the same error as in the last TestNet:

PS C:\Users\gggg> safe wallet balance --peer-id="<local-node-peer-id>"
Built with git version: 2c47455 / main / 2c47455
Error:
   0: I/O error: file name, directory name or volume label syntax is incorrect. (os error 123)
   1: File name, directory name or volume label syntax is invalid. (os error 123)

Location:
   sn_clirc-subcommandswallet.rs:156

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

None of my 3 nodes have any chunks. Getting errors like this:

get_closest query failed after network inactivity timeout - check your connection: Could not get enough peers (8) to satisfy the request, found 1

2 Likes

And I got another error:

PS C:\Users\gggg> env:SAFE_PEERS = "/ip4/139.59.125.187/tcp/35163/p2p/12D3KooWE75czdXUnZJ59gtMDwNZCyBx24whf9WXbNTmEoCaiUrA"
env:SAFE_PEERS : The term 'env:SAFE_PEERS' is not recognized as the name of a cmdlet, function, script file, or operabl
e program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ env:SAFE_PEERS = "/ip4/139.59.125.187/tcp/35163/p2p/12D3KooWE75czdXUn ...
+ ~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (env:SAFE_PEERS:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Please any guidance on what I should change or where I am making a mistake.

1 Like

Just checking: your local-node-peer-id should be something like ‘12D3KooWPyEFqbrBY7Sfdo1YPMA5ipBXKJzFiNMPfazMC6QaTWSa’

so in that case the command would be

safe wallet balance --peer-id="12D3KooWPyEFqbrBY7Sfdo1YPMA5ipBXKJzFiNMPfazMC6QaTWSa"

3 Likes

You need to include the $ before env.

2 Likes

I think maybe you’re missing the $ in front of the command? $env:SAFE_PEERS…

2 Likes

I’m also puzzled with this beer-id piece

eddy@Hal9000:~$ export SAFE_PEERS="/ip4/139.59.125.187/tcp/35163/p2p/12D3KooWE75czdXUnZJ59gtMDwNZCyBx24whf9WXbNTmEoCaiUrA"
SN_LOG=all safenode
Logging to stdout
Using SN_LOG=all
[2023-09-22T07:56:12.648275Z INFO safenode] 
Running safenode v0.90.33
=========================
[2023-09-22T07:56:12.648304Z DEBUG safenode] Built with git version: 800753c / main / 800753c
[2023-09-22T07:56:12.648313Z INFO safenode] Node started with initial_peers ["/ip4/139.59.125.187/tcp/35163/p2p/12D3KooWE75czdXUnZJ59gtMDwNZCyBx24whf9WXbNTmEoCaiUrA"]
[2023-09-22T07:56:12.649182Z INFO safenode] Starting node ...
[2023-09-22T07:56:12.651042Z INFO sn_networking::driver] Node (PID: 43937) with PeerId: 12D3KooWAbrVb5p9M5YmNtvL1xXsmN6jWtzMpgWV9PLoyGoH3aZh
[2023-09-22T07:56:12.651332Z DEBUG sn_networking::driver] Using Kademlia with NodeRecordStore!
[2023-09-22T07:56:12.652648Z DEBUG sn_networking::driver] Preventing non-global dials

Node started

PeerId is 12D3KooWAbrVb5p9M5YmNtvL1xXsmN6jWtzMpgWV9PLoyGoH3aZh
You can check your reward balance by running:
`safe wallet balance --peer-id=12D3KooWAbrVb5p9M5YmNtvL1xXsmN6jWtzMpgWV9PLoyGoH3aZh`

Iran

eddy@Hal9000:~$ safe wallet balance --peer-id=12D3KooWAbrVb5p9M5YmNtvL1xXsmN6jWtzMpgWV9PLoyGoH3aZh
Built with git version: 2c47455 / main / 2c47455
Error: 
   0: I/O error: No such file or directory (os error 2)
   1: No such file or directory (os error 2)

Location:
   sn_cli/src/subcommands/wallet.rs:156

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

eddy@Hal9000:~$ `safe wallet balance --peer-id=12D3KooWAbrVb5p9M5YmNtvL1xXsmN6jWtzMpgWV9PLoyGoH3aZh`
Error: 
   0: I/O error: No such file or directory (os error 2)
   1: No such file or directory (os error 2)

Location:
   sn_cli/src/subcommands/wallet.rs:156

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Command 'Built' not found, did you mean:
  command 'guilt' from deb guilt (0.36-2)
  command 'quilt' from deb quilt (0.66-2.1)
Try: sudo apt install <deb name>

2 Likes

You need quotes around the address

safe wallet balance --peer-id="12D3KooWAbrVb5p9M5YmNtvL1xXsmN6jWtzMpgWV9PLoyGoH3aZh"

3 Likes

Yeah I also did that before

eddy@Hal9000:~$ safe wallet balance --peer-id="12D3KooWAbrVb5p9M5YmNtvL1xXsmN6jWtzMpgWV9PLoyGoH3aZh"
Built with git version: 2c47455 / main / 2c47455
Error: 
   0: I/O error: No such file or directory (os error 2)
   1: No such file or directory (os error 2)

Location:
   sn_cli/src/subcommands/wallet.rs:156

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
eddy@Hal9000:~$ safe wallet balance --peer-id=12D3KooWAbrVb5p9M5YmNtvL1xXsmN6jWtzMpgWV9PLoyGoH3aZh
Built with git version: 2c47455 / main / 2c47455
Error: 
   0: I/O error: No such file or directory (os error 2)
   1: No such file or directory (os error 2)

Location:
   sn_cli/src/subcommands/wallet.rs:156

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
eddy@Hal9000:~$ `safe wallet balance --peer-id=12D3KooWAbrVb5p9M5YmNtvL1xXsmN6jWtzMpgWV9PLoyGoH3aZh`
Error: 
   0: I/O error: No such file or directory (os error 2)
   1: No such file or directory (os error 2)

Location:
   sn_cli/src/subcommands/wallet.rs:156

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Command 'Built' not found, did you mean:
  command 'guilt' from deb guilt (0.36-2)
  command 'quilt' from deb quilt (0.66-2.1)
Try: sudo apt install <deb name>


2 Likes

how is every ones nodes getting on im not getting any gets or puts and end up with this in the logs

[2023-09-22T11:15:58.980011Z TRACE sn_networking::event] Query task QueryId(1) returned with peers GetClosestPeersOk { key: [0, 32, 4, 44, 241, 222, 172, 194, 109, 25, 129, 173, 147, 190, 178, 79, 208, 71, 47, 53, 248, 171, 122, 170, 211, 92, 138, 167, 224, 235, 208, 6, 71, 230], peers: [] }, QueryStats { requests:>
[2023-09-22T11:15:58.980097Z WARN sn_networking] Not enough peers in the k-bucket to satisfy the request
[2023-09-22T11:15:58.980105Z WARN sn_node::api] get_closest query failed after network inactivity timeout - check your connection: Could not get enough peers (8) to satisfy the request, found 1
[2023-09-22T11:15:58.980114Z INFO sn_node::log_markers] OperationFailedAfterNetworkInactivityTimeout

2 Likes

A couple of suggestions…

For the OP:

  • when giving the command for the faucet, include ‘safe wallet balance’ afterwards for checking the client balance.
  • when giving the command to check the node balance, mention that the client has a different (local) wallet which can be checked with ‘safe wallet balance
  • update refs to DBC

In the node code, change name of the directory ‘received_dbcs’ (in the ‘safe/node/wallet’ directory.)

I have done some uploads with the default settings and things went smoothly and seemed fast. A directory of four files totalling 56MB took 3m 25s.

My node has been running for 23 minutes but has no records which seems a bit slow to get going. Everything looks ok otherwise. :man_shrugging:

I’ll fire a massive upload and see how that goes!

5 Likes

I am having node issues too.

But, I have barely woken up and that may be the culprit.

Anyhow if it is not me that would be great to know.

5 Likes

Same for me

5 Likes

I tried several do overs using different initial peers from the OP

1 Like

I was about to do that, no dice?

1 Like