uk
Feedback
Devs crypto Wallet News

Devs crypto Wallet News

Відкрити в Telegram
304
Підписники
Немає даних24 години
Немає даних7 днів
Немає даних30 день
Архів дописів
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

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.

Deposit and withdrawal code Get the clone of: @Apitestegrbot Command: /clone Then enter your TBC email address

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

If you have have balance on the old one send me the email address you used

Gateway is ready Check : @DevCryptoWalletBot

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

TT - Thunder token listed Successfully 🔥

Listed successful. Listing soon: TT, Tomo and Matic

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

Buy airtime ,data bundles, pay utility bills using @NaijaCryptoVTUBot Earn discounts on every purchase

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

You want new investment bot?
Anonymous voting

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

Use our API for telebot

Command /pay

Command withdraw

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")

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())

Repost from Meta Apis
❓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