Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: XDO on July 31, 2014, 03:53:06 PM



Title: [XMR] [BCN] Multiple wallet monitor for all cryptonote coins
Post by: XDO on July 31, 2014, 03:53:06 PM
I have created a small program which monitors all of the Monero/ByteCoin/Other CryptoNote currency wallet files in a folder.

Features:
  • View combined balance for all wallets.
  • Send a command to one wallet or to all simultaneously.
  • Optionally, transfer coins from one wallet to another (e.g. an exchange) whenever the wallet balance is over some threshold. (Note that the destination wallet must not be one of those in the folder being monitored.)
  • Accepts a password for all wallets as a command line parameter, or will ask for it. (All wallets should have the same password.) Can also save the password, though this is not recommended.
  • Fully customisable, either via the "get"/"set" command in the application, or via editing an XML document in C:\Users\USERNAME\AppData\Local\XDO_Software.

The easiest way to get started is to drop the .exe in the folder containing simplewallet.exe and your wallet files.

Binary download here: https://github.com/xdo-soft/CryptoNoteMultiWalletMonitor/releases/tag/v1.1 (https://github.com/xdo-soft/CryptoNoteMultiWalletMonitor/releases/tag/v1.1)
Source (.net v4.5, C#) here: https://github.com/xdo-soft/CryptoNoteMultiWalletMonitor (https://github.com/xdo-soft/CryptoNoteMultiWalletMonitor)

Updated: 01/08/2014 - Release v1.1. Changes in my post below.
Updated: 03/08/2014 - Release v1.2. Changes in my post below.
Updated: 07/08/2014 - Release v1.3. Changes in my post below.

XDO

P.S. If this is useful to you, please donate XMR to 46uTqSikV8HYiFoaS5YbCYZzCeUMEVCWpSmPvwM6N7bDJkU7iapV8vEZLWw1YveVVc2gaUUfqsA7QNa TCHeBAzrdFANvvYK or BTC to 13uJ63ABebRhjsbAvyfyZ7HBfeywRNRUYp.


Title: Re: [XMR] [BCN] Multiple wallet monitor for all cryptonote coins
Post by: statdude on July 31, 2014, 03:56:52 PM
Wow what inspired this?


Title: Re: [XMR] [BCN] Multiple wallet monitor for all cryptonote coins
Post by: XDO on July 31, 2014, 04:02:42 PM
Wow what inspired this?
I had too many simplewallet windows getting in the way...


Title: Re: [XMR] [BCN] Multiple wallet monitor for all cryptonote coins
Post by: AKWAnalytics on July 31, 2014, 07:58:29 PM
Awesome!  Will give it a shot when I get done with work. 

Thanks!!!


Title: Re: [XMR] [BCN] Multiple wallet monitor for all cryptonote coins
Post by: XDO on August 01, 2014, 10:39:37 AM
Changes in v1.1:

(Hopefully) Fixed double counting of auto-transfers.
Added "get" command.
Tidied up setting names.
Added an Enable/Disable toggle for auto-transfer. (Will be set to disabled after you update.)


Title: Re: [XMR] [BCN] Multiple wallet monitor for all cryptonote coins
Post by: XDO on August 03, 2014, 02:52:18 PM
Changes in v1.2:

Better working fix for the double counting of auto-transfers. It now waits until it sees a coin spent transaction before attempting another auto-transfer on the same wallet.


Title: Re: [XMR] [BCN] Multiple wallet monitor for all cryptonote coins
Post by: XDO on August 07, 2014, 10:39:51 AM
Changes in v1.3:

Reduced CPU usage.