MyEtherWallet Troubleshooting

If MyEtherWallet shows you an error message, please see if you can find the error in the list below.


Error message Proposed solution
BitBoxBridge not found Please make you have downloaded and installed the BitBoxBridge. If it is already installed, make sure it is running by following the instructions below.
Unlock BitBox02 Unlock the BitBox02 by entering your password on the device
Unexpected error Disconnect and reconnect the BitBox02 and try again.
Action aborted by user You cancelled a process on the BitBox02. Try again.
Your BitBox02 is not initialised Download and install the BitBoxApp to setup your BitBox02.
Please upgrade to the newest firmware using Shift Crypto’s BitBoxApp Your BitBox02 firmware is out of date. Open the BitBoxApp to update the BitBox02
MyEtherWallet does not yet support this version of the firmware. MyEtherWallet may need to update. Try to hard refresh when on the MyEtherWallet page. If this does not work, it is possible you need to wait for MyEtherWallet to release an update.
Trying to connect from a non-whitelisted origin. Attention! You may be on a phishing site. Please check if the URL is correct. The URL for MyEtherWallet should be https://myetherwallet.com
Expected exactly one BitBox02. No or more than one BitBox02 detected. Please make sure you only have one BitBox02 plugged in at a time.
Pairing rejected on device, please try again Reconnect the BitBox02 and accept the pairing code by clicking the “check mark” on the BitBox02 when prompted.
Your BitBox02 is busy. Please close all other wallets and try again. Close the BitBoxApp. Close any other wallets you may have open using the BitBox02, such as Electrum.
Device attestation failed Reconnect BitBox02 and try again.
Unsupported BitBox device MyEtherWallet only supports the BitBox02 Multi edition or the BitBox01. If you are using a BitBox02 Bitcoin-only edition, it is not compatible with MyEtherWallet because it does not support Ethereum.
Plug in BitBox02 and choose screen orientation by tapping one of the sides. Make sure BitBox02 is inserted into USB and powered. Choose orientation of BitBox02 by tapping one of the sides of the device. USB connection is only established after you choose the screen orientation.

Issue: Bridge not found

  1. To use MyEtherWallet, you need to download and install the BitBoxBridge
  2. If BitBoxBridge is already installed, make sure service is running by visiting http://127.0.0.1:8178/ in your browser. If the bridge is running you should see something like:
    BitBoxBridge v1.1.0
     GET /api/info
     GET /api/v1/devices
     GET/WS /api/v1/socket/:socket
    

    If the bridge is not running, please follow the instructions below to re-start it

Windows

  1. In search bar type services
  2. Find bitbox-bridge
  3. Check it’s status.
  • If status is empty, right click on bitbox-bridge and click Start
  • To make sure the BitBoxBridge starts on boot, right click bitbox-bridge -> properties then select in startup type automatic

Mac OS

  1. Open Activity Monitor and search for the service bitbox-bridge.
  2. If it is not listed there, then the bridge is not running.
  3. To restart the BitBoxBridge, select it in Activity Monitor, then click the “x” in the upper left corner. Alternatively do the following:
  4. Open the Terminal
Insert the following commands:
  • To stop the bridge run: sudo launchctl unload /Library/LaunchDaemons/ch.shiftcrypto.bitboxbridge.plist
  • To re-start the bridge run: sudo launchctl load /Library/LaunchDaemons/ch.shiftcrypto.bitboxbridge.plist
Log files are in /opt/shiftcrypto/bitbox-bridge/logs

Linux

  1. To see the status: $ systemctl status bitbox-bridge
    • You should see something like:
      bitbox-bridge.service - Shiftcrypto BitBoxBridge
      Loaded: loaded (/usr/lib/systemd/system/bitbox-bridge.service; enabled; vendor preset: enabled)
      Active: active (running) since Fri 2020-02-07 22:58:31 CET; 24s ago
       Main PID: 4556 (bitbox-bridge)
       Tasks: 6 (limit: 4915)
      Memory: 4.4M
      CGroup: /system.slice/bitbox-bridge.service
        	└─4556 /opt/bitbox-bridge/bin/bitbox-bridge
      
  2. To stop the bridge run: $ sudo systemctl stop bitbox-bridge
  3. To re-start the bridge run: $ sudo systemctl start bitbox-bridge

Issue: The pipe is being closed

In case you get a "The pipe is being closed" error message while trying to install the BitBoxBridge, please quit any running anti-virus program that might be interfering with the installation process and try again.