Bitcoin Forum

Bitcoin => Electrum => Topic started by: Minoc on February 04, 2017, 08:03:25 AM



Title: Electrum merchant on localhost
Post by: Minoc on February 04, 2017, 08:03:25 AM
Hello guys, I want to run (test) electrum merchant on localhost, but I have got a problem: no html file is created (json files were created successfully), may be someone know how to fix thix issue? And is there any way to work with database with electrum? (I want to store payment info in MySQL database)
Thanks in advance!


Title: Re: Electrum merchant on localhost
Post by: ThomasV on February 04, 2017, 08:45:41 AM
the index.html file should be copied from lib/www
if it does not work, it means that the electrum daemon does not have the proper permissions, or that an index.html file already exists in your requests_dir


Title: Re: Electrum merchant on localhost
Post by: Minoc on February 04, 2017, 10:35:39 AM
the index.html file should be copied from lib/www
if it does not work, it means that the electrum daemon does not have the proper permissions, or that an index.html file already exists in your requests_dir
Thanks alot for your help! Now its working fine.


Title: Re: Electrum merchant on localhost
Post by: Minoc on February 04, 2017, 10:41:54 AM
Now I have got a question: how to store payment information in MySQL DB?