update and fix the merchant script (fixes issue #254)
[electrum-nvc.git] / scripts / merchant.conf.template
index 5e2f00d..99fb692 100644 (file)
@@ -3,15 +3,13 @@ host = hostname of the machine where you run this program
 port = choose a port number
 password = choose a password
 
-[db]
-instance = the hostname of your sql server
-name = the database name
-user = your database username
-password = your database password
+[sqlite3]
+database = database filename
 
 [electrum]
-server = the electrum server you will use
 mpk = the master public key of your wallet (in hexadecimal)
+chain = second part of the mastrer public key (hexadecimal)
+wallet_path = path where the script will save the wallet
 
 [callback]
 received = URL where we POST json data when payment has been received