Pages:
Author

Topic: [ANN] [CHC] Chaincoin - Network Upgrade 16.1 - SegWit Activated - page 6. (Read 321507 times)

newbie
Activity: 5
Merit: 0
Can someone help me please , my chaincoin.conf is :

rpcuser=xxxxxxx
rpcpassword=xxxxxx
rpcallowip=127.0.0.1
server=1
daemon=1
logtimestamps=1
maxconnection=256
externalip=X.X.X.X
mnconflock=0
listen=1
masternode=1
masternodeprivkey=XXXXXXX


And my masternode don't work cause of sentinel error ...... what i had to do for this working Huh

Try installing sentinel...  https://github.com/chaincoin/sentinel
I am using windows and there is no sentinel.exe

Sentinel is written in python. This can basically run on Windows but you'll need to find a hack to run it every minute. Since running a MN on Win is economically pointless, there's no development done or planned to create Win tools for that. Instead, the better solution is to run the Sentinel from any Linux (or OSX) based system and just let it serve the Win node.

Windows has Task Scheduler (like Linux has crontab), you'll need something like: https://stackoverflow.com/a/4250516

But keep in mind that is an untested procedure - I don't know anyone who is running a mn at Windows
member
Activity: 110
Merit: 10
Can someone help me please , my chaincoin.conf is :

rpcuser=xxxxxxx
rpcpassword=xxxxxx
rpcallowip=127.0.0.1
server=1
daemon=1
logtimestamps=1
maxconnection=256
externalip=X.X.X.X
mnconflock=0
listen=1
masternode=1
masternodeprivkey=XXXXXXX


And my masternode don't work cause of sentinel error ...... what i had to do for this working Huh

Try installing sentinel...  https://github.com/chaincoin/sentinel
I am using windows and there is no sentinel.exe

Sentinel is written in python. This can basically run on Windows but you'll need to find a hack to run it every minute. Since running a MN on Win is economically pointless, there's no development done or planned to create Win tools for that. Instead, the better solution is to run the Sentinel from any Linux (or OSX) based system and just let it serve the Win node.
newbie
Activity: 4
Merit: 0
Can someone help me please , my chaincoin.conf is :

rpcuser=xxxxxxx
rpcpassword=xxxxxx
rpcallowip=127.0.0.1
server=1
daemon=1
logtimestamps=1
maxconnection=256
externalip=X.X.X.X
mnconflock=0
listen=1
masternode=1
masternodeprivkey=XXXXXXX


And my masternode don't work cause of sentinel error ...... what i had to do for this working Huh

Try installing sentinel...  https://github.com/chaincoin/sentinel
I am using windows and there is no sentinel.exe
member
Activity: 250
Merit: 12
Support Guru
Happy to report that the BIP65 soft fork has been activated on the CHC network. The minimum required block version now is 4, that means all blocks produced by 9.x nodes are going to be rejected as they are unable to follow the new consensus rules.

Very nice. And since BIP65 is now activated, i added CHC to BarterDEX exchange: https://github.com/jl777/coins/commit/a9dcfebe70fc9e9ceefffef5e22608f86da6e55b

This was the first atomic swap:
Code:
SWAP completed! 3606148627-2858549605 {"uuid":"daef193c03f9a9a6cb65ee26da7bef9c270c2b4107c0c96293424d0e4d9ca5a6","expiration":1532341055,"tradeid":0,"requestid":3606148627,"quoteid":2858549605,"iambob":1,"Bgui":"nogui","Agui":"","gui":"nogui","bob":"CHC","srcamount":0.76328985,"bobtxfee":0.00010000,"alice":"KMD","destamount":0.08009000,"alicetxfee":0.00001000,"aliceid":"10743808160860471297","sentflags":["alicespend", "bobspend", "bobpayment", "alicepayment", "bobdeposit", "bobrefund"],"values":[0.76338985, 0.08010000, 0.76348985, 0.08011000, 0.85890108, 0, 0, 0.85880108, 0, 0, 0],"result":"success","status":"finished","finishtime":1532325883,"bobdeposit":"8b26d234672285f5fbf7365a456691f3eed3ca49b1ce843f0a4ed51ca2de5f3e","alicepayment":"a4df932c1d5b85f27ab643422cebfe18d4b0dfecc50a56a99c3a05ec07547bed","bobpayment":"32668d085de00e505195064a042e54c8635a4f0713c6ac67913fa3d3f4b0c84d","paymentspent":"62ed5015ae7575c0d8c66333d007332bac69792328dd9796209139cf1539f6d5","Apaymentspent":"fe3a8ed8676e82c2612774d483d3c1f146735e381f3a2f057e69f17ac8aac22b","depositspent":"ea5c9350d726783990c4f5281a96d63a32af614f0116bbfa5d110f174360565e","alicedexfee":"ebd207d29ca04c0b21de4149c2b00c196411f217565f8bf5c9bf415d655cd6c0","method":"tradestatus","finishtime":1532325883}
bobdeposit http://104.238.153.140:3001/tx/8b26d234672285f5fbf7365a456691f3eed3ca49b1ce843f0a4ed51ca2de5f3e
alicepayment https://kmdexplorer.ru/tx/a4df932c1d5b85f27ab643422cebfe18d4b0dfecc50a56a99c3a05ec07547bed
bobpayment http://104.238.153.140:3001/tx/32668d085de00e505195064a042e54c8635a4f0713c6ac67913fa3d3f4b0c84d

