Work on a new version of the (BSX) WIN Installer will start soon. It will be fully refactored and will work with the latest release of BasicSwap Version 0.13.5 and GUI 3.1. A little tip can go a long way in supporting future development!
- Introduction
- Supported Coins
- Support the Project
- Installation Guide
- BasicSwap DEX Operations and Commands
Introducing the BasicSwap DEX installer — a user-friendly graphical installation wizard for WIN 10/11.
If you're looking to install BasicSwap (BSX) without having to navigate the intricacies of the command-line interface (CLI), this graphical installer is made specifically for you! Simply download it and follow the on-screen instructions; you'll be ready to go in just a few minutes!
Coin | Current Status |
---|---|
Particl (Default) | ✅ Supported |
Monero | ✅ Supported |
Bitcoin | ✅ Supported |
Firo | ✅ Supported |
Dash | ✅ Supported |
Litecoin (+MWEB) | ✅ Supported |
Pivx | ✅ Supported |
Wownero | ✅ Supported |
Decred | ✅ Supported |
We're dedicated to building tools to improve your financial privacy. If you find the BasicSwap Installer useful and would like to support our ongoing initiatives, consider donating to our project. Every contribution, regardless of its size, enables us to keep on going.
Particl (PART) Stealth Address:
SPH2gToV6KS9ykKRkFoxH4XHKfYUtY9RBzUR3sGLamHsd9fnoKu9deDJZ3mR54CRzdcbBhi1jZjAtZX2cacieVTHzP5hvdmo3YYHRZ
Monero (XMR) Address:
48f89P6duCybsKrSBv8Wq3fW7k6tGH4t2atfH3ueeujkjdkwSJyC6HKXbhdq179VjoeNXjUCMrpG3731eawSFEVJL9d62fk
Wownero (WOW) Address:
WW2a4WZZS55Nzrxqc74K1M1E7ujQBFuqoi9Qwn4KiUFJP6xRgKQG6hnGL6NvwHGebmSkVHskRccfZe5pH2DPtKFc16Tv1jpnV
Decred (DCR) Address:
DspBnEEY73c1rF4USzdEde2Kz9UAix4zTrk
Bitcoin (BTC) Address:
bc1qkqcafr95p6dh0x3d7z5kjm7vw3q42mqhm7n3fz
Litecoin (LTC-MWEB) Address:
ltcmweb1qqdy4u664glaky29lqlekwzk6t6gejs3huush68jtvrdtgd802d8ywqn8y6auz0yjw9h7nmgz276am9zpql5qk4xg8f6g5g8q70p89j5z8uhehjvn
Litecoin (LTC) Address:
ltc1qsre9qhqg9na6mxqsrmq7vvlq58swp6kxjmg4d3
PIVX (PIVX) Address:
DTtCWz5V1sWtGa8xQa1M4fkDCffgxCTSqX
FIRO (FIRO) Address:
aBdMWuehMpFgisvHs5H9phd9XXtAF9XAbP
Dash (DASH) Address:
Xj3Rv5REJB4tujT7vVPzFqUMKj5pnaaQwh
🙌 Your support is greatly appreciated!
-
Visit the Node.js Downloads Page:
- Navigate to Node.js Downloads.
-
Select the Appropriate Version:
- Choose the LTS (Long Term Support) version for stability, or the Current Version if you're more advanced.
- Download the installer.
-
Run the Installer:
- Launch the downloaded installer.
- Follow the setup instructions, ensuring npm is also installed.
- Finish the installation.
-
Verify the Installation:
- Open your terminal or command prompt.
- Check Node.js with:
node -v
- Confirm npm with:
npm -v
-
Using npm:
- With npm now installed, use it to globally install Yarn:
npm install -g yarn
- With npm now installed, use it to globally install Yarn:
-
For Windows Users:
- If you're using Chocolatey, install Yarn with:
choco install yarn
- If you're using Chocolatey, install Yarn with:
-
Verify Yarn Installation:
- Verify Yarn's installation:
yarn --version
- Verify Yarn's installation:
-
Navigate to the Project Directory:
cd path_to_your_project_directory
(e.g.,cd basicswap-Installation-GUI\electron-gui
)
-
Install Dependencies:
- Run the following to install required project dependencies:
yarn install
- Run the following to install required project dependencies:
-
Build the Windows Release:
- Execute the provided script to build the Windows version:
yarn run package-win
- Once built, the application will be available in the
release-builds
folder with versions for both 32-bit (ia32) and 64-bit (x64) architectures.
- Execute the provided script to build the Windows version:
-
Testing Without Building:
- If you wish to test the application without packaging:
yarn start
- If you wish to test the application without packaging:
-
Shutting Down BSX:
- Press keys: CTRL+C
- Alternatively, in the BasicSwap BSX GUI, select 'Shutdown' from the menu.
-
Accessing BasicSwap BSX GUI in the Browser::
- Use the following address:
http://127.0.0.1:12700
- Use the following address:
-
Upgrading Coins Core:
- (Run these commands in the Command Prompt CMD with administrative rights):
basicswap-prepare --datadir="C:\yourbasicswapfolder\coindata" --preparebinonly --withcoins=coinname
- (Run these commands in the Command Prompt CMD with administrative rights):
-
Adding Other Coins:
- (Run these commands in the Command Prompt CMD with administrative rights):
- For Bitcoin:
basicswap-prepare --usebtcfastsync --datadir="C:\yourbasicswapfolder\coindata" --addcoin=bitcoin,coinname
- If Bitcoin is not selected:
basicswap-prepare --datadir="C:\yourbasicswapfolder\coindata" --addcoin=coinname,coinname
-
Updating BasicSwap BSX:
- (Run these commands in the Command Prompt CMD with administrative rights):
cd C:\yourbasicswapfolder\basicswap git pull pip3 install . cd C:\yourbasicswapfolder\ basicswap-run --datadir="C:\yourbasicswapfolder\coindata"
- (Run these commands in the Command Prompt CMD with administrative rights):
Note: Replace placeholders such as coinname or yourbasicswapfolder with actual values before executing commands. Supported Coins: particl, bitcoin, monero, dash, pivx, litecoin