https://github.com/offlinehacker/miner.litecoin.si
NixOS configuration for (lite)coin miner
https://github.com/offlinehacker/miner.litecoin.si
Last synced: 3 months ago
JSON representation
NixOS configuration for (lite)coin miner
- Host: GitHub
- URL: https://github.com/offlinehacker/miner.litecoin.si
- Owner: offlinehacker
- Created: 2013-04-07T10:21:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-19T23:41:47.000Z (about 12 years ago)
- Last Synced: 2025-03-15T04:46:21.007Z (3 months ago)
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
miner.bitcoin.si NixOS configuration
====================================Installation:
-------------# Install dependencies
nix-env -i git openssl# Clone
git clone --recursive https://github.com/offlinehacker/miner.litecoin.si.git# Prepare gitcrypt
cd miner.litecoin.si# Decrypt files
git config gitcrypt.salt 0000000000000000
git config gitcrypt.pass my-secret-phrase
git config gitcrypt.cipher aes-256-ecb
git config filter.encrypt.smudge "gitcrypt smudge"
git config filter.encrypt.clean "gitcrypt clean"
git config diff.encrypt.textconv "gitcrypt diff"
git reset --hard HEADNOTE: If you are having problems with decrypting files, you should remove them and
then perform `git reset --hard HEAD` again.Deployment:
-----------# Create a deployment with nixops
nixops-create ./minerops.nix ./minerops-physical.nix -d minerops# Deploy your systems
nixops deploy -d mineropsTODO:
------ Create a live install cd for automatic installations
- Switch master deployment from phyisical to ec2
- Fix ati xserver config generation to support multiple GPU-s