> For the complete documentation index, see [llms.txt](https://anubitux-project.gitbook.io/the-anubitux-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anubitux-project.gitbook.io/the-anubitux-documentation/features/tools-list/walletgenerators.md).

# WalletGenerators

<figure><img src="/files/FlwbyobLN7MFrpygRobJ" alt=""><figcaption></figcaption></figure>

* [BitAddress](https://github.com/pointbiz/bitaddress.org) is a javascript tool that runs locally and creates a Bitcoin paper wallet and that can be found at [bitaddress.org](https://www.bitaddress.org/);
* [BlindDecode](https://github.com/ASeriousMister/BlindGen) can be used to obtain private keys generated with BlindGen;
* [BlindGen](https://github.com/ASeriousMister/BlindGen) can be used to allow two users to obtain public addresses without having access to the whole private key;
* [BlindMnemonic](https://github.com/ASeriousMister/BlindMnemonic) can be used to allow two users to obtain public addresses without having access to the whole mnemonic seed;
* [CashAddress](https://github.com/theantnest/bccaddress) is a javascript tool that runs locally and creates a Bitcoin Cash paper wallet and that can be found at [cashaddress.org](https://cashaddress.org/);
* [DashAddress](https://github.com/dashpay/paper.dash.org) is a javascript tool that runs locally and creates a Dash paper wallet that can be found on [paper.dash.org](https://paper.dash.org/);
* [Dice2Seed](https://github.com/ASeriousMister/Dice2Seed) is a tool that obtaines a mnemonic seed starting from the entropy obtained rolling a dice;
* [DiceTracker](https://github.com/ASeriousMister/DiceTracker.py) is a tool that generates printable paper wallets starting from 256 dice rolls, removing the need to trust software's entropy;
* [LastWord](https://github.com/ASeriousMister/LastWord) is a tool that finds a last word that respects the BIP39 checksum for mnemonic phrases;
* [LiteAddress](http://liteaddress.org/) is a javascript tool that runs locally and creates a Bitcoin paper wallet and that can be found at [liteaddress.org](https://github.com/litecoin-project/liteaddress.org);
* [Mic2Paper](https://github.com/ASeriousMister/Mic2Paper) generates printable paper wallets obtaining entropy from the microphone;
* [Mic2Seed](https://github.com/ASeriousMister/Mic2Seed) generates BIP39 mnemonic seeds using entropy obtained from the microphone;
* [MicCheck](https://github.com/AnuBitux/MicCheck) can be used to check if the microphone works properly before generating paper wallets or mnemonic seeds;
* [MoneroWalletGenerator](https://github.com/moneromooo-monero/monero-wallet-generator/) is an offline Monero wallet generator that can also be found on [moneroaddress.org](https://moneroaddress.org/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://anubitux-project.gitbook.io/the-anubitux-documentation/features/tools-list/walletgenerators.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
