Posts

Showing posts with the label Can I run Trezor Wallet against my own local node on OSX?

Can I run Trezor Wallet against my own local node on OSX?

Can I run Trezor Wallet against my own local node on OSX? I want to point Trezor Wallet at my own local node. I'm already running Bitcoin Core, but Trezor Wallet requires Bitcore. What I have tried: 1. Installing the latest bitcore version according to the guide . This doesn't install due to a bug , but after working around it I got it running. But unfortunately it then crashes during indexing , so is unusable. 2. Use SatoshiLabs's bitcore fork SatoshiLabs have made a fork of bitcore for use with Trezor Wallet. This looks very promising, especially as it is designed to work with Trezor Wallet, they have fixed the bug in the Bitpay version, and also added better fee estimates. However it also fails to install on OSX, because the embedded Bitcoin Core build is only packaged for Linux . Next steps I can see four options: Go back to trying to get vanilla bitcore working. Find the cause of the crash and fix / workaround. Try to get SatoshiLabs' fork working on OSX. M...