Results 93 comments of jarolrod
trafficstars

GUIX hashes x86: ``` $ env HOSTS='x86_64-w64-mingw32' ./contrib/guix/guix-build $ find guix-build-$(git rev-parse --short=12 HEAD)/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum 6e2886c80eba9c829047c04586b142d5f8f1c53c31aa82834aff39ae5dbf1762 guix-build-d755ffc3277c/output/dist-archive/bitcoin-d755ffc3277c.tar.gz cdf727c45c3283523726b4ec27f051de5931469874af736eac05d48016d6369b guix-build-d755ffc3277c/output/x86_64-w64-mingw32/SHA256SUMS.part...

Guix hashes, mine match @hebasto: ``` find guix-build-$(git rev-parse --short=12 HEAD)/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum 3bd0f565f675a9564583e0469ca8116f5c748f2179f6efcdf31b0bafec185725 guix-build-856efb0aabbc/output/aarch64-linux-gnu/SHA256SUMS.part d140a2d302cd1e22e594fb03da3a956516e6fb8b40e08f618a0964df90949c72 guix-build-856efb0aabbc/output/aarch64-linux-gnu/bitcoin-856efb0aabbc-aarch64-linux-gnu-debug.tar.gz fafcab9f9250d5d65adb0435cedbebda07c8ed1d4f2841e27c60484336bd61d6 guix-build-856efb0aabbc/output/aarch64-linux-gnu/bitcoin-856efb0aabbc-aarch64-linux-gnu.tar.gz b34f67a272b6ff39b42eb653a97630161a5c7f4ee0d3f33cdd176a8f0066113a...

GUIX hashes: x86: ``` $ find guix-build-$(git rev-parse --short=12 HEAD)/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum 139d2d636d0bccbbdff73773b69b4e20c521596b50efa407ab62ca5abac72220 guix-build-258921a8f7e1/output/aarch64-linux-gnu/SHA256SUMS.part b30b46b94e100afd3982697a492fbef2dc40cf6eea7ed6dc522e297ed00e534d guix-build-258921a8f7e1/output/aarch64-linux-gnu/bitcoin-258921a8f7e1-aarch64-linux-gnu-debug.tar.gz d6d9ff3287177b0094b01bc745e6e77bf900f95dbdd798a3b62086d1032133cb guix-build-258921a8f7e1/output/aarch64-linux-gnu/bitcoin-258921a8f7e1-aarch64-linux-gnu.tar.gz 2354953d3ccb5113101e0762edd974848996caae50133fad017681643ff91f62 guix-build-258921a8f7e1/output/arm-linux-gnueabihf/SHA256SUMS.part...

GUIX hashes x86: ``` $ find guix-build-$(git rev-parse --short=12 HEAD)/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum c33306c2ae55bc0e037a1050bd0813fd7654f21fefd0e7df089a541118b629bc guix-build-5474f5c356c5/output/aarch64-linux-gnu/SHA256SUMS.part f3cf5b8366e27155f3a369ab0d017074912506c43b4010054a72e5c3ae8cab2c guix-build-5474f5c356c5/output/aarch64-linux-gnu/bitcoin-5474f5c356c5-aarch64-linux-gnu-debug.tar.gz 48f618300f63533c50c31395959737103bb0279972b989cc5417adbf338a5c9f guix-build-5474f5c356c5/output/aarch64-linux-gnu/bitcoin-5474f5c356c5-aarch64-linux-gnu.tar.gz 6b3e0ceefc84dfad48aec3a9ea8ae98a427775242370234709605855f593dc88 guix-build-5474f5c356c5/output/arm-linux-gnueabihf/SHA256SUMS.part...

my 2cnts, the move to a `.zip` is enticing in that we can eliminate some build dependencies. But, here are some arguments against that move: - `.dmg` is still the...

I'm for the prev values approach. If a user chose a prune target in the gui, ran a pruned node, then for whatever reason disabled it; they still decided what...

Thank you for reporting this. I am able to confirm that the tool-tip lags behind the actual confirmation count.

This is confined to initial startup. Upon startup it does infact start with i-1 in the case where blocks need to be processed because the client had not been online....

After further consideration, I agree with @luke-jr. While this is a nice-to-have, without including several new UI/UX changes to prevent a user from footgunning; there's a possibility that this can...