Simple script which monitors your local XCASH wallet and notifies you on incoming transaction through one of the available systems.
Integrated systems: [x] Discord Webhook system (Not a bot) [X] Push Notifiers to Android or Iphone through third party system (https://pushnotifier.de/)
Covnersions: [x] USD Fiat conversions based on Coingecko
git clone https://github.com/AnimusXCASH/XCASH_Wallet_Notifications.git
Note: You can create virtual environment and install requirements afterwards
pip3 install requirements.txt
Make yourself a server and a channel, and obtain webhook link to be store in json file
Go to web page Push Notifier, register yourself and new application. Once you get details, insert them to systemSettings.json file.
Make yourself a server, create a channel and get webhook address. Name of file: systemSettings.json
{
"discord": {
"active": false, // Set to true and create webhook through Discord
"deposits": "Discord Channel Webhook"},
"pushNotifier": {
"active": true, // Set to true and register over https://pushnotifier.de/.
"username": "PUSH_NOTIFIER_USERNAME",
"password": "PUSH_NOTIFIER_PASSWORD",
"appName": "com.WHATEVRNAMEYOUWANT.app",
"token": "TOKEN_FROM_SYSTEM"
}
}
ATTENTION: once you have chosen the platform set the "active" to true!
ATTENTION: Set to block 934795 to not spam the system
{
"blockHeight":934795
}
# On windos on local daemon
xcash-wallet-cli.exe --wallet-file NAME_OF_WALLET --password WALLET_PASSWORD
# On windows remote daemon (X-Payment-World delegate
xcash-wallet-cli.exe --daemon-address 95.216.6.115:18281 --wallet-file NAME_OF_WALLET --password WALLET_PASSWORD
# On Linux on local daemon
./xcash-wallet-rpc --wallet-file NAME_OF_WALLET --password WALLET_PASSWORD
# On linux remote daemon
./xcash-wallet-rpc --daemon-address 95.216.6.115:18281 --wallet-file NAME_OF_WALLET --password WALLET_PASSWORD
python3 main.py
- SHARED DELEGATE DISCORD BOT
- X-Payment social payments system
Open up a github ticket
Invite Link (User @Animus)
- Through X-Payment system on Discord to user
Animus#4608 (ID:360367188432912385)
- XCASH Wallet Address:
XCA1d9H82oZP1ytt8ULMVFa6GNaX1RWHz8EFpwFNDgDbCEkzvZGP384Qfz6DJxjsmU2ernSQguqKgLDVkm1VteVT4ZiPJiSEVN