Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
969 contributions in the last year
Activity overview
Contributed to
lukechilds/docker-bitcoind,
getumbrel/umbrel-dev,
lukechilds/dockerpi
and 5 other
repositories
Contribution activity
August 2020
- lukechilds/polar TypeScript
- lukechilds/umbrel-dev Shell
Created a pull request in getumbrel/umbrel that received 7 comments
Create 4GB swapfile on external storage
Resolves #104
Bind mount /mnt/data/swap on external storage to /swap and create 4GB swapfile at /swap/swapfile.
+57
−4
•
7
comments
- Remove non-standard minrelaytxfee
- Remove git dependency check from scripts
- Add CLI binary proxies
- Add security disclaimer to readme
- Document know security issues in SECURITY.md
- Clean up Bitcoin Core config
- Remove unused x-utility block from Docker Compose config
- Remove access control headers
- Reformat external storage if it isn't EXT4
- Pin third party GitHub action
- Update external Umbrel installation when booting from a newer Umbrel OS version.
- Include mount check in mount script
- Refactor external storage logic