Giter Site home page Giter Site logo

Comments (6)

iceland2k14 avatar iceland2k14 commented on August 29, 2024 1

Order = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141

Pubkey = 02deaef545ae247123354d3db69310167704a46236775e725c690c00b1d6c8f34c, PrivateKey = 0xc7d5b70
Pubkey = 03deaef545ae247123354d3db69310167704a46236775e725c690c00b1d6c8f34c, PrivateKey = Order - 0xc7d5b70 = 0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cc3b8e5d1

Case (1) :
python bsgs_v5_gmp.py -p 02deaef545ae247123354d3db69310167704a46236775e725c690c00b1d6c8f34c -b FULLbpfile.bin -bl Bigbloomfilter.bin -n 20000000000000 -keyspace 1:FFFFFFFFFFFF

Case (2) :
python bsgs_v5_gmp.py -p 03deaef545ae247123354d3db69310167704a46236775e725c690c00b1d6c8f34c -b FULLbpfile.bin -bl Bigbloomfilter.bin -n 20000000000000 -keyspace fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cc0000000:FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141

from bsgs.

Mezantrop74 avatar Mezantrop74 commented on August 29, 2024

In this case, the public key is calculated correctly.
photo_2021-03-17_14-57-30

from bsgs.

vanrzuf avatar vanrzuf commented on August 29, 2024

The same error is in previous version. Script is searching for matching X of pubkey. There are 2 pubkeys with the same X.
For example:

priv
0000000000000000000000000000000000000000000000000000000000000002
fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd036413f

pub
02c6047f9441ed7d6d3045406e95c07cd85c778e4b8cef3ca7abac09b95c709ee5
03c6047f9441ed7d6d3045406e95c07cd85c778e4b8cef3ca7abac09b95c709ee5

2priv is max_priv_key - 2

As i can see, for some reason, if we search for 2priv in range of 1priv, script gives us 1priv +2 instead max_priv_key - 1priv

from bsgs.

iceland2k14 avatar iceland2k14 commented on August 29, 2024

Yes it is known and expected. As we match xPoint of a Pubkey then both the Privatekey is known instantly. (PVK, Order-PVK)
Maybe i will add a strict check to display only the required PVK, next time. Thanks for pointing this.

from bsgs.

vanrzuf avatar vanrzuf commented on August 29, 2024

Well now i'm confused
02deaef545ae247123354d3db69310167704a46236775e725c690c00b1d6c8f34c
03deaef545ae247123354d3db69310167704a46236775e725c690c00b1d6c8f34c
WindowsTerminal_n3nVoy03QU

from bsgs.

iceland2k14 avatar iceland2k14 commented on August 29, 2024

@Mezantrop74 Thank you Very much for this test.
I found that Yes it was a Bug related to Boundary Key. Incremental subtraction was able to match both side of boundary and caught the Wrong side key. I have added the strict check and now it will match both (x & y) before final print.
Code Updated.

from bsgs.

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.