Post
Topic
Board Announcements (Altcoins)
[ANN][XSD] Scordite - Anonymous Transaction - No Premine - Cryptonight
by
scordite
on 08/07/2018, 01:31:43 UTC
Development started. Mainnet and mining ONLINE .

Early stage development - Mining on your own Risk - This is considered a hobby project

Specs:

Name: Scordite
Ticker: XSD
Algo: Cryptonight
Max. Coin: 500.000.000 XSD
Premine: No
Instamine: No

Info:

Website: scordite.one
Github: github.com/scordite
Twitter: @scorditeXSD
Block Explorer: TBA (In Development)
Telegram:TBA
Discord: Join Discord
DEV Team: Anon


Pools:

eGameLite.com




DIY Instruction:



(In case you don't have a linux machine create a VM with Oracle VM)


// Open Terminal


// Make sure your machine is ready:


$ sudo apt-get update
$ sudo apt-get install build-essential git cmake libboost-all-dev python make automake g++ gcc


// Download & Compile


$ git clone https://github.com/scordite/scordite.git

$ cd scordite

$ make


// Start Daemon


$ cd scordite

$ cd build

$ cd release

$ cd src

$ ./scordited


// Follow the instruction and create a wallet

// Open a new terminal and start the simplewallet


$ cd scordite
$ cd build
$ cd release
$ cd src
$ ./simplewallet

// After creating a wallet:

start_mining [threads]


More infos soon.