threefoldtecharchive / jumpscaleX_threebot

Apache License 2.0
0 stars 3 forks source link

Network reservation not working with FreeTFT on Mainnet #783

Closed abdulgig closed 4 years ago

abdulgig commented 4 years ago

Hi there,

We have a partner who is trying to create a network with "FreeTFT" on Mainnet using the chatflows. He is unable to make a reservation yet and it fails all the time. Another thing we noticed that there is no option given to download the Wireguard config ? The customer waits for the whole 15 minutes and then gets a "Failed Reservation" message.

Couple of his reservations are here,

https://explorer.grid.tf/explorer/reservations/10120 https://explorer.grid.tf/explorer/reservations/10137

These are marked for deletion on the explorer.

Thanks,

image

zaibon commented 4 years ago

The node he uses in not fully started. From the logs I can see it didn't receive an IPV6 address. The node is not processing any reservation at the moment.

abdulgig commented 4 years ago

In that case, the chatflows should be able to pick up the most favorable node for a reservation or deployment. The customer is not specifying / choosing any node by himself.

zaibon commented 4 years ago

There is a known bug at the moment on mainnet where node that are not fully operational are still reported as online. This is due to the fact that even ipv4 only nodes are eligible for farming. So they MUST be marked as online otherwise they won't get tokens. This will be fix in the next version when ipv4 support lands.

In the mean time the best approach is to select farm that are know to be fully up and running.

abdulgig commented 4 years ago

Thanks for the explanation 👍. We will ask the user to deploy with that method for now.

Dina-Abd-Elrahman commented 4 years ago