Closed 0xbok closed 1 year ago
Hi! Is y_sum_s
the public key? Here is what I did:
I generated an address from this y_sum_s vector by using the following code
const pkey = ethers.utils.computeAddress("0x" + Buffer.from(y_sum_s).toString("hex"));
Funded the account with 0.2 ETH, and signed the transaction to send 0.001 ETH to some address.
When I tried to broadcast the transaction I received an error saying something like "Insufficient funds for Gas + Value".
Can you please help in this regard?
yeah, i was probably wrong. I extracted the eth address using ecrecover
:
gg20_sign
, supply the keccak hash as the message.r,s,recid
. Get v=recid+1
.Confirm using multiple signatures that you are getting the same address back.
Hello, I am sorry, but whenever creating signatures, it generates different addresses What about this?
Thanks @ahsan-arif Your post helped me a lot. thanks again 🤙
looks like it is
y_sum_s
in the generate key file.