all backers receive a share of the 1.5 million for those apps that go live
0 to 12 apps will go live by the stated date
It seems dangerous in that some to all of the locked ANT can be lost to the people backing apps. If some do not go live then the people will lose the ANT.
To me that is very risky and doubt people will lock up substantial amounts since an app can fail to go live for any number of reasons which include it being no fault of the app writer.
Seems the OP says
which means that the backed amount is returned no matter what
In tests not long ago download batch size of 3 was enough to saturate a 1gbit link on larger files … Not sure that parameter needs much tweaking anyway…
On 60MB file the parameter value 1 is clearly slower than higher values:
time ant file download 6e93f32ac27275de1a17d104688bc3cab46b98d94d60ddd950cc18c925766041 .
real 0m34.415s
user 0m13.096s
sys 0m6.152s
export CHUNK_DOWNLOAD_BATCH_SIZE=2
time ant file download 6e93f32ac27275de1a17d104688bc3cab46b98d94d60ddd950cc18c925766041 .
real 0m31.032s
user 0m12.552s
sys 0m6.040s
export CHUNK_DOWNLOAD_BATCH_SIZE=4
time ant file download 6e93f32ac27275de1a17d104688bc3cab46b98d94d60ddd950cc18c925766041 .
real 0m16.808s
user 0m7.549s
sys 0m3.689s
export CHUNK_DOWNLOAD_BATCH_SIZE=16
time ant file download 6e93f32ac27275de1a17d104688bc3cab46b98d94d60ddd950cc18c925766041 .
real 0m16.189s
user 0m9.049s
sys 0m4.340s
With an 200MB upload, I’m getting:
Not enough node quotes for .., got: 1 and need at least 5
…nevermind the batch size. Bummer, that the uploads are so unreliable.
I uploaded successfully about 200MB file with batch size 4!
Then I tried to re-upload the same file with batch size 64, to test for free, if the quote system returns all the quotes, which has been the failing thing. And it did!
Summary
But there was some other weird behaviour there, which unfortunately I’m not willing to share the logs. The reason for that is, that the upload is a pirated content from a podcaster / video producer that I value highly, and I don’t want to re-distribute it without payment to him. And the reason for me having it in the first place regardless of that attitude of mine, is that a friend gave me a USB stick that just had it. And I don’t have much big files in this experimental linux laptop of mine. Phew, that was complicated!