Hanafuda Bot is a powerful tool designed for you to automate hanafuda retroactive airdrop.
- https://hanafuda.hana.network
- 𝗨𝘀𝗲 𝗮𝗰𝗰𝗲𝘀𝘀 𝗰𝗼𝗱𝗲: 21OM73
- Deposit $0,5- $1 in ARB or BASE network for low gas fees
- Go to dashboard
- Earn Points via Grow and Draw Hanafuda
- WIthdraw start early Q1 2025
telegram channel just for sharing bot or airdrop, join here JOIN CHANNEL.
- Multi Account
- Support PK & SEED
- Auto Deposit
- Auto Grow
- Auto Draw Hanafuda (If you have 10 Draw)
- Clone project repo
git clone https://github.com/airdropinsiders/Hanafuda-Testnet.git && cd Hanafuda-Testnet
- Run
npm install && npm run setup
- Configure your accounts
nano accounts/accounts.js
- Configure the bot config
nano config/config.js
- Configure the proxy
nano config/proxy_list.js
- Run Bot
npm run start
- Open your
Command Prompt
orPower Shell
. - Clone project repo
git clone https://github.com/Widiskel/hanafuda-bot.git && cd hanafuda-bot
- Run
npm install && npm run setup
- Navigate to
Hanafuda-Testnet
directory. - Navigate to
accounts
folder and renameaccounts_tmp.js
toaccounts.js
. - Now open
acccounts.js
and setup your accounts. - Now Back to
Hanafuda-Testnet
directory and Navigate toconfig
adjust theconfig.js
as needed. - Also Configure proxy if you want by open
proxy_list.js
. - Back to
Hanafuda-Testnet
directory. - To start the app open your
Command Prompt
orPower Shell
- Run Bot
npm run start
To update bot follow this step :
- run
or
git pull
if error rungit pull --rebase
git stash && git pull
- run
npm update
- start the bot
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