Skip to content

Hanafuda Bot is a powerful tool designed for you to automate hanafuda retroactive airdrop

License

Notifications You must be signed in to change notification settings

copycatcodex/hanafuda-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HANAFUDA BOT

Hanafuda Bot is a powerful tool designed for you to automate hanafuda retroactive airdrop.

Table Of Contents

Prerequisite

  • Git
  • Node JS (v22)

Join My Telegram Channel

                                                          
                      ...                                 
                     .;:.                                 
                    .;ol,.                                
                   .;ooc:'                                
            ..    .;ooccc:'.    ..                        
          .',....'cdxlccccc;.....,'.                      
         .;;..'';clolccccccc:,''..;;.                     
        ':c'..':cccccccccccccc;...'c:.                    
       ':cc,.'ccccccccccccccccc:..;cc:'                   
    ...:cc;.':cccccccccccccccccc:..:cc:...                
   .;';cc;.':;;:cccccccccccccc:;;;'.;cc,,;.               
  .cc':c:.',.....;cccccccccc;.....,..:c:'c:               
  ,x:'cc;.,'     .':cccccc:'.     ',.;cc':x'              
  lO,'cc;.;,       .;cccc:.       ,;.;cc';0l              
 .o0;.;c;.,:'......',''''''......':,.;c;.:0l.             
 .lxl,.;,..;c::::;:,.    .,:;::::c;..,;.,oxl.             
 .lkxOl..  ..'..;::'..''..'::;..'..  ..c0xkl.             
  .cKMx.        .;c:;:cc:;:c:.        .xMKc.              
    ;KX:         ;o::l:;cc;o:.        ;KK;                
     :KK:.       ,d,cd,'ol'o:       .:0K:                 
      ;0NOl:;:loo;. ... .. .;ldlc::lkN0:                  
       .lONNNKOx0Xd,;;'.,:,lKKkk0XNN0o.                   
         .','.. .lX0doooodOXd.  .','.                     
                 .,okkddxkd;.                             
                    'oxxd;.                               
   ........................................                              
   .OWo  xNd lox  xxl Ald   xoc dakkkkkxsx.              
   .OWo  o0W cXW  dM0 MMN   lNK laddKMNkso.               
   .kMKoxsNN oWX  dW0 MMMWO lWK    axM0   .                
   .OMWXNaMX dM0  kM0 MMKxNXKW0    axMk   .                 
   .OMk  dWK oWX XWdx Mxx  XMMO    akMx   .                 
   'OWo  dM0 'kNNXNNd DMD   OWk    aoWd   .                 
   ........................................

Anyway i create new telegram channel just for sharing bot or airdrop, join here https://t.me/skeldrophunt.

BOT FEATURE

  • Multi Account
  • Support PK & SEED
  • Auto Deposit
  • Auto Grow
  • Auto Draw Hanafuda (If you have 10 Draw)

HANAFUDA RETROACTIVE

#New Retroactive: Hana Network ➡️ Connect: https://hanafuda.hana.network/dashboard

  • Login With Google
  • Enter Code : 8QPSG8
  • Connect Metamask
  • Add Any Amount Of ETH Recomend Use ARB or Base eth (Low fee) i recomend add 0.00001 ETH because hanafuda withdrawal is not open yet, it will open on Q1 2025
  • Go to Dasboard
  • Click Grow or Draw Hanafuda
  • Done LFG

📖 Hana Backed By : https://crypto-fundraising.info/projects/hana-network/

Setup & Configure BOT

Linux

  1. Clone project repo
    git clone https://github.com/Widiskel/hanafuda-bot.git && cd hanafuda-bot
    
  2. Run
    npm install && npm run setup
    
  3. Configure your accounts
    nano accounts/accounts.js
    
  4. Configure the bot config
    nano config/config.js
    
  5. Configure the proxy
    nano config/proxy_list.js
    
  6. Run Bot
    npm run start
    

Windows

  1. Open your Command Prompt or Power Shell.
  2. Clone project repo
    git clone https://github.com/Widiskel/hanafuda-bot.git && cd hanafuda-bot
    
  3. Run
    npm install && npm run setup
    
  4. Navigate to hanafuda-bot directory.
  5. Navigate to accounts folder and rename accounts_tmp.js to accounts.js.
  6. Now open acccounts.js and setup your accounts.
  7. Now Back to hanafuda-bot directory and Navigate to config adjust the config.js as needed.
  8. Also Configure proxy if you want by open proxy_list.js.
  9. Back to hanafuda-bot directory.
  10. To start the app open your Command Prompt or Power Shell
  11. Run Bot
    npm run start
    

Update Bot

To update bot follow this step :

  1. run
    git pull
    
    or
    git pull --rebase
    
    if error run
    git stash && git pull
    
  2. run
    npm update
    
  3. start the bot

NOTE

DWYOR

the accounts writted with this format

[
      {
          refreshToken: "YOUR REFRESH TOKEN",
          pk: "YOUR PRIVATE KEY",
      },
      {
          refreshToken: "YOUR REFRESH TOKEN",
          pk: "YOUR PRIVATE KEY",
      }
]

Where you get refresh token ?

  • Open hanafuda website and logout from your account.
  • After that open browser developer tool / inspect element
  • Go to network Tab
  • Try to login again with your google accounts
  • Find a XHR/Fetch request with this url https://identitytoolkit.googleapis.com/v1/accounts:signInWithIdp?key=
  • Click the request and open the response tab / preview tab
  • You will get refreshToken from that, copy to the bot accounts
  • Make sure you've connect your wallet so your Wallet and Hanafuda account is binded

CONTRIBUTE

Feel free to fork and contribute adding more feature thanks.

SUPPORT

want to support me for creating another bot ? star my repo or buy me a coffee on

EVM : 0x1f0ea6e0b3590e1ab6c12ea0a24d3d0d9bf7707d

SOLANA : 3tE3Hs7P2wuRyVxyMD7JSf8JTAmEekdNsQWqAnayE1CN

About

Hanafuda Bot is a powerful tool designed for you to automate hanafuda retroactive airdrop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%