jgilmour / brainwallet-check

Generates a bitcoin address and private key according to a 'brainwallet' string, then checks to see if the wallet is active
27 stars 32 forks source link

please can you tel me why I get this error and it shows no ballance or that it has not been used #1

Open ghost opened 7 years ago

ghost commented 7 years ago

Name:~/brainwallet-check$ python brainwallet-check.py 'satoshi' sh: 1: GET: not found sh: 1: GET: not found

brainwallet string: satoshi private key: da2876b3eb31edb4436fa4650673fc6f01f90de2f1793c4ec332b2387b09726f bitcoin address: 1ADJqstUMBB5zFquWg19UqZ7Zc6ePCpzLE First seen according to blockchain.info: Wallet amount:

Nuc7ear commented 6 years ago

Just make normal request Wrong requst : resquests.get(GET 'url') Right: requests.get('url')