Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COMB] Haircomb - Quantum proof, anonymity and more
by
natasha-otomoski
on 12/06/2020, 09:09:22 UTC
To compile haircomb core from source please do the following:


Download and install google go language from https://golang.org

Download and install git bash https://git-scm.com/downloads


Next, open git bash a black command window will appear.

Use these commands

Code:

cd Documents

git clone https://github.com/natasha-otomoski/combfullui.git

cd combfullui

go get github.com/gorilla/mux

go get github.com/sipa/bech32/ref/go/src/bech32

go build

start .


After this there should be folder combfullui in your Documents with combfullui.exe appeared inside

Please replace your old combfullui.exe with this new one.