Bitcoin Forum
May 24, 2024, 12:33:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 74 »
261  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] Chaincoin - Network Upgrade 16.1 - SegWit Activation in Progress on: July 13, 2018, 11:33:28 AM

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 ?
262  Alternate cryptocurrencies / Announcements (Altcoins) / [EMD] - Emerald Crypto - PoW - Scrypt - low Difficulty - CPU mining on: July 13, 2018, 11:26:21 AM
263  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ✅ [ANN] ZENAD 🔥 POS ✅ MASTERNODES 🔥 Presale ⚡🚀 on: July 11, 2018, 06:25:49 PM
i am 900 Blocks in front of the Explorer, http://chain.zenad.group/search

how this can be ? Fork ? Where i found the new Wallet ?

remove the old blockchain (blocks, chainstate, database directories)

start your qt client with

zenad-qt.exe -connect=88.85.160.30:15198 -connect=159.69.9.120:15198

let it fully sync with the right chain then stop and restart

zenad-qt.exe -addnode=159.69.9.120:15198
264  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ✅ [ANN] ZENAD 🔥 POS ✅ MASTERNODES 🔥 Presale ⚡🚀 on: July 07, 2018, 06:31:43 PM

start your node with

 -connect=88.85.160.30:15198
 -connect=213.141.134.205:15198

to be safe and on the right chain

take care about the forked chain


how to do it? I run 3 nodes on the VPS and they go to a longer chain with a smaller diff. How to make them work on the right chain?


zenandd -connect=88.85.160.30:15198 -connect=213.141.134.205:15198

265  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [EMD] - Emerald Crypto - PoW - Scrypt - low Difficulty - CPU mining on: June 29, 2018, 12:21:56 PM

266  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Evotion - payment coin for gambling on: June 24, 2018, 06:45:14 PM
we got a few blocks now....

blockheight ?
267  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Evotion - payment coin for gambling on: June 24, 2018, 04:40:58 PM
7h+ now without new blocks?

blockchain stuck ?
268  Local / Altcoins (Ελληνικά) / Re: Hellenic Coin (HNC) on: June 24, 2018, 03:53:48 PM
questions:

http://www.helleniccoin.gr/english/index.html

or

https://helleniccoin.net/

which one is the valid one


and


what is the connection between

NEVIABROTHERS S.A. (http://www.helleniccoin.gr/english/company.html)
International Business Company registration number 169957

the guys from the HNC Board (https://helleniccoin.net/HNC-board)

269  Local / Altcoins (Ελληνικά) / Re: Hellenic Coin (HNC) on: June 24, 2018, 02:49:05 PM

github url ?

https://github.com/helleniccoin/HNC
270  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ✅ [ANN] ZENAD 🔥 POS ✅ MASTERNODES 🔥 Presale ⚡🚀 on: June 24, 2018, 01:32:29 PM

start your node with

 -connect=88.85.160.30:15198
 -connect=213.141.134.205:15198

to be safe and on the right chain

take care about the forked chain
271  Bitcoin / Bitcoin Discussion / Re: Ranking list of the oldest crypto coins still being traded. on: June 22, 2018, 11:10:45 AM


EMD    16/06/13   Market   Chart   ANN
272  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - Cryptopia & Novaexchange - Required update 0.9.3.2 on: June 21, 2018, 06:48:28 PM
i will keep my masternode running
273  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ¤ DMD Diamond 3.0 | Scarce ¤ Valuable ¤ Secure | PoS 3.0 | Masternodes 65% on: June 21, 2018, 12:44:17 AM
i am missing the wallet upgrade messages on

facebook
twitter
discord
slack
bitcointalk (firstpage)
instagram
telegram
reddit

274  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [EMD] - Emerald Crypto - PoW - Scrypt - low Difficulty - CPU mining on: June 18, 2018, 08:06:03 PM

some items for EMD supporters
------------------------------


 
 
 


let us know, what do you think, about these things.
could you think, that these items can be interested for you.

send us an eMail info@emeraldcrypto.de


275  Local / Altcoins (Ελληνικά) / Re: Hellenic Coin (HNC) on: June 18, 2018, 05:20:33 PM

github url ?
276  Bitcoin / Bitcoin Discussion / Re: Ranking list of the oldest crypto coins still being traded. on: June 17, 2018, 05:57:39 PM
EMD celebrates 5th birthday on 16.06.2018
277  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Evotion - payment coin for gambling on: June 17, 2018, 12:29:29 AM
keep up the coin
278  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [EMD] - Emerald Crypto - PoW - Scrypt - low Difficulty - CPU mining on: June 14, 2018, 09:14:08 AM
lets see what happen with cryptsy.
I want to know more before making my own decision

whatever will happen, fact is the major portion of EMD is controlled by one account

ErdRYZgwBLMZQH7uTfa5yFUwuSZPeYtLn5

if not returned these to the regular owners, there will be no impact to EMD
279  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [EMD] - Emerald Crypto - PoW - Scrypt - low Difficulty - CPU mining on: June 12, 2018, 07:59:06 PM
Emerald Crypto (EMD) listed at https://MissExchange.com

Trading pair:
EMD/BTC

Happy trading Smiley

Best Regards MissExchange

wallet does not seem fully synced yet on the exchange? Any ETA for this?

nearly 7mio blocks on a vps can take some time. i think MissExchange will inform us when the wallet is fully synced.
ask him in two days again is my estimation
280  Economy / Service Announcements / Re: [ANN] MissExchange.com - Altcoin Cryptocurrency Exchange on: June 11, 2018, 06:00:30 PM

would you like list Emerald Crypto on your Exchange ?

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 74 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!