diff --git a/README.md b/README.md index f6e56f2..c1fbd17 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,17 @@ Run the application Before running this script please run the bitmessages application,because if you dont run your application simultenously you can get a connection error. +Configuration Steps + +1.put the credentials.ini file into the .config directory which contains the database of bitmessage application. + +2.To establish a connection ,copy and paste these lines into the bitmessagesettings section of the keys.dat file.Note that the values "username" and "password" below are merely examples, and should be replaced by values that cannot feasibly be guessed: +--> apienabled = true +--> apiport = 8442 +--> apiinterface = 127.0.0.1 +--> apiusername = abc@gmail.com +--> apipassword = abc@123 + 1.For running the application use -> Python autoresponder_mailing.py