lucasan123 / electrum-bitgesell

Electrum wallet for Bitgesell cryptocurrency
MIT License
0 stars 0 forks source link

Transactions can't be sent! #1

Open lucasan123 opened 3 years ago

lucasan123 commented 3 years ago

The wallet work but it doesnt allow to send transaction, when sending it give an error message from bitgesell core , senderror the error is generated because electrum give the rawtransaction unsigned by the private keys. indeed if you sign the returned rawtx in the logs with bitgesell electrum and the private keys it is sent

the issue can be:

  1. possible bug in hash of keccak when signing the tx
  2. possible functions errors
lucasan123 commented 3 years ago

https://medium.com/coinmonks/how-to-create-a-raw-bitcoin-transaction-step-by-step-239b888e87f2