z6o / WalletHunter

WalletHunter is a python program that hunt wallets using bitcoinlist.io (eductional purposes only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Its not working in Termux

t0km4q opened this issue · comments

Hi,

I was trying to run this tool on my phone, and i did everything but all i got is just a blank screen and "sh: cls inaccessible or not found" message. I dont know why am i getting a blank screen when i run the tool. Can someone help me?

commented

try to change all Lines where os.system("cls") is to os.system("clear") i think this should work.
If there are still errors please open a issue again.