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
  • Windows
  • Linux
  1. FIXES

.env: NotPresent

PreviousLinux: operation not permittedNextNo Transactions were confirmed

Last updated 1 year ago

Windows

For this error, please check if your env is .env and is not a text file. Sometimes Windows turns the .env into a TXT file or changes the name to env The.env file needs to be .env like this:

If your env is not what it is supposed to be, you can do this:

1) Open your env with notepad or notepad++ 2) go to file > save as 3) Select All types and type .env

Linux

For linux just make sure that the DragonFly executable are in the same folder of the .env You can do this with the command ls -la

Need to show something like that : Same thing , make sure ur env is .env

πŸ‘¨β€πŸš’
βœ‰οΈ