Voted Coins
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: [Telegram Bot] AltcoinsTalks Telegram Notifier !!!  (Read 42170 times)

Offline PX-Z

  • Legendary
  • *
  • *
  • *
  • Activity: 2093
  • points:
    120452
  • Karma: 524
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 1
  • Last Active: Today at 04:29:03 PM
    • View Profile

  • Total Badges: 18
    Badges: (View All)
    One year Anniversary Poll Voter 1000 Posts
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #300 on: June 07, 2024, 06:13:16 AM »
Update: I changed the code on how the mention works with regex.

Code: [Select]
$pattern = '/(?<!\w)' . preg_quote($username, '/') . '(?!\w)/i';
if(preg_match($pattern, $post_to_scan) === 1){
}
This code works on with @sign, username (case insensitive) and will not work if username is inside a word string like "agbe" - "nagbenta".

@Agbe Let me know if you still get notification from those threads. Thanks.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Altcoins Talks - Cryptocurrency Forum

Re: AltcoinsTalks Telegram Notifier !!!
« Reply #300 on: June 07, 2024, 06:13: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 examplens

  • Legendary
  • *
  • *
  • *
  • *
  • Activity: 3357
  • points:
    208410
  • Karma: 489
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: Today at 12:10:13 AM
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Quick Poster One year Anniversary 50 Poll Votes
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #301 on: June 07, 2024, 01:29:30 PM »
This code works on with @sign, username (case insensitive) and will not work if username is inside a word string like "agbe" - "nagbenta".

@Agbe Let me know if you still get notification from those threads. Thanks.

What happens, for example, in the case of "agbe's"? It should be a mention, but there are additional strings in addition to the username.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Altcoins Talks - Cryptocurrency Forum

Re: AltcoinsTalks Telegram Notifier !!!
« Reply #301 on: June 07, 2024, 01:29:30 PM »

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 PX-Z

  • Legendary
  • *
  • *
  • *
  • Activity: 2093
  • points:
    120452
  • Karma: 524
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 1
  • Last Active: Today at 04:29:03 PM
    • View Profile

  • Total Badges: 18
    Badges: (View All)
    One year Anniversary Poll Voter 1000 Posts
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #302 on: June 07, 2024, 03:38:36 PM »
What happens, for example, in the case of "agbe's"? It should be a mention, but there are additional strings in addition to the username.
Yes, it works on that too. Basically, all special characters that is placed in first or/and last in the username will work, e.g. "@agbe", "agbe's" and "@agbe's".
« Last Edit: June 07, 2024, 05:35:45 PM by PX-Z »
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline Agbe

  • Legendary
  • *
  • *
  • *
  • Activity: 3297
  • points:
    509270
  • Karma: 335
  • Coinomize.biz
  • Trade Count: (0)
  • Referrals: 1
  • Last Active: Today at 12:32:23 PM
    • View Profile

  • Total Badges: 19
    Badges: (View All)
    2500 Posts One year Anniversary Poll Voter
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #303 on: June 07, 2024, 06:22:46 PM »
@Agbe Let me know if you still get notification from those threads. Thanks.
For now it is not and if I receive a notification from the board I will still let you know. Though it was not only those threads I presented and from others too. Really the notifications were too much from that local board. But I thank God you have finally stopped it. I appreciate your work. Thanks.

Offline PX-Z

  • Legendary
  • *
  • *
  • *
  • Activity: 2093
  • points:
    120452
  • Karma: 524
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 1
  • Last Active: Today at 04:29:03 PM
    • View Profile

  • Total Badges: 18
    Badges: (View All)
    One year Anniversary Poll Voter 1000 Posts
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #304 on: June 08, 2024, 01:00:35 AM »
I just checked the logs (two different IP) that there were duplicate to multiple notifications sent to each users, I apologize again. This happened because the older server i used wasn't stop yet, after it works again earlier the scraping continue run almost the same time for cron job for the two server causing to multiple sending of notification. This is also because i still allowed/whitelist and forget to remove the ip address of the old server.
Again sorry for the inconvenience caused.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline God Of Thunder

  • aka Learn Bitcoin
  • Legendary
  • *
  • *
  • *
  • Activity: 1950
  • points:
    175112
  • Karma: 187
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 1
  • Last Active: April 29, 2025, 02:18:39 PM
    • View Profile

  • Total Badges: 19
    Badges: (View All)
    10 Poll Votes One year Anniversary Quick Poster
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #305 on: June 08, 2024, 02:10:54 PM »
He can't do anything there. The term "agbe" is part of the word "nagbenta" which is mentioned, later the same post was quoted several times. it seems frustrating.
I accidentally added "ns" to the nickname, just imagine how many times the word "example" is mentioned.  :o

