I want to create one, monero forks, but encountered some problems.
cryptonote_config.h
#define CRYPTONOTE_NAME "abc"
uint16_t const P2P_DEFAULT_PORT = 17122;
uint16_t const RPC_DEFAULT_PORT = 17123;
CMakeLists.txt
namespace config
{
uint64_t const DEFAULT_FEE_ATOMIC_XMR_PER_KB = 500; // Just a placeholder! Change me!
uint8_t const FEE_CALCULATION_MAX_RETRIES = 10;
uint64_t const DEFAULT_DUST_THRESHOLD = ((uint64_t)1);
uint64_t const BASE_REWARD_CLAMP_THRESHOLD = ((uint64_t)100000000); // pow(10, 8)
std::string const P2P_REMOTE_DEBUG_TRUSTED_PUB_KEY = "0000000000000000000000000000000000000000000000000000000000000000";
uint64_t const CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX = 0x2419;
uint64_t const CRYPTONOTE_PUBLIC_INTEGRATED_ADDRESS_BASE58_PREFIX = 0x7096;
uint16_t const P2P_DEFAULT_PORT = 17122;
uint16_t const RPC_DEFAULT_PORT = 17123;
boost::uuids::uuid const NETWORK_ID = { {
0x10, 0x24, 0x23, 0xE1, 0x8E, 0xC2, 0xE3, 0xF8, 0xEA, 0x5D, 0xD1, 0x2C, 0x85, 0x8E, 0xC8, 0x39
} };
std::string const GENESIS_TX = "";
uint32_t const GENESIS_NONCE = 10000;
namespace testnet
{
uint64_t const CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX = 0x5520;
uint64_t const CRYPTONOTE_PUBLIC_INTEGRATED_ADDRESS_BASE58_PREFIX = 0xd3096;
uint16_t const P2P_DEFAULT_PORT = 27122;
uint16_t const RPC_DEFAULT_PORT = 27123;
boost::uuids::uuid const NETWORK_ID = { {
0x10, 0x24, 0x23, 0x40, 0x66, 0xC2, 0x04, 0xA4, 0xEA, 0x5D, 0xD1, 0x2C, 0x85, 0x8E, 0xC8, 0x40
} };
std::string const GENESIS_TX = "";
uint32_t const GENESIS_NONCE = 10001;
}
Execute "make" the following error
ubuntu@ubuntu-virtual-machine:~/Desktop/abc$ cd build/release/
ubuntu@ubuntu-virtual-machine:~/Desktop/abc/build/release$ cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release ../.. && make
-- Building without build tag
-- Could not find DEVELOPER_LOCAL_TOOLS in env (not required)
-- BOOST_IGNORE_SYSTEM_PATHS defaults to OFF
-- Could not find DEVELOPER_LIBUNBOUND_OLD in env (not required)
-- Building for a 64-bit system
-- Building internal libraries as static
-- Could not find DATABASE in env (not required unless you want to change database type from default: lmdb)
-- Using LMDB as default DB type
-- Stack trace on exception enabled
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES
OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.5/Modules/FindOpenSSL.cmake:370 (find_package_handle_standard_args)
CMakeLists.txt:332 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/ubuntu/Desktop/abc/build/release/CMakeFiles/CMakeOutput.log".
The system has been installed
"sudo apt-get install gcc cmake pkgconf boost-devel openssl-devel cppzmq-devel unbound-devel libsodium-devel miniupnpc-devel libunwind-devel xz-devel readline-devel ldns-devel expat-devel gtest-devel doxygen graphviz -y "
and
“sudo apt-get install libgtest-dev && cd / usr / src / gtest && sudo cmake. && sudo make && sudo mv libg * / usr / lib /”
No.
???
You're missing libssl/libssl-dev it's in the fucking error message
How can you be this clueless yet try to tackle a beast like Monero?
When ICO?
lol these scammers aint loyal
Electroneum guys might be able to give you some pointers, especially around block 202612
Scam fork with "top-notch dev team" incoming in 3...2...1...
...
... ah, no. They are so bad nowadays they can't compile.
@crebbo That one comment right there is worth all the death threats I received for reporting that bug. 😂😂😂
define CRYPTONOTE_NAME "abc"
That's cool, I will invest in abc coin.
@Starmute I'm glad mate, I was thinking of you when I wrote that
Most helpful comment
No.