Install and run your own Myel Point Of Presence.
Welcome to the Myel documentation. Here you'll find information on how to run a cache provider, a.k.a a pop node.
pop
nodes are the independent caches on the Myel network that can host and serve content to requesting clients.
These nodes can execute four operations, which are:
Download and install the binaries from the Github release page.
Or build from source:
$ git clone https://github.com/myelnet/pop.git
First install the latest version of golang for your system. Then install the following dependencies:
$ brew install gcc make
$ sudo apt install gcc make
Lastly run:
$ make all
Once installed, the pop CLI will be available in your path. You can run pop -h
to print the available commands.
A Myel point of presence is a long running process that operates in the background. To start the daemon run:
$ pop start
For help on the possible flags to set when starting a pop, run pop start -h
.