Bro, not only example or agbe, but also Learn Bitcoin. People use this word to guide newbies, and I remember getting a lot of notifications. I still get a lot of notifications from Bitcointalk, and I started ignoring those notifications because I knew that they did not mention me. Because of that, I miss some important notifications because I ignore them, thinking that they are useless notifications where people wrote the word learn bitcoin.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline Agbe

  • Legendary
  • *
  • *
  • *
  • Activity: 3297
  • points:
    509270
  • Karma: 335
  • Coinomize.biz
  • Trade Count: (0)
  • Referrals: 1
  • Last Active: Today at 12:32:23 PM
    • View Profile

  • Total Badges: 19
    Badges: (View All)
    2500 Posts One year Anniversary Poll Voter
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #306 on: June 08, 2024, 02:48:18 PM »
Bro, not only example or agbe, but also Learn Bitcoin. People use this word to guide newbies, and I remember getting a lot of notifications. I still get a lot of notifications from Bitcointalk, and I started ignoring those notifications because I knew that they did not mention me. Because of that, I miss some important notifications because I ignore them, thinking that they are useless notifications where people wrote the word learn bitcoin.
Yeah, I can feel your pain. If care is not taken your name is more more in bitcointalk because that is the first concept to tell newbies and to participate in bitcoin. Examples, Go and learn bitcoin, I think you have not learn bitcoin that is why you don't k ow anything. Everyone needs to learn bitcoin etc. the mentioning would be much therefore you have to add a prefix or suffix to it so that it will change the narrative. As Examplens did his.

Altcoins Talks - Cryptocurrency Forum

Re: AltcoinsTalks Telegram Notifier !!!
« Reply #306 on: June 08, 2024, 02:48:18 PM »


Offline examplens

  • Legendary
  • *
  • *
  • *
  • *
  • Activity: 3357
  • points:
    208410
  • Karma: 489
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: Today at 12:10:13 AM
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Quick Poster One year Anniversary 50 Poll Votes
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #307 on: June 13, 2024, 02:43:20 PM »
PX-Z is everything ok with this TG bot, it seems to me that it only works partially.
For some mentions I didn't get anything, again for a part I got notifications but with a slightly longer delay. Now I get notifications again almost instantly.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline PX-Z

  • Legendary
  • *
  • *
  • *
  • Activity: 2093
  • points:
    120452
  • Karma: 524
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 1
  • Last Active: Today at 04:29:03 PM
    • View Profile

  • Total Badges: 18
    Badges: (View All)
    One year Anniversary Poll Voter 1000 Posts
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #308 on: June 13, 2024, 02:52:26 PM »
PX-Z is everything ok with this TG bot, it seems to me that it only works partially.
For some mentions I didn't get anything, again for a part I got notifications but with a slightly longer delay. Now I get notifications again almost instantly.
Yeah, the bot stop working in the past 2 days because of the past server i mentioned where i upgraded, just 1-2 days after upgrading, the hosting got a problem again, it looks like server downtime is chasing me lol.

Now i change hosting and get vps in ultahost (basic plan) just yesterday, and tried to setup it up. That's why you will get more notifications because i'm scraping posts from earlier posts.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline babo

  • Legendary
  • *
  • *
  • Activity: 2592
  • points:
    167158
  • Karma: 700
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: April 30, 2025, 06:38:24 PM
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    2500 Posts 10 Poll Votes Poll Starter
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #309 on: June 13, 2024, 02:59:27 PM »
....
Now i change hosting and get vps in ultahost (basic plan) just yesterday, and tried to setup it up. That's why you will get more notifications because i'm scraping posts from earlier posts.

it happens but if you want it could be an opportunity to make improvements to your infrastructure
you could think about a load balancer with two servers behind it on two different hostings so you can always have uptime
expensive and time-consuming but you can certainly learn a lot of things
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline PX-Z

  • Legendary
  • *
  • *
  • *
  • Activity: 2093
  • points:
    120452
  • Karma: 524
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 1
  • Last Active: Today at 04:29:03 PM
    • View Profile

  • Total Badges: 18
    Badges: (View All)
    One year Anniversary Poll Voter 1000 Posts
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #310 on: June 13, 2024, 03:19:05 PM »

