We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like a CSN cannot connect to a bridge node in regtest environment, and the negotiation fails at due to this wanted service,
utreexod/server.go
Line 466 in 593dd81
Run a mining node, which is also a bridge node,
./utreexod --debuglevel=debug --regtest --rpcuser=yy --rpcpass=yy --miningaddr=bcrt1pnmrmugapastum8ztvgwcn8hvq2avmcwh2j4ssru7rtyygkpqq98q4wyd6s --rpclisten=127.0.0.1:18335 --listen=127.0.0.1:28335 --utreexoproofindex --nobanning
Run a utreexo node,
./utreexod --debuglevel=debug --regtest --rpcuser=yy --rpcpass=yy --rpclisten=127.0.0.1:18334 --listen=127.0.0.1:28334 --nobanning
Connect the utreexo node to the bridge,
./utreexoctl --regtest --rpcserver=127.0.0.1:18335 --rpcpass=yy --rpcuser=yy addnode "127.0.0.1:28334" add
Got the following error log,
2024-05-19 08:59:25.797 [DBG] SRVR: Rejecting peer 127.0.0.1:28334 (outbound) with services SFNodeNetworkLimited|SFNodeBloom|SFNodeWitness|SFNodeUtreexo due to not providing desired services SFNodeNetwork 2024-05-19 08:59:25.797 [DBG] PEER: Sending reject (cmd version, code REJECT_NONSTANDARD, reason required services 0x1 not offered) to 127.0.0.1:28334 (outbound)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like a CSN cannot connect to a bridge node in regtest environment, and the negotiation fails at due to this wanted service,
utreexod/server.go
Line 466 in 593dd81
Steps to Reproduce
Run a mining node, which is also a bridge node,
Run a utreexo node,
Connect the utreexo node to the bridge,
./utreexoctl --regtest --rpcserver=127.0.0.1:18335 --rpcpass=yy --rpcuser=yy addnode "127.0.0.1:28334" add
Got the following error log,
The text was updated successfully, but these errors were encountered: