1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00
docs/content/setup/keeper.md

22 lines
1.5 KiB
Markdown
Raw Normal View History

2018-11-07 15:51:17 +01:00
---
title: Run a Keeper
2019-04-10 16:52:59 +02:00
description: How to run a keeper node.
2018-11-07 15:51:17 +01:00
---
2019-05-07 15:46:21 +02:00
If you want to run a [keeper node (keeper)](/concepts/components#keeper), you have several options. Some of them are outlined below.
2019-04-10 16:52:59 +02:00
## Using Barge
2019-04-10 16:52:59 +02:00
[Barge](https://github.com/oceanprotocol/barge) uses Docker Compose to run one or more keeper nodes (and other components) in Docker containers on your local machine.
2019-07-08 18:00:14 +02:00
- If you use `--local-pacific-node`, or `--local-nile-node`, then it will run one local Parity Ethereum node (as a _user node_, i.e. a non-voting node) and it will connect that node to the [Pacific Network](/concepts/pacific-network/) or [Nile Testnet](/concepts/testnets/#the-nile-testnet), respectively.
2019-04-17 09:47:59 +02:00
- If you use `--local-spree-node` or `--local-ganache-node`, then it will run a strictly-local [Spree Testnet](/concepts/testnets/#a-spree-testnet-for-local-development) or [Ganache-Based Testnet](/concepts/testnets/#a-ganache-based-testnet-for-local-development).
2019-04-10 16:52:59 +02:00
Barge deploys the keeper contracts to whatever keeper nodes are deployed locally.
2019-07-08 18:00:14 +02:00
## Running a Keeper in the Pacific Network or Nile Testnet
2019-04-10 16:52:59 +02:00
2019-07-08 18:00:14 +02:00
If you're interested in running a keeper node (as a voting _authority node_) in the [Pacific Network](/concepts/pacific-network/) or the [Nile Testnet](/concepts/testnets/#the-nile-testnet), then email <a href="mailto:info@oceanprotocol.com">info@oceanprotocol.com</a>.
2019-04-10 16:52:59 +02:00
2019-07-15 18:48:49 +02:00
> The dev-ocean repository contains a guide for [running a keeper node in the Nile Testnet](https://github.com/oceanprotocol/dev-ocean/blob/master/doc/devops/keeper-setup.md).