follow us on twitter . like us on facebook . follow us on instagram . subscribe to our youtube channel . announcements on telegram channel . ask urgent question ONLY . Subscribe to our reddit . Altcoins Talks Shop Shop


This is an Ad. Advertised sites are not endorsement by our Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise Here

Author Topic: Checking addresses balance in bulk  (Read 534 times)

Offline examplens

  • Legendary
  • *
  • *
  • Activity: 1881
  • points:
    29594
  • Karma: 148
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: May 07, 2024, 07:07:32 PM
    • View Profile

  • Total Badges: 18
    Badges: (View All)
    Linux User Poll Starter 10 Poll Votes
Checking addresses balance in bulk
« on: February 27, 2024, 12:16:16 AM »
Can anyone recommend a tool that can be used to check balances for a large number of addresses at once?

It should be simple, just copy/paste 20 or 30 addresses and as a result get balance info for each address individually. Some additional CSV exports would be useful but not crucial.

I'm talking about Bitcoin tools.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Altcoins Talks - Cryptocurrency Forum

Checking addresses balance in bulk
« on: February 27, 2024, 12:16:16 AM »

This is an Ad. Advertised sites are not endorsement by our Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise Here


Offline ABCbits

  • Legendary
  • *
  • *
  • Activity: 1586
  • points:
    29392
  • Karma: 73
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: May 07, 2024, 02:10:48 PM
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Search Poll Voter Karma Good
Re: Checking addresses balance in bulk
« Reply #1 on: February 27, 2024, 01:22:06 PM »
Electrum (watch-only wallet) somewhat match your criteria. But it has no export function and if you use public server, you can't add transaction with too much transaction history due to rate limit. Although if you know how to code Python, you can write short script which print balance of all address with format you desire.

Edit: here's very basic script example which run on Electrum's console. You can enable console by click "View" and tick "Console" after opening watch only wallet.

Code: [Select]
>>> for i in listaddresses():
...   print(f"{i},{getaddressbalance(i)['confirmed']}")
...
bc1qu4txscdcfh7t25adudazvn8kcmc3mtyv505dns,0.03126346
bc1qwl2fdny2s03k0aj50jtnz07hjk5pfn5ch064sd,0.06608986
« Last Edit: February 27, 2024, 01:28:26 PM by ABCbits »
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline bitmover

  • Moderator
  • Legendary
  • *
  • *
  • Activity: 1777
  • points:
    35297
  • Karma: 144
  • Premium Bitcoin Mixer
  • Trade Count: (+1)
  • Referrals: 1
  • Last Active: May 07, 2024, 09:40:45 PM
    • View Profile

  • Total Badges: 19
    Badges: (View All)
    Quick Poster 10 Poll Votes Karma Bad
Re: Checking addresses balance in bulk
« Reply #2 on: February 27, 2024, 09:36:10 PM »
Can anyone recommend a tool that can be used to check balances for a large number of addresses at once?

It should be simple, just copy/paste 20 or 30 addresses and as a result get balance info for each address individually. Some additional CSV exports would be useful but not crucial.

I'm talking about Bitcoin tools.

You can use my tool
https://bitcoindata.science/bitcoin-balance-check.html

Just insert one address per line.
Supports 465 addresses per once. Results come within seconds.

I can create an csv export. Never thought about that! Nice idea.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline examplens

  • Legendary
  • *
  • *
  • Activity: 1881
  • points:
    29594
  • Karma: 148
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: May 07, 2024, 07:07:32 PM
    • View Profile

  • Total Badges: 18
    Badges: (View All)
    Linux User Poll Starter 10 Poll Votes
Re: Checking addresses balance in bulk
« Reply #3 on: February 27, 2024, 10:48:58 PM »
You can use my tool
https://bitcoindata.science/bitcoin-balance-check.html

Just insert one address per line.
Supports 465 addresses per once. Results come within seconds.

I can create an csv export. Never thought about that! Nice idea.

