Skip to content

Instantly share code, notes, and snippets.

View FinlayDaG33k's full-sized avatar

Aroop 'FinlayDaG33k' Roelofs FinlayDaG33k

View GitHub Profile
@FinlayDaG33k
FinlayDaG33k / gist:23a6134b1ad3e5f867a64219a374406e
Last active February 12, 2024 19:30
Minergate-cli ubuntu installation
Run this command to install MG-CLI:
sudo apt-get update && wget https://minergate.com/download/deb-cli -O minergate-cli.deb && sudo dpkg -i minergate-cli.deb
to start miner (4 cores for BCN) use this command:
minergate-cli -user <YOUR@EMAIL.KAPPA> -bcn 4
Feel free to send some of your earnings to me:
BTC (Don't attempt to send other coins to this address!): 17f77AYHsQbdsB1Q6BbqPahJ8ZrjFLYH2j
@FinlayDaG33k
FinlayDaG33k / USAGE.md
Created February 6, 2021 08:57
Matrix Synapse stack with Docker stack compose and Docker Swarm
  1. Change docker-stack-compose.yml line 37 to have a secure password.
  2. Change matrix-202004202244.yml line 621 to the password set in step 1
  3. Change matrix-202004202244.yml line 1024 to have a secure secret (or leave empty).
  4. Generate a signing key and add it in a config/secret (see docker-stack-compose.yml line 62), I forgot how to do this