Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

To work with Bitcoin you need to register on Chainstack and create the necessary node for provide services. To turn on Bitcoin make the following changes in the configuration file:

# global/config.yaml
...
paymentInterfaces:
  enabled: true
...
  bitcoin:
    id: "BITCOIN-PI"
    enabled: true
...
     url: CHANGE_ME
...
  • No labels