Bitcoin Forum
July 08, 2024, 10:12:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: CryptoNote Wallet GUI Build on: February 10, 2018, 11:28:23 AM
I tried signing up to cryptonote forum but it's been a week and I still have not received a verification email and i am running out of time trying to get time all done. All good will persist with them.
2  Other / Beginners & Help / Re: CryptoNote - cannot connect to server via host terminal on: February 10, 2018, 11:16:51 AM
I tried signing up to the cryptonote forum but they have a bug where they don't send you a verification link in an email lol so i am stuck on here atm sorry.

I have completely deleted everything, then rebuild all through "Ubuntu", I can get the seed nodes running the blockchain on my external server, which I uploaded all my script to and ran the daemon from both servers to complete a handshake, and they run perfectly, I can setup a wallet and mine but only through the ssh connection terminal. If I try to start my blockchain daemon from my home computer, even with the other seed nodes running on a different computer, it gives me this same result. The reason i want to have it running as well on my computer is so i can start mining as mining off the server caused a "killed" response after a while because im using up to much CPU. I thought once you have the binaries, they connect automatically once you start the daemon but seems they do not connect to the seed nodes or something gets in the way.
3  Other / Beginners & Help / Re: CryptoNote - cannot connect to server via host terminal on: February 10, 2018, 08:11:00 AM
I have rebuilt the cryptonote "build" folder again, the genesis tx address I have saved in the config folder and then rebuilt again, but still receive this error. i have no idea what's going on.
4  Other / Beginners & Help / CryptoNote Wallet GUI Build on: February 10, 2018, 05:00:39 AM
I get to around 97% of the make process of building my GUI Wallet, only to have it missing functions or arguments, but no idea what's causing it, any idea would be awesome,

/home/cryptonotewallet/src/CryptoNoteWrapper.cpp: In member function ‘virtual CryptoNote::IWalletLegacy* WalletGui::RpcNode::createWallet()’:
/home/cryptonotewallet/src/CryptoNoteWrapper.cpp:127:59: error: no matching function for call to ‘CryptoNote::WalletLegacy::WalletLegacy(const CryptoNote::Currency&, CryptoNote::NodeRpcProxy&)’
     return new CryptoNote::WalletLegacy(m_currency, m_node);
                                                           ^
In file included from /home/cryptonotewallet/src/CryptoNoteWrapper.cpp:16:0:
/home/cryptonotewallet/cryptonote/src/WalletLegacy/WalletLegacy.h:65:3: note: candidate: CryptoNote::WalletLegacy::WalletLegacy(const CryptoNote::Currency&, CryptoNote::INode&, Logging::ILogger&)
   WalletLegacy(const CryptoNote::Currency& currency, INode& node, Logging::ILog
   ^
/home/cryptonotewallet/cryptonote/src/WalletLegacy/WalletLegacy.h:65:3: note:   candidate expects 3 arguments, 2 provided
/home/cryptonotewallet/src/CryptoNoteWrapper.cpp: In constructor ‘WalletGui::InprocessNode::InprocessNode(const CryptoNote::Currency&, Logging::LoggerManager&, const CryptoNote::CoreConfig&, const CryptoNote::NetNodeConfig&, WalletGui::INodeCallback&)’:
/home/cryptonotewallet/src/CryptoNoteWrapper.cpp:159:37: error: no matching function for call to ‘CryptoNote::core::core(const CryptoNote::Currency&, CryptoNote::CryptoNoteProtocolHandler*, Logging::LoggerManager&)’
     m_node(m_core, m_protocolHandler) {
                                     ^
In file included from /home/cryptonotewallet/src/CryptoNoteWrapper.cpp:12:0:
/home/cryptonotewallet/cryptonote/src/CryptoNoteCore/Core.h:48:6: note: candidate: CryptoNote::core::core(const CryptoNote::Currency&, CryptoNote::i_cryptonote_protocol*, Logging::ILogger&, bool)
      core(const Currency& currency, i_cryptonote_protocol* pprotocol, Logging::
      ^
/home/cryptonotewallet/cryptonote/src/CryptoNoteCore/Core.h:48:6: note:   candidate expects 4 arguments, 3 provided
/home/cryptonotewallet/src/CryptoNoteWrapper.cpp: In member function ‘virtual CryptoNote::IWalletLegacy* WalletGui::InprocessNode::createWallet()’:
/home/cryptonotewallet/src/CryptoNoteWrapper.cpp:228:59: error: no matching function for call to ‘CryptoNote::WalletLegacy::WalletLegacy(const CryptoNote::Currency&, CryptoNote::InProcessNode&)’
     return new CryptoNote::WalletLegacy(m_currency, m_node);
                                                           ^
In file included from /home/cryptonotewallet/src/CryptoNoteWrapper.cpp:16:0:
/home/cryptonotewallet/cryptonote/src/WalletLegacy/WalletLegacy.h:65:3: note: candidate: CryptoNote::WalletLegacy::WalletLegacy(const CryptoNote::Currency&, CryptoNote::INode&, Logging::ILogger&)
   WalletLegacy(const CryptoNote::Currency& currency, INode& node, Logging::ILog
   ^
/home/cryptonotewallet/cryptonote/src/WalletLegacy/WalletLegacy.h:65:3: note:   candidate expects 3 arguments, 2 provided
CMakeFiles/testcoin.dir/build.make:784: recipe for target 'CMakeFiles/testcoin.dir/src/CryptoNoteWrapper.cpp.o' failed
make[2]: *** [CMakeFiles/testcoin.dir/src/CryptoNoteWrapper.cpp.o] Error 1
CMakeFiles/Makefile2:68: recipe for target 'CMakeFiles/testcoin.dir/all' failed
make[1]: *** [CMakeFiles/testcoin.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
5  Other / Beginners & Help / CryptoNote - cannot connect to server via host terminal on: February 10, 2018, 04:35:29 AM
Hello,

I try to start my daemon to initiate the handshake for the blockchain but I get this error, even though if i setup the same daemon file to run on a virtual machine it works fine... This blockchain was created out of "Cryptonote".

2018-Feb-10 14:54:10.066449 ERROR   Failed to init: genesis block mismatch. Probably you set --testnet flag with data dir with non-test blockchain or another network.
2018-Feb-10 14:54:10.066581 ERROR   Failed to initialize blockchain storage
2018-Feb-10 14:54:10.066690 ERROR   Failed to initialize core

***conversation closed********
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!