Skip to content

Releases: anonymousbitcoin/anon-full-node-wallet

ANON Wallet v0.1.1 Basic Multi-language Support

03 Sep 17:45
c305458
Compare
Choose a tag to compare

Release contains the missing text variables for languages besides English. Contains basic support for English, Spanish, and Dutch. We need community members to look at the variables recently added in this release and review the current languages as well as add those missing that they're familiar with.

ANON Full Node Wallet v0.1.0

15 Aug 17:04
c305458
Compare
Choose a tag to compare
Pre-release

Anon Full Node Wallet v0.1.0

WARNING: Be careful when using this software! It is highly experimental.
Always test with small amounts first! It is your responsibility to properly handle your private keys!

Windows, Mac (Yosemite, El Capitan, Sierra, High Sierra), Linux

Before installation:

Install JDK9

Ensure your anon.conf file contains the line testnet=1 to ensure you run on the test network.

You will need the latest version of Java.

To build from source, follow the instructions in README.md.

For Linux, you must compile Anon first. You can find the instructions here. Then you can build the GUI from the source or download one of the archives below and paste the AnonymousDesktopWallet-1.0.jar. file into /home/USERNAME/anon/src/

For Mac, you will need to paste the AnonymousDesktopWallet-1.0.jar into your ~/anon/src/ directory where anond and anon-cli are located.

NOTE: You may need to make the file executable, which can be done with the following command:

chmod u+x AnonymousDesktopWallet-1.0.jar

Keep your private keys safe! Always back them up right away!
Your wallet file is located at -

Windows: %APPDATA%\anon\testnet4\wallet.dat

Mac: ~/Library/Application Support/Anon/testnet4/wallet.dat

Linux: ~/.anon/testnet4/wallet.dat

If you make an encrypted wallet.dat, don't lose or share the password!

Base CLI wallet (Anon anon-cli, anond) built from source - https://github.com/anonymousbitcoin/anon