@@ वक्रतुण्ड महाकाय सूर्यकोटि समप्रभ । @@
@@ अविघ्नं कुरु मे देव सर्वकार्येषु सर्वदा ॥ @@
vinayaka is cryptocurrency futures trading bot that uses RSX (RSI with a smoothing function) under the hood.
vinayaka focuses on BTC, ETH, BNB, XMR, DEFI, SOL and ELGD. if you want to focus on other assets, modify the TARGET_ASSETS
constant at src/constants/index.ts
and add your own symbols.
vinayaka and its developers take NO responsibility over what you choose to do with it. this is merely a proof-of-concept and should not be used in practice without your own research and evaluation.
vinayaka requires a CLI that supports node
v14+ is required to run this bot.
- clone this repository by running
git clone https://github.com/catusmagnus/cokebot.git
in your preferred CLI. - add a
.env
file to the root of the cloned repository with your BinanceAPI_KEY
andAPI_SECRET
(here's how to get it). - run
npm run trade
and enjoy!
for phone users, Termux is recommended.
- install the Termux app from F-Droid or Google Play Store (deprecated).
- run
pkg install nodejs && pkg install npm
to installnode
andnpm
. if this command fails with a fetch look-up issue, try runningpkg upgrade
orapt update && apt upgrade
or switching to another internet connection, then run the command again. - verify installation by running
node -v
andnpm -v
- these commands should print the current version ofnode
andnpm
. if not, try step 3 again. - clone this repository by running
git clone https://github.com/catusmagnus/cokebot.git
in your preferred CLI. - run
cd vinayaka
andtouch .env && echo "API_KEY=<YOUR_API_KEY>" >> .env && echo "API_SECRET=<YOUR_API_SECRET>" >> .env
after replacing<YOUR_API_KEY>
and<YOUR_API_SECRET>
- run
cat .env
to verify your credentials. - run
npm run trade
and enjoy!
errors may originate from Termux, binance-api-node, or from the bot itself. please open an issue with us if it's the latter.