Author

Topic: Bitcoin Alert Fee Email (Read 467 times)

member
Activity: 157
Merit: 23
March 20, 2017, 10:09:09 AM
#4
You have to enter your SMTP Server Data from Email host, as this Script runs it will have to sent you an Email with the Given SMTP Data.
copper member
Activity: 61
Merit: 0
March 19, 2017, 04:15:13 PM
#3
what wallets do you support?
I don't understand the mechanics,actually....
so,I input bitcoin fees in my ,say,core or blockchain.info wallet (both have dynamic fees feature) and if the script
thinks that the fee is lower than neccessary,it will send me an email to warn?
isn't it a bit redundant?
This script run standalone, is not an addon for any wallet. It check only the fee for bitcoin transaction based by bitcoinfees.21.co Apis
legendary
Activity: 2016
Merit: 1106
March 19, 2017, 03:01:33 PM
#2
what wallets do you support?
I don't understand the mechanics,actually....
so,I input bitcoin fees in my ,say,core or blockchain.info wallet (both have dynamic fees feature) and if the script
thinks that the fee is lower than neccessary,it will send me an email to warn?
isn't it a bit redundant?
copper member
Activity: 61
Merit: 0
March 19, 2017, 12:30:46 PM
#1
Hi,
As a requested in italian section, i've create the script to check the bitcoin transaction fees using bitcoinfees.21.co APIs.
When the price is under the specified fee, it will send you an email.

https://github.com/Mirio/btc-alertfee

How to use?

- Download the code from https://github.com/Mirio/btc-alertfee
- Open the file with editor (ex. notepad++) find and change the line below
Code:
#### CHANGE VALUE BELOW ####
# Field "To" in the email header
email_to = ""

# SMTP Host
email_host = ""
email_port = 25

# Username and password to login
email_user = ""
email_pwd = ""

# Fee target (in satoshi)
fee_target = 250

# Period to check the fee (in seconds)
check_period = 300
#### DON'T TOUCH BELOW ####
- Run "python btc-alertfee.py"

Donate (btc): 3JPRaDFPjjdR1Y7gBrdkfutbJ8g5X9GQik

If you have any question, write below
Jump to: