Skip to content

bitumencoin/valentinecoinwallet

 
 

Repository files navigation

1. Clone wallet sources

git clone https://github.com/valentinecoin/valentinecoinwallet.git

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

ln -s ../valentinecoin cryptonote

Alternative way is to create git submodule:

git submodule add https://github.com/valentinecoin/valentinecoinwallet.git cryptonote

3. Build

mkdir build && cd build && cmake .. && make

About

A GUI Wallet for Valentinecoin

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.2%
  • C 15.2%
  • PHP 1.6%
  • CMake 1.2%
  • M4 1.0%
  • Shell 0.4%
  • Other 0.4%