Skip to content

krajicj/bitcoin-bot

Repository files navigation

Bitcoin bot server

Run on Raspberry

Build for Raspberry

docker buildx build --platform linux/arm/v7 -t alpine-arm32 --load . -t krajicj/crypto-bot-server-arm

  1. Flash SD card with Raspbian OS

  2. Put SD card into your raspberry and plug in into power. After boot the default login and password is (pi raspberry)

  3. Change your raspberry pi account password "sudo raspi-config"

  4. Shutdown raspberry "sudo shutdown" remove SD card, plug it into your pc and run command in volume folder on SD card "touch ssh" This enable ssh access

  5. Connect your raspberry to the internet via patch cabel

  6. Run commands "sudo apt-get update" and "sudo apt-get upgrade" to update system

  7. Set static ip address of your raspberry

interface eth0 static ip_address=192.168.0.4/24 static routers=192.168.0.1 static domain_name_servers=192.168.0.1

  1. Reboot by "sudo reboot"

  2. Now you can access raspberry via ssh

    • "ssh ip_address -l pi"
    • then enter your password for account pi
  3. install docker

  4. Install app using docker

sudo docker pull krajicj/crypto-bot-server-arm

sudo docker pull krajicj/crypto-bot-front-arm

sudo docker create --name crypto-bot-server -i -p 5000:5000 --restart unless-stopped krajicj/crypto-bot-server-arm

sudo docker start -i crypto-bot-server

Set password of your app and hit ctr + c

sudo docker start crypto-bot-server

sudo docker create --name crypto-bot-front -p 3000:3000 --restart unless-stopped krajicj/crypto-bot-front-arm

sudo docker start crypto-bot-front

  1. If you are on the same network you can put your raspberry_ip_address:3000 to your browser and log in to the system with app password you choose

  2. On page keys set your coinbase pro api keys

  3. Create schedulers and DCA...

About

Bot for buying BTC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •