This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Home
François-Xavier Thoorens edited this page Nov 25, 2016
·
4 revisions
- Download and install lite desktop client
- Create a new account from the lite client and backup securely your passphrase
- Credit your account with at least 25Ark (ask in slack for #faucet)
- Register your account as a delegate, choosing a unique username
Install essentials:
sudo apt-get update
sudo apt-get install -y curl build-essential python git
Clone this repository
git clone https://github.com/arkecosystem/ark-node.git
cd ark-node
Install PostgreSQL (version tested 9.5.2, but any recent version should do)
sudo apt-get install -y postgresql postgresql-contrib libpq-dev
sudo -u postgres createuser --createdb --password $USER
createdb ark_testnet
Install Node.js (version tested 6.9.1 but any recent version should do) + npm from https://nodejs.org/en/
Install grunt-cli (globally):
sudo npm install grunt-cli -g
Install node modules:
npm install
- edit config.testnet.json
- insert under forging.secrets the passphrase of the delegate account
npm run start:testnet