Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.16 KB

File metadata and controls

45 lines (31 loc) · 1.16 KB

multiAdaptive

Please use a new wallet.
This activity supports Linux/Mac/Windows systems to participate in the test.

Preparing to Test ETH

You can get test ETH from the following faucets:

Linux/Mac

Downloading the Client

To download the client, run the following command:

curl -L https://github.com/MultiAdaptive/multiAdaptive-cli/raw/master/scripts/download.sh | bash

Participating in the Test

To participate in the test, run the client with your private key:

./multiAdaptive-cli -privateKey="<your privateKey>"

Feel free to replace with your actual private key.

Windows

Downloading the Client

To download the client, run the following command:

curl -L -o download.bat https://github.com/MultiAdaptive/multiAdaptive-cli/raw/master/scripts/download.bat && download.bat

Participating in the Test

To participate in the test, run the client with your private key:

./multiAdaptive-cli.exe -privateKey="<your privateKey>"

Feel free to replace with your actual private key.