greenaddress / gentle

(G)r(e)e(n)Address.i(t) n(L)ockTim(e) recovery tool
22 stars 20 forks source link

Transactions Not Loading #14

Open smokeythebear93 opened 7 years ago

smokeythebear93 commented 7 years ago

I have tried running gentle on Firefox and Chrome. After uploading my mnemonics and Nlock.zip it process’s to 100% progress. After reaching 100% progress nothing shows up for transactions. (to be clear the screen is blank underneath 100% Progress) I have been waiting for a long time for all transactions to unlock and now I still can’t retrieve my funds… Please help!! what am I doing wrong?

greenaddress commented 7 years ago

Hello,

Not sure yet what the issue is. After you see loading progress go to 100% you only see transactions once they get signed before it would load them.

On the bottom right you should see "Please wait: signing transactions (X/Y)..." where Y is all your transactions and X is the ones it has done so far. One by one as it signs them the transaction will appear at the end of the page.

Do you see this? If you provide any screenshot please make sure to not show your mnemonics or amount or nlocktime but most importantly private key.

Once it loaded transactions it should have: Amount, block height for unlock, private key to be imported somewhere once the transaction is broadcasted, and status which is either redeemable or the amount of time left before the unlock (this is an estimation based on block interval)

Just a note, the file is not really being uploaded but just being loaded locally in the browser and when you use it with Chrome do you use it with the flag --allow-file-access-from-files or with the local python embedded server?

Thanks

collapsedev commented 7 years ago

Same here with Firefox console error: "Error: Private key must be less than the curve order" ECPair@file:///.../gentle-gh-pages/lib/gait/bitcoinjs.min.js:5044:46

gangelop commented 7 years ago

Same issue here with Firefox (v 53.03). Once it reaches 100% I get this in the console:

Error: Private key must be less than the curve order
ECPair@http://localhost:8000/lib/gait/bitcoinjs.min.js:5044:46
[43]</</HDNode.fromSeedBuffer@http://localhost:8000/lib/gait/bitcoinjs.min.js:5287:17
[43]</</HDNode.fromSeedHex@http://localhost:8000/lib/gait/bitcoinjs.min.js:5295:10
decryptZipIfAvailable/</</</<@http://localhost:8000/js/controllers.js:274:49
wrappedCallback@http://localhost:8000/lib/angular/angular.js:11046:31
then/<@http://localhost:8000/lib/angular/angular.js:11132:26
$eval@http://localhost:8000/lib/angular/angular.js:12075:16
$digest@http://localhost:8000/lib/angular/angular.js:11903:15
$evalAsync/<@http://localhost:8000/lib/angular/angular.js:12113:15
completeOutstandingRequest@http://localhost:8000/lib/angular/angular.js:4193:7
Browser/self.defer/timeoutId<@http://localhost:8000/lib/angular/angular.js:4494:7

On chromium (v 58.0.3029.110) it works.

Using python 2 or 3 http server modules in both cases to serve Gentle.

nicover84 commented 7 years ago

Same issue here, when I try to use the Gentle website or in local (gentle-gh-pages) using Firefox, I type the mnemonic and upload the nLockTime zip file, progress gets to 100% and nothing happens. Tried multiple browsers but same issue persists. Any idea of what's going on? thanks