firoorg / electrum-firo-archived

Firo light-weight electrum client
MIT License
20 stars 7 forks source link

Can't confirm transaction with Ledger #21

Closed iv41879 closed 5 years ago

iv41879 commented 5 years ago

Hi,

when trying to send coins I get stuck with message "Confirm Transaction on your Ledger device..." but nothing is appearing on my Ledger device within ZCoin application. I have just uploaded to latest version of Electrum.

Thx

robin19741806 commented 5 years ago

Hi, I performed a full reset Ledger, nothing has changed.

robin19741806 commented 5 years ago

Hi, I do not know how, but I have a transaction, miracles ...

blondster commented 5 years ago

Hi , confirmed by Ledger wallet ?

robin19741806 commented 5 years ago

Yes, of course, confirmation on Ledger Wallet!

blondster commented 5 years ago

tonight I will try

blondster commented 5 years ago

I have updated the version of the Ledger Live. I have updated BitCoin and Zcoin app -1.3.8. And again without success with the transaction confirmation with Ledger :(

a-bezrukov commented 5 years ago

The mined coins should mature 100 blocks since the they were produced. I am testing this case now.

ToroTer commented 5 years ago

I fixed my problem . I had a zcoin mining pool adress on the Ledger and saw , when I made a transaction all time the mining adress was included in the INPUT, so no confirmation screen on the Ledger .

Then I tried it with the Zcoin tool and Ledger. I saw that the problem was only this mining adress . With all other adresses no problems with Ledger .

I found this articel : https://support.ledger.com/hc/en-us/articles/115005165209-Receive-mining-proceeds

That solved my problem

a-bezrukov commented 5 years ago

@ToroTer Many thanks for your input!

blondster commented 5 years ago

I tried also. Forwarded the balance to another address, and then tried to send it from the new address, and then I showed the confirmation message on Ledger Wallet .

yuri1313 commented 5 years ago

I fixed my problem . I had a zcoin mining pool adress on the Ledger and saw , when I made a transaction all time the mining adress was included in the INPUT, so no confirmation screen on the Ledger .

Then I tried it with the Zcoin tool and Ledger. I saw that the problem was only this mining adress . With all other adresses no problems with Ledger .

I found this articel : https://support.ledger.com/hc/en-us/articles/115005165209-Receive-mining-proceeds

That solved my problem

That did it, thank you so much for the input @ToroTer !

robin19741806 commented 5 years ago

ToroTer , thank you so much, the problem is really that.

a-bezrukov commented 5 years ago

Adding a message which warn about a big number of inputs for a Ledger tx.

iv41879 commented 5 years ago

I tried also. Forwarded the balance to another address, and then tried to send it from the new address, and then I showed the confirmation message on Ledger Wallet .

Hi, how do you forward the balance to another address without confirmation on Ledger device?

a-bezrukov commented 5 years ago

@iv41879 You have 2 options - o1 is to chose number of inputs that Ledger can handle, and o2 is to enter the seed words into your Electrum-XZC in BIP44 mode during a new wallet setup. o1. My Ledger Nano could handle around 50 inputs, so one could start with showing inputs in View -> Show coins, selecting 50 inputs there and sending it to their address (with min mining fee). Binary search on the proper # of inputs can be done. o2 has been perfectly described here: https://github.com/zcoinofficial/electrum-xzc/issues/21#issuecomment-472604529

Good Luck