You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: