You'll need to edit src/init.cpp manually
You missed a "t".
You'll need to edit src/ini.cpp manually (open it with an editor and look for <<<<<<<).
How?
<<<<<<< HEAD
// TODO: remove the sentence "Nodes not using ... incoming connections." once the changes from
// https://github.com/bitcoin/bitcoin/pull/23542 have become widespread.
argsman.AddArg("-port=<port>", strprintf("Listen for connections on <port>. Nodes not using the default ports (default: %u, testnet3: %u, testnet4: %u, signet: %u, regtest: %u) are unlikely to get incoming connections. Not relevant for I2P (see doc/i2p.md).", defaultChainParams->GetDefaultPort(), testnetChainParams->GetDefaultPort(), testnet4ChainParams->GetDefaultPort(), signetChainParams->GetDefaultPort(), regtestChainParams->GetDefaultPort()), ArgsManager::ALLOW_ANY | ArgsManager::NETWORK_ONLY, OptionsCategory::CONNECTION);
=======
argsman.AddArg("-port=<port>", strprintf("Listen for connections on <port> (default: %u, testnet: %u, signet: %u, regtest: %u). Not relevant for I2P (see doc/i2p.md).", defaultChainParams->GetDefaultPort(), testnetChainParams->GetDefaultPort(), signetChainParams->GetDefaultPort(), regtestChainParams->GetDefaultPort()), ArgsManager::ALLOW_ANY | ArgsManager::NETWORK_ONLY, OptionsCategory::CONNECTION);
>>>>>>> origin/master
I only kept the first "argsman" line fromt he above. Is that correct?
Tomorrow i *might* add a how-to build
I'd appreciate it. I'm stuck here:
./autogen.sh
configure.ac:39: installing 'build-aux/ar-lib'
configure.ac:37: installing 'build-aux/compile'
configure.ac:24: installing 'build-aux/config.guess'
configure.ac:24: installing 'build-aux/config.sub'
configure.ac:27: installing 'build-aux/install-sh'
configure.ac:27: installing 'build-aux/missing'
Makefile.am:7: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:7: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:7: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:7: If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:7: its definition is in aclocal's search path.
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
autoreconf: error: automake failed with exit status: 1
In case you want to run your own testnet4 node: i packaged everything in a container:
LOL. I should have continued reading first
