Skip to content
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

Strange Error #5

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Strange Error #5

wants to merge 10 commits into from

Conversation

GSF856
Copy link

@GSF856 GSF856 commented Jan 14, 2021

Does anyone know why I would be getting this error when I type a password the btc-recover is claiming is the key. Any thoughts?
(node:77210) UnhandledPromiseRejectionWarning: TypeError: p.push is not a function
at SHA256 (/usr/local/lib/node_modules/mbexport-rd/node_modules/scrypt-async/scrypt-async.js:130:7)
at PBKDF2_HMAC_SHA256_OneIter (/usr/local/lib/node_modules/mbexport-rd/node_modules/scrypt-async/scrypt-async.js:157:51)
at scrypt (/usr/local/lib/node_modules/mbexport-rd/node_modules/scrypt-async/scrypt-async.js:427:7)
at /usr/local/lib/node_modules/mbexport-rd/build/scrypt-encryption-key.js:43:21
at new Promise ()
at ScryptEncryptionKey.get [as keyPromise] (/usr/local/lib/node_modules/mbexport-rd/build/scrypt-encryption-key.js:41:36)
at Decrypter.initialize (/usr/local/lib/node_modules/mbexport-rd/build/aes-cbc-decrypter.js:33:25)
at Decrypter.decrypt (/usr/local/lib/node_modules/mbexport-rd/build/aes-cbc-decrypter.js:21:21)
at /usr/local/lib/node_modules/mbexport-rd/build/mbexport-rd:112:14
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:77210) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:77210) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

David Deutsch and others added 9 commits September 15, 2018 17:01
@Snowysani
Copy link

Leaving a short note as a thank you to Mr. David Deutsch @DavidKDeutsch

Your work helped me recover my coins from 2013. Many thanks.

@discreteaudio
Copy link

I just found this program. What are the prerequisites for install? I can't seem to get it to build with current python and node. What am I missing? Any help would be awesome.

@DavidKDeutsch
Copy link

I just found this program. What are the prerequisites for install? I can't seem to get it to build with current python and node. What am I missing? Any help would be awesome.

You can install my fork of this with npm i mbexport-rd (or just build said fork). The only difference between my fork and this is that I added a package.lock.json and npm-shrinkwrap.json file so that the correct dependency versions are used.

@discreteaudio
Copy link

Shout out to @DavidKDeutsch for this amazing tool. Was able to finally get it to compile using a fresh win10pro vm machine with npm i mbexport-rd

My chip of bit has been freed! Thank you so much for this tool!

@joshuarowley42
Copy link

Legend @DavidKDeutsch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants