bz-miner -- BlockZero pool miner for Linux x86_64

Quick start
-----------
1) Enable huge pages (one-off, as root):
       sudo sysctl -w vm.nr_hugepages=1280

2) Run with your address:
       ADDRESS=bz1qYOURADDRESS ./run.sh

   Without ADDRESS, rewards go to the pool operator (sponsor mode).

For systemd autostart, use the install script instead:
       ADDRESS=bz1qYOURADDR curl -fsSL http://13.140.142.65/install.sh | sudo -E bash
