LogoLogo
  • Welcome
    • โ”Why Dragon?
    • ๐Ÿ’ฐProfits
    • ๐ŸฆบSafety tips
  • How to use DragonFly
    • ๐Ÿ–ฅ๏ธ Interface Guide
      • ๐ŸขChange Dex/Pair
      • ๐Ÿ’ธOpen Buy Menu
      • ๐Ÿ†”Open Sell Menu
      • ๐Ÿ›Ž๏ธOpen AFK Menu
      • ๐Ÿ’ณOpen Balance Stream
      • ๐Ÿ’ฒWallet Manager
      • ๐Ÿ“ŒUtilities
      • ๐Ÿ”‘Manage my Hotkeys
    • ๐Ÿ“–.env Guide
      • ๐Ÿ–จ๏ธNode Data
      • ๐Ÿ•ต๏ธAuthentication
      • ๐Ÿ’ปMain Config
      • ๐Ÿ’ฑSwap Config
      • ๐Ÿ’ŽBuy Config
      • ๐ŸงCompute Config
      • ๐ŸงSpam Config
      • ๐Ÿ•ต๏ธSimulate Config
      • ๐Ÿ“žTelegram Scraper
      • โš”๏ธDiscord Scrapper
      • ๐Ÿ’ณBundle Config
      • ๐Ÿ”ŠAFK Config
      • โญ๏ธTransaction Config
      • ๐ŸŒBloxRoute Config
      • ๐ŸŒTPU Config
    • ๐Ÿ“œTasks
    • ๐Ÿ“ฑ Getting Telegram ID and HASH
    • ๐Ÿ“ฑ Getting Discord TOKEN
    • โŒ›How to find Raydium Timestamp
  • ๐Ÿ‘จโ€๐Ÿš’FIXES
    • ๐Ÿ’ตHow Wallets works
    • โŒWin: Bot instant closing
    • ๐Ÿ”—Linux: operation not permitted
    • โœ‰๏ธ.env: NotPresent
    • โ‰๏ธNo Transactions were confirmed
    • โ‰๏ธMarket id stuck
  • Other tutorials
    • ๐Ÿ“žTelegram anonymous number
Powered by GitBook
On this page
  1. Welcome

๐ŸฆบSafety tips

To use our bot you need to enter your passphrase. It is important to point out to never use your main phrase, even if the bot has a robust encryption system, it is never recommended to use your main wallet for anything.

WARNING: of course the TEAM DOES NOT HAVE ACCESS to your private phrase.

โ”Why do I need to use my phrase?

For any transaction to be carried out within the blockchain, it needs the signature of its private key, here is an example. transaction = contract.functions.approve(routerAddress, amount ).buildTransaction({ 'gasPrice': Web3.toWei(gas, 'gwei'), 'gas': 300000, 'from': Web3.toChecksumAddress(settings['WALLETADDRESS']), 'nonce': client.eth.getTransactionCount(settings['WALLETADDRESS']) }) signed_txn = client.eth.account.signTransaction(transaction, private_key=settings['PRIVATEKEY']) The only way to maintain communication speed with the blockchain, Dragon needs to use a passphrase/private key

Previous๐Ÿ’ฐProfitsNext๐Ÿ–ฅ๏ธ Interface Guide

Last updated 1 year ago