it happens but if you want it could be an opportunity to make improvements to your infrastructure
you could think about a load balancer with two servers behind it on two different hostings so you can always have uptime
expensive and time-consuming but you can certainly learn a lot of things
Thanks for the idea, i will take note on this. For now i'll check and see how reliable this new hosting is, how often will be the downtime too. So far their CS is responsive and willing to help which is good one unlike the past server.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline babo

  • Legendary
  • *
  • *
  • Activity: 2592
  • points:
    167158
  • Karma: 700
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: April 30, 2025, 06:38:24 PM
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    2500 Posts 10 Poll Votes Poll Starter
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #311 on: June 14, 2024, 02:24:04 PM »
Thanks for the idea, i will take note on this. For now i'll check and see how reliable this new hosting is, how often will be the downtime too. So far their CS is responsive and willing to help which is good one unlike the past server.

don't worry it's not a problem, and then it's not even an obligation
that is, if you want you can study this thing and learn new things
otherwise it's fine as it is now, however I love doing this kind of experiments that's why I was telling you that you have the possibility to do it with a useful service

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

Offline dkbit98

  • Legendary
  • *
  • *
  • Activity: 2637
  • points:
    157436
  • Karma: 235
  • Mixero: Privacy by XMR (Monero) bridge
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: Today at 04:15:32 PM
    • View Profile

  • Total Badges: 23
    Badges: (View All)
    2500 Posts 10 Poll Votes Fifth year Anniversary
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #312 on: June 14, 2024, 11:09:12 PM »
Thanks for the idea, i will take note on this. For now i'll check and see how reliable this new hosting is, how often will be the downtime too. So far their CS is responsive and willing to help which is good one unlike the past server.
Is your new hosting accepting bitcoin and other crypto or only fiat payments?
I don't know what you are using now, but Flokinet is one of the better hosting providers, they are based in Island and they accept many cryptocurrencies including monero and bitcoin.
There are few more options available but I am not sure how pricing is compared with what you have.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline PX-Z

  • Legendary
  • *
  • *
  • *
  • Activity: 2093
  • points:
    120452
  • Karma: 524
  • Premium Bitcoin Mixer
  • Trade Count: (0)
  • Referrals: 1
  • Last Active: Today at 04:29:03 PM
    • View Profile

  • Total Badges: 18
    Badges: (View All)
    One year Anniversary Poll Voter 1000 Posts
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #313 on: June 14, 2024, 11:54:28 PM »
Is your new hosting accepting bitcoin and other crypto or only fiat payments?
I don't know what you are using now, but Flokinet is one of the better hosting providers, they are based in Island and they accept many cryptocurrencies including monero and bitcoin.
There are few more options available but I am not sure how pricing is compared with what you have.
Yes, they are accepting crypto payments — those major ones. I checked Flokinet the one with their basic/cheapest plan it's almost have the same features with the one i'm currently using, it just mine doesn't have ddos protection and cheaper a little.
█████████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
██████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████████████████████
█████████████████████████████████████████████████████████████████████████████
.
MixTum.io
.
█████████████████████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
.
▀▄ Premium Bitcoin Mixer ▄▀
█████
██
██
██
██
██
██
██
██
██
██
██
█████
███████████████████████████████████████████████████████████████
.
MIX FREE
Up to 1mBTC
.
███████████████████████████████████████████████████████████████
█████
██
██
██
██
██
██
██
██
██
██
██
█████
████████████████████████
█████████████▀▀████████
████████████▀▄█████████
██████████▀▌▄██████████
██████████▌███████████
█████████▀▄███▀████████
██████▀▄▄██████▀███████
█████▀▄█▀▄████████████
██████▀▄█▌▐████▐█████
█████▌▐█▀▌▐█████▐█████
██████████████▄██████
███████▄██████▄████████
████████████████████████

Offline Crypto Library

  • Legendary
  • *
  • *
  • Activity: 2356
  • points:
    211071
  • Karma: 127
  • Bitcoin Mixer| Since 2019
  • Trade Count: (0)
  • Referrals: 0
  • Last Active: Today at 03:03:28 PM
    • View Profile

  • Total Badges: 19
    Badges: (View All)
    Quick Poster One year Anniversary 10 Poll Votes
Re: AltcoinsTalks Telegram Notifier !!!
« Reply #314 on: June 16, 2024, 12:55:40 PM »
Yes, they are accepting crypto payments — those major ones. I checked Flokinet the one with their basic/cheapest plan it's almost have the same features with the one i'm currently using, it just mine doesn't have ddos protection and cheaper a little.

How about the hostinger? As far as I used the hosting provider companies, I get better performance on hostinger. And their site loading  speed smooth moreover, they have many servers around the world which makes the hosting service more smooth. Anyway, I am not their agent but I am satisfied with their service that is why I saying. My current official site cryptolibrary.pro is hosted by hostinger. And it's supported crypto payment.

 

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