Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Allow the user inputted values to be random between X & Y values #6

Open
ghost opened this issue Sep 2, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Sep 2, 2021

Current behavior
The config file allows for user configured values such as :
"AmountToSnipe": 0.0005,
"ProfitPercentageMargin": 20,
"SellSlippage": 0.5,
"HoneypotCheckAmount": 0.0000001,

Desired behavior
Allow the user to input a value X and a value Y, the bot will then pick a random amount that is in between X and Y for every contract such as :
"MinAmountToSnipe": 0.0005,
"MaxAmountToSnipe": 0.005,
"MinProfitPercentageMargin": 20,
"MaxProfitPercentageMargin": 25,
"MinSellSlippage": 0.5,
"MaxSellSlippage": 1.5,
"MinHoneypotCheckAmount": 0.0000001,
"MaxHoneypotCheckAmount": 0.0000019,

@ghost ghost changed the title Allow the user inputted values to be random between X & Y values [Feature request] Allow the user inputted values to be random between X & Y values Sep 2, 2021
@JayArrowz JayArrowz added the enhancement New feature or request label Sep 2, 2021
@suneth2
Copy link

suneth2 commented Sep 11, 2021

@CryptoCarlos21 Can i know how to run this on windows, is there have some resources to lean about it, Thank You

@JayArrowz
Copy link
Owner

JayArrowz commented Sep 23, 2021

Hmm, do we really want to randomise this? Most people prefer using API's rather then a actual honeypot check (buy+sell small amount test)

@ghost
Copy link
Author

ghost commented Sep 24, 2021

This is more focused on the snipe amount, instead of buying every token with the same amount, introducing a random aspect to each buy between min and max. Thinking back on it now, it may not be something users utilize though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants