Skip to content

Instantly share code, notes, and snippets.

@vijay-prema
Last active October 26, 2021 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vijay-prema/b28d5bff9306f93c2a90324d8cd0ee39 to your computer and use it in GitHub Desktop.
Save vijay-prema/b28d5bff9306f93c2a90324d8cd0ee39 to your computer and use it in GitHub Desktop.
Gridcoin/BOINC in Ubuntu 21.10

Run Gridcoin and BOINC in Ubuntu 21.10

Assuming you want to be a researcher and do computing to earn coins (Dont need BOINC if you just want to it as a coin)

  1. Install BOINC
  2. Start the BOINC daemon service (this will need to run in the background in order to do computations to earn coins. In some installations it starts automatically on boot in the background, if not run the /etc/init.d/boinc-client start command or /etc/init.d/boinc-client status to check)
  3. Run BOINC Manager. If it fails to run then do this:
  • Add your current username to boinc group: sudo usermod -a -G boinc [insert current user name here]
  • Edit this file and paste some random string in it as a password: sudo nano /var/lib/boinc-client/gui_rpc_auth.cfg
  1. In BOINC Manager, add a project you would like to compute e.g. Universe@home, which may require you to create a new account with them.
  2. Now install gridcoinresearch from ppa
sudo add-apt-repository ppa:gridcoin/gridcoin-stable
sudo apt install gridcoinresearch
  1. Start gridcoinresearch app, and wait till the software has synced with the network (maybe several hours)
  2. Once synced you will be able to start your Researcher role and get a beacon and cpid - Just carefully follow the instructions when you click on "needs attention"

Backup wallet

If your PC gets wiped you may loose your coins! Keep a safe backup somewhere which is clearly labelled and dated.

  1. Export your wallet and config file from gridcoin app or copy from ~/.GridcoinResearch/ folder
  2. Save these somewhere safe, secure and private

Restoring or Moving to another PC

  1. Install as per above on new PC
  2. On new PC launch gridcoin and immediately close it
  3. Backup your wallet an config on old PC, and close gridcoin on that pc (DONT simultaneously run two instances of gridcoin with same wallet!)
  4. Move config and wallet files to new PC folder (overwrite files in ~/.GridcoinResearch/`)
  5. Launch gridcoin on new PC and wait for sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment