Skip to content

GUI Wallet for Parsec (PARS) Cryptocurrency. Remote/Local Node Connections with Crypto Mining Built In.

License

Notifications You must be signed in to change notification settings

parsecnode/parsecwallet

Repository files navigation

image

This repository depends on: https://github.com/parsecnode/parsec.git If you are not running or have not compiled a Parsec Node use the above git hub directory to clone: sudo git clone https://github.com/parsecnode/parsec.git

BUILDING PARSEC WALLET

1. Clone wallet sources

git clone https://github.com/parsecnode/parsecwallet.git

2. Set symbolic link to coin sources at the same level as src. For example:

ln -s ~/parsec/cryptonote ~/parsecwallet/

Alternative way is to create git submodule:

git submodule add https://github.com/parsecnode/parsec.git cryptonote

3. Install Dependencies

sudo apt install qttools5-dev-tools qttools5-dev

4. Build

cd parsecwallet
mkdir build && cd build && cmake .. && make
BUILD FILES WILL BE LOCATED WITHIN THE FOLLOWING DIRECTORY: ~/parsecwallet/build/
  *Run Parsec Wallet (linux) in command line: ./ParsecWallet 

About

GUI Wallet for Parsec (PARS) Cryptocurrency. Remote/Local Node Connections with Crypto Mining Built In.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published