file.io Presales on Waves DEX
Ephemeral file sharing.
Convenient, anonymous and secure .
Web site : file.io
Token name : file.io
Blockchain : WAVES
Total Tokens : 10.000.000
ID for WAVES DEX : QP1ew4XzcL7pT2ciVXf5CCNW6MqaRmyeyhEkMBqGRXi
Description : File.io is an Ephemeral file sharing platform . A user has defined us : “It's like snapchat, but for files!”
And we like it!
Using our site is very simple :Simply upload a file, share the link, and after it is downloaded, the file is completely deleted. For added security, set an expiration on the file and it is deleted within a certain amount of time, even if it was never downloaded .
All files are encrypted when stored on our servers.
Fundraising will be used to integrate our platform with the waves blockchain, and to promote our business.
Token Distribution:The ico will come on
Waves DEX through token sales order, we want to develop our business on the waves platform so we will only accept contributions in waves.
Crowdsales is changed to : Fixed price : 0,005 Waves
Duration : Until the 30 of June.
Total coin : 10.000.000
Coin to sell : 9.000.000
Coin selled : 50014
Coin to devs: 949986
Total waves hard cap : 45000
Sales scheme :
Waves price : 0,005 Number of token : 9.000.000 - Total waves : 45000 - 2500 waves already raised.
ICO sale 7 June 2017 to 30 of June 2017Team:Humbly is creating things to end suffering. We are hacker, you will never know our names.
http://humbly.com/Our Other Projects:
file.io - Ephemeral file sharing
nameserver.io - Easy nameserver redirects
consciousness.io - A new religion based on consciousness
park.io - Domain name backorders for hackers
ask.io - ask or give personal favors to the world (discontinued)
ICO FAQ : I don't belive you guys.Easy solution : don't invest.
Where can I buy tokens?Just download the last WAVES lite client here :
https://github.com/wavesplatform/WavesGUI/releases or here :
https://chrome.google.com/webstore/detail/wavesliteapp/kfmcaklajknfekomaflnhkjjkcjabogmOr use a web wallet :
https://waveswallet.io/And search file.io token on Waves Dex search box using the name :file.io or asset ID : QP1ew4XzcL7pT2ciVXf5CCNW6MqaRmyeyhEkMBqGRXi
Please verify the ID : QP1ew4XzcL7pT2ciVXf5CCNW6MqaRmyeyhEkMBqGRXi
If I change my mind, I can resell my tokens during the ico?If we exceed the threshold of 45000 waves, we will use 10000 waves to buy back during ICO time (7 June 2017 to 30 of June 2017) @ 0,005 waves / token
If we do not reach the sum of 45.000 waves we will refund the participants. On 30 of June 2017. We will only address the commission of 0.001 waves in the redemption process
file.io FAQAre there log files or any backups of the file after it is deleted?
No, it is anonymous and we erase everything. Our log files contain no identifying information. There are no backups, and all files are stored encrypted.
Is it free?Yes we offer a free plan, as well as some premium plans.
What kinds of files can I share?No illegal or copyrighted content is allowed. By using file.io you agree to the Terms of Service.
Is there a size limit?Yes, there is a 5GB per file limit for the free version.
I have a question or comment - how can I contact you?We would love to hear from you:
support@file.io or here on bitcointalk.
I am not a programmer - how do I set an expiration date for the file?You can use resttesttest.com. For the "endpoint" put:https://file.io/?expires=1wYou can change the "expires" to whatever you want - "1w" is one week.
You can see this screenshot for an example, where the resulting link to your file is highlighted.
Who are you and how can I trust you?file.io is a project of humb.ly. It was created simply out of the joy of trying to build cool things on the internet, and we thought it may be useful for others. We take privacy very seriously and do not save any data once it has been deleted.
How did you get such a great domain name?From the awesome service at park.io - they have a lot of great startup domain names for hackers.
Easy API integration :Try it out:
$ curl -F "file=@test.txt" https://file.io
{"success":true,"key":"2ojE41"}
$ curl https://file.io/2ojE41
This is a test
$ curl https://file.io/2ojE41
{"success":false,"error":404,"message":"Not Found"}
Or set an expiration:
$ curl -F "file=@test.txt" https://file.io/?expires=1w
{"success":true,"key":"aQbnDJ","expiry":"7 days"}
$ sleep 604801
$ curl https://file.io/aQbnDJ
{"success":false,"error":404,"message":"Not Found"}
The query param expires must be a positive integer which, by default, represents the number of days until the file will be deleted (defaults to 14 days). If you follow it with w, it will be the number of weeks.m for months and y for years.
-----------------------------------------