Pages:
Author

Topic: [ANN] bitcoindata.science | sponsored by BC.Game - page 7. (Read 2364 times)

copper member
Activity: 602
Merit: 921
I tried the Bitcoin Address Balance Checker feature and I think there is one little thing missing. It would be nice if it was possible to clear the address form without reloading the browser page itself. And even reloading the checker page still leaves one address in the form. It would be more convenient, IMHO.
legendary
Activity: 1008
Merit: 3001
I received only one e-mail of a high yield service asking to advertise in it. I didn't accept, as I don't think those services are any good for the community and it could harm my website reputation.

I also expected that betting companies would like to advertise on the giveaway manager, but I received no offers so far!
I hope you don't take as an offense but instead only as a suggestion, but would you consider approaching the services instead of waiting for an offer? I see it as a freelancer - whenever anyone starts doing freelancer he/she can't just wait for the clients to appear but instead has to give everything that he/she can to be seen, either from sending mass CV's per e-mail, scheduling meetings with potential clients, amongst other similar actions. I am in no way saying that you aren't well regarded in the community - who am I to say that? - but as everything in life that is starting out, sometimes we have to make ourselves be seen.

I see your website as a resemblance to this scenario. My suggestion is for you to approach a company that you see fit and inquiry if the service wouldn't be interested in trying out advertising in your website for 1/2 weeks for free of charge. The worst you can do is that you won't have any kind of revenue during that time, other than that I don't see how you can incur in extra costs for making that. After that initial period you can ask the service if the company saw any advantage in having their banner in your page and then you can discuss things further.

Will you give 1/2 weeks as free exposure? For sure. Will it pay off? Who knows? At least you tried and explored that possibility. And if that service doesn't accept being there, move on to the next one until you've made contact with a few of them. Who knows what will happen?

As a final note, and for the sake of transparency, I think it's always interesting to see the statistics of the website as an outside service/company. It is something that will always be asked and you can already provide it even before the initial discussions Smiley.

Thank you for pointing this out. Just fixed!
Thank you for the quick fix! Everything is working as intended now.
legendary
Activity: 2212
Merit: 5622
Non-custodial BTC Wallet
Once again, excellent work on the website @bitmover. It has been sitting on my bookmarks ever since I found out about it and it keeps getting redesigned and better aimed for its purpose. How did the campaign with the advertisement went before the redesign? I seem to remeber that you had a traffic page where you had all the statistics about the page visitors but I can't seem to find it on the new page. Are you considering running some other kind of advertisement or are you rellying on future donations? Considering the adopting around the giveaway manager, would it be a suitable candidate to have some kind of banner from a current service being advertised on bitcointalk?

I received only one e-mail of a high yield service asking to advertise in it. I didn't accept, as I don't think those services are any good for the community and it could harm my website reputation.

I also expected that betting companies would like to advertise on the giveaway manager, but I received no offers so far!

Quote
As a second observation, I believe you have the wrong URL leading up to the "Giveaway Manager" menu button since it is redirecting to the transaction size option[1] instead of the actual giveaway manager option. The header button is working as intended.

[1]https://bitcoindata.science/plot-your-transaction-in-mempool.html
[2]https://bitcoindata.science/giveaway-manager/

Thank you for pointing this out. Just fixed!
legendary
Activity: 1008
Merit: 3001
Once again, excellent work on the website @bitmover. It has been sitting on my bookmarks ever since I found out about it and it keeps getting redesigned and better aimed for its purpose. How did the campaign with the advertisement went before the redesign? I seem to remeber that you had a traffic page where you had all the statistics about the page visitors but I can't seem to find it on the new page. Are you considering running some other kind of advertisement or are you rellying on future donations? Considering the adopting around the giveaway manager, would it be a suitable candidate to have some kind of banner from a current service being advertised on bitcointalk?

As a second observation, I believe you have the wrong URL leading up to the "Giveaway Manager" menu button since it is redirecting to the transaction size option[1] instead of the actual giveaway manager option. The header button is working as intended.

[1]https://bitcoindata.science/plot-your-transaction-in-mempool.html
[2]https://bitcoindata.science/giveaway-manager/
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Do you still have a server running a full node?
Yes.

Quote
I never worked with a full node, but I can try to make an API for it that would allow such requests.
I don't think Bitcoin Core can do this directly, but there are some python scripts to dump address data. I think it comes from chainstate, so it may also work on a pruned node.
sr. member
Activity: 658
Merit: 354
I stand with Ukraine!
@bitmover

How about this idea for new notification from Bitcoindata.science?

