[ Steemit Tools ] - Wallet watcher - transactions recorder [ Javascript ]
devske·@devske·
0.000 HBD[ Steemit Tools ] - Wallet watcher - transactions recorder [ Javascript ]
<center> # Steem Wallet Watcher <hr> https://i.ibb.co/sHWn9TS/Screenshot-2.png <hr> 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 <hr> ## 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! <hr> ## 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. <hr> ## How to set up the script? 1. Open the **app.js** with a code editor of choice. 2. Set your steemit username. 3. Set the **webSocket** to an RPC Node of choice. 4. Select 1 or more modes (set to < true > or < false >) 5. 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 | <hr> ### 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. <hr> ### Concider a donation :D https://steemit.com/@devske/ <hr> https://cdn.steemitimages.com/DQmSKzp4oxnqzYJekUoaahUpL1KczBVVG3v8A3dYgaVWom8/outro.gif <hr> </center>