Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add drone information to multinode demo instructions
Browse files Browse the repository at this point in the history
rob-solana committed Jul 13, 2018

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1 parent b253ed0 commit adc60f3
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ $ source $HOME/.cargo/env
Now checkout the code from github:

```bash
$ git clone https://github.com/solana-labs/solana.git
$ git clone https://github.com/solana-labs/solana.git
$ cd solana
```

@@ -84,7 +84,7 @@ Now start the server:
$ ./multinode-demo/leader.sh
```

To run a performance-enhanced fullnode on Linux,
To run a performance-enhanced leader,
[CUDA 9.2](https://developer.nvidia.com/cuda-downloads) must be installed on
your system:
```bash
@@ -95,6 +95,20 @@ $ SOLANA_CUDA=1 ./multinode-demo/leader.sh
Wait a few seconds for the server to initialize. It will print "Ready." when it's ready to
receive transactions.

Drone
---

In order for the below test client to work, we'll also need to spin up a drone
to give out some test tokens. The drone delivers Milton Friedman-style "air
drops" (free tokens to requesting clients) to be used in test transactions.

Start the drone on the leader node with:

```bash
$ ./multinode-demo/drone.sh
```


Multinode Testnet
---

@@ -104,7 +118,7 @@ To run a multinode testnet, after starting a leader node, spin up some validator
$ ./multinode-demo/validator.sh ubuntu@10.0.1.51:~/solana 10.0.1.51
```

To run a performance-enhanced fullnode on Linux,
To run a performance-enhanced validator,
[CUDA 9.2](https://developer.nvidia.com/cuda-downloads) must be installed on
your system:
```bash
@@ -113,6 +127,7 @@ $ SOLANA_CUDA=1 ./multinode-demo/leader.sh ubuntu@10.0.1.51:~/solana 10.0.1.51
```



Testnet Client Demo
---

0 comments on commit adc60f3

Please sign in to comment.