Coder Social home page Coder Social logo

Comments (3)

0xbok avatar 0xbok commented on June 13, 2024

looks like it is y_sum_s in the generate key file.

from multi-party-ecdsa.

ahsan-arif avatar ahsan-arif commented on June 13, 2024

Hi! Is y_sum_s the public key? Here is what I did:

  1. 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"));

  2. Funded the account with 0.2 ETH, and signed the transaction to send 0.001 ETH to some address.

  3. 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?

from multi-party-ecdsa.

0xbok avatar 0xbok commented on June 13, 2024

yeah, i was probably wrong. I extracted the eth address using ecrecover:

  • Follow #177 (comment). In other words, apply this change narayanprusty@0aba299 by @narayanprusty.
  • Compile, and now when you sign using gg20_sign, supply the keccak hash as the message.
  • The signature will be r,s,recid. Get v=recid+1.
  • Use ecrecover to get the eth address or you can use any web3 library to get recover the public key or the address.

Confirm using multiple signatures that you are getting the same address back.

from multi-party-ecdsa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.