zcash-patched-for-explorer/zcutil
Homu 0eebdefb8a Auto merge of #2597 - kpcyrd:fetch-ipfs, r=str4d
Fetch params from ipfs if possible

This patch allows fetch-params to download the params from [ipfs], if it's installed. This reduces the need for a central server and ensures the params are available if the official server ceases to exist.

For now, the default is still wget. If wget exits with an error, the script automatically tries ipfs. To use ipfs instead of wget:

    ZC_DISABLE_WGET=1 ./zcutil/fetch-params.sh

[ipfs]: https://github.com/ipfs/go-ipfs
2017-09-21 09:26:29 -07:00
..
build-debian-package.sh Convert Zcash versions to Debian format 2017-04-19 13:45:55 +12:00
build.sh Do not warn on built in declaration mismatch 2017-07-20 13:27:37 +02:00
cleanup-tags.sh A script to remove "unofficial" tags from a remote, such as github. 2016-05-30 16:54:23 -07:00
fetch-params.sh Prefer wget over ipfs 2017-09-21 03:28:14 +02:00
make-release.py Auto merge of #2586 - str4d:release-script-build-progress, r=str4d 2017-09-19 14:43:11 -07:00
release-notes.py Pull in temporary release notes during the release process 2017-06-29 15:42:40 -07:00