A customizable Telegram shop bot that accepts bitcoin payments.
Please refer to the main greed project fork for requirements, installation guide, and usage instructions before proceeding with the bitcoin setup below
- Edit the
config/config.toml
file to set the below settings
# Blockonomics API key
api_key = "BLOCKONOMICS_API_KEY"
secret = "YOUR_SECRET"
- api_key can be obtained by signing up on Blockonomics Merchants and navigating to > Stores,
- secret can be any long phrase of your choice like GreedBtc9123
- Add a new store at Blockonomics Merchants > Stores, and set your Callback URL to
https://www.blockonomics.co/api/test_callback?secret=YOUR_SECRET
, substituting in your chosen secret from step 1 in place ofYOUR_SECRET
That's it! Restart your bot and start accepting bitcoin payments with your bot!
This project is a fork of greed project by @Steffo99. We would like to thank @Steffo99 for putting this in public domain.