Code Monkey home page Code Monkey logo

Comments (4)

rbrunner7 avatar rbrunner7 commented on June 19, 2024 1

Monero private keys do not use the full 256 bits. They don't go up to 2^256-1, but if I understand that correctly only up to 2^252 + 27742317777372353535851937790883648493. Keys larger than this "magic" number get "reduced" with a modulo op to fit into the range. If somebody use a process that comes up with fully random 256 bits, they can hit such key over the limit.

So, nothing is really wrong I would say, you can use a wallet with such a "seed discrepancy". Or, if you find this all a bit strange and worrying, you can continue to generate random hex numbers with 64 digits until you hit one that is small enough and will not produce such an anomaly.

from monero.

selsta avatar selsta commented on June 19, 2024

How did you create this seed?

from monero.

developergames2d avatar developergames2d commented on June 19, 2024

How did you create this seed?

Generate 64-hexadecimal seed 1065d19680de20cd7f55a1650d13a8f50728a1460d925e6889ed52055ee9c14a and past to addresstests on https://github.com/luigi1111/xmr.llcoins.net/tree/master/site

After I past seed to addressgen and get all keys.

from monero.

developergames2d avatar developergames2d commented on June 19, 2024

1065d19680de20cd7f55a1650d13a8f50728a1460d925e6889ed52055ee9c14a

When I try to set first 2 hex-digits to 0, it not works, but when I try to set last 2 digits to 0, all is OK.

from monero.

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.