Hanafuda Bot is a powerful tool designed for you to automate hanafuda retroactive airdrop.
- https://hanafuda.hana.network
- 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
- 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/0xWinNode/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 PromptorPower Shell. - Clone project repo
git clone https://github.com/0xWinNode/Hanafuda-Testnet.git && cd Hanafuda-Testnet - Run
npm install && npm run setup - Navigate to
Hanafuda-Testnetdirectory. - Navigate to
accountsfolder and renameaccounts_tmp.jstoaccounts.js. - Now open
acccounts.jsand setup your accounts. - Now Back to
Hanafuda-Testnetdirectory and Navigate toconfigadjust theconfig.jsas needed. - Also Configure proxy if you want by open
proxy_list.js. - Back to
Hanafuda-Testnetdirectory. - To start the app open your
Command PromptorPower Shell - Run Bot
npm run start
To update bot follow this step :
- run
or
git pullif error rungit pull --rebasegit 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
refreshTokenfrom that, copy to the bot accounts - Make sure you've connect your wallet so your Wallet and Hanafuda account is binded