Pages:
Author

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

legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
That's exactly why Internet Service Providers (of the DDoSing device) should be punished for letting malicious traffic flow out from their servers to the wider Internet
That sounds a lot like deep packet inspection and the end to net neutrality. I don't think we should go down that road.

I'd be much more in favour of punishing manufacturers who's devices can get abused, but that would be the end of every large software company Tongue
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
About time to introduce new legislation around the world that criminalizes ISPs for routing malicious bandwidth.
That's the thing with DDOS: it's just a device requesting a website. It's not easy to know if it's a human or an infected device doing it.

That's exactly why Internet Service Providers (of the DDoSing device) should be punished for letting malicious traffic flow out from their servers to the wider Internet, because they should be able to identify and stop such traffic better than anyone else. It would also force them to take their security more seriously and invest in identifying malicious traffic patterns, with AI I guess.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
About time to introduce new legislation around the world that criminalizes ISPs for routing malicious bandwidth.
That's the thing with DDOS: it's just a device requesting a website. It's not easy to know if it's a human or an infected device doing it.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
I know some of the IP which are attacking, but they are many from all over the world...
That's typical for a DDOS. It must be far too cheap by now, to attack basically any site that makes something nice.

About time to introduce new legislation around the world that criminalizes ISPs for routing malicious bandwidth.

That would put an end to these "rent-a-DDoS" attacks.
legendary
Activity: 3472
Merit: 3507
Crypto Swap Exchange
Well, I am under a DDOS attack. Even cloudflare couldn`t stop it. I switched to a far more aggressive configuration now.

It seems to me that the attack has slowed down a bit now.
I hope that the sharper configuration of CF will not cause problems with the operation of the tools, considering that they are all automated.


I know some of the IP which are attacking, but they are many from all over the world...
That's typical for a DDOS. It must be far too cheap by now, to attack basically any site that makes something nice.

I wouldn't be surprised if it's a CloudFlare tactic to push him to a paid plan.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
I know some of the IP which are attacking, but they are many from all over the world...
That's typical for a DDOS. It must be far too cheap by now, to attack basically any site that makes something nice.
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
I get a 404 Forbidden:
Quote
Forbidden

You don't have permission to access this resource.

0
I get
Quote
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


I am happy to see you are using Smiley

Well, I am under a DDOS attack. Even cloudflare couldn`t stop it. I switched to a far more aggressive configuration now.




From 50k requests per day, to 700k.

I am still open for suggestions on the Free Plan of cloudflare, if anyone has some experience about it

I know some of the IP which are attacking, but they are many from all over the world...
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
I get a 404 Forbidden:
Quote
Forbidden

You don't have permission to access this resource.
legendary
Activity: 2702
Merit: 4002
I get
Quote
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Yesterday I used the site and everything was working normally, so the problem may have started within the last 12 hours.

I think you need to look at the site data on the hosting or you made a mistake when making some updates.
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
You can now check the balance of up to 465 addresses simultaneously
I have to ask: why 465?

This is a limitation of the URL size.

As it is a GET request, each address goes into the URL parameter in the browser internally.

It works like this. WHen you enter the addresses in the web page, your browser will make this request:

Code:
https://blockchain.info/balance?active=ADDRESS1|ADDRESS2.....

The size of this URL becomes huge with a few addresses.

Each browser has a different limit. 465 is a safe number, however, you might be able to make it work with more addresses using google chrome which has a higher limit (it also depends on the address formats, which may vary as well)

You might find some more useful discussions here:
https://stackoverflow.com/questions/2659952/maximum-length-of-http-get-request
https://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers
https://www.geeksforgeeks.org/maximum-length-of-a-url-in-different-browsers/

Edit: I also made a different code if you are using less than 20 addresses, using mempool.space. It is slower, but you will make one request for each address (so you will make a total of 20 requests). More than that, you will get block, so I use the other API from blockchair.
Mempool.space API is better and gives more details about unconfirmed transactions as well.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
You can now check the balance of up to 465 addresses simultaneously
I have to ask: why 465?
hero member
Activity: 504
Merit: 1065
Crypto Swap Exchange
Hello all,

I have added a small feature, based on @examplens suggestion.

I added a download button for .json and .csv file in the balance checker tool.

You can now check the balance of up to 465 addresses simultaneously , and download your search in a file.

