Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing go version and config path #51

Merged
merged 1 commit into from Oct 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@ A light weight daemon that executes the PegNet protocol on Factom chains and mai

## Building From Source

Ensure that [Golang](https://golang.org/) or later is installed. The latest official release of Golang is always recommended.
Ensure that [Golang 1.13](https://golang.org/) or later is installed. The latest official release of Golang is always recommended.

Clone the project and build the binary:
```
Expand All @@ -19,7 +19,7 @@ If successful, there will now be a `pegnetd` executable file in the working dire

## Configuration

By default `pegnetd` will search `$HOME/pegnetd/pegnetd-conf.toml` or `./pegnetd-conf.toml` for your config file. The default config file is in the root directory of this repo, and can be copied to your home folder. Alternatively the `--config pegnetd-conf.toml` can also be specified.
By default `pegnetd` will search `$HOME/.pegnetd/pegnetd-conf.toml` or `./pegnetd-conf.toml` for your config file. The default config file is in the root directory of this repo, and can be copied to your home folder. Alternatively the `--config pegnetd-conf.toml` can also be specified.

Once you have your config in place, running `pegnetd` will begin syncing to the current network your factomd is on.

Expand Down