Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] Chaincoin - Network Upgrade 16.1 - SegWit Activation in Progress
by
HashUnlimited
on 06/07/2018, 17:20:40 UTC
The new wallet is not building for me:

Code:
privatesend-client.cpp:1393:15: error: no matching function for call to 'CWalletTx::CWalletTx()'
     CWalletTx wtx;
               ^


try get the 16.0 branch then compile it.

"git clone https://github.com/chaincoin/chaincoin -b 0.16"

i also had problem compiling with default branch atm.

btw i got a new chain mn masternode installer script if people here want to try it.

https://github.com/chaoabunga/chcnode

right, we are following Bitcoin repo structure and I left the master in non-compiling state on purpose because ppl need to get used to it. That way we want to prevent merchants to accidentally run on pre-release code.