I don't know if you think I'm trying to be disruptive, or if there is some communication issue - but I'm actually trying to help you guys get off the ground.
All I was saying is that I notice now your source code (ie your daemon) Contains my node as a hardcoded peer
in src/p2p/net_node.inl
template
bool node_server::init(const boost::program_options::va
riables_map& vm)
{
ADD_HARDCODED_SEED_NODE("77.11.48.182:9090");
ADD_HARDCODED_SEED_NODE("new.hashharder.com:9090");
bool res = handle_command_line(vm);
CHECK_AND_ASSERT_MES(res, false, "Failed to handle command line");
m_config_folder = command_line::get_arg(vm, command_line::arg_data_dir);
And suggested that you should use the IP address instead.
No the IP is my Node the Other is from a User