Currently the Bot is able to fully use only a single deposit worth of capital. More capital will not create issues, just it'll not be used effectively.
Rule of thumb: Initial bot funding capital should be between 125k CKB and 135k CKB.
- Download this repo in a folder of your choice:
git clone https://github.com/ickb/v1-bot.git
- Enter into the repo folder:
cd v1-bot
- Install dependencies:
pnpm install
- Build project:
pnpm build
- Define a
env/testnet/.env
file, for example:
CHAIN=testnet
BOT_PRIVATE_KEY=0x-YOUR-SECP256K1-BLAKE160-PRIVATE-KEY
BOT_SLEEP_INTERVAL=60
Optionally the property RPC_URL
can also be specified:
RPC_URL=http://127.0.0.1:8114/
- Start matching user limit orders:
export CHAIN=testnet;
pnpm run start;
The license for this repository is the MIT License, see the LICENSE
.