--node2=127.0.0.1:24081 is IP and MCN's daemon port
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
--node2=127.0.0.1:24081 is IP and MCN's daemon port
libcryptonote_core.a(cryptonote_format_utils.cpp.o): In function `cn_slow_hash':
/opt/wallets/src/monetaverde/src/crypto/hash.h:41: undefined reference to `cn_slow_hash'
/opt/wallets/src/monetaverde/src/crypto/hash.h:41: undefined reference to `cn_slow_hash'
libcryptonote_core.a(cryptonote_basic_impl.cpp.o): In function `cryptonote::get_account_address_as_str(cryptonote::account_public_address const&)':
/opt/wallets/src/monetaverde/src/cryptonote_core/cryptonote_basic_impl.cpp:120: undefined reference to `tools::base58::encode_addr(unsigned long, std::string const&)'
libcryptonote_core.a(cryptonote_basic_impl.cpp.o): In function `cryptonote::get_account_address_from_str(unsigned long&, cryptonote::account_public_address&, std::string const&)':
/opt/wallets/src/monetaverde/src/cryptonote_core/cryptonote_basic_impl.cpp:139: undefined reference to `tools::base58::decode_addr(std::string, unsigned long&, std::string&)'
collect2: error: ld returned 1 exit status
sudo apt-get install cmake
sudo apt-get install libboost1.55-all-dev
sudo apt-get install git
git clone https://sourceforge.net/projects/monetaverde/postdownload?source=dlp
git clone https://github.com/amjuarez/bytecoin.git
git clone https://github.com/quazarcoin/quazarcoin
git clone https://github.com/monero-project/bitmonero
cd home/bytecoin
make -j
cd home/quazarcoin
make -j
cd home/monero
make -j
cd home/monetaverde
make -j
simplewallet --generate-new-wallet=example_wallet.bin --pass=12345
minerc --node1=127.0.0.1:8081 --node2=127.0.0.1:24081 --wallet1=%your BCN/MRO/QCN address% --wallet2=%your MCN address%
simplewallet --generate-new-wallet=example_wallet.bin --pass=12345
minerc --node1=127.0.0.1:8081 --node2=127.0.0.1:24081 --wallet1=%your BCN/MRO/QCN address% --wallet2=%your MCN address%