This is a great feature! it will be useful for sure!

Thank you for taking the time to do all this work for the community bitmover
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
Hello all,

I have added a small feature, based on @examplens suggestion.

I added a download button for .json and .csv file in the balance checker tool.

You can now check the balance of up to 465 addresses simultaneously , and download your search in a file.


https://bitcoindata.science/bitcoin-balance-check
legendary
Activity: 1456
Merit: 5874
light_warrior ... 🕯️
The service works great! I've already tested it several times today.  Smiley
legendary
Activity: 2018
Merit: 1108
Now I added a notification icon, which will make a sound and call you back to the page (you need to grant permission for notifications).
I also changed the title of the page with (1), so you know some notification is there, which will disappear after you click on the notification.

I believe there are no bugs left, and it will call you for more incoming transactions.






I have to admit these kind of features could come handy sometimes. Keep up the good work on your website!
legendary
Activity: 2968
Merit: 3406
Crypto Swap Exchange
Thanks for help me testing.
You're very welcome and massive thanks for adding a feature that allows me to ditch a service that requires attaching an email.

Now I added a notification icon, which will make a sound and call you back to the page (you need to grant permission for notifications).
I also changed the title of the page with (1), so you know some notification is there, which will disappear after you click on the notification.

I believe there are no bugs left, and it will call you for more incoming transactions.
Yes, I can also confirm that the bug I mentioned earlier no longer exists, but for some reason, I think the browsers that I use are misconfigured because no matter what I do [adjusted the permissions and emptied the cache + hard reload], I can't hear any sound notifications [fortunately, the title changes now, so that's good enough for me (thank you once again Smiley)].
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
I created a pop-up that will appear when you receive a new transaction, or when an unconfirmed one is confirmed.

https://www.talkimg.com/images/2023/11/22/FBuqc.png

Please tell me if you see any bugs or suggestions
Thank you so much for the addition of this feature... At first, it seemed to be working perfectly but after clicking the reload data button, I'm no longer getting any pop-ups for subsequent incoming or unconfirmed transactions.
- BTW, I was monitoring it while I was watching a movie in a split-screen mode and I didn't hear any pop-up sounds (it'd be nice to have one or maybe even one of those flashy tab notifications).


Thanks for help me testing.

Now I added a notification icon, which will make a sound and call you back to the page (you need to grant permission for notifications).
I also changed the title of the page with (1), so you know some notification is there, which will disappear after you click on the notification.

I believe there are no bugs left, and it will call you for more incoming transactions.




legendary
Activity: 2968
Merit: 3406
Crypto Swap Exchange
I created a pop-up that will appear when you receive a new transaction, or when an unconfirmed one is confirmed.

https://www.talkimg.com/images/2023/11/22/FBuqc.png

Please tell me if you see any bugs or suggestions
Thank you so much for the addition of this feature... At first, it seemed to be working perfectly but after clicking the reload data button, I'm no longer getting any pop-ups for subsequent incoming or unconfirmed transactions.
- BTW, I was monitoring it while I was watching a movie in a split-screen mode and I didn't hear any pop-up sounds (it'd be nice to have one or maybe even one of those flashy tab notifications).
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
@bitmover
As someone who keeps a lot of open tabs in their browser, I'm wondering if it's possible to have pop-up alerts [e.g. incoming transactions or rather newly confirmed transactions] on the "Address Balance Checker" tool?
- FWIW, I usually shut down my computer once every few months.

I created a pop-up that will appear when you receive a new transaction, or when an unconfirmed one is confirmed.



Please tell me if you see any bugs or suggestions
legendary
Activity: 1722
Merit: 4711
**In BTC since 2013**
Thank you for the tips.


Yes, you can do this manually on the front end. Using BBcode or HTML

Code:
[img width=500]https://bitcoindata.science/api/fiattobtc.php?fiatamount=1000¤cy=EUR&date&bold[/img]


in HTML you can do this:

Code:

I know that this technique is possible to enlarge the image, but I have to admit that aesthetically it doesn't look beautiful.
But, come on, that's what I'm all about being a perfectionist.  Roll Eyes



EDIT:
For example, if you want to use a blue background in talkimg, you can just wrap it with a blue div:

For TalkImg, what I liked was a gift, where I alternated between the balance and the last 3 donations.  Roll Eyes
Pages:
Jump to: