DeltaBalances / DeltaBalances.github.io

The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
https://deltabalances.github.io/
GNU General Public License v3.0
169 stars 67 forks source link

REQUEST: enable multiple addresses #58

Open rory4ever opened 6 years ago

rory4ever commented 6 years ago

I really love this wonderful tool. However, at the moment I have around 10 ETH wallets and right now I have to open a new tab in my browser for each address. And I need to refresh each page too and click on "retrieve history" every time for every single address. Is there a way to alter in the address input field (or create additional input fields) so that one can enter multiple eth addresses? Is this possible? It would save me a lot of time. Thanks in advance.

rory4ever commented 5 years ago

Accidentally closed it.

rory4ever commented 5 years ago

Do you have any news regarding this request? Thanks in advance :)

DeltaBalances commented 5 years ago

Sorry for the long wait. This was actually already partially done, but I got sidetracked and never fully finished it.

I added the ability to add up to 5 other addresses to your search.

As I kind of rushed it right now:

How to use it:

rory4ever commented 5 years ago

No worries :) Thank you. I've tried it and it works as expected. However, the results are shown in the same way as a single-address search would do so it is hard to distinguish the trades from the multiple addresses.
I did the following:

Groove8888 commented 4 years ago

Hey @DeltaBalances,

I would actually be interested in this function too! :)

Basically, I'd like the option to check multiple addresses and query the token balances, both available in the actual wallet and load deposited on certain exchanges - pretty much exact same flow as the current home page, just the ability to import multiple addresses at the same time.

Would this be something you would consider? Also, I don't mind making a donation to have this feature enabled :)

Thank you!

DeltaBalances commented 4 years ago

@Groove8888 Loading balances for multiple addresses will slow things down, but shouldn't be hard to add. How would you expect to see the output? The same table, just with the combined sum?

I'm thinking of rewriting the old core code of the website, so that might be an opportunity to properly add multi-address support. (and also finally closing this issue)

Groove8888 commented 4 years ago

Hey @DeltaBalances In a perfect world I would: a) have the option to paste multiple addresses separated by comma or import a .txt file that has multiple addresses b) Have a layout similar to this - https://prnt.sc/s80oyx - where I can see the grand total of all addresses combined (see top section) and then have a report for each individual address, exactly as it is at the moment just multiplied by the number of addresses that I want to lookup.

I understand this might slow things down, would it be possible to use the code for personal use on a local machine or a VPS?

What do you think? Thank you!