This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gaps: | |
| inner_gap: 10 | |
| outer_gap: 10 | |
| general: | |
| # Whether to show floating windows as always on top. | |
| show_floating_on_top: true | |
| bar: | |
| height: "30px" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # A simple launcher script for managing unMineable mining sessions with CPU, GPU or both in a tmux session | |
| # Pool info | |
| PROTOCOL="stratum+tcp://" | |
| DOMAIN="unmineable.com" | |
| PORT="3333" | |
| # CPU Miner configs |