Skip to content

Instantly share code, notes, and snippets.

@kaypon
kaypon / anon_beginner_instructions.md
Last active October 15, 2018 21:46
Install Anon For Beginner Mac Users

How to set up Anon for the first time (ON MAC):

Setting up an Anon node can be confusing for first time users. Follow the guide below to ensure your environment is set up and ready.

Mac:

Node Installation:

First, in your terminal install XCode. You can install it using this line:

Handy Commands

Alias

I use:

alias ant="./src/anon-cli -testnet

So i dont have to use the full command. With that just type ant help and take a look.

How to claim BTC in ANON

Using Mnemonic passphrase:

Ensure you have your mnemonic pass phrase for your wallet. This can be the 12 or 24 letter phrase you (hopefully) wrote down when you created you wallet for the first time. (If you've lost your passphrase, sorry...)

Using this offline tool, enter your mnemonic phrase. FOLLOW ALL SECURITY GUIDELINES EXPRESSED IN THE REPO ITSELF!! MAKE SURE YOU HAVE YOUR INTERNET CONNECTION DISABLED!!

Enter your BIP39 Mnemonic. Ensure you select BTC - Bitcoin in the Coin section.

@kaypon
kaypon / ANON_FAQ.md
Last active September 3, 2018 22:00
FAQ for Anon. Aimed at new users with limited experience in terminal.

ANON FAQ

Welcome to Anon! We understand that running nodes through the terminal can be challenging even for experience developers. This guide should help you with commands and tricks and get the most out of your Anon Full Node!

This list is comprised of the most commonly asked questions. If you have a different issue or question. Contact the ANON team directly at our issues page, and we can answer them for you, and add them to this list.

How do I build/compile the node?

To build the node, follow the instructions in the readme, the instructions are different for each operating system. A full list of the documentation can be found here.

@kaypon
kaypon / script.md
Last active July 11, 2019 22:38
Script followed during 'How to set up an ANON masternode' tutorial

Masternode Setup

Hello and welcome! My name is kevin, I'm a core developer at ANON. Today I'll be going over what is a Masternode, and the process of how to set one up.

What is a masternode?

What is a masternode, and why would you want one?

Please note: I am by no means a financial advisor, this video is intended to inform and demonstrate to you the process of setting up a masternode. As with everything in crypto, do your due diligence and do not invest any money you are not prepared to lose.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@kaypon
kaypon / readme.md
Last active September 14, 2018 02:42

ANON

Build Status

Anonymous Bitcoin v1.0.0

ANON is an implementation of the zerocash protocol, bootstrapped with a merge of the Official Bitcoin and Zclassic UTXO sets via a snapshot and airdrop, and with the additional implementation of masternodes.

Table of Contents

Anon Masternode setup guide

In this guide we will install an ANON masternode through the terminal. Let's get started!

Disclaimer, you will get the best results if you do this in one sitting. Be cautious and always triple check the addresses and private keys you are working with.

Contents

Anonymous full spec sheet

Official Release Dates

The official release dates for the ANON blockchain are as follows:

Network Release Date
Test Net 10 August 2018
Main Net 10 September 2018
@kaypon
kaypon / Governance_guide.md
Last active March 5, 2019 23:25
Guide on how to generate and submit successful proposals on the ANON blockchain.