/
Bitcoin
Bitcoin
To process Bitcoin transactions you need the node. You can host your own node or use a custodian.
To turn on Bitcoin PI make the following changes in the configuration file:
# global/config.yaml
...
# enabled paymentInterfaces - true
paymentInterfaces:
enabled: true
...
# select currency name
bitcoin:
# select currency id and turn on it
id: "BITCOIN-PI"
enabled: true
...
# To change the Bitcoin logo or resize, use logo_url
logo_url: "https://raw.githubusercontent.com/nsart/coin-logos/master/btc.png"
...
# select bitcoin network: testnet, Legacy, SegWit etc.
network: testnet
# select rpc host
rpchost: bitcoind
# enter rpc port
rpcport: 18332
# enter rpc user
rpcuser: admin
# enter rpc password
rpcpassword: password
# enter port
port: 18333
...
, multiple selections available,
Related content
Ethereum
Ethereum
More like this
GO Payment Interfaces (PI) - Nodes
GO Payment Interfaces (PI) - Nodes
More like this
Payment Interfaces (PI) - Nodes Banks Payment Processors
Payment Interfaces (PI) - Nodes Banks Payment Processors
More like this
API KEY for application
API KEY for application
Read with this
Manual Payment Interface - Admin Panel (Manual PI)
Manual Payment Interface - Admin Panel (Manual PI)
More like this
Frontend Configurations - v. Public Test Drive (GitHub)
Frontend Configurations - v. Public Test Drive (GitHub)
Read with this