Pages:
Author

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

legendary
Activity: 1862
Merit: 5154
**In BTC since 2013**
I think this is unlikely to be the case, because I can see access denied in logs (not always, but often)

Yeah, it might not be.
But, in reality it can deny access, due to the waiting time that the proxy has. Or it could be the proxy itself that shuts down after some time without receiving a response.

The point will be that this can happen if there are a lot of people accessing the information at the same time.

But, as I said, this is my perspective based on the analysis I can do when opening the topic in question. I could be totally wrong.



btw. I saw that FeeBuddy worked today.


Just for testing purpose





The difference is that FeeBuddy is a static image. These are dynamic images, they change each time you refresh the page.

Your example will always load, because (with my post) there are only 2 identical requests for each image, for a user.
Imagine multiplying that by 50 images, for 10 users at the same time. At the same time the proxy is asking the server for 500 different images, and the server has to generate all of them. This may take longer to do and the connection may drop.

Now, there may have been some configuration change that caused this, on the server side or on the proxy side. I can't say that anymore.
Heads up, this is just my guess.



EDIT:
I did some more tests on the topic (several refreshes) and there comes a point where it stops showing all the images, which really indicates some blockage to the image proxy.
In addition to the exception to the forum, you have to specifically give it to the proxy.

I suggest adding the ASN of the forum server to the list of provisions/executions.
legendary
Activity: 3472
Merit: 3507
Crypto Swap Exchange
I think this is unlikely to be the case, because I can see access denied in logs (not always, but often)

Also, the server handled those requests for years. I see no reason to suddenly stop handling those requests. Unless examplens downgraded it, but he would have said as he is already in the discussion(this is a shared server)
No, there was no downgrade, in fact I'm thinking about some upgrade.
We can add an exception for Bitcointalk. Which is the forum IP anyway, since it goes through CF and it?

btw. I saw that FeeBuddy worked today.


Just for testing purpose



legendary
Activity: 2352
Merit: 6089
bitcoindata.science
edit:
Do you have full access to the site and hosting and have you noticed any restrictions on API requests from the site?

I have noticed that it is getting blocked on this page created by Pmalek, as it makes about 50 requests.

I think   cloudflare isn't blocking it . But I don't have full access to da settings

Have you ever thought that it might be response time to server requests?
Sometimes, when there are many requests, the server is unable to display all the data in time, before the proxy connection is disconnected for security.

When I opened the topic in question, I got this idea.
The proxy is waiting for the image, but as the server takes a long time to give, The call drops.

That's why the result is always different when you load the page.

I think this is unlikely to be the case, because I can see access denied in logs (not always, but often)

Also, the server handled those requests for years. I see no reason to suddenly stop handling those requests. Unless examplens downgraded it, but he would have said as he is already in the discussion(this is a shared server).

Maybe bitcointalk.org changed something?
legendary
Activity: 1862
Merit: 5154
**In BTC since 2013**
edit:
Do you have full access to the site and hosting and have you noticed any restrictions on API requests from the site?

I have noticed that it is getting blocked on this page created by Pmalek, as it makes about 50 requests.

I think   cloudflare isn't blocking it . But I don't have full access to da settings

Have you ever thought that it might be response time to server requests?
Sometimes, when there are many requests, the server is unable to display all the data in time, before the proxy connection is disconnected for security.

When I opened the topic in question, I got this idea.
The proxy is waiting for the image, but as the server takes a long time to give, The call drops.

That's why the result is always different when you load the page.
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
edit:
Do you have full access to the site and hosting and have you noticed any restrictions on API requests from the site?

I have noticed that it is getting blocked on this page created by Pmalek, as it makes about 50 requests.

I think   cloudflare isn't blocking it . But I don't have full access to da settings
legendary
Activity: 3472
Merit: 3507
Crypto Swap Exchange
Looks like there is a limit in DA. I checked the logs

Code:
2024-12-09 13:18:55.956798 [INFO] [709034] [T0] [127.0.0.1:55998#APVH_www.bitcoindata.science:443] Client IP from header: xxx.xxx.xxx.xx, conn limit: 200, cur conns: 12, access: 3, overlimit: 0s, access denied

I saw only two logs generated on 9/12 in ModSecurity and both are related to the bytespider crawler.
The Bytespider bot is affiliated with ByteDance (the company behind TikTok) and is used to index content. It is not malicious, but it is recommended to block it due to very frequent requests.
Code:
IM360 WAF: Scan attempt by bytespider crawler||UA:Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; [email protected])||RSV:6.56||T:LITESPEED|| (77350374)

edit:
Do you have full access to the site and hosting and have you noticed any restrictions on API requests from the site?
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
Hey @examplens.

I think cloudflare is letting the traffic go, but looks like DirectAdmin is blocking it (according to DA logs).

Can you take a look? I didn't see any security options in DirectAdmin page.
Sorry for the late reaction, I was on a trip, and I didn't have an internet signal for a good part of the time. What exactly is happening on your end?
As far as I can see everything looks ok, there is no unusual activity. Also, the site is functional.

Looks like there is a limit in DA. I checked the logs

