Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
Compile process:
[GIT stuff here]
apt install -y cmake
cd ~/bitcoin
mkdir build
cd build
apt install -y capnproto libcapnp-dev
cmake .. -DBUILD_BITCOIN_WALLET=ON -DENABLE_ZMQ=ON -DBUILD_TESTING=OFF -DBUILD_BENCH=OFF
make -j$(nproc)
start process:
root@debian12-btc-node:~# cat ./start-btcd.sh
set -x;
clear;
cd ~/;
#cd bitcoin/src;
cd bitcoin;
cd build;
cd bin;
./bitcoind | grep -v -e 'Socks5';
#./bitcoind -daemon;
exit 0;
Expected behaviour
But still no answer on TCP ports:
root@debian12-btc-node:~# ss -ltnp | grep 28332
root@debian12-btc-node:~# ss -ltnp | grep 28333
Steps to reproduce
As above
Relevant log output
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
Current master
Operating system and version
Debian 12.x x64
Machine specifications
Oracle VirtualBox VM