electrum-bitcoinprivate/scripts/merchant/merchant.conf.template

17 lines
480 B
Plaintext
Raw Normal View History

2012-10-08 06:19:29 -07:00
[main]
host = hostname of the machine where you run this program
port = choose a port number
password = choose a password
[sqlite3]
database = database filename
2012-10-08 06:19:29 -07:00
[electrum]
2014-07-28 06:57:08 -07:00
xpub = the master public key of your wallet
wallet_path = path where the script will save the wallet
2012-10-08 06:19:29 -07:00
[callback]
received = URL where we POST json data when payment has been received
expired = URL where we POST json data if payment has expired
password = password sent in the json data, for authentication