Skip to content

Latest commit

 

History

History
97 lines (75 loc) · 2.32 KB

File metadata and controls

97 lines (75 loc) · 2.32 KB
layout page
title Docs
tagline
excerpt TurtleCoin [TRTL] is a CryptoNote based blockchain focused on community, users, and fun
permalink /docs.html
header
image
/assets/img/home-header.png
ref about
lang en
order 1

ANN

Name:          : TurtleCoin  
Algorithm      : [CryptoNote](http://cryptonote.org)
                 -ASIC resistant
                 -Enhanced Privacy
                 -Elastic Blocks
                 -Fair Mining
Time           : 30 second targey block time - made by and for miners.  
Econ           : Two decimal places like USD  
Supply Cap     : Plenty.  
Address Prefix : "TRTL".   
Currency Code  : "TRTL".  

Installation

Linux

Download the binary tarball distribution from the Release page and unpack it, or build from source.

Windows

Mac

Running TurtleCoin

Starting the TurtleCoind Daemon

With simplewallet running (in background or another terminal), run

./TurtleCoind

Running the simplewallet Client

Linux

./simplewallet

Windows

Mac

Create a Wallet

In the running simplewallet client:
Press G to generate new wallet.
Enter a filename for your wallet (default is wallet.bin).
Enter a passphrase for your wallet. Warning: There is no passphrase confirmation, so be careful!

Get Your Address

In the running simplewallet client, type address and press enter.

Using the TurtleCoin simplewallet

Check Your Balance

In the running simplewallet, type balance and press enter to see your balance.

Send TurtleCoin

In the running simplewallet, type

transfer 0 <destination_address> <amount>

(note that 0 is the mixin arg. For enhanced security/privacy of the the transaction, increase this number)

Mining

Linux

With simplewallet and TurtleCoind running (in background or another terminal), run

./miner --address <address>

Official Communications

Github Repositories

Contributing

If you want to start contributing, the best bet right now is to join our discord and discuss with the community there. Look for RockSteady, bebop, or michelangelo for guidence. Cowabunga!