|
|
|
|
|
by hathathat
3084 days ago
|
|
They seem to have solved proof-of-storage, but the network can’t guarantee the available of the files you pay to store! A profitable strategy: 1. Set up a miner on AWS. You’ll only need a small machine as you’ll persist the data in S3. 2. Accept bids for storage, and use your free ingress bandwidth to copy the data into S3 3. Calculate and publish your proofs of storage so your Filecoin (held in escrow after your successful bid) is released. 4. Refuse all bids to access the content - egress bandwidth costs money! 5. Win! You’ll always be able to undercut other miners when bidding for storage as they have to bake in bandwidth costs in their bids, and you strategy is easily scalable (as you can pump as much data into S3 as you need - you’ll only need to get more machines to calculate more storage proofs). |
|
(Also, for step 3 I think proofs of storage are supposed to be calculated continuously, not once. So you'd be constantly reading data from S3.)