GordianServer-macOS icon indicating copy to clipboard operation
GordianServer-macOS copied to clipboard

Tor-protected full-node GordianServer for macOS

Results 48 GordianServer-macOS issues
Sort by recently updated
recently updated
newest added

> Downloading Bitcoin Core 25.0 from https://bitcoincore.org/bin/bitcoin-core-25.0/bitcoin-25.0-osx64.tar.gz > ######################################################################### 100.0% > Checking sha256 checksums bitcoin-25.0-osx64.tar.gz against provided SHA256SUMS > See two hashes (they should match): > 23cd88fef164729b1168c20e8f9974a273f2279fe4dcd850d17058a8d003086c > > Hashes...

Gordian Server will correctly download the newest version of Bitcoin Core for new users. However, it should also test to see if there is a new version of Bitcoin Core...

At time of release for 1.0.2, the arm64 version of `bitcoind` fails on our M1 test mac with an "Error 9". As a result, the x86_64 version is used for...

Even following installation, the install button can remain in the main UI, requiring the user to quit and restart before normal Start/Stop button becomes available. (Seen on M1 Mac newly...

Compiling Gordian Server from source now produces the error: ``` “Tor.framework” cannot be opened because the developer cannot be verified. ``` Tor seems to run correctly if you "Cancel" this...

The Helpers/Default.swift contains initial values for version and other information. On an initial install, if Gordian Server discovers a new version of Bitcoin Core, the Default values do *not* update...

Per #171, Bitcoin Core 23.0 introduced a new file name format that differentiates between arm64 (M1) and x86_64 (Intel). The default values for the Helpers in Helpers/Defaults.Swift do not recognize...

It looks like the main problem is that MacOS binary URL changed from the expected: ``` https://bitcoincore.org/bin/bitcoin-core-23.0/bitcoin-23.0-osx64.tar.gz ``` To one of: ``` https://bitcoincore.org/bin/bitcoin-core-23.0/bitcoin-23.0-arm64-apple-darwin.tar.gz https://bitcoincore.org/bin/bitcoin-core-23.0/bitcoin-23.0-x86_64-apple-darwin.tar.gz ``` (There are also DMGs, but...

Work with @wolfmcnally to define UR & CBOR for a Tor Auth Token, which can be QR'ed or Pasted in the "Add" pane: In addition, the Add pane can have...

The config file does not pop up on new MacBook Pro when the "Bitcoin Core Config" option is selected. Totally silent failure. The Tor Config pops up fine, so it's...