Skip to Content
Bitcoin 9to5Getting Started

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 install

Run

PRIVATE_KEY="0x..." node bot.js

The key must include the 0x prefix.

Close an open position (manual)

node bot.js --close

Next steps

Last updated on