CoolFace
Apppublic

is3ller4/seedphrasehunter-pro

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
25 commits on main
d6f5ddd1y ago

keep everything the same but replace and add these world list to bip39Words in the code

is3ller4
eb023eb1y ago

keep everything the also show bitcoin balance in scan log and wallet address wallet address is possible to show in scan log

is3ller4
e4fceff1y ago

keep everything the same but mix the seed phrase up with different words instead of it all being alphabetically

is3ller4
4a7e3fc1y ago

keep everything the same but in the scan log box below show the seed phrases being scanned

is3ller4
28a97851y ago

keep everything the same add blockchain to the api list also add minimum btc balance and make the default 0

is3ller4
0afbd221y ago

Promote version 382dab5 to main

is3ller4
54cde9b1y ago

Promote version 382dab5 to main

is3ller4
270b1491y ago

keep everything the same but also also add blockchain api to the api option

is3ller4
45914d51y ago

Manual changes saved

is3ller4
38d26b61y ago

Promote version c15d56b to main

is3ller4
d00e5151y ago

keep everything the same but make it so if i chose blockchain api it will use the blockchain api in the code if I chose blockcypher api it will use the blockcypher api in the code and if chose blockstream option it will use the blockstream api in the code

is3ller4
c15d56b1y ago

keep everything the same, just add blockcahin option too also add blockchain api to website code. Also add minimum btc balance amount to to check from starting from 0

is3ller4
382dab51y ago

keep everything the same but add option to use blockchain, blockcypher and blockstream. Add blockcypher and blockstream api to website too.

is3ller4
a9297161y ago

keep everything the same just make it scan from of native segwit (p2kpkh), p2sh-segwit (p2wpkh-p2sh) and legacy (p2pkh) options mdoe

is3ller4
ef47d4d1y ago

Manual changes saved

is3ller4
460d53a1y ago

the start scanning button does not respond fix it

is3ller4
c6b08ec1y ago

the start scanning button does not work make the button start the scan

is3ller4
d41d4af1y ago

button does not do anything fix it

is3ller4
8fabc4a1y ago

the start scanning button does not scan make it scan the seed phrases

is3ller4
c40b2971y ago

make the start scanning button work it does noting make it scan

is3ller4
ccea8461y ago

make the start scanning button scan

is3ller4
0cc8db61y ago

the start scanning button does nothing make it work

is3ller4
262e6bf1y ago

Manual changes saved

is3ller4
bf0768d1y ago

make a website that scans many bitcoin BIP‑39 12 words mnemonic seed phrases and finds the correct seed phrase and shows a seed phrase with the balance and shows the wallet address. it scans for bip 39 12 words for type legacy (p2pkh), p2sh-segwit (p2wpkh-p2sh), native segiwit (p2wpkh) types. You enter every seed phrase in a text box it randomly creates over 10 million 12 word list and searches for seed phrases that have active wallet with balance and wallet address. it put words together and finds active seed phrases. add a blockchain api to the website that will be used to scan the seed phrase and will verify results. make a scan button that when you click it will scan bitcoin BIP‑39 mnemonic seed phrases. Make a box at the bottom that shows all the scan happening and then create another box below that shows found results with the balance. If you can with the results show the wallet address of the found seed phrase.

is3ller4
cb4c9d71y ago

initial commit

is3ller4