-
Notifications
You must be signed in to change notification settings - Fork 79
settings.json
Brandon edited this page Jan 19, 2022
·
1 revision
[
{
"ALPHAWALLETPRIVATEKEY": "do not enter it manually, open the bot : it will encrypt it",
"ALPHAWALLETADDRESS": "wallet address where you hold your ALPHA tokens",
"WALLETADDRESS": "wallet address you want to trade on : can be different from ALPHA wallet",
"PRIVATEKEY": "do not enter it manually, open the bot : it will encrypt it",
"WALLETADDRESS2": "null",
"PRIVATEKEY2": "null",
"WALLETADDRESS3": "null",
"PRIVATEKEY3": "null",
"WALLETADDRESS4": "null",
"PRIVATEKEY4": "null",
"WALLETADDRESS5": "null",
"PRIVATEKEY5": "null",
"USECUSTOMNODE": "false",
"CUSTOMNODE": "put your own node here",
"EXCHANGE": "kuswap",
"EXCHANGEVERSION": "2",
"PREAPPROVE": "true",
"UNLIMITEDSLIPPAGE": "false",
"PASSWORD_ON_CHANGE": "false",
"VERBOSE_PRICING": "true",
"SLOW_MODE": "false"
}
]
Only applies to PancakeSwap. Otherwise just leave it alone.
Private key of the wallet holding your ALPHA tokens. & Private key of the wallet the bot will trade to / from.
( not the 12 words seed phrase)
Set to "true" if you want to use a custom node.
If you want to use a custom node, enter here your node's address in http, wss, or IPC
example: (https://rpc-mainnet.kcc.network or wss://rpc-mainnet.kcc.network )
Tells the bot to preapprove tokens on startup or not.
Will be set automatically when you initialize the bot for the first time.
Whethter or not you want the bot to completely bypass the slippage settings.
If TRUE the bot will buy at any slippage.
This can help avoid the "INSUFFICIENT_AMOUNT" error.
Activate this option if you want the bot to ask your private key's password again when you update tokens.json
Self explanatory.
Default setting is "true". If you set this to "false", the bot will only show lines on the screen when the price updates.
Changes how often the bot queries for price. If "true" the bot will check every 0.5s.
(If you are using a public node provider, consider using SLOW-MODE if you are getting rate limited).