-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Here's a quick image of SimpleWallet in action-

Binary distributions can be found here.
Select the appropriate file for the target platform (Windows, Mac, Linux).
Windows binaries are provided in .zip format, while Mac and Linux are provided in .tar.gz format.
Extract the .zip file (turtlecoin...-windows.zip).
Extract the .tar.gz file:
tar -xzf turtlecoin..-mac.tar.gzExtract the .tar.gz file:
tar -xzf turtlecoin..-linux.tar.gzRunning TurtleCoind will start the TurtleCoind network daemon, which will connect to the network and begin downloading and verifying the TurtleCoin blockchain.
Because the blockchain is constantly growing, the file size is always increasing, and TurtleCoind must verify each block (CPU intensive).
To save time, consider downloading a cached 'bootstrap' of the blockchain (see Bootstrapping the Blockchain for more info).
In versions 0.4.3+ you can sync a fresh chain from block 0 much quicker by using checkpoints. Follow this guide to find out how.