Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.56 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.56 KB

Steem Binaries Build Status Run Status

Steemit is a social media platform where everyone gets paid for creating and curating content. It leverages a robust digital points system, called Steem, that supports real value for digital rewards through market price discovery and liquidity.

Binaries

This repository contains build script to produce binaries of steemd program for the following platforms:

  • Mac OS
  • Linux

All files are automatically compiled from sources and uploaded to the releases page.

Build environments:

How to Mine

  1. Download and extract binaries from https://github.com/mahnunchik/steem/releases
  2. Collect your ACTIVE private key (for example from https://steemit.com/@accountname/permissions page, replace accountname with yours)
  3. Mine!
$ ./steemd --miner=["accountname","ACTIVE_PRIVATE_KEY"] --witness="accountname" --seed-node="52.38.66.234:2001"

Config clarification can be found here: steemit/steem#245

More info