You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
556 B
18 lines
556 B
12 years ago
|
[main]
|
||
|
host = hostname of the machine where you run this program
|
||
|
port = choose a port number
|
||
|
password = choose a password
|
||
|
|
||
11 years ago
|
[sqlite3]
|
||
|
database = database filename
|
||
12 years ago
|
|
||
|
[electrum]
|
||
|
mpk = the master public key of your wallet (in hexadecimal)
|
||
11 years ago
|
chain = second part of the mastrer public key (hexadecimal)
|
||
|
wallet_path = path where the script will save the wallet
|
||
12 years ago
|
|
||
|
[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
|