Git Product home page Git Product logo

nxt_account_id's Introduction

This code calculates Nxt addresses from a set of given passphrases.
Here is how to use it from the command line:

$ javac nxt_account_id.java # To compile the code
$ java nxt_account_id blah blah2 blah3

This will output:

'blah' 456769729687693974
'blah2' 16111303896750395846
'blah3' 3202871157740846442

One way to use this would be to search for the passphase corresponding
to a known address.  For example, if you think the true passphrase
corresponding to a given address differs by a single character from a
known passphrase, you could do:

$ echo MYPASSPHRASE | ./remove_a_letter.awk | xargs java nxt_account_id 
'YPASSPHRASE' 6905830434074861302
'MPASSPHRASE' 9535867058656752834
'MYASSPHRASE' 15190557450786572545
'MYPSSPHRASE' 9744428264923114922
'MYPASPHRASE' 15867835826871473997
'MYPASPHRASE' 15867835826871473997
'MYPASSHRASE' 3743058340698558244
'MYPASSPRASE' 9307424662300878994
'MYPASSPHASE' 1657221682219359625
'MYPASSPHRSE' 9182541071651165808
'MYPASSPHRAE' 3818901984588872135
'MYPASSPHRAS' 1896863173273059371

This assumes you are using a Unix environment and have awk installed.

Good luck!

nxt_account_id's People

Contributors

dmkaplan2000 avatar

Watchers

James Cloos avatar shannon avatar

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.