Vault stops sending data at 86% - TEST 15

For some reason my server stops transfering data just when it’s about to finish starting. I have port 8000 forwarded and specified as the TCP accept port.

Here is the output when I try to run safe_vault:

I 17-03-28 13:42:46.525129

Running safe_vault v0.13.2
==========================
I 17-03-28 13:42:50.769634 Node(8a963b..()) Requesting a relocated name from the network. This can take a while.
I 17-03-28 13:42:51.598683 Node(56c14e..()) Received relocated name. Establishing connections to 16 peers.
I 17-03-28 13:42:53.102658 Node(56c14e..()) Starting approval process to test this node's resources. This will take at least 300 seconds.
I 17-03-28 13:43:21.598766 Node(56c14e..()) 0/16 resource proof response(s) complete, 5% of data sent. 380/410 seconds remaining.
I 17-03-28 13:43:51.598856 Node(56c14e..()) 0/16 resource proof response(s) complete, 14% of data sent. 350/410 seconds remaining.
I 17-03-28 13:44:21.598961 Node(56c14e..()) 0/16 resource proof response(s) complete, 23% of data sent. 320/410 seconds remaining.
I 17-03-28 13:44:51.599086 Node(56c14e..()) 0/16 resource proof response(s) complete, 32% of data sent. 290/410 seconds remaining.
I 17-03-28 13:45:21.599176 Node(56c14e..()) 0/16 resource proof response(s) complete, 41% of data sent. 260/410 seconds remaining.
I 17-03-28 13:45:51.599273 Node(56c14e..()) 0/16 resource proof response(s) complete, 50% of data sent. 230/410 seconds remaining.
I 17-03-28 13:46:21.599370 Node(56c14e..()) 0/16 resource proof response(s) complete, 59% of data sent. 200/410 seconds remaining.
I 17-03-28 13:46:51.599462 Node(56c14e..()) 0/16 resource proof response(s) complete, 68% of data sent. 170/410 seconds remaining.
I 17-03-28 13:47:21.599554 Node(56c14e..()) 0/16 resource proof response(s) complete, 77% of data sent. 140/410 seconds remaining.
I 17-03-28 13:47:51.599652 Node(56c14e..()) 0/16 resource proof response(s) complete, 86% of data sent. 110/410 seconds remaining.
I 17-03-28 13:48:21.599759 Node(56c14e..()) 0/16 resource proof response(s) complete, 86% of data sent. 80/410 seconds remaining.
I 17-03-28 13:48:51.599878 Node(56c14e..()) 0/16 resource proof response(s) complete, 86% of data sent. 50/410 seconds remaining.
I 17-03-28 13:49:21.599986 Node(56c14e..()) 0/16 resource proof response(s) complete, 86% of data sent. 20/410 seconds remaining.
I 17-03-28 13:49:41.598750 Node(56c14e..()) Failed to get approval from the network. 0/16 resource proof response(s) complete, 86% of data sent. Terminating node.

EDIT: Does this just mean that I don’t have enough bandwidth?

4 Likes

Not enough bandwidth, yes that’s my guess too. But you’re quite close to the threshold, so maybe you could try closing any other services that are keeping your internet tube busy, and you may get lucky with a peak of internet speed from your provider.

Edit: Since you get to the resource proof test, this means your TCP and port forwarding settings are correct.

8 Likes

Yes, bandwidth as @Remco says.

Your vault has 300 seconds to upload a proof dataset which works out to be approx 6 Mbits/sec.

So at 110/410 mark the 300 seconds is up and the network nodes have 110 seconds to do there approval/disapproval process.

2 Likes

This topic was automatically closed after 60 days. New replies are no longer allowed.