-
Notifications
You must be signed in to change notification settings - Fork 33
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
base: master
Are you sure you want to change the base?
Conversation
…ld version of bcoin For example, as of today (9/15/2018), if you just run npm install the bcoin version you get will have bcoin.KeyRing PascalCased, whereas the mbexport code expects bcoin.keyring (all lowercase)
Leaving a short note as a thank you to Mr. David Deutsch @DavidKDeutsch Your work helped me recover my coins from 2013. Many thanks. |
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 |
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! |
Legend @DavidKDeutsch |
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.