Skip to content

feat: remove testnet 3 from coordinate core#86

Merged
sucildossj merged 3 commits intodevfrom
AN-496-remove-testnet3
Mar 5, 2026
Merged

feat: remove testnet 3 from coordinate core#86
sucildossj merged 3 commits intodevfrom
AN-496-remove-testnet3

Conversation

@sucildossj
Copy link
Contributor

  1. Removed -testnet dependency
  2. Change chain id as 2121 instead 2222 based on slip standard
  3. Update seeds for mainnet and testnet

command to test

./build/bin/bitcoind -testnet4=1 -rpcuser=marachain -rpcpassword=marachain -server=1 -port=18444 -rpcport=18443 -rpcbind=0.0.0.0 -rpcallowip=0.0.0.0/0 -zmqpubrawblock=tcp://0.0.0.0:37000 -zmqpubrawtx=tcp://0.0.0.0:37000 -zmqpubhashtx=tcp://0.0.0.0:37000 -zmqpubhashblock=tcp://0.0.0.0:37000 -txindex=1 -fallbackfee=0.1 -maxtxfee=10 -deprecatedrpc=warnings

negative test

./build/bin/bitcoind -testnet=1 -rpcuser=marachain -rpcpassword=marachain -server=1 -port=18444 -rpcport=18443 -rpcbind=0.0.0.0 -rpcallowip=0.0.0.0/0 -zmqpubrawblock=tcp://0.0.0.0:37000 -zmqpubrawtx=tcp://0.0.0.0:37000 -zmqpubhashtx=tcp://0.0.0.0:37000 -zmqpubhashblock=tcp://0.0.0.0:37000 -txindex=1 -fallbackfee=0.1 -maxtxfee=10 -deprecatedrpc=warnings

1. Removed -testnet dependency
2. Change chain id as 2121 instead 2222 based on slip standard
3. Update seeds for mainnet and testnet
@sucildossj sucildossj merged commit e64cb40 into dev Mar 5, 2026
@sucildossj sucildossj deleted the AN-496-remove-testnet3 branch March 5, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant