filswan/swan

Feature request : Automatic export for deal auction

cryptowhizzard opened this issue · 1 comments

Hello,

Can you provide a script to automatically prepare the deals for the auction bidding on SWAN?

Our system can make files ready like /swan/swandealabc.tgz

If you can handle it from there , my suggesion is that your script copies the file to a directory ( on my server / there needs to be a configurable variable for that ) where it can be downloaded.

From my scripts , i will call your script then like : /runthisscript.sh filenametoprocess.tgz.

User need to create an API token first, then they need to have several APIs for project working:
using config.toml set the API key and API token.
Post public deals with POST Deal API.

The data preparation will be another batch job which it not related to the current task.

Assume you ready have a folder of 2GB each files, you can combine them to the file size as you want. then generate a car file for processing

Car file is better for user than tgz right? or a tgz will be better, then the miner created the car file?
Thanks.