Banano Folding Headless Client

Folding Guide

This walkthrough is based on the guide on the folding at home webpage, modified slightly for banano.

  1. First, get a username for you wallet at the banano miner website:
  2. https://bananominer.com

    remember both the user name and the team id.

  3. Second, get a passkey from the folding at home site:
  4. The user name you put into the passcode form needs to be the banano user from https://bananominer.com, not your discord username, or any other name.

    Only the banano user from https://bananominer.com

    Otherwise your score will not count.

    https://apps.foldingathome.org/getpasskey

    If you put in the wrong name and need to redo it, there's a four hour wait per email address. So be careful.

    This increases your score.

  5. follow the below guide:
  6. https://foldingathome.org/support/faq/installation-guides/linux/

    Which is basically these two commands:

    wget download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.5/fahclient_7.5.1_amd64.deb
    sudo dpkg -i --force-depends fahclient_7.5.1_amd64.deb

    Then follow the onscreen prompts:

    enter user name

    enter team number

    enter passkey

    auostart or no

    sudo /etc/init.d/FAHClient help

common special cases

  1. subprocess installed post-installation script returned error exit status 1
  2. https://foldingforum.org/viewtopic.php?p=287334#p287334

    sudo ln -s /usr/lib/python2.7 /usr/lib/python2.6

    0
  3. granting remote web access
  4. granting remote web access

    Which is basically adding these two lines to the config file /etc/fahclient/config.xml:

    Also remember you are adding your client computer's IP to the config, not the server's ip.

    <allow>192.168.10.100</allow>
    <web-allow>192.168.10.100</web-allow>

  5. folding anonymously
  6. If it turns out your are folding anonymously, change this foag in the config file:<fold-anon v='false'/>