Search content
Sort by

Showing 3 of 3 results by wileecotye
Post
Topic
Board Bitcoin Technical Support
Re: Encrypted wallet.dat, lost password, any solutions?
by
wileecotye
on 03/01/2014, 05:15:40 UTC
Hi -all Newbie here
i have done the stupid thing and forgotten my password to my litecoin wallet

have tried all the scripts here on the site and can only get one to run
i need a script that i know the first 9 charasters but not the rest could be unto 9 long
have managed to get one script from page 2 working in a linux platform

can some provide a script that can run various letters and number for the rest of the password please
Post
Topic
Board Beginners & Help
Re: How come I can't post??
by
wileecotye
on 03/01/2014, 02:13:59 UTC
one day i too will be a master  Cheesy
Post
Topic
Board Beginners & Help
Topic OP
Help Finding lost passphrase
by
wileecotye
on 02/01/2014, 07:15:08 UTC
 Smiley

i have forgotten my passphrase
i have seen the thread with the scripts -but i don't seem to be able to get the scripts to run
i am using OSX and have found the two areas where i need to be
make litecoin.conf in/Users/Andrew/Library/Application Support/Litecoin/
file contains rpcuser=litecoinrpc rpcpassword=rpc-pass

i then have run ./Litecoin-Qt -server -rpcpassword=rpc-pass -rpcport-9332
from Dir Applications/Litecoin-Qt.app/Contents/MacOS

Copied brute.rb to above directory where Litecoin-Qt is
then typed ruby brute.rb

and get this

brute.rb:20: syntax error, unexpected tSYMBEG, expecting kDO or '{' or '('
  request.body = { method:"walletpassphrase", params:[pas...
                           ^
brute.rb:20: syntax error, unexpected ',', expecting kEND
...= { method:"walletpassphrase", params:[passphrase, 1] }.to_j...
                              ^
brute.rb:20: syntax error, unexpected ']', expecting tCOLON2 or '[' or '.'
...hrase", params:[passphrase, 1] }.to_json
                              ^
brute.rb:31: syntax error, unexpected kDO_BLOCK, expecting kEND
  array.first.map do |word|
                    ^
brute.rb:32: syntax error, unexpected tIDENTIFIER, expecting kEND
brute.rb:35: syntax error, unexpected kEND, expecting $end