A BarterDEX GUI can be installed from here: https://github.com/KomodoPlatform/BarterDEX


Note that for now you will have to add Chaincoin in "Native Mode", meaning you will need a wallet accessible from the same machine that BarterDEX is running on. Electrum support should be coming soon!





Join us in discord: https://discord.gg/NabdcJ7
Follow us on twitter: https://twitter.com/chaincointeam
member
Activity: 250
Merit: 12
Support Guru
Can someone help me please , my chaincoin.conf is :

rpcuser=xxxxxxx
rpcpassword=xxxxxx
rpcallowip=127.0.0.1
server=1
daemon=1
logtimestamps=1
maxconnection=256
externalip=X.X.X.X
mnconflock=0
listen=1
masternode=1
masternodeprivkey=XXXXXXX


And my masternode don't work cause of sentinel error ...... what i had to do for this working Huh

Try installing sentinel...  https://github.com/chaincoin/sentinel
newbie
Activity: 4
Merit: 0
Can someone help me please , my chaincoin.conf is :

rpcuser=xxxxxxx
rpcpassword=xxxxxx
rpcallowip=127.0.0.1
server=1
daemon=1
logtimestamps=1
maxconnection=256
externalip=X.X.X.X
mnconflock=0
listen=1
masternode=1
masternodeprivkey=XXXXXXX


And my masternode don't work cause of sentinel error ...... what i had to do for this working Huh
member
Activity: 110
Merit: 10
Happy to report that the BIP65 soft fork has been activated on the CHC network. The minimum required block version now is 4, that means all blocks produced by 9.x nodes are going to be rejected as they are unable to follow the new consensus rules.

Very nice. And since BIP65 is now activated, i added CHC to BarterDEX exchange: https://github.com/jl777/coins/commit/a9dcfebe70fc9e9ceefffef5e22608f86da6e55b

This was the first atomic swap:
Code:
SWAP completed! 3606148627-2858549605 {"uuid":"daef193c03f9a9a6cb65ee26da7bef9c270c2b4107c0c96293424d0e4d9ca5a6","expiration":1532341055,"tradeid":0,"requestid":3606148627,"quoteid":2858549605,"iambob":1,"Bgui":"nogui","Agui":"","gui":"nogui","bob":"CHC","srcamount":0.76328985,"bobtxfee":0.00010000,"alice":"KMD","destamount":0.08009000,"alicetxfee":0.00001000,"aliceid":"10743808160860471297","sentflags":["alicespend", "bobspend", "bobpayment", "alicepayment", "bobdeposit", "bobrefund"],"values":[0.76338985, 0.08010000, 0.76348985, 0.08011000, 0.85890108, 0, 0, 0.85880108, 0, 0, 0],"result":"success","status":"finished","finishtime":1532325883,"bobdeposit":"8b26d234672285f5fbf7365a456691f3eed3ca49b1ce843f0a4ed51ca2de5f3e","alicepayment":"a4df932c1d5b85f27ab643422cebfe18d4b0dfecc50a56a99c3a05ec07547bed","bobpayment":"32668d085de00e505195064a042e54c8635a4f0713c6ac67913fa3d3f4b0c84d","paymentspent":"62ed5015ae7575c0d8c66333d007332bac69792328dd9796209139cf1539f6d5","Apaymentspent":"fe3a8ed8676e82c2612774d483d3c1f146735e381f3a2f057e69f17ac8aac22b","depositspent":"ea5c9350d726783990c4f5281a96d63a32af614f0116bbfa5d110f174360565e","alicedexfee":"ebd207d29ca04c0b21de4149c2b00c196411f217565f8bf5c9bf415d655cd6c0","method":"tradestatus","finishtime":1532325883}
bobdeposit http://104.238.153.140:3001/tx/8b26d234672285f5fbf7365a456691f3eed3ca49b1ce843f0a4ed51ca2de5f3e
alicepayment https://kmdexplorer.ru/tx/a4df932c1d5b85f27ab643422cebfe18d4b0dfecc50a56a99c3a05ec07547bed
bobpayment http://104.238.153.140:3001/tx/32668d085de00e505195064a042e54c8635a4f0713c6ac67913fa3d3f4b0c84d

A BarterDEX GUI can be installed from here: https://github.com/KomodoPlatform/BarterDEX


