Bitcoin Forum
May 24, 2024, 04:30:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 [177] 178 179 180 181 182 183 »
  Print  
Author Topic: [ANN] [CHC] Chaincoin - Network Upgrade 16.3 - SegWit Activated  (Read 321490 times)
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 06, 2018, 04:04:31 PM
 #3521

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;
               ^

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
chaoabunga
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile WWW
July 06, 2018, 04:46:01 PM
 #3522

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
HashUnlimited
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
July 06, 2018, 05:20:40 PM
 #3523

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.
HashUnlimited
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
July 06, 2018, 05:44:03 PM
 #3524

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;
               ^


Mate I know that you know what you are doing but I just want to make sure you know what will be required after SegWit activation. You did not reply on twatter so here again. Please make sure you are able to create coinbase transactions as P2SH - SegWit and native Bech32. A confirmation would let me sleep better.
Ivanetadichk
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
July 09, 2018, 03:40:02 AM
 #3525

Does this masternode require sentinel now?

Because I started it on windows and it says that the sentinel ping has expired.

sigh. Roll Eyes
bart38
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 09, 2018, 10:13:53 AM
Last edit: July 09, 2018, 11:26:20 AM by bart38
 #3526

Does this masternode require sentinel now?

Because I started it on windows and it says that the sentinel ping has expired.

sigh. Roll Eyes

Hi , i had the same problem , by default it may use IPV6, to use IPV4 , add this line to your chaincoin.conf :

 externalip=<your unique public ipV4>


have a good day Smiley


edit : always got this message but in "masternode tabs" i got active since X hours ....
Vlcak
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
July 09, 2018, 06:29:24 PM
 #3527

Is a wallet update from version 9.3.3. to version 16.1. obligatory? To what block or date?  Huh
HashUnlimited
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
July 10, 2018, 08:27:14 PM
 #3528

Is a wallet update from version 9.3.3. to version 16.1. obligatory? To what block or date?  Huh

To the first superblock mined, so gamble yourself.
Haralampito
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 13, 2018, 11:17:43 AM
 #3529

Please give me advice! From about 4 to 5 months I have a working masternode under Windows. Since the new 16.1 wallet is installed, I can not run the masternode. If the masternode=0 in the chaincoin.conf file, the wallet is loaded and running normally, but if I put masternode=0, the wallet does not want to load and every time show this message  "You need to rebuild the database using -reindex to change -txindex." This is my full chaincoin.conf file.
-- chaincoin.conf --
rpcuser=*************
rpcpassword=******************
rpcport=11995
rpcallowip=127.0.0.1
logtimestamps=1
daemon=1
server=1
listen=1
masternode=1
mnconflock=0
externalip=***.***.***.***
bind=Local IP
maxconnections=256
masternodeaddr=External IP:11994
masternodeprivkey=*************************************
------
Note: I've already tested Sentinel for Windows from Innovacoin masternode and I think it will work well.
Any ideas where am I wrong?
pazor_true
Legendary
*
Offline Offline

Activity: 1461
Merit: 1025


i love Emerald (EMD)


View Profile
July 13, 2018, 11:33:28 AM
 #3530


