sethforprivacy / simple-monerod-docker

A simple and straightforward Dockerized monerod built from source and exposing standard ports.
https://sethforprivacy.com/guides/run-a-monero-node/
MIT License
98 stars 19 forks source link

Minimize refs fetched during 'git clone' for users with unstable connections #55

Closed nurviro closed 2 years ago

nurviro commented 2 years ago

Perform a shallow clone of the monero repo & all submodules (only gets the refs required to build). Speeds up the clone & makes it more reliable for users with unstable connections (tor, vpn, or just a low-quality ISP).

sethforprivacy commented 2 years ago

Thank you for the PR, looks great and had always wanted to circle back to the git step and now I don't have to :)