en
Feedback
Devs crypto Wallet News

Devs crypto Wallet News

Open in Telegram
304
Subscribers
No data24 hours
No data7 days
No data30 days

Data loading in progress...

Similar Channels
No data
Any problems? Please refresh the page or contact our support manager.
Tags Cloud
No data
Any problems? Please refresh the page or contact our support manager.
Incoming and Outgoing Mentions
---
---
---
---
---
---
Attracting Subscribers
December '24
December '24
+4
in 0 channels
November '24
+10
in 0 channels
Get PRO
October '24
+13
in 0 channels
Get PRO
September '24
+190
in 0 channels
Get PRO
August '240
in 0 channels
Get PRO
July '240
in 0 channels
Get PRO
June '240
in 0 channels
Get PRO
May '240
in 0 channels
Get PRO
April '240
in 0 channels
Get PRO
March '240
in 0 channels
Get PRO
February '240
in 0 channels
Get PRO
January '240
in 0 channels
Get PRO
December '230
in 0 channels
Get PRO
November '230
in 0 channels
Get PRO
October '23
+304
in 0 channels
Date
Subscriber Growth
Mentions
Channels
21 December+1
20 December0
19 December0
18 December0
17 December0
16 December0
15 December0
14 December0
13 December0
12 December0
11 December0
10 December0
09 December0
08 December+1
07 December0
06 December0
05 December+1
04 December0
03 December0
02 December+1
01 December0
Channel Posts
Our virtual betting game is out, earn more dgb on telegram just by playing game
+3
Our virtual betting game is out, earn more dgb on telegram just by playing game

2
For bb botsbusiness users use @Apitestsv2bot for deposit and withdrawal For TBC telebot users use https://t.me/Devcryptowallet/132 Transfer of funds from the old gateway to the new one will be available once bb server is 100% back.
351
3
Deposit and withdrawal code Get the clone of: @Apitestegrbot Command: /clone Then enter your TBC email address
386
4
New advanced Auto pay bot: @Autopaybottbcbot. You can use any crypto listed on dvwallet Go to @Autopaybottbcbot and send /clon Enter your TBC email address Other currency will be listed soon
448
5
If you have have balance on the old one send me the email address you used
305
6
Gateway is ready Check : @DevCryptoWalletBot
299
7
We are migrating the gateway to telebot. Kindly be patient with us, it may take one to two weeks Monitor the migration progress: @Apitestegrbot We'll add an option were you can transfer your available fund to the new wallet. Remember bb users and website owners can still be using the new gateway once it's done
405
8
TT - Thunder token listed Successfully πŸ”₯
317
9
Listed successful. Listing soon: TT, Tomo and Matic
316
10
Listing BTTC on July 5 2023 Transaction fee: 1k BTTC Minimum withdrawal: 102k BTTC
Listing BTTC on July 5 2023 Transaction fee: 1k BTTC Minimum withdrawal: 102k BTTC
346
11
Buy airtime ,data bundles, pay utility bills using @NaijaCryptoVTUBot Earn discounts on every purchase
320
12
βœ… New investment bot with 3 currency deposit option πŸ€–Demo: @Testinvestmentdembot Keyboard for main menu βž• Deposit\nReferral πŸ—£,Reinvest πŸ”„,πŸ“Š Statistics\nπŸ’΅ Dashboard,βš™οΈ Set Wallet,πŸ”£ Calculator\n❓ Support,πŸ“€ Withdraw Keyboard for balance Investment History πŸ“°\nReinvestment history 🧾 Clone the bot with command /clone
552
13
You want new investment bot?
347
14
What is a popclick? Popclick enable you to earn free DGB coin just by inviting user to click on your link. We reward you for just getting impression on your popclick link. How to be eligible 1. Go to @DevCryptoWalletBot 2 click my wallet and click popclick then copy your popclick link and start sharing We pay you base on valid clicks and if you get clicks from international countries you can earn higher amount, the reward is based on the countries you are getting impression or clicks from. Warning No multiple accounts No VPN
329
15
Use our API for telebot
364
16
Command /pay
329
17
Command withdraw
319
18
if options: u= options#.json() result = bunchify(options) error = result.json.error Txn_ID = result.json.txd Amount = result.json.amount Wallet = result.json.address by = result.json.withdrawee currency = result.json.currency bot.sendMessage("New Withdrawal sent.\n\nAmount: "+Amount+" "+currency+" \n\nAddress: "+Wallet+"\n\nTxid: "+Txn_ID+"") # u= options#.json() # result = bunchify(u) # cur = result.json.currency # api = result.json.apikey # pc = result.json.publickey # hook = result.json.onsucess # user = result.json.jsonuser # bot.sendMessage(result) # result = HTTP.get(URL).json() # result = bunchify(result) # address = result.address.base58 # data = {'currency': cur,'address': address,'user': user} # response = bunchify(HTTP.post(hook,json=data).json()) # response = bunchify(HTTP.post(hook,json=data)) else: Bot.runCommand("/start")
316
19
success = libs.Webhook.getUrlFor(="/pay", user_id=u) fromid = str(message.chat.id) key = "api key" currency = "DGB" amount = "0.07" address = "dgb1qc060k2vgew6ed3cf9s85w8g03nlxsc6k285k6p" data = {'secretkey': key,'currency': currency,'value': amount,'user': fromid,'address': address ,'webhook': success} url = "https://api.bots.business/v1/bots/703862/new-webhook?&command=send%26withdraw&public_user_token=b47974f74eab8f7fcfc0c5939df08d11&user_id=16998865" response = bunchify(HTTP.post(url,json=data).json())
259
20
❓How To Prevent Multiple Accounts In Your Bot Using MetaApis For bots.business 🧩 Command:- /start πŸ–₯ BJS :- var verify = User.getProperty("verify") if (verify) { // other code when captcha already verified Bot.sendMessage("πŸ™„ Already verified") Bot.runCommand("/start2") return } var webhook = Libs.Webhooks.getUrlFor({ command: "/onWebhook", user_id: user.id }) var webPage = "https://api.jobians.top/captcha/verify?webhookUrl=" + encodeURIComponent(webhook) Api.sendMessage({ text: "<b>❗️Complete the following captcha to be able to use the bot.\n\n⚠️ Avoid using multi-accounts or VPN, as this will be detected by the system and you will automatically be banned.</b>", parse_mode: "HTML", reply_markup: { inline_keyboard: [ [{ text: "➑️ Verify Captcha", web_app: { url: webPage } }] ] } }) ) 🧩 Command:- /onWebhook πŸ–₯ BJS :- if (!content) { return } var data = JSON.parse(content) var user_hash = data.results.user_hash var captcha = data.results.captcha var vpn = data.results.vpn var verify = User.getProperty("verify") if(verify){ return} if(vpn == "yes"){ Bot.sendMessage("🚨 You Are Ban For Using VPN!") Bot.blockChat(chat.id); return} var hashs = Bot.getProperty("hashs", { list: {} }) if(hashs.list[user_hash]){ Bot.sendMessage("❌ You Have Been Banned For Using Multiple Account"); Bot.blockChat(chat.id); return } if(captcha == "ok"){ var hashs = Bot.getProperty("hashs", { list: {} }); hashs.list[user_hash] = true; Bot.setProperty("hashs", hashs, "json"); User.setProperty("verify","ok","string") // other code when user is successful verified Bot.sendMessage("βœ… You Are Verified Now"); Bot.runCommand("/start2") } βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž– ©️ Channel :- @MetaApis ⚠️ Please report error to me if happens
266