Skip to content

swap-dev/swap

 
 

Repository files navigation

Swap

Copyright (c) 2014-2019 The Monero Project.
Swap (previously known as Freehaven) is based on Monero

Build-Linux

Production & Development

Active Branches:

  • Stable: master(latest/release)
  • Unstable: swap-v3.2dev(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.

Resources

Social/Contact

Specifications & Emission

  • 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

Donation Address

fh2jc6PbQYd4a5PY3ooPMZiPVniMy4MGcjSRBnoBVc1xLmdCHJ6hc98Ess2hpN2mDgPnCAXtDUUbmjWYutRvdoSr2Nps2o5wc

Build on linux

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

Build on Windows (using MinGW)

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 && make release-static-win64

Packages

No packages published

Languages

  • C++ 81.4%
  • C 12.5%
  • Python 2.6%
  • CMake 1.9%
  • Makefile 0.7%
  • Assembly 0.4%
  • Other 0.5%