Skip to content

quanizzgfx/crazycoinwallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Clone wallet sources

git clone https://github.com/quanizzgfx/crazycoinwallet.git

2. Modify CryptoNoteWallet.cmake

set(CN_PROJECT_NAME "crazycoin")
set(CN_CURRENCY_DISPLAY_NAME "CrazyCoin")
set(CN_CURRENCY_TICKER "CZCO")

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

ln -s ../crazycoin cryptonote

Alternative way is to create git submodule:

git submodule add https://github.com/quanizzgfx/crazycoin.git cryptonote

Replace URL with git remote repository of your coin.

4. Build

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.7%
  • CMake 6.6%
  • Other 0.7%