bitcoin-dev-project / warnet

Monitor and analyze the emergent behaviors of Bitcoin networks
https://warnet.dev
MIT License
59 stars 27 forks source link

Add option --exclude=[] to network export #340

Closed pinheadmz closed 1 month ago

pinheadmz commented 1 month ago

Closes https://github.com/carlaKC/attackathon/issues/19 Closes https://github.com/bitcoin-dev-project/warnet/issues/339

Excludes tanks from simln configuration by tank index. Syntax example:

warcli network export --exclude=[1,23,49,86]

Argument is a string that is json-parsed into an array of integers