GithubHelp home page GithubHelp logo

sayuki0x / turtle-vanitygen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moonmoondogo/turtle-vanitygen

0.0 1.0 0.0 4.75 MB

Vanity address generator for https://turtlecoin.lol/

License: MIT License

Nim 19.62% C 80.38%

turtle-vanitygen's Introduction

Work in Progress

This repository contains Nim wrappers over a few of the cryptonote cryptographic primitives and some address handling procedures.

These wrappers are used for a vanity address generator for TurtleCoin. Most of this repository was programmed by @ehmry (nim-monero).

Building

Clone the repository and run nimble build.

Running

Run the binary in the out directory with your desired prefix.

Limitations

Currently, only one block is encoded to base58 resulting in 12 characters.

TurtleCoin addresses start with TRTL, followed by either u or v, followed by a subset of characters of the base58 alphabet followed by other base58 characters. This means that the first 6 characters of a TurtleCoin address are either fixed or limited to a subset of the base58 alphabet. Therefore, it only makes sense to search for the prefix after the sixth character. This also means that only prefixes up to six characters can be found.

If you want to search for a longer prefix, uncomment the lines below

#cryptonote.encodeBlock(b58, 11, buf, FullBlockSize, FullBlockSize)
#b58 = newString(cryptonote.FullEncodedBlockSize * 2)

and delete the following line

b58 = newString(cryptonote.FullEncodedBlockSize)

Be also aware that prefixes with 6 or more characters can take a very long time. The time added per character grows exponentially.

turtle-vanitygen's People

Contributors

ehmry avatar moonmoondogo avatar nnamon avatar

Watchers

James Cloos 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.