Search content
Sort by

Showing 20 of 55 results by Mek
Post
Topic
Board Project Development
Re: List of all Bitcoin addresses with a balance [offline until July 1st)
by
Mek
on 27/07/2025, 12:15:34 UTC
I managed to download that file after 6 hours... (and no, I am not gonna pay for higher speed)
For anyone interested, here it is reuploaded.
blockchair_bitcoin_addresses_latest.tsv
Post
Topic
Board Project Development
Re: List of all Bitcoin addresses with a balance [offline until July 1st)
by
Mek
on 26/07/2025, 06:31:14 UTC
Yes, it is, please read above.
LoyceV, maybe you could find a free file hosting service with unlimited downloads that has an API for automated uploads, where you could host at least the most popular files? Or someone from the community with access to high-bandwidth server could volunteer. I cannot, I have limited bandwidth myself.
But if you have the files on a limited-bandwidth server, then a malicious person can take it down by simply redownloading the files over and over again, that's a weak point.
Post
Topic
Board Project Development
Re: List of all Bitcoin addresses with a balance
by
Mek
on 10/12/2024, 19:31:32 UTC
I still have the "latest" txt file on my disk, list of addresses without balances. Date modified says 29 Nov 2024. Would that help?
I'd appreciate having it. Any where to download it?
In retrospect, I should have made backups of this too. I will next time, I now regret losing monthly snapshots from the past year.
Sure, link sent via PM Smiley
Post
Topic
Board Project Development
Merits 1 from 1 user
Re: List of all Bitcoin addresses with a balance
by
Mek
on 10/12/2024, 18:53:16 UTC
⭐ Merited by JayJuanGee (1)
I still have the "latest" txt file on my disk, list of addresses without balances. Date modified says 29 Nov 2024. Would that help?
Post
Topic
Board Project Development
Re: List of all Bitcoin addresses with a balance
by
Mek
on 26/11/2024, 11:47:36 UTC
I noticed my bandwidth consumption dropped from 20 to 14 TB/month Wink But now that I think about it, my memory may be incorrect. I think it used to be 10 TB/month, which means it increased. I'm not so sure anymore, I don't really keep track.
Possibly because there were many days without update. No need to redownload old files.
Post
Topic
Board Announcements (Altcoins)
Re: [XMR] Monero - A secure, private, untraceable cryptocurrency
by
Mek
on 05/06/2024, 06:41:04 UTC
Monero's price has risen pretty dramatically last few days, what could be the reason, are there any news in development or new exchange listings?
Post
Topic
Board Project Development
Re: List of all Bitcoin addresses with a balance
by
Mek
on 02/06/2024, 06:32:34 UTC
The list is currently a few days behind again Sad
Post
Topic
Board Announcements (Altcoins)
Re: [XMR] Monero - A secure, private, untraceable cryptocurrency
by
Mek
on 08/05/2024, 11:18:32 UTC
What about other EU countries, will XMR still be available on kraken?
Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: [XMR] Monero - A secure, private, untraceable cryptocurrency
by
Mek
on 22/02/2024, 14:38:43 UTC
⭐ Merited by d5000 (1)
I think so too, but IMHO it will take long to recover.
But it is one of the few coins that actually have a usage for the long term. An unrecognized gem among all the sh1tcoins and tokens that appear daily. However, it doesn't have such strong marketing. Maybe, when CBDCs come around and people realize that coins with public ledgers such as BTC and ETH can be tracked, that will be the time for Monero to step up.
Post
Topic
Board Announcements (Altcoins)
Re: [XMR] Monero - A secure, private, untraceable cryptocurrency
by
Mek
on 06/02/2024, 10:03:22 UTC
Monero price dipped, any1 knows what happened?
Post
Topic
Board Project Development
Re: List of all Bitcoin addresses with a balance
by
Mek
on 30/08/2023, 08:31:59 UTC
if I run my own full node, how can I generate the same TSV file as is available on loyce.club site? (all addresses with balance)
As far as I know, all you need for this is the data in the "chainstate" directory, which isn't that much. There are a few parsers out there, just try to find which one you like.
I don't need more frequent updates, so I never setup my own parser.
OK, can you please publish the way you generate the TSV file? The latest one on the website is already a week old. Maybe someone needs more frequent updates, or to have a backup plan should your website go down or stop being updated (these things happen...)
Post
Topic
Board Project Development
Re: List of all Bitcoin addresses with a balance
by
Mek
on 16/08/2023, 06:37:12 UTC
Hello
if I run my own full node, how can I generate the same TSV file as is available on loyce.club site? (all addresses with balance)
Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: [XMR] Monero - A secure, private, untraceable cryptocurrency
by
Mek
on 27/05/2022, 17:28:01 UTC
It worked, thank you Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [XMR] Monero - A secure, private, untraceable cryptocurrency
by
Mek
on 27/05/2022, 13:35:28 UTC
On the p2pool github site it says that --zmq-pub parameter is required on monerod when mining. I was using monerod with --no-zmq, but after change to --zmq-pub, I get this error:
Quote
monerod --data-dir E:\Monero --block-sync-size 20 --limit-rate-up 50000 --enable-dns-blocklist --db-sync-mode=safe --public-node --restricted-rpc --rpc-bind-ip 0.0.0.0 --confirm-external-bind --zmq-pub --enforce-dns-checkpointing
2022-05-27 13:30:52.592 I Monero 'Oxygen Orion' (v0.17.3.2-release)
2022-05-27 13:30:52.596 I Initializing cryptonote protocol...
2022-05-27 13:30:52.596 I Cryptonote protocol initialized OK
2022-05-27 13:30:52.599 I Initializing core...
2022-05-27 13:30:52.600 I Loading blockchain from folder E:\Monero\lmdb ...
2022-05-27 13:30:58.396 I Loading checkpoints
2022-05-27 13:30:58.417 I Core initialized OK
2022-05-27 13:30:58.418 I Initializing p2p server...
2022-05-27 13:30:58.442 I p2p server initialized OK
2022-05-27 13:30:58.443 I Initializing core RPC server...
2022-05-27 13:30:58.445 I Binding on 0.0.0.0 (IPv4):18081
2022-05-27 13:30:58.660 I core RPC server initialized OK on port: 18081
2022-05-27 13:30:58.694 E ZMQ bind failed: No error
2022-05-27 13:30:58.698 E Failed to create ZMQ/Pub listener: Unable to initialize ZMQ_XPUB socket
2022-05-27 13:30:58.702 I Deinitializing core RPC server...
2022-05-27 13:30:58.704 I Deinitializing p2p...
2022-05-27 13:30:58.713 I Deinitializing core...
2022-05-27 13:30:58.756 I Stopping cryptonote protocol...
2022-05-27 13:30:58.757 I Cryptonote protocol stopped successfully
2022-05-27 13:30:58.758 E Exception in main! Failed to initialize zmq_pub
So is there an error or is there no error? Shocked
Restarting my PC did not help, and I can't think of anything I could try to solve this, pls help.
Post
Topic
Board Announcements (Altcoins)
Re: [XMR] Monero - A secure, private, untraceable cryptocurrency
by
Mek
on 27/05/2022, 08:55:01 UTC
When I mine via p2pool using the monero gui wallet, how do I know when I actually mine something? Will it appear in the Transactions tab?
Post
Topic
Board Service Announcements (Altcoins)
Re: chainz.cryptoID.info - Alternative Blockchain Explorers
by
Mek
on 28/04/2022, 12:35:53 UTC
How do I call the multiaddr API?
I have an API key and my request URL looks like this
Code:
https://chainz.cryptoid.info/xbc/api.dws?key=(my api key)&q=multiaddr&active=(address 1)|(address 2)
but the response always comes up empty:
Code:
{"addresses":[],"txs":[]}
I couldn't find any examples, please help...
Post
Topic
Board Announcements (Altcoins)
Re: [XMR] Monero - A secure, private, untraceable cryptocurrency
by
Mek
on 16/01/2022, 08:19:22 UTC
IMHO, NFTs are just another hype that comes and goes. People do all kinds of things that are not understandable, all the time.
Can you please elaborate on how exactly the current hype nudges people towards Monero, and not some other crypto or technology?
Post
Topic
Board Announcements (Altcoins)
Re: [XMR] Monero - A secure, private, untraceable cryptocurrency
by
Mek
on 23/09/2021, 20:01:50 UTC
Until there is no regular news about banning privacy coins, there is no point to be afraid of. Also, USA is only a small part of the world, the rest may or may not follow. My bet is that they will be not, but your mileage may vary.
Post
Topic
Board Announcements (Altcoins)
Re: [XMR] Monero - A secure, private, untraceable cryptocurrency
by
Mek
on 27/08/2021, 11:06:41 UTC
No I didn't. I have only read a blog post about setting up a public node, where this number was written and I took it as "low", I think there was a comparison with other popular cryptos but can't remember, it was a longer time ago.
But I know that syncing from scratch takes very long even if you have a fast computer with blockchain on SSD drive. I know there is the bootstrap file to be downloaded separately, but that is also capped to 3 MB/s download (you can speed it up by using a download manager with segmented downloading, though) and importing it also takes very long and requires additional drive space, and is more laborious/advanced (however, this approach has nothing to do with the number of public nodes).
Post
Topic
Board Announcements (Altcoins)
Re: [XMR] Monero - A secure, private, untraceable cryptocurrency
by
Mek
on 25/08/2021, 21:24:08 UTC
Maybe this has been already answered, but... why isn't there a reward for running a public Monero node? (on both TCP ports). I have read somewhere that there are only around 1000 Monero nodes, including many fake ones, those are banned automagically.
I know upload rate can be limited, and I have limited it to 10 Mb/s and it made 30 GB upload per day. I don't want to see how far can I go before my ISPs FUP comes in Grin so I have to lower the upload rate. I was just thinking that if the network is struggling with low number of public nodes, then it would be good to motivate people to run a node, no?