i am trying to compile chaincoin V16.1 on my raspberry pi 2 (debian Cool and got this error

-----
  CXX      libbitcoin_wallet_a-privatesend-client.o
privatesend-client.cpp: In member function ‘void CPrivateSendClient::ProcessMessage(CNode*, const string&, CDataStream&, CConnman*)’:
privatesend-client.cpp:57:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(dsq.nInputCount < 0 || dsq.nInputCount > PRIVATESEND_ENTRY_MAX_SIZE) return;
                                                   ^
privatesend-client.cpp: In member function ‘bool CPrivateSendClient::PrepareDenominate(int, int, std::string&, std::vector<CTxDSIn>&, std::vector<CTxOut>&)’:
privatesend-client.cpp:1172:120: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (CPrivateSend::GetDenominations(vecTxOutRet) != nSessionDenom || (nSessionInputCount != 0 && vecTxOutRet.size() != nSessionInputCount)) {
                                                                                                                        ^
privatesend-client.cpp: In member function ‘bool CPrivateSendClient::MakeCollateralAmounts(const CompactTallyItem&, bool, CConnman*)’:
privatesend-client.cpp:1226:15: error: no matching function for call to ‘CWalletTx::CWalletTx()’
     CWalletTx wtx;
               ^
privatesend-client.cpp:1226:15: note: candidates are:
In file included from ./privatesend-client.h:10:0,
                 from privatesend-client.cpp:4:
./wallet/wallet.h:379:5: note: CWalletTx::CWalletTx(const CWallet*, CTransactionRef)
     CWalletTx(const CWallet* pwalletIn, CTransactionRef arg) : CMerkleTx(std::move(arg))
     ^
./wallet/wallet.h:379:5: note:   candidate expects 2 arguments, 0 provided
./wallet/wallet.h:298:7: note: CWalletTx::CWalletTx(const CWalletTx&)
 class CWalletTx : public CMerkleTx
./wallet/wallet.h:298:7: note:   candidate expects 1 argument, 0 provided
./wallet/wallet.h:298:7: note: CWalletTx::CWalletTx(CWalletTx&&)
./wallet/wallet.h:298:7: note:   candidate expects 1 argument, 0 provided
privatesend-client.cpp: In member function ‘bool CPrivateSendClient::CreateDenominated(const CompactTallyItem&, bool, CConnman*)’:
privatesend-client.cpp:1393:15: error: no matching function for call to ‘CWalletTx::CWalletTx()’
     CWalletTx wtx;
               ^
privatesend-client.cpp:1393:15: note: candidates are:
In file included from ./privatesend-client.h:10:0,
                 from privatesend-client.cpp:4:
./wallet/wallet.h:379:5: note: CWalletTx::CWalletTx(const CWallet*, CTransactionRef)
     CWalletTx(const CWallet* pwalletIn, CTransactionRef arg) : CMerkleTx(std::move(arg))
./wallet/wallet.h:379:5: note:   candidate expects 2 arguments, 0 provided
./wallet/wallet.h:298:7: note: CWalletTx::CWalletTx(const CWalletTx&)
 class CWalletTx : public CMerkleTx
       ^
./wallet/wallet.h:298:7: note:   candidate expects 1 argument, 0 provided
./wallet/wallet.h:298:7: note: CWalletTx::CWalletTx(CWalletTx&&)
./wallet/wallet.h:298:7: note:   candidate expects 1 argument, 0 provided
Makefile:7757: recipe for target 'libbitcoin_wallet_a-privatesend-client.o' failed
make[2]: *** [libbitcoin_wallet_a-privatesend-client.o] Error 1
make[2]: Leaving directory '/opt/zzz_coins/chaincoin/src'
Makefile:11120: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/opt/zzz_coins/chaincoin/src'
Makefile:736: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

-----

any idea how to solve ?

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
thanhthanh95
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
July 13, 2018, 11:35:27 AM
 #3531

Good project. So any bounty campain for it??
lubuzzo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 13, 2018, 06:12:42 PM
 #3532

Please give me advice! From about 4 to 5 months I have a working masternode under Windows. Since the new 16.1 wallet is installed, I can not run the masternode. If the masternode=0 in the chaincoin.conf file, the wallet is loaded and running normally, but if I put masternode=0, the wallet does not want to load and every time show this message  "You need to rebuild the database using -reindex to change -txindex." This is my full chaincoin.conf file.
-- chaincoin.conf --
rpcuser=*************
rpcpassword=******************
rpcport=11995
rpcallowip=127.0.0.1
logtimestamps=1
daemon=1
server=1
listen=1
masternode=1
mnconflock=0
externalip=***.***.***.***
bind=Local IP
maxconnections=256
masternodeaddr=External IP:11994
masternodeprivkey=*************************************
------
Note: I've already tested Sentinel for Windows from Innovacoin masternode and I think it will work well.
Any ideas where am I wrong?

Set at yout chaincoin.conf the txindex=1, in the first run you'll need rebuild the database so you need use reindex=1. (But you'll need remove the reindex=1 after the database be resynced.

Another approach is: set txindex=1 in you configuration file, and run the daemon with the flag -reindex

Remeber: you'll need stop your daemon (chaincoin-cli stop) first.
lubuzzo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 13, 2018, 06:22:27 PM
 #3533


i am trying to compile chaincoin V16.1 on my raspberry pi 2 (debian Cool and got this error

-----
  CXX      libbitcoin_wallet_a-privatesend-client.o
privatesend-client.cpp: In member function ‘void CPrivateSendClient::ProcessMessage(CNode*, const string&, CDataStream&, CConnman*)’:
privatesend-client.cpp:57:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(dsq.nInputCount < 0 || dsq.nInputCount > PRIVATESEND_ENTRY_MAX_SIZE) return;
                                                   ^
privatesend-client.cpp: In member function ‘bool CPrivateSendClient::PrepareDenominate(int, int, std::string&, std::vector<CTxDSIn>&, std::vector<CTxOut>&)’:
privatesend-client.cpp:1172:120: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (CPrivateSend::GetDenominations(vecTxOutRet) != nSessionDenom || (nSessionInputCount != 0 && vecTxOutRet.size() != nSessionInputCount)) {
                                                                                                                        ^
privatesend-client.cpp: In member function ‘bool CPrivateSendClient::MakeCollateralAmounts(const CompactTallyItem&, bool, CConnman*)’:
privatesend-client.cpp:1226:15: error: no matching function for call to ‘CWalletTx::CWalletTx()’
     CWalletTx wtx;
               ^
privatesend-client.cpp:1226:15: note: candidates are:
In file included from ./privatesend-client.h:10:0,
                 from privatesend-client.cpp:4:
./wallet/wallet.h:379:5: note: CWalletTx::CWalletTx(const CWallet*, CTransactionRef)
     CWalletTx(const CWallet* pwalletIn, CTransactionRef arg) : CMerkleTx(std::move(arg))
     ^
./wallet/wallet.h:379:5: note:   candidate expects 2 arguments, 0 provided
./wallet/wallet.h:298:7: note: CWalletTx::CWalletTx(const CWalletTx&)
 class CWalletTx : public CMerkleTx
./wallet/wallet.h:298:7: note:   candidate expects 1 argument, 0 provided
./wallet/wallet.h:298:7: note: CWalletTx::CWalletTx(CWalletTx&&)
./wallet/wallet.h:298:7: note:   candidate expects 1 argument, 0 provided
privatesend-client.cpp: In member function ‘bool CPrivateSendClient::CreateDenominated(const CompactTallyItem&, bool, CConnman*)’:
privatesend-client.cpp:1393:15: error: no matching function for call to ‘CWalletTx::CWalletTx()’
     CWalletTx wtx;
               ^
privatesend-client.cpp:1393:15: note: candidates are:
In file included from ./privatesend-client.h:10:0,
                 from privatesend-client.cpp:4:
./wallet/wallet.h:379:5: note: CWalletTx::CWalletTx(const CWallet*, CTransactionRef)
     CWalletTx(const CWallet* pwalletIn, CTransactionRef arg) : CMerkleTx(std::move(arg))
./wallet/wallet.h:379:5: note:   candidate expects 2 arguments, 0 provided
./wallet/wallet.h:298:7: note: CWalletTx::CWalletTx(const CWalletTx&)
 class CWalletTx : public CMerkleTx
       ^
./wallet/wallet.h:298:7: note:   candidate expects 1 argument, 0 provided
./wallet/wallet.h:298:7: note: CWalletTx::CWalletTx(CWalletTx&&)
./wallet/wallet.h:298:7: note:   candidate expects 1 argument, 0 provided
Makefile:7757: recipe for target 'libbitcoin_wallet_a-privatesend-client.o' failed
make[2]: *** [libbitcoin_wallet_a-privatesend-client.o] Error 1
make[2]: Leaving directory '/opt/zzz_coins/chaincoin/src'
Makefile:11120: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/opt/zzz_coins/chaincoin/src'
Makefile:736: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

-----

any idea how to solve ?


I think you're trying compile the master branch, this is the development branch.

Use:

Quote
git clone https://github.com/chaincoin/chaincoin.git -b 0.16 --single-branch

instead
ser6luigi
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
July 14, 2018, 01:41:53 AM
 #3534

HELP HELP anyone there willing to cooperate

I'm trying to get some info and dont know where else search, I just download the new wallet 0.16 and it doesnt get active connections to any it stay with  zero connections to the CHC network

Before this the old wallet was up and running... without problem!

Any suggestion with this matter??

 I do really appreciate any comment

Thanks
dhana786
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 14, 2018, 01:45:27 AM
 #3535

First Name:-  Mylapalli

0xEA973653Ac6a3cd699364474e279b548BC4050ed
ser6luigi
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
July 14, 2018, 01:30:13 PM
 #3536

NOBBIE HERE, PLEASE HELP

NEW wallet 0.16 doesn't get connected doing whatever I try,

My doubt is:

normally on the other wallets the configuration file (chaincoin.conf for Chaincoin) is where we added the IP for the nodes we want to get connected with
Example: addnode= ip_1stnode
               addnode= ip_2ndnode
               addnode= ip_3ernode
but with ChainCoin wallet it doesnt works in that way, the file.conf comes empty by default and when we set it up if with for the masternode setting

SO someone knows something about this???


With the old wallet version never had to added coz as soon as I opened it, it get connected to network immediately ...

I'm stuck here.

pazor_true
Legendary
*
Offline Offline

Activity: 1461
Merit: 1025


i love Emerald (EMD)


View Profile
July 14, 2018, 04:22:20 PM
 #3537


i am trying to compile chaincoin V16.1 on my raspberry pi 2 (debian Cool and got this error

-----
  CXX      libbitcoin_wallet_a-privatesend-client.o
privatesend-client.cpp: In member function ‘void CPrivateSendClient::ProcessMessage(CNode*, const string&, CDataStream&, CConnman*)’:
privatesend-client.cpp:57:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(dsq.nInputCount < 0 || dsq.nInputCount > PRIVATESEND_ENTRY_MAX_SIZE) return;
                                                   ^
privatesend-client.cpp: In member function ‘bool CPrivateSendClient::PrepareDenominate(int, int, std::string&, std::vector<CTxDSIn>&, std::vector<CTxOut>&)’:
privatesend-client.cpp:1172:120: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (CPrivateSend::GetDenominations(vecTxOutRet) != nSessionDenom || (nSessionInputCount != 0 && vecTxOutRet.size() != nSessionInputCount)) {
                                                                                                                        ^
privatesend-client.cpp: In member function ‘bool CPrivateSendClient::MakeCollateralAmounts(const CompactTallyItem&, bool, CConnman*)’:
privatesend-client.cpp:1226:15: error: no matching function for call to ‘CWalletTx::CWalletTx()’
     CWalletTx wtx;
               ^
privatesend-client.cpp:1226:15: note: candidates are:
In file included from ./privatesend-client.h:10:0,
                 from privatesend-client.cpp:4:
./wallet/wallet.h:379:5: note: CWalletTx::CWalletTx(const CWallet*, CTransactionRef)
     CWalletTx(const CWallet* pwalletIn, CTransactionRef arg) : CMerkleTx(std::move(arg))
     ^
./wallet/wallet.h:379:5: note:   candidate expects 2 arguments, 0 provided
./wallet/wallet.h:298:7: note: CWalletTx::CWalletTx(const CWalletTx&)
 class CWalletTx : public CMerkleTx
./wallet/wallet.h:298:7: note:   candidate expects 1 argument, 0 provided
./wallet/wallet.h:298:7: note: CWalletTx::CWalletTx(CWalletTx&&)
./wallet/wallet.h:298:7: note:   candidate expects 1 argument, 0 provided
privatesend-client.cpp: In member function ‘bool CPrivateSendClient::CreateDenominated(const CompactTallyItem&, bool, CConnman*)’:
privatesend-client.cpp:1393:15: error: no matching function for call to ‘CWalletTx::CWalletTx()’
     CWalletTx wtx;
               ^
privatesend-client.cpp:1393:15: note: candidates are:
In file included from ./privatesend-client.h:10:0,
                 from privatesend-client.cpp:4:
./wallet/wallet.h:379:5: note: CWalletTx::CWalletTx(const CWallet*, CTransactionRef)
     CWalletTx(const CWallet* pwalletIn, CTransactionRef arg) : CMerkleTx(std::move(arg))
./wallet/wallet.h:379:5: note:   candidate expects 2 arguments, 0 provided
./wallet/wallet.h:298:7: note: CWalletTx::CWalletTx(const CWalletTx&)
 class CWalletTx : public CMerkleTx
       ^
./wallet/wallet.h:298:7: note:   candidate expects 1 argument, 0 provided
./wallet/wallet.h:298:7: note: CWalletTx::CWalletTx(CWalletTx&&)
./wallet/wallet.h:298:7: note:   candidate expects 1 argument, 0 provided
Makefile:7757: recipe for target 'libbitcoin_wallet_a-privatesend-client.o' failed
make[2]: *** [libbitcoin_wallet_a-privatesend-client.o] Error 1
make[2]: Leaving directory '/opt/zzz_coins/chaincoin/src'
Makefile:11120: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/opt/zzz_coins/chaincoin/src'
Makefile:736: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

-----

any idea how to solve ?


I think you're trying compile the master branch, this is the development branch.

Use:

Quote
git clone https://github.com/chaincoin/chaincoin.git -b 0.16 --single-branch

instead

solved
+1

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
pazor_true
Legendary
*
Offline Offline

Activity: 1461
Merit: 1025


i love Emerald (EMD)


View Profile
July 14, 2018, 04:24:03 PM
 #3538

NOBBIE HERE, PLEASE HELP

NEW wallet 0.16 doesn't get connected doing whatever I try,

My doubt is:

normally on the other wallets the configuration file (chaincoin.conf for Chaincoin) is where we added the IP for the nodes we want to get connected with
Example: addnode= ip_1stnode
               addnode= ip_2ndnode
               addnode= ip_3ernode
but with ChainCoin wallet it doesnt works in that way, the file.conf comes empty by default and when we set it up if with for the masternode setting



SO someone knows something about this???


With the old wallet version never had to added coz as soon as I opened it, it get connected to network immediately ...

I'm stuck here.



in windows:
chaincoin-qt.exe -addnode=xxx.xxx.xxx.xxx

in linux:
chaincoind -addnode=xxx.xxx.xxx.xxx

or in /root/.chaincoincore/chaincoin.conf
addnode=xxx.xxx.xxx.xxx
addnode=xxx.xxx.xxx.xxx
addnode=xxx.xxx.xxx.xxx


BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
tombola_official
Copper Member
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile WWW
July 14, 2018, 04:38:20 PM
 #3539

Chaincoin seems very interesting project.I Would like to know more about it.
Buzhou
Member
**
Offline Offline

Activity: 199
Merit: 10


View Profile
July 14, 2018, 05:15:55 PM
 #3540

I'll buy some CHC before Segwit is complete! Is it normal for the wallet to take time to load?
Pages: « 1 ... 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 [177] 178 179 180 181 182 183 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!