-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rush Wallet #170
Comments
update - im getting "invalid rushwallet fragment" - im using - ./brainflayer -t rush -r {everything after the #} when it outputs to error to me the address seems to have changed? |
I have also tried the same command with a different wallet and i get this error : "event not found" |
You didn't include the
That's an error from your shell, probably because you need to quote the fragment including the |
I have included ! at the end, does not work unfortunately. Just for a test, I created a rush wallet here - https://rw.rubixapps.com/#CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d Password is Test123 Same problem however, invalid rush wallet fragment |
Looking at this, I do believe they modified the algorithm: https://rw.rubixapps.com/app.js?v=15 |
Have tried it both ways, without the characters after !. They stopped support in 2018, that site is a sort of legacy site, I wouldn't really trust it. I have my URL but unfortunately don't have the password. I got the old website from the internet achieve, saved offline version and have been trying it there, with internet explorer. |
Maybe they updated it prior to going out of business. Thanks for your help, I may have to try brute force the password another way. |
I checked the code again, it should be working. Can you please provide the exact command line you're using, with the each character after the My code doesn't care how many characters are before the |
./brainflayer -t rush -r CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d ./brainflayer -t rush -r CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n! ./brainflayer -t rush -r 6791dc865d ./brainflayer -t rush -r "CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d" Have tried all those variations |
Im getting "-bash: !6791: event not found" with 10 after the ! |
use single quotes instead of double quotes |
|
in bash, double quotes interpolate some metacharacters, whereas single quotes do not |
It doesn't output status information unless you pass |
You need to specify the input file ( |
Despite that, it doesn't work for me either (it reads failed and printing all the keys). It's still failed when specified the bloom filter. Probably the checksum doesn't match. Same when created a new one. |
I'm trying to guess the password of an old rushwallet address that has bitcoin in it, I have the rushwallet domain with the hash but not the password unfortunately. I built the package and I'm trying to to use it with the -t rush but just running into invalid argument, any ideas? Thanks
The text was updated successfully, but these errors were encountered: