nigiri icon indicating copy to clipboard operation
nigiri copied to clipboard

Add support for signet

Open tiero opened this issue 2 years ago • 1 comments

This PR adds an additional docker-compose.signet.yml and a dedicated bitcoin.signet.conf for running Bitcoin in signet mode.

nigiri start --signet
  • Listen p2p port 38333 and rpc on 38332
  • --signet flag is incompatible with --ci because no need in continuous integration pipelines
  • --signet flag is incompatible with --liquid because there is no signet for Liquid Network for the time being

TODO

  • [ ] Add instructions in README

This closes #138

tiero avatar Mar 13 '22 21:03 tiero