I knew you have a page for finding your tx in mempool.

https://bitcointalksearch.org/topic/m.61944616
legendary
Activity: 2212
Merit: 5622
Non-custodial BTC Wallet
Any new ideas on this?
When I do a local search to find matching addresses, it doesn't really matter much for the search time whether it's 1 or a million addresses. I'm pretty sure using a database would be much faster to get one address, but I don't know if it can beat the speed of searching a text-file for a million matches.
TXT search speed is ok. THe problem is downloading the database. I would like to avoid that. I will try to figure something out.
I tried with rsync, but even an incremental download updating a day-old sorted file requires downloading more than a GB. I would have expected it to be less, considering most lines are unchanged.

It would be really cool if you can just enter a million addresses and get the balances (okay, yesterday's balances) quickly after uploading the 40 MB list.

I believe the only way to do that would be to use my own node to get the data.

For now, I am using blockchain data from third party nodes (mempool.space and blockcypher). And both of them have limits. After some requests you get blocked, and neither of them allow you to request multiple addresses at once.

Do you still have a server running a full node?
I never worked with a full node, but I can try to make an API for it that would allow such requests.
newbie
Activity: 28
Merit: 0
Surely this website of yours will be of great benefit to the members. But I think it would benefit from making your giveaway management a little bigger here.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Any new ideas on this?
When I do a local search to find matching addresses, it doesn't really matter much for the search time whether it's 1 or a million addresses. I'm pretty sure using a database would be much faster to get one address, but I don't know if it can beat the speed of searching a text-file for a million matches.
TXT search speed is ok. THe problem is downloading the database. I would like to avoid that. I will try to figure something out.
I tried with rsync, but even an incremental download updating a day-old sorted file requires downloading more than a GB. I would have expected it to be less, considering most lines are unchanged.

It would be really cool if you can just enter a million addresses and get the balances (okay, yesterday's balances) quickly after uploading the 40 MB list.
legendary
Activity: 2212
Merit: 5622
Non-custodial BTC Wallet
you forgot one very important thing when you open ANN, and that is to leave a link to your website. That is very important in many aspects.
at the moment, there is only somewhere in the middle a link to the page with donations, and someone who sees this thread for the first time would have to copy/paste or enter the web address manually.

That's is really very important . I completely forgot it. Thanks.

Only way to make this page dark is using some extensions like Dark Reader, so you might want to add switch there if possible.
Since there is no top menu bar on that page it's not easy to return to main page with click, so you should also fix that.

I will take a look into that too. Certainly at least a link to the website I will put soon.
legendary
Activity: 3248
Merit: 3098
I redesigned and wrote the entire site and code from scratch.

I decided to create this ANN to centralize all discussions related to all tools here.

It is now much faster, I fixed bugs  and there are some new features, such as Dark/Light Mode.

you forgot one very important thing when you open ANN, and that is to leave a link to your website. That is very important in many aspects.
at the moment, there is only somewhere in the middle a link to the page with donations, and someone who sees this thread for the first time would have to copy/paste or enter the web address manually.

I'm glad to see the improvement of the site, it means that you have also progressed with your skills, so you have noticed shortcomings that you can change.
legendary
Activity: 2212
Merit: 7064
Cashback 15%
It is now much faster, I fixed bugs  and there are some new features, such as Dark/Light Mode.
Website looks very good but I think I noticed small bug in Giveaway Manage page, all other pages have dark/light switch, except Giveaway Manage page.
Only way to make this page dark is using some extensions like Dark Reader, so you might want to add switch there if possible.
Since there is no top menu bar on that page it's not easy to return to main page with click, so you should also fix that.
legendary
Activity: 2212
Merit: 5622
Non-custodial BTC Wallet
I redesigned and wrote the entire site and code from scratch.

I decided to create this ANN to centralize all discussions related to all tools here.

It is now much faster, I fixed bugs  and there are some new features, such as Dark/Light Mode.



I noticed that Address Balance Checker and Unit Converter are the most used tools, and I improved their UI and code.

I removed tools which didn't have much users or were bugged.

I temporarily removed funded addresses (data provided by LoyceV) and I will add it again when I have fixed a few bugs in the code. And the Transaction Size calculator need to be improved.



I also added a new section for donations where I added both users which helped me make this website stay online: Timelord2067 and examplens.



Related posts:

Address Balance Checker
Plot your transaction in the mempool
Bitcoin Unit Converter:🔁Convert satoshi, mBTC,Finney, bit to 170 fiat currency
[ANN] Bitcointalk Giveaway Manager
Pages:
Jump to: