Getting Started
Requirements
- Node.js
- An Ethereum wallet with a private key
- Collateral deposited on Nado
PRIVATE_KEY authorizes live trading. Never commit it, never log it, and only run the bot on
a host you control. Prefer a dedicated wallet funded only with the capital you intend to risk.
Install
cd bitcoin9to5
npm installRun
PRIVATE_KEY="0x..." node bot.jsThe key must include the 0x prefix.
Close an open position (manual)
node bot.js --closeNext steps
- Zones — when the bot shorts vs longs
- Configuration — leverage and profit constants
- Deployment — pm2 and rsync to a remote host
Last updated on