E
E
Ethernity Docs
Search…
Welcome to Ethernity CLOUD
Contact
Social Media
Getting Started
Ethernity Node Quick Start
Ethernity Client Quick Start
Platforms and dependencies
Blockchain Settings
Security Considerations
Installation
ethernity node
Prerequisites
Download
Installing the Node
Running the Node
Configuring the Node
Monitoring the Node
Firewall Rules
Proof of eXecution
Node Reset
Ethernity Client
Prerequisites
Download
Running the Client
Configuring the Client
Proof of eXecution
Ethernity Smart Contract
Data Owner API
Data Processor API
Ethernity Testnet
Data Processors
bloxberg
How to Participate
Wallet
MetaMask
Installation
New Wallet
Restore Wallet
ETNY on Bloxberg
Wallet Validation
Contract Upgrade
Receive ETNY - Optional step
Send ETNY - Optional step
Public Sale Buying Journey
Round 1
Round 2
Round 3
Powered By
GitBook
Ethernity Client Quick Start
To run the Ethernity CLOUD client there are a few requirements:
Platform Software and dependencies
Platforms and dependencies
Blockchain and Wallet Settings
Blockchain Settings
Quick Start
For Windows start 'Git Bash' for the terminal.
Clone the repository
1
git clone https://github.com/ethernity-cloud/mvp-pox-client.git
Copied!
Create the config file
Write the blockchain wallets keypairs inside the config file.
1
cd mvp-pox-client
2
​
3
cat << EOF > config
4
ADDRESS=0x1602562d48d6Dee651D357f0111963431AdBca68
5
PRIVATE_KEY=ecc73d25230fa2b8eb6f8d4a7786600ad9e19ce1c58a620fcad41d4eefa986bf
6
EOF
Copied!
Start the client
1
./pox-do -s scripts/cos-bench/cos-bench.py -f scripts/cos-bench/fileset
Copied!
Previous
Installation
Next
Platforms and dependencies
Last modified
1yr ago
Copy link
Contents
Platform Software and dependencies
Blockchain and Wallet Settings
Quick Start
Clone the repository
Create the config file
Start the client