Code:
2024-12-09 13:18:55.956798 [INFO] [709034] [T0] [127.0.0.1:55998#APVH_www.bitcoindata.science:443] Client IP from header: xxx.xxx.xxx.xx, conn limit: 200, cur conns: 12, access: 3, overlimit: 0s, access denied

Is there a way to withelist bitcointalk IP address from there?

looks like DirectAdmin is blocking it (according to DA logs).
Could it be there's a limit on the number of simultaneous connections from one IP-address?

Yes, but it is not getting blocked in cloudflare as far as I know.

I added a custom rule which is triggering, to unblock requests to the api:

legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
looks like DirectAdmin is blocking it (according to DA logs).
Could it be there's a limit on the number of simultaneous connections from one IP-address?
legendary
Activity: 3472
Merit: 3507
Crypto Swap Exchange
Hey @examplens.

I think cloudflare is letting the traffic go, but looks like DirectAdmin is blocking it (according to DA logs).

Can you take a look? I didn't see any security options in DirectAdmin page.
Sorry for the late reaction, I was on a trip, and I didn't have an internet signal for a good part of the time. What exactly is happening on your end?
As far as I can see everything looks ok, there is no unusual activity. Also, the site is functional.
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
Edit: I added a custom rule for bitcointalk and fixed it!!
It seems that your custom rule fixed around 1/3 of the missing images, but most of them are still not showing up as they should. In fact, each refresh loads the site differently on my end, but a big part of the images still show the image proxy error. Is the thread loading normally on your end? I tried it in different browsers, but no change.

Hey @examplens.

I think cloudflare is letting the traffic go, but looks like DirectAdmin is blocking it (according to DA logs).

Can you take a look? I didn't see any security options in DirectAdmin page.
legendary
Activity: 2730
Merit: 7065
Edit: I added a custom rule for bitcointalk and fixed it!!
It seems that your custom rule fixed around 1/3 of the missing images, but most of them are still not showing up as they should. In fact, each refresh loads the site differently on my end, but a big part of the images still show the image proxy error. Is the thread loading normally on your end? I tried it in different browsers, but no change.
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
Hi bitmover,

I noticed yesterday that the images in my Withdrawal Fees and Withdrawal Amounts on Crypto Casinos thread aren't showing on the forum. Did you make any changes that might have disrupted the images on Bitcointalk or is this a forum-related problem? Have you noticed similar problems with images elsewhere?

Thanks for pointing out.

I didnt change anything. They are working in my server, https://bitcoindata.science/bitcointalk-api

I will try to change some of my server configuration to see if cloudflare is blocking it

Edit: I added a custom rule for bitcointalk and fixed it!!
legendary
Activity: 2730
Merit: 7065
Hi bitmover,

I noticed yesterday that the images in my Withdrawal Fees and Withdrawal Amounts on Crypto Casinos thread aren't showing on the forum. Did you make any changes that might have disrupted the images on Bitcointalk or is this a forum-related problem? Have you noticed similar problems with images elsewhere?
legendary
Activity: 2062
Merit: 1035
Fill Your Barrel with Bitcoins!
Been using the Bulk balance checker, and it's working great. Thank you for the project
full member
Activity: 147
Merit: 83
aliveNFT.github.io | Track your love.
Hi @bitmover, thank you for the work done, the site is needed, important and useful. This is primarily a thank you for your work, and secondly:
page /bitcoin-units-converter



for some reason, the height on the flag is set to fixed and not auto, which slightly distorts the dimensions..

width: 26px
height: 26px (change it to auto if you want)



GL,
legendary
Activity: 1456
Merit: 5874
light_warrior ... 🕯️
 Wink

Quote
legendary
Activity: 2212
Merit: 7064
I will take some time to study about this protocol and figure out how would that work.... This is new stuff to me. I didnt know about it.
You can find more information about it on silentpayments.xyz
This is a great solution to have more privacy and it can be used as a single donation addresses, but wallets just started adding Silent Payment recently, Cake wallet is one good example for mobile and desktop.
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
Is it possible to add support for bitcoin Silent Payments in future?
I tried testing with sp1 but I am getting Invalid bitcoin address message.

I will take some time to study about this protocol and figure out how would that work.... This is new stuff to me. I didnt know about it.
legendary
Activity: 2212
Merit: 7064
Sure it works offline. I could add that information too...
I think you should add information that pay tool can be used offline similar like iancoleman Mnemonic Code Converter.
This way there are much lower chances of someone attacking and inserting malicious address or QR code instead.

PS
Is it possible to add support for bitcoin Silent Payments in future?
I tried testing with sp1 but I am getting Invalid bitcoin address message.
legendary
Activity: 2352
Merit: 6089
bitcoindata.science
I have created the requested tool.

https://bitcoindata.science/pay
This can be useful tool, but it would be nice from you to say if we can use it offline to generate QR code without internet connection?
I will test later how everything works and if QR codes are compatible with different mobile wallets I have.
I tried entering random characters and it is recognizing that as invalid bitcoin address.
Sure it works offline. I could add that information too...

It is compatible with every bitcoin wallet which supports QrCode, as it is BitcoinURI as defined in bip 21
https://github.com/bitcoin/bips/blob/master/bip-0021.mediawiki

I think I saw on another forum that you are not happy with how well your tools are being used. Maybe it's finally time to present yourself better, for example, to move this one or open a new ANN in the service announcements section, where will you consolidate and explain all the features that your site offers.
Certainly, your site has long since become a service and I would say that it is no longer a project under development.
On the second forum as well, your tools are mentioned in several places, but you haven't made a central announcement with all the information about the tools that bitcoindata.science offers


Topic moved!@
Pages:
Jump to: