bitcoin-core / bitcoincore.org

Bitcoin Core project website
https://bitcoincore.org/
MIT License
593 stars 463 forks source link

download: default to ARM macOS downloads over x86_64 #1028

Closed fanquake closed 2 weeks ago

fanquake commented 3 weeks ago

If a mac is detected by the browser, default to the ARM macOS download, rather than x86_64. This seems more reasonable at this point. In future, we might be able to use more advanced browser logic to detect the actual architecture dynamically. i.e https://developer.mozilla.org/en-US/docs/Web/API/NavigatorUAData/getHighEntropyValues.

katesalazar commented 2 weeks ago

good idea

can't review for a while

On Wed, Jun 12, 2024 at 3:54 PM fanquake @.***> wrote:

If a mac is detected by the browser, default to the ARM macOS download, rather than x86_64. This seems more reasonable at this point. In future, we might be able to use more advanced browser logic to detect the actual architecture dynamically. i.e https://developer.mozilla.org/en-US/docs/Web/API/NavigatorUAData/getHighEntropyValues .

You can view, comment on, or merge this pull request online at:

https://github.com/bitcoin-core/bitcoincore.org/pull/1028 Commit Summary

File Changes

(1 file https://github.com/bitcoin-core/bitcoincore.org/pull/1028/files)

Patch Links:

— Reply to this email directly, view it on GitHub https://github.com/bitcoin-core/bitcoincore.org/pull/1028, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRS4W6F4COACBQILJFHDWLZHBVK3AVCNFSM6AAAAABJGU3KRSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2DSMJSGQZTSOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

katesalazar commented 2 weeks ago

Concept ACK