Steem Wallet Watcher
This program will you will be able to simply record transactions.
The recorded transactions will be stored in a SQLite database that
is locally on your PC, in the root folder of the program.
You can record the in and out going transactions from and to
yourself, you can record transactions from / to multiple accounts
and, you are able to record every transaction made on the blockchain.
TIP: I have uploaded a program called "SQLite Database Browser"
within the "INSTAL" folder. This program you can use to open
the local database to view the stored information.
Currently it only records incoming transactions
More features will be added in a future version.
https://github.com/mr-piffles/steem-wallet-watcher
How to start the script ?
When you have installed the dependencies via the install.bat,
and when you have set all parameters in the app.js,
you can simply double click and activate the start.bat
and enjoy the magic happening!
How to install
First, you need to make sure to install NodeJS.
This version was made and tested with v10.15.3
https://nodejs.org/dist/v10.15.3/After you installed node you need to extract
the .rar file Github will provide you.Click on the install.bat file.
This will install the node dependencies.
How to set up the script?
- Open the app.js with a code editor of choice.
- Set your steemit username.
- Set the webSocket to an RPC Node of choice.
- Select 1 or more modes (set to < true > or < false >)
- Insert the account names for tracking if multiAcc is enabled.
Below the available options
Options | Value | Type | Description |
---|---|---|---|
User | devske | string | Steemit Account name |
webSocket | https://rpc.steemviz.com | string {optional} | Set your RPC Node Connection |
MODES
Options | Value | Type | Description |
---|---|---|---|
Test | true / false | Boolean | Toggle Test Mode |
Single | true / false | Boolean | Toggle Single Mode |
Multi | true / false | Boolean | Toggle Multi Account Mode |
Blockchain | true / false | Boolean | Toggle Multi Account Mode |
How does multi accounts work ?
If you enable multi accounts, the program will record
the transactions from each account on the list. With Single
account enabled it will take your user name (first option).
Suggestions or ideas:
If you have any suggestions or ideas for this or a other
program, you may always let me know. I will have a look
at it as soon as possible.
Script can be found on my Github: https://github.com/mr-piffles/steem-wallet-watcher
Congratulations @devske! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Do not miss the last post from @steemitboard:
Vote for @Steemitboard as a witness to get one more award and increased upvotes!