CoolFace
Apppublic

mrtwd/bitcoin-seed-whisperer

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
8 commits on main
71697871y ago

make the scan seed phrase button scan seeds with blockchain api and shows below in a box if it the seed is valid or invalid.

mrtwd
64c27061y ago

shows the result on the website and shows that it is scanning with the seed phrase entered. results should show is seed phrase is valid and the balance with the wallet address.

mrtwd
0ce35b81y ago

make the check wallet button work when you click it and it checks a existing seed phrase you have entered in the right box with the blockchain api.

mrtwd
33c18421y ago

make the button work, when you click 12 words button it goes to 12 words mode and if you click 24 button it goes to 24 words mode. if you chose 12 words button it will scan 12 words and if you chose 24 words it scans 24 words. when you click check wallets button it checks seed phrases and checks with the blockchain api to see if it is valid and shows the results at the bottom. when you click scan seed phrases it randomly creates a 12 or 24 words seed phrase lists depending on the option you chose. and scans it to see if a seed phrase is valid and shows the balance and wallet address below. Create a box below that shows all the seed phrases that are being searched for.

mrtwd
a9b61e41y ago

connect block chain api for results

mrtwd
4bcdb8f1y ago

make a website that searches many bitcoin BIP‑39 mnemonic seed phrases and finds the correct seed phrase and shows a seed phrase with the balance and shows the wallet address. have a 12 or 24 words option. so the website can work offline. You enter every seed phrase it searches for seed phrases that have active wallet with balance and wallet address. it put words together and finds active seed phrases. use blockchain api to verify results. and other api.

mrtwd
807100f1y ago

make a website that searches and creates bitcoin BIP‑39 mnemonic seed phrases of 12 or 24 words and uses blockchain api to see the balance and shows the wallet address. you can use it offline too. shows the result once a seed phrase is found and shows the balance with the wallet address. have a option to add seed phrases in the box has a search button then shows the results.

mrtwd
5fbb44b1y ago

initial commit

mrtwd