Oh, please excuse me for not checking your tools first. My mistake.
I thought about it, but the only thing that came to mind was this forum tool, but it requires additional writing of code. In the end, I didn't need this kind of result in BBcode format, so I kind of gave up on bitcoindata.science
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline Yamane_Keto

  • Sr. Member
  • *
  • *
  • Activity: 518
  • points:
    9261
  • Karma: 26
  • Trade Count: (0)
  • Referrals: 1
  • Last Active: April 08, 2024, 02:56:16 PM
    • View Profile

  • Total Badges: 12
    Badges: (View All)
    500 Posts Search Karma Good
Re: Checking addresses balance in bulk
« Reply #4 on: February 28, 2024, 02:58:49 AM »
If I understood you correctly, you are looking for a portfolio tracker. There are dozens of them, some with free features and others with paid features that perform a deeper analysis of data.
For privacy purposes and if you want to do it yourself you can download some templates from Github and customize your Excel Spreadsheet crypto tracker

Offline bitmover

  • Moderator
  • Legendary
  • *
  • *
  • Activity: 1777
  • points:
    35297
  • Karma: 144
  • Premium Bitcoin Mixer
  • Trade Count: (+1)
  • Referrals: 1
  • Last Active: May 07, 2024, 09:40:45 PM
    • View Profile

  • Total Badges: 19
    Badges: (View All)
    Quick Poster 10 Poll Votes Karma Bad
Re: Checking addresses balance in bulk
« Reply #5 on: February 28, 2024, 03:25:20 AM »
You can use my tool
https://bitcoindata.science/bitcoin-balance-check.html

Just insert one address per line.
Supports 465 addresses per once. Results come within seconds.

I can create an csv export. Never thought about that! Nice idea.

Oh, please excuse me for not checking your tools first. My mistake.
I thought about it, but the only thing that came to mind was this forum tool, but it requires additional writing of code. In the end, I didn't need this kind of result in BBcode format, so I kind of gave up on bitcoindata.science


Hey, I just added those buttons Download CSV and Download Json, I think you might find them useful!


https://bitcoindata.science/bitcoin-balance-check
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline ABCbits

  • Legendary
  • *
  • *
  • Activity: 1586
  • points:
    29392
  • Karma: 73
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: May 07, 2024, 02:10:48 PM
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Search Poll Voter Karma Good
Re: Checking addresses balance in bulk
« Reply #6 on: February 28, 2024, 10:42:51 AM »
--snip--
Hey, I just added those buttons Download CSV and Download Json, I think you might find them useful!


https://bitcoindata.science/bitcoin-balance-check

Thanks for adding the feature. Although i have 2 feedback

1. The CSV file seems to be broken.

Code: [Select]
sep=,
address,balance,value,unconfirmed,unconfirmed_value
bc1qu4txscdcfh7t25adudazvn8kcmc3mtyv505dns,0,0.00,0,0.00
bc1qwl2fdny2s03k0aj50jtnz07hjk5pfn5ch064sd,0.00524564,310.01,0,0.00


2. On your website, i think you forget to add dollar sign on most right column. I also find number formatting on top right (00.00310.01) looks weird .


█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Altcoins Talks - Cryptocurrency Forum

Re: Checking addresses balance in bulk
« Reply #6 on: February 28, 2024, 10:42:51 AM »


Offline bitmover

  • Moderator
  • Legendary
  • *
  • *
  • Activity: 1777
  • points:
    35297
  • Karma: 144
  • Premium Bitcoin Mixer
  • Trade Count: (+1)
  • Referrals: 1
  • Last Active: May 07, 2024, 09:40:45 PM
    • View Profile

  • Total Badges: 19
    Badges: (View All)
    Quick Poster 10 Poll Votes Karma Bad
Re: Checking addresses balance in bulk
« Reply #7 on: February 28, 2024, 10:56:59 AM »
Thanks for adding the feature. Although i have 2 feedback

1. The CSV file seems to be broken.