Someone posted about that in our Discord today, it was accidentally deleted. Our apologies for that, of course you are highly welcome.
full member
Activity: 616
Merit: 100
BarterDEX integration is a big step forward. Atomic swap is the future.
Congratulations guys, CHC is getting more and more interesting.
member
Activity: 130
Merit: 11
Happy to report that the BIP65 soft fork has been activated on the CHC network. The minimum required block version now is 4, that means all blocks produced by 9.x nodes are going to be rejected as they are unable to follow the new consensus rules.

Very nice. And since BIP65 is now activated, i added CHC to BarterDEX exchange: https://github.com/jl777/coins/commit/a9dcfebe70fc9e9ceefffef5e22608f86da6e55b

This was the first atomic swap:
Code:
SWAP completed! 3606148627-2858549605 {"uuid":"daef193c03f9a9a6cb65ee26da7bef9c270c2b4107c0c96293424d0e4d9ca5a6","expiration":1532341055,"tradeid":0,"requestid":3606148627,"quoteid":2858549605,"iambob":1,"Bgui":"nogui","Agui":"","gui":"nogui","bob":"CHC","srcamount":0.76328985,"bobtxfee":0.00010000,"alice":"KMD","destamount":0.08009000,"alicetxfee":0.00001000,"aliceid":"10743808160860471297","sentflags":["alicespend", "bobspend", "bobpayment", "alicepayment", "bobdeposit", "bobrefund"],"values":[0.76338985, 0.08010000, 0.76348985, 0.08011000, 0.85890108, 0, 0, 0.85880108, 0, 0, 0],"result":"success","status":"finished","finishtime":1532325883,"bobdeposit":"8b26d234672285f5fbf7365a456691f3eed3ca49b1ce843f0a4ed51ca2de5f3e","alicepayment":"a4df932c1d5b85f27ab643422cebfe18d4b0dfecc50a56a99c3a05ec07547bed","bobpayment":"32668d085de00e505195064a042e54c8635a4f0713c6ac67913fa3d3f4b0c84d","paymentspent":"62ed5015ae7575c0d8c66333d007332bac69792328dd9796209139cf1539f6d5","Apaymentspent":"fe3a8ed8676e82c2612774d483d3c1f146735e381f3a2f057e69f17ac8aac22b","depositspent":"ea5c9350d726783990c4f5281a96d63a32af614f0116bbfa5d110f174360565e","alicedexfee":"ebd207d29ca04c0b21de4149c2b00c196411f217565f8bf5c9bf415d655cd6c0","method":"tradestatus","finishtime":1532325883}
bobdeposit http://104.238.153.140:3001/tx/8b26d234672285f5fbf7365a456691f3eed3ca49b1ce843f0a4ed51ca2de5f3e
alicepayment https://kmdexplorer.ru/tx/a4df932c1d5b85f27ab643422cebfe18d4b0dfecc50a56a99c3a05ec07547bed
bobpayment http://104.238.153.140:3001/tx/32668d085de00e505195064a042e54c8635a4f0713c6ac67913fa3d3f4b0c84d

A BarterDEX GUI can be installed from here: https://github.com/KomodoPlatform/BarterDEX
member
Activity: 110
Merit: 10
Happy to report that the BIP65 soft fork has been activated on the CHC network. The minimum required block version now is 4, that means all blocks produced by 9.x nodes are going to be rejected as they are unable to follow the new consensus rules.
jr. member
Activity: 154
Merit: 1
See the rebirth of Chaincoin.Good. I'll wait for the Masternode autoscript, and then I can invest your COINS.

There are user scripts around but actually it’s so simple, you don’t need any
any new updates with chaincoin?
I would like to see this coin soon in major exchanges.
member
Activity: 110
Merit: 10
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



See comment above, delete the old peers.dat and on decent network it will sync all 1.3 GB in less than one hour.
member
Activity: 110
Merit: 10
I'll buy some CHC before Segwit is complete! Is it normal for the wallet to take time to load?

Loading block index may take a while depending on your wallet transactions. Everything else can speed up tremendously when deleting all the old .dat files except wallet.
member
Activity: 110
Merit: 10
See the rebirth of Chaincoin.Good. I'll wait for the Masternode autoscript, and then I can invest your COINS.

There are user scripts around but actually it’s so simple, you don’t need any
member
Activity: 350
Merit: 11
See the rebirth of Chaincoin.Good. I'll wait for the Masternode autoscript, and then I can invest your COINS.
member
Activity: 199
Merit: 10
I'll buy some CHC before Segwit is complete! Is it normal for the wallet to take time to load?
copper member
Activity: 70
Merit: 0
Chaincoin seems very interesting project.I Would like to know more about it.
legendary
Activity: 1461
Merit: 1025
i love Emerald (EMD)
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

legendary
Activity: 1461
Merit: 1025
i love Emerald (EMD)

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&, std::vector&)’:
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
newbie
Activity: 10
Merit: 0
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.

Pages:
Jump to: