Skip to main content

How to install and run BPX full node on Windows

  1. Download the EXE installer of the latest release of Execution Client and Beacon Client.

VirtualBox_Win10_07_06_2023_15_18_56.png

VirtualBox_Win10_07_06_2023_15_18_19.png

2. Open your Downloads folder. There should be two installers there.

VirtualBox_Win10_07_06_2023_15_21_06.png

3. Different warnings may appear depending on the Windows version. In such cases, select "More info" and then "Run anyway" and "Yes".

VirtualBox_Win10_07_06_2023_15_22_29.png

VirtualBox_Win10_07_06_2023_15_22_58.png

VirtualBox_Win10_07_06_2023_15_24_22.png

4. The installer will start. Accept the license. Then go through all the steps by clicking "Next" and "Install". After the installation is finished, close the installer.

VirtualBox_Win10_07_06_2023_15_27_05.png

VirtualBox_Win10_07_06_2023_15_28_06.png

5. A shortcut to BPX Execution Client will appear in the Start Menu. Run it.

Never start the Execution Client in any other way, especially by double-clicking the "bpx-geth.exe" file found in C:\Program Files. This will switch the client's synchronization mode which cannot be reversed other than deleting all files. The BPX Execution Client requires additional command-line parameters which are already configured in the Start Menu shortcut. If you are an advanced user, you can run the execution client this way:

bpx-geth.exe --syncmode full --http --authrpc.addr localhost --authrpc.port 8551 --authrpc.vhosts localhost

VirtualBox_Win10_07_06_2023_15_30_15.png

6. Allow the windows firewall to open the execution client port. Execution client will start. You should see its console window

VirtualBox_Win10_07_06_2023_15_35_47.png

VirtualBox_Win10_07_06_2023_15_35_59.png

7. Now run the Beacon Client installer. Confirm pop-up warnings as before.

VirtualBox_Win10_07_06_2023_15_39_55.png

8. Accept the license, go through the next installation steps.

VirtualBox_Win10_07_06_2023_15_41_00.png

9. When the installation is finished, click the "Get Started" button.

VirtualBox_Win10_07_06_2023_15_41_44.png

10. As after installing the Execution Client, agree to open the port.

VirtualBox_Win10_07_06_2023_15_42_57.png

11. Beacon Client GUI will launch. Select node mode.

VirtualBox_Win10_07_06_2023_15_56_13.png

12. At this point, both clients will start synchronizing with the network. This may take many hours or days.

VirtualBox_Win10_07_06_2023_15_57_39.png

VirtualBox_Win10_07_06_2023_15_58_58.png

13. After the synchronization is finished, your full node is ready to work.