Code: [Select]
sep=,
address,balance,value,unconfirmed,unconfirmed_value
bc1qu4txscdcfh7t25adudazvn8kcmc3mtyv505dns,0,0.00,0,0.00
bc1qwl2fdny2s03k0aj50jtnz07hjk5pfn5ch064sd,0.00524564,310.01,0,0.00


This not broken, it is a parser to open in excel.
https://superuser.com/questions/773644/what-is-the-sep-metadata-you-can-add-to-csvs

Quote
2. On your website, i think you forget to add dollar sign on most right column. I also find number formatting on top right (00.00310.01) looks weird .



Thank you. So many details, I broke this 00.00310.01 somehow! I will take a look to fix soon
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline ABCbits

  • Legendary
  • *
  • *
  • Activity: 1586
  • points:
    29392
  • Karma: 73
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: May 07, 2024, 02:10:48 PM
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Search Poll Voter Karma Good
Re: Checking addresses balance in bulk
« Reply #8 on: February 28, 2024, 11:37:29 AM »
Thanks for adding the feature. Although i have 2 feedback

1. The CSV file seems to be broken.

Code: [Select]
sep=,
address,balance,value,unconfirmed,unconfirmed_value
bc1qu4txscdcfh7t25adudazvn8kcmc3mtyv505dns,0,0.00,0,0.00
bc1qwl2fdny2s03k0aj50jtnz07hjk5pfn5ch064sd,0.00524564,310.01,0,0.00


This not broken, it is a parser to open in excel.
https://superuser.com/questions/773644/what-is-the-sep-metadata-you-can-add-to-csvs

I see, i wasn't aware of specific addition which used by Excel (and probably few other software). Although i wonder whether "sep=," is needed here for simple data which only contain alphabet, number and dot/period character.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline examplens

  • Legendary
  • *
  • *
  • Activity: 1881
  • points:
    29594
  • Karma: 148
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: May 07, 2024, 07:07:32 PM
    • View Profile

  • Total Badges: 18
    Badges: (View All)
    Linux User Poll Starter 10 Poll Votes
Re: Checking addresses balance in bulk
« Reply #9 on: February 28, 2024, 11:53:34 AM »
If I understood you correctly, you are looking for a portfolio tracker. There are dozens of them, some with free features and others with paid features that perform a deeper analysis of data.

No, it's not about the portfolio tracker, I was convinced that I wrote clearly.

Hey, I just added those buttons Download CSV and Download Json, I think you might find them useful!

Oh, you're so efficient with these things.
By the way, what is your primary job? I guess nothing related to programming.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline bitmover

  • Moderator
  • Legendary
  • *
  • *
  • Activity: 1777
  • points:
    35297
  • Karma: 144
  • Premium Bitcoin Mixer
  • Trade Count: (+1)
  • Referrals: 1
  • Last Active: May 07, 2024, 09:40:45 PM
    • View Profile

  • Total Badges: 19
    Badges: (View All)
    Quick Poster 10 Poll Votes Karma Bad
Re: Checking addresses balance in bulk
« Reply #10 on: February 28, 2024, 12:48:28 PM »
2. On your website, i think you forget to add dollar sign on most right column. I also find number formatting on top right (00.00310.01) looks weird .

Fixed!


I see, i wasn't aware of specific addition which used by Excel (and probably few other software). Although i wonder whether "sep=," is needed here for simple data which only contain alphabet, number and dot/period character.

Code: [Select]
sep=,this  means "separator = ,"

this is important for many software. It is an optional feature, and someone who is willing to use a CSV will probably find it useful.
For example, if you are importing this to use in Python you wil have to add it manually in the code if it is in the file.

To open csv in excel this is needed, otherwise you have to add it using Import Data , etc.

Oh, you're so efficient with these things.
By the way, what is your primary job? I guess nothing related to programming.

THank you.
I rather not give personal details, but my profession is similar to an engineer in most countries.

