ru
Feedback
Devs crypto Wallet News

Devs crypto Wallet News

Открыть в Telegram
304
Подписчики
Нет данных24 часа
Нет данных7 дней
Нет данных30 день

Загрузка данных...

Похожие каналы
Нет данных
Возникли проблемы? Пожалуйста, обновите страницу или обратитесь к нашему support-менеджеру .
Облако тегов
Нет данных
Возникли проблемы? Пожалуйста, обновите страницу или обратитесь к нашему support-менеджеру .
Входящие и исходящие упоминания
---
---
---
---
---
---
Привлечение подписчиков
декабрь '24
декабрь '24
+4
в 0 каналах
ноябрь '24
+10
в 0 каналах
Get PRO
октябрь '24
+13
в 0 каналах
Get PRO
сентябрь '24
+190
в 0 каналах
Get PRO
август '240
в 0 каналах
Get PRO
июль '240
в 0 каналах
Get PRO
июнь '240
в 0 каналах
Get PRO
май '240
в 0 каналах
Get PRO
апрель '240
в 0 каналах
Get PRO
март '240
в 0 каналах
Get PRO
февраль '240
в 0 каналах
Get PRO
январь '240
в 0 каналах
Get PRO
декабрь '230
в 0 каналах
Get PRO
ноябрь '230
в 0 каналах
Get PRO
октябрь '23
+304
в 0 каналах
Дата
Привлечение подписчиков
Упоминания
Каналы
21 декабря+1
20 декабря0
19 декабря0
18 декабря0
17 декабря0
16 декабря0
15 декабря0
14 декабря0
13 декабря0
12 декабря0
11 декабря0
10 декабря0
09 декабря0
08 декабря+1
07 декабря0
06 декабря0
05 декабря+1
04 декабря0
03 декабря0
02 декабря+1
01 декабря0
Посты канала
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