Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
convid19 committed Mar 14, 2020
1 parent 6a99771 commit f92e9d4
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,56 +1 @@
![image](https://user-images.githubusercontent.com/34389545/35821974-62e0e25c-0a70-11e8-87dd-2cfffeb6ed47.png)

#### TurtleCoin is a fun, fast, and easy way to send money to friends and businesses

[![Discord](https://img.shields.io/discord/388915017187328002?label=TurtleCoin%20Discord)](http://chat.turtlecoin.lol) [![GitHub All Releases](https://img.shields.io/github/downloads/turtlecoin/turtlecoin/total?label=Downloads)](http://latest.turtlecoin.lol) [![GitHub contributors](https://img.shields.io/github/contributors-anon/turtlecoin/turtlecoin?label=Contributors)](https://github.com/turtlecoin/turtlecoin/graphs/contributors) [![GitHub issues](https://img.shields.io/github/issues/turtlecoin/turtlecoin?label=Issues)](https://github.com/turtlecoin/turtlecoin/issues) ![GitHub stars](https://img.shields.io/github/stars/turtlecoin/turtlecoin?label=Github%20Stars)

### Contributing to TurtleCoin

We are a community of people across the world giving our time to make this software better. There are many ways you can help or join us:

- If you'd like to report a bug, [fill out a bug report](https://github.com/turtlecoin/turtlecoin/issues/new?template=bug_report.md)
- If you'd like to submit code for a bug you fixed, [submit a pull-request](https://github.com/turtlecoin/turtlecoin/compare)
- If you're a tester submitting tests you've done on a Release Candidate, [click here](https://github.com/turtlecoin/turtlecoin/issues/new?template=release-candidate.md)
- If you're a beginner developer, and want a list of easy things you can accomplish to help, [click here for a list of TODOs](https://github.com/turtlecoin/turtlecoin/labels/GOOD%20FIRST%20ISSUE)
- **Everyone else just click the ★ star at the top of this repository 😊 It really helps us out!**

For anyone else wishing to help the community or who needs answers to questions not covered in this document, join us in our [Discord Chat](http://chat.turtlecoin.lol) here.

### TurtleCoin Build Branches

![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/turtlecoin/turtlecoin/Build/master) **Master**
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/turtlecoin/turtlecoin/Build/development) **Development**

### Installing TurtleCoin

To use TurtleCoin, you'll need a way to connect to the network, and a wallet to hold your funds. This software includes those things for you, you can compile it yourself, or you can download the ones that we have compiled for you.

**Click here to download: http://latest.turtlecoin.lol**

To compile from sourcecode yourself, [click here for build instructions](https://github.com/turtlecoin/turtlecoin/blob/development/COMPILE.md).

### Getting Started Fast

Everyone starts somewhere. If you're new or returning, you'll probably want to get in sync with the network so you can use your funds. Syncing from your own node is faster than syncing from a remote node. Here are some handy links to get you there as soon as possible.

- **Use checkpoints** - Checkpoints help your node sync faster, [learn more](http://checkpoints.turtlecoin.lol/use.html) or [download here](http://checkpoints.turtlecoin.lol)
- **Learn things** - Syncing will take time, to help pass that time [learning how to use TRTL](https://docs.turtlecoin.lol/)
- **Backup your keys** - You can generate a wallet right inside the software, or use [this generator](https://turtlecoin.lol/wallet/) that will make a [printable physical paper wallet](https://docs.turtlecoin.lol/guides/wallets/making-a-wallet) to put in a safe place for later.

### A note for contributing developers

Hello, and thank you for helping us! Our work makes use of many brilliant projects from other communities who contributed their code which helped us get to where we are now. To make sure we're always doing things the right way, we try to make sure we get the proper license header in every file we modify. By the terms of this project's license, any open source project may use our software, but the licenses may only be appended to, not altered.

See [src/config/CryptoNoteConfig.h](https://github.com/turtlecoin/turtlecoin/commit/28cfef2575f2d767f6e512f2a4017adbf44e610e) for an example.

```
// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers
// Copyright (c) 2014-2018, The Monero Project
// Copyright (c) 2018-2020, The TurtleCoin Developers
//
// Please see the included LICENSE file for more information.
```

### Contributing Projects

[![cryptonote](https://user-images.githubusercontent.com/34389545/72484723-d84bf700-37ca-11ea-812e-e24cd7bf9fca.png)](https://cryptonote.org/)[![bytecoin](https://user-images.githubusercontent.com/34389545/72484467-ef3e1980-37c9-11ea-903d-3d1266e9c4c2.png)](https://bytecoin.org/)[![monero](https://user-images.githubusercontent.com/34389545/72484448-e0576700-37c9-11ea-934a-15a7d9231709.png)](https://web.getmonero.org/)[![forknote](https://user-images.githubusercontent.com/34389545/72484430-d59cd200-37c9-11ea-8529-e06ae2426dca.png)](http://forknote.net/)[![turtlecoin](https://user-images.githubusercontent.com/34389545/72484404-c0c03e80-37c9-11ea-8754-0b5a8e797965.png)](https://turtlecoin.lol)

0 comments on commit f92e9d4

Please sign in to comment.