Copyright (c) 2014-2024 The Monero Project.
Swap (previously known as Freehaven) is based on Monero
Active Branches:
- Stable: master(latest/release)
- Unstable: swap-v3.3dev(latest)
- Testing: N/A
To contribute to the Swap Project, please make all pull requests to the swap-v3.2dev branch.
For production, please use the latest or tagged release of the master branch.
- Webpage: swap.foundation
- Explorer: explorer.swap.foundation
- Pool List: miningpoolstats.stream/swap
- GitHub: github.com/swap-dev/swap
- Bitcointalk bitcointalk.org/index.php?topic=5083455
- Discord: discord.gg/SmcFCPu
- Reddit: r/SwapProject/
- Twitter: @Swap_Community
- Email: xwpdev@gmail.com
- Coin ticker: XWP
- Total supply: 18,400,000 coins before tail emission
- Tail emission: ~158,000 coins each year (starting at year 8)
- Decimal places: 12
- PoW hash algorithm: Cuckaroo29s
- Block time: 15 seconds
- Difficulty Adjustment Algorithm: Monero DAA
- Genesis block: 2018-11-16 (November 16, 2018) at 09:06:03 (UTC)
- Premine: No
- Developer fee: No
- Founders reward: No
- Mainnet default P2P port: 19949
- Mainnet default RPC port: 19950
fh2jc6PbQYd4a5PY3ooPMZiPVniMy4MGcjSRBnoBVc1xLmdCHJ6hc98Ess2hpN2mDgPnCAXtDUUbmjWYutRvdoSr2Nps2o5wc
install deps:
sudo apt-get install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libreadline6-dev libpgm-dev libnorm-dev
clone repo:
git clone --recursive https://github.com/swap-dev/swap
build daemon and wallet:
cd swap && mkdir build && cd build && cmake .. && make daemon simplewallet
or build everything:
cd swap && mkdir build && cd build && cmake .. && make
install deps:
pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-zeromq mingw-w64-x86_64-libsodium mingw-w64-x86_64-hidapi
clone repo:
git clone --recursive https://github.com/swap-dev/swap
build daemon and wallet:
cd swap && mkdir build && cd build
cmake .. -G "MinGW Makefiles" -D STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Release -D BUILD_TAG="win-x64"
mingw32-make