Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Installing BitCannon

supergonkas edited this page Oct 13, 2015 · 10 revisions

BitCannon Install Steps

(All operating systems)

  • Download the latest BitCannon release, make sure to use the mega link
  • Unzip the zip somewhere convenient
  • Open the binary for your system
  • Open http://127.0.0.1:1337/ in your web browser

Linux Upstart example file

Edit: /etc/init/bitcannon.conf

setuid youruser
setgid youruser

start on runlevel [2345]

stop on runlevel [016]
chdir /path_to_bitcannon
exec /path_to_bitcannon/bitcannon_linux_386

Note: Replace bitcannon_linux_386 by your system binary...

Clone this wiki locally