Programming is just a hobby for me.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline dkbit98

  • Legendary
  • *
  • *
  • *
  • Activity: 1717
  • points:
    36477
  • Karma: 85
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: Today at 12:10:14 AM
    • View Profile

  • Total Badges: 20
    Badges: (View All)
    Quick Poster Fourth year Anniversary Poll Starter
Re: Checking addresses balance in bulk
« Reply #11 on: February 28, 2024, 10:09:05 PM »
Nice work bitmover yet again with this update, and I see you have become a Sheriff in this forum, so congrats!

Fees are getting high again and I am still waiting for you to surprise me and update Bitcoin API with additional information for Liquid and Lightning Network ;)
« Last Edit: February 28, 2024, 10:16:13 PM by dkbit98 »
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline ABCbits

  • Legendary
  • *
  • *
  • Activity: 1586
  • points:
    29392
  • Karma: 73
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: May 07, 2024, 02:10:48 PM
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Search Poll Voter Karma Good
Re: Checking addresses balance in bulk
« Reply #12 on: February 29, 2024, 11:03:03 AM »
Fixed!

Thanks for quick fix.

this  means "separator = ,"

this is important for many software. It is an optional feature, and someone who is willing to use a CSV will probably find it useful.
For example, if you are importing this to use in Python you wil have to add it manually in the code if it is in the file.

To open csv in excel this is needed, otherwise you have to add it using Import Data , etc.

I see, it looks like i was naive to assume most software/library would perform split by comma automatically.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline Gideon99

  • Full Member
  • *
  • Activity: 163
  • points:
    14854
  • Karma: 2
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: April 14, 2024, 11:16:07 AM
    • View Profile

  • Total Badges: 12
    Badges: (View All)
    100 Posts 50 Posts Avatar
Re: Checking addresses balance in bulk
« Reply #13 on: March 09, 2024, 04:00:03 AM »
Can anyone recommend a tool that can be used to check balances for a large number of addresses at once?

It should be simple, just copy/paste 20 or 30 addresses and as a result get balance info for each address individually. Some additional CSV exports would be useful but not crucial.

I'm talking about Bitcoin tools.

If you are looking for a way to view multiple crypto currency address In bulk  * portfolio tracking apps: most portfolio tracking app such as coinmarket cap,they offers the ability to import multiple crypto address and view balances. Other option is desktop and mobile wallet : like exodus or trust wallet, it allows you to import multiple private keys and to view balance.

Offline examplens

  • Legendary
  • *
  • *
  • Activity: 1881
  • points:
    29594
  • Karma: 148
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: May 07, 2024, 07:07:32 PM
    • View Profile

  • Total Badges: 18
    Badges: (View All)
    Linux User Poll Starter 10 Poll Votes
Re: Checking addresses balance in bulk
« Reply #14 on: March 09, 2024, 10:42:40 AM »
If you are looking for a way to view multiple crypto currency address In bulk  * portfolio tracking apps: most portfolio tracking app such as coinmarket cap,they offers the ability to import multiple crypto address and view balances. Other option is desktop and mobile wallet : like exodus or trust wallet, it allows you to import multiple private keys and to view balance.

I did not mention the portfolio tracker or anything similar. It is about a tool that will simply check the balances of several Bitcoin addresses at once.
If you follow the whole discussion in the thread, you will see that we have found a solution, bitmover's tool https://bitcoindata.science/bitcoin-balance-check
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

 

ETH & ERC20 Tokens Donations: 0x2143F7146F0AadC0F9d85ea98F23273Da0e002Ab
BNB & BEP20 Tokens Donations: 0xcbDAB774B5659cB905d4db5487F9e2057b96147F
BTC Donations: bc1qjf99wr3dz9jn9fr43q28x0r50zeyxewcq8swng
BTC Tips for Moderators: 1Pz1S3d4Aiq7QE4m3MmuoUPEvKaAYbZRoG
Powered by SMFPacks Social Login Mod