Skip to content

seredat/karbo-gui

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 177 commits ahead, 2 commits behind amjuarez:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

Karbo-GUI

Alt. wallet for Karbo

1. Clone wallet sources

git clone https://github.com/seredat/karbo-gui.git

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

ln -s ../karbowanec cryptonote

Alternative way is to create git submodule:

git submodule add https://github.com/seredat/karbowanec.git cryptonote

3. Build

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.5%
  • C 20.2%
  • Shell 1.2%
  • CMake 1.0%
  • Objective-C++ 0.4%
  • M4 0.2%
  • Other 0.5%