Neuron LogoNeuron Help Documents
Beginner's Guide
About Neuron
Neuron Wallet Download & Installation

Neuron Wallet Download & Installation

Download

Please download the latest version of Neuron Wallet and choose the correct installer download for your computer system: https://github.com/nervosnetwork/neuron/releases/latest

Attention:

  1. For the Windows version, to ensure that node synchronization works properly, install the latest Microsoft Visual C++ Redistributable for Visual Studio before installing Neuron Wallet.
  2. Check that the checksum of the downloaded installation package matches the checksum published in the corresponding release note to ensure that the application has not been malformed during the download process.

How to verify with Checksum ?

  1. To get the Checksum of the installation package, run the following command in terminal:

    • Windows(PowerShell):
      # certutil -hashfile [file location] SHA256
      $ certutil -hashfile C:\Users\user1\Downloads\Neuron-v0.110.2-setup.exe SHA256
      # 0ec2cfd7f0813705d49e5fc1141d021eeedddd3fe5575479f72dfa5595e84f8a
      
    • Linux(Terminal):
      # sha256sum [file location]
      $ sha256sum ~/Downloads/Neuron-v0.110.2-x86_64.AppImage
      # 4426b642fbd7dc697f46d68e95bc252468a6dfd4a5d92dc5d848e95eac22d82e
      
    • MacOS(Terminal):
      # sha256sum [file location]
      $ sha256sum ~/Downloads/Neuron-v0.110.2-mac-x64
      # 79723cfd2262bff7c2f482fdaf2e0cf4ff9a72fe01ad38a4645eb03584af8227
      
  2. Compare the checksum you get with the one provided on the release note.

    image

Installation and access

  • Install or unzip the corresponding installation package to complete the installation.
  • Double-click the Neuron icon on your desktop to access your Neuron Wallet.