create account

STEEM Miner Setup in Ubuntu 15.10 / 16.04 by clayop

View this thread on: hive.blogpeakd.comecency.com
· @clayop · (edited)
$12.92
STEEM Miner Setup in Ubuntu 15.10 / 16.04
Here's more detailed miner setup for Ubuntu 15.10 and 16.04

Here's more detailed miner setup for Ubuntu 15.10 and 16.04 (If you want to use previous versions, you should compile boost). Ubuntu server version is recommended.  

# Setup Your Miner

* Start up your machine
```
sudo apt-get update
#Enter password
sudo apt-get install screen autoconf autotools-dev build-essential cmake g++ git libboost-all-dev libboost-dev libbz2-dev libdb++-dev libdb-dev libicu-dev libreadline-dev libssl-dev libtool openssl python-dev uuid-dev ncurses-dev doxygen qt5-default
git clone https://github.com/steemit/steem
cd steem
git submodule update --init --recursive
cmake -DENABLE_CONTENT_PATCHING=OFF .
make
```

* Wait for compiling done
```
sudo cp ./programs/steemd/steemd /usr/bin/
sudo cp ./programs/cli_wallet/cli_wallet /usr/bin/
cd ~/
steemd
```

* After 30 seconds Ctrl+C to exit steemd

```
nano ./witness_node_data_dir/config.ini
```

* Copy the below lines and paste at the top of config.ini
```
seed-node = 212.117.213.163:2016
seen-node = 185.82.203.92:2001
seed-node = 104.236.82.250:2001
seed-node = 104.199.157.70:2001
seed-node = steem.kushed.com:2001
seed-node = steemd.pharesim.me:2001
seed-node = seed.steemnodes.com:2001
seed-node = steemseed.dele-puppy.com:2001
seed-node = seed.steemwitness.com:2001
rpc-endpoint = 127.0.0.1:8090
```

* Now you're ready to mine. Use your private key that starts with 5, or get it from http://offlinebitcoins.com
* Let's start the miner in new screen named steemd
```
screen -dmS steemd steemd --miner='["YourWantedID","5YourPrivatekey"]' --witness='"YourWantedID"' --mining-threads=4    (if you have 32 core, change it from 4 to 32)
```
* When you're get involved in the miner queue, your account will be created and your hash will go down to near zero

# Multiple Miners
* If you want to have multiple miner, you can set different data directory

```
steemd -d ~/newdatadir --miner='["YourWantedID","5YourPrivatekey"]' --witness='"YourWantedID"' --mining-threads=4
nano ~/newdatadir/config.ini
```
* Copy and paste the below

```
seed-node = 212.117.213.163:2016
seen-node = 185.82.203.92:2001
seed-node = 104.236.82.250:2001
seed-node = 104.199.157.70:2001
seed-node = steem.kushed.com:2001
seed-node = steemd.pharesim.me:2001
seed-node = seed.steemnodes.com:2001
seed-node = steemseed.dele-puppy.com:2001
seed-node = seed.steemwitness.com:2001
```


# Cli_wallet commands
* To use cliwallet, you must setup password first

```
set_password WalletPassword
unlock WalletPassword
```

* Import your account

```
import_key 5YourPrivateKey
```

* Check your balance

```
list_my_accounts
```

* Transfer

```
transfer "SenderID" "ReceiverID" "000.000 STEEM" "memo" true   (Make sure that the amount have at least three digits, maybe a bug?)
```

Good luck with your mining :)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorclayop
permlinksteem-miner-setup-in-ubuntu-15
categoryminer-category
json_metadata{}
created2016-04-20 09:26:09
last_update2016-04-29 23:10:27
depth0
children27
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value6.476 HBD
curator_payout_value6.440 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,821
author_reputation270,845,899,918,618
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id436
net_rshares10,938,681,074,436
author_curate_reward""
vote details (49)
@amycox ·
the website you mention is no longer available, they list it for sale.
properties (22)
authoramycox
permlinkpsebls
categoryminer-category
json_metadata{"tags":["miner-category"],"app":"steemit/0.1"}
created2019-06-01 01:17:54
last_update2019-06-01 01:17:54
depth1
children0
last_payout2019-06-08 01:17:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation79,997,754,561
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id85,843,357
net_rshares0
@bezzangi ·
Still work?
👍  
properties (23)
authorbezzangi
permlinkre-clayop-steem-miner-setup-in-ubuntu-15-20180224t081356800z
categoryminer-category
json_metadata{"tags":["miner-category"],"app":"steemit/0.1"}
created2018-02-24 08:13:57
last_update2018-02-24 08:13:57
depth1
children0
last_payout2018-03-03 08:13:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation743,489,407,775
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,040,008
net_rshares0
author_curate_reward""
vote details (1)
@elargroup ·
Thank you
properties (22)
authorelargroup
permlinkre-clayop-steem-miner-setup-in-ubuntu-15-20160717t081711935z
categoryminer-category
json_metadata{"tags":["miner-category"]}
created2016-07-17 09:17:30
last_update2016-07-17 09:17:30
depth1
children0
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation-207,160,160,155
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id140,946
net_rshares0
@forgottendruid ·
When I try to cmake -DENABLE_CONTENT_PATCHING=OFF .
i get the following: 
please help!
-- BUILD_STEEM_TESTNET: OFF
-- LOW_MEMORY_NODE: OFF
-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
  Unable to find the requested Boost libraries.

  Unable to find the Boost header files.  Please set BOOST_ROOT to the root
  directory containing Boost or BOOST_INCLUDEDIR to the directory containing
  Boost's headers.
Call Stack (most recent call first):
  CMakeLists.txt:80 (FIND_PACKAGE)


-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
  Unable to find the requested Boost libraries.

  Unable to find the Boost header files.  Please set BOOST_ROOT to the root
  directory containing Boost or BOOST_INCLUDEDIR to the directory containing
  Boost's headers.
Call Stack (most recent call first):
  CMakeLists.txt:84 (FIND_PACKAGE)


-- Configuring Steem on Linux
-- Configuring project fc located in: /home/ben/Documents/ansible-steem-master/steem/libraries/fc
-- Configuring fc to build on Unix/Apple
-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
  Unable to find the requested Boost libraries.

  Unable to find the Boost header files.  Please set BOOST_ROOT to the root
  directory containing Boost or BOOST_INCLUDEDIR to the directory containing
  Boost's headers.
Call Stack (most recent call first):
  libraries/fc/CMakeLists.txt:132 (FIND_PACKAGE)


CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
  Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
  system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES
  OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.5/Modules/FindOpenSSL.cmake:370 (find_package_handle_standard_args)
  libraries/fc/CMakeLists.txt:152 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/ben/Documents/ansible-steem-master/steem/CMakeFiles/CMakeOutput.log".
👍  ,
properties (23)
authorforgottendruid
permlinkre-clayop-steem-miner-setup-in-ubuntu-15-20160724t023859107z
categoryminer-category
json_metadata{"tags":["miner-category"]}
created2016-07-24 02:38:57
last_update2016-07-24 02:38:57
depth1
children1
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,181
author_reputation3,706,225,182
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id311,592
net_rshares39,745,658
author_curate_reward""
vote details (2)
@eb-indonesia ·
your boost not linking correctly. see it from here:
https://steem.io/documentation/how-to-build/
try to root the boost
https://bitsharestalk.org/index.php?topic=19001.0
👍  ,
properties (23)
authoreb-indonesia
permlinkre-forgottendruid-re-clayop-steem-miner-setup-in-ubuntu-15-20160726t105031897z
categoryminer-category
json_metadata{"tags":["miner-category"],"links":["https://steem.io/documentation/how-to-build/"]}
created2016-07-26 10:50:33
last_update2016-07-26 10:50:33
depth2
children0
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation134,109,037,239
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id370,507
net_rshares0
author_curate_reward""
vote details (2)
@grey580 ·
Is this a cpu miner or a gpu miner?
properties (22)
authorgrey580
permlinkre-clayop-steem-miner-setup-in-ubuntu-15-20160712t175029220z
categoryminer-category
json_metadata{"tags":["miner-category"]}
created2016-07-12 17:50:30
last_update2016-07-12 17:50:30
depth1
children1
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation11,869,709,267,081
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id86,809
net_rshares0
@masterkep ·
Mining with cpu only i suppose
👍  ,
properties (23)
authormasterkep
permlinkre-grey580-re-clayop-steem-miner-setup-in-ubuntu-15-20160719t111913187z
categoryminer-category
json_metadata{"tags":["miner-category"]}
created2016-07-19 11:19:15
last_update2016-07-19 11:19:15
depth2
children0
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation18,038,082
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id185,798
net_rshares667,033,778
author_curate_reward""
vote details (2)
@hiranyakasipu ·
There are two private keys that begin with 5- Posting and Active.  Hoping this is "active" key.
properties (22)
authorhiranyakasipu
permlinkre-clayop-steem-miner-setup-in-ubuntu-15-20160728t154018864z
categoryminer-category
json_metadata{"tags":["miner-category"]}
created2016-07-28 15:40:18
last_update2016-07-28 15:40:18
depth1
children0
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation944,634
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id438,254
net_rshares0
@juliano ·
não funciona!
👍  
properties (23)
authorjuliano
permlinkre-clayop-steem-miner-setup-in-ubuntu-15-20160713t052724872z
categoryminer-category
json_metadata{"tags":["miner-category"]}
created2016-07-13 05:27:33
last_update2016-07-13 05:27:33
depth1
children0
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation25,103,156,533
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,415
net_rshares168,771,636
author_curate_reward""
vote details (1)
@loum ·
Thanks for your post.
properties (22)
authorloum
permlinkre-clayop-steem-miner-setup-in-ubuntu-15-20160808t040124651z
categoryminer-category
json_metadata{"tags":["miner-category"]}
created2016-08-08 04:01:39
last_update2016-08-08 04:01:39
depth1
children0
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation6,704,515,659,183
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id676,365
net_rshares0
@masterkep ·
Before starting to mine, make sure to put recent blockchain in /witness_node_data_dir/blockchain/database/block_num_to_block/. 
You can get it by using: wget http://www.steemitup.eu/blockchain.zip and don't forget to unzip it in the above folder.
👍  ,
properties (23)
authormasterkep
permlinkre-clayop-steem-miner-setup-in-ubuntu-15-20160719t115019271z
categoryminer-category
json_metadata{"tags":["miner-category"],"links":["http://www.steemitup.eu/blockchain.zip"]}
created2016-07-19 11:50:21
last_update2016-07-19 11:50:21
depth1
children2
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length246
author_reputation18,038,082
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id186,296
net_rshares243,701,787
author_curate_reward""
vote details (2)
@forgottendruid ·
cannot find this file
👍  
properties (23)
authorforgottendruid
permlinkre-masterkep-re-clayop-steem-miner-setup-in-ubuntu-15-20160724t023750005z
categoryminer-category
json_metadata{"tags":["miner-category"]}
created2016-07-24 02:37:51
last_update2016-07-24 02:37:51
depth2
children1
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation3,706,225,182
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id311,577
net_rshares58,322,965
author_curate_reward""
vote details (1)
@hiranyakasipu ·
wget http://www.steemitup.eu/witness_node_data_dir.tar.gz
👍  
properties (23)
authorhiranyakasipu
permlinkre-forgottendruid-re-masterkep-re-clayop-steem-miner-setup-in-ubuntu-15-20160728t153823090z
categoryminer-category
json_metadata{"tags":["miner-category"],"links":["http://www.steemitup.eu/witness_node_data_dir.tar.gz"]}
created2016-07-28 15:38:21
last_update2016-07-28 15:38:21
depth3
children0
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation944,634
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id438,211
net_rshares0
author_curate_reward""
vote details (1)
@pseudonymous ·
@clayop Everything has worked except for the very last bit:  
screen -dmS steemd steemd --miner='[pseudonymous,"ownerkeyhere]' --witness='pseudonymous' --mining-threads=4

It just returns nothing...  What did I do wrong?
properties (22)
authorpseudonymous
permlinkre-clayop-steem-miner-setup-in-ubuntu-15-20160614t021008945z
categoryminer-category
json_metadata{"tags":["miner-category"],"users":["clayop"]}
created2016-06-14 02:10:09
last_update2016-06-14 02:10:09
depth1
children1
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length220
author_reputation243,654,139,129
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,548
net_rshares0
@hiranyakasipu ·
It is running, check "ps auxw | grep steem".
What you need to do is go "screen -r" to reattach to the spawned screen.  When you want to leave it the way it was, hit control-d to detach.  you can start another screen with ctrl-a.  you can cycle through screens using ctrl-a also.
properties (22)
authorhiranyakasipu
permlinkre-pseudonymous-re-clayop-steem-miner-setup-in-ubuntu-15-20160728t160646816z
categoryminer-category
json_metadata{"tags":["miner-category"]}
created2016-07-28 16:06:45
last_update2016-07-28 16:06:45
depth2
children0
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length278
author_reputation944,634
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id438,942
net_rshares0
@steem-id ·
$0.31
Great tutorial, you also need to install `doxygen` and `ncurses-dev`
👍  , ,
properties (23)
authorsteem-id
permlinkre-clayop-steem-miner-setup-in-ubuntu-15
categoryminer-category
json_metadata{}
created2016-04-20 10:25:45
last_update2016-04-20 10:25:45
depth1
children7
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.153 HBD
curator_payout_value0.153 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation2,224,650,372,472
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id441
net_rshares801,130,311,860
author_curate_reward""
vote details (3)
@bitcube · (edited)
Why do you need doxygen?

Edit: Ah.. because of content-patching off.
properties (22)
authorbitcube
permlinkre-steem-id-re-clayop-steem-miner-setup-in-ubuntu-15-20160429t230621320z
categoryminer-category
json_metadata{}
created2016-04-29 23:06:30
last_update2016-04-29 23:21:36
depth2
children1
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation8,016,881,813,007
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,359
net_rshares0
@steem-id ·
doxygen is needed for better `help` documentation in cli_wallet
👍  
properties (23)
authorsteem-id
permlinkre-bitcube-re-steem-id-re-clayop-steem-miner-setup-in-ubuntu-15-20160429t230621320z
categoryminer-category
json_metadata{}
created2016-04-30 08:42:12
last_update2016-04-30 08:42:12
depth3
children0
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation2,224,650,372,472
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,418
net_rshares0
author_curate_reward""
vote details (1)
@clayop ·
$0.70
Thanks! One more thing, you should check your miner ID is occupied already. There are two ways:
* Go http://steem.synergycoin.com/richlist.html and check whether your wanted ID exists
* In the cliwallet, ```get_account YourWantedID```
👍  , , ,
properties (23)
authorclayop
permlinkre-steem-id-re-clayop-steem-miner-setup-in-ubuntu-15-20160420t161921068z
categoryminer-category
json_metadata{}
created2016-04-20 16:19:21
last_update2016-04-20 16:19:21
depth2
children2
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.350 HBD
curator_payout_value0.350 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length234
author_reputation270,845,899,918,618
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id444
net_rshares1,582,679,982,959
author_curate_reward""
vote details (4)
@hiranyakasipu ·
that URL is broken
👍  
properties (23)
authorhiranyakasipu
permlinkre-clayop-re-steem-id-re-clayop-steem-miner-setup-in-ubuntu-15-20160728t155323190z
categoryminer-category
json_metadata{"tags":["miner-category"]}
created2016-07-28 15:53:21
last_update2016-07-28 15:53:21
depth3
children0
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation944,634
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id438,600
net_rshares60,456,579
author_curate_reward""
vote details (1)
@iosif ·
I can confirm.
properties (22)
authoriosif
permlinkre-clayop-re-steem-id-re-clayop-steem-miner-setup-in-ubuntu-15-20160808t194632598z
categoryminer-category
json_metadata{"tags":["miner-category"]}
created2016-08-08 19:46:33
last_update2016-08-08 19:46:33
depth3
children0
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation31,072,054,986
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id688,966
net_rshares0
@forgottendruid ·
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
  Unable to find the requested Boost librar
👍  
properties (23)
authorforgottendruid
permlinkre-steem-id-re-clayop-steem-miner-setup-in-ubuntu-15-20160724t024153313z
categoryminer-category
json_metadata{"tags":["miner-category"]}
created2016-07-24 02:41:54
last_update2016-07-24 02:41:54
depth2
children1
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length116
author_reputation3,706,225,182
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id311,650
net_rshares62,215,088
author_curate_reward""
vote details (1)
@steem-id ·
`sudo apt-get install libboost-all-dev`
👍  
properties (23)
authorsteem-id
permlinkre-forgottendruid-re-steem-id-re-clayop-steem-miner-setup-in-ubuntu-15-20160724t040619198z
categoryminer-category
json_metadata{}
created2016-07-24 09:09:51
last_update2016-07-24 09:09:51
depth3
children0
last_payout2016-08-24 07:18:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation2,224,650,372,472
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id316,361
net_rshares36,300,323
author_curate_reward""
vote details (1)
@throwawayaccount ·
I had to run: 
```$ pip3 install jinja2``` 
before running : 
```$ cmake -DENABLE_CONTENT_PATCHING=OFF .```

Thanks for a good and informative post, this really helped me!
👍  ,
properties (23)
authorthrowawayaccount
permlinkre-clayop-steem-miner-setup-in-ubuntu-15-20180202t104120868z
categoryminer-category
json_metadata{"tags":["miner-category"],"app":"steemit/0.1"}
created2018-02-02 10:41:24
last_update2018-02-02 10:41:24
depth1
children2
last_payout2018-02-09 10:41:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation-479,586,892,695
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,369,276
net_rshares614,452,143
author_curate_reward""
vote details (2)
@bawiii ·
I ended up  doing sudo apt-get install python3-jinja2  to fix cmake errors.
👍  
properties (23)
authorbawiii
permlinkre-throwawayaccount-re-clayop-steem-miner-setup-in-ubuntu-15-20180508t022817188z
categoryminer-category
json_metadata{"tags":["miner-category"],"app":"steemit/0.1"}
created2018-05-08 02:28:18
last_update2018-05-08 02:28:18
depth2
children0
last_payout2018-05-15 02:28:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation18,698,506,161,429
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id54,484,609
net_rshares1,253,562,537
author_curate_reward""
vote details (1)
@jimcook ·
Thanks.  I had to do it too.
👍  
properties (23)
authorjimcook
permlinkre-throwawayaccount-re-clayop-steem-miner-setup-in-ubuntu-15-20180208t190202557z
categoryminer-category
json_metadata{"tags":["miner-category"],"app":"steemit/0.1"}
created2018-02-08 19:02:03
last_update2018-02-08 19:02:03
depth2
children0
last_payout2018-02-15 19:02:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation9,072,907
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,981,526
net_rshares580,666,061
author_curate_reward""
vote details (1)
@tylerpena01 ·
Good points in this post.  Thanks for bringing this to our attention. Some people say it's a high risk market but if you're willing to hold your coins with a 2 to 5 year vision I bet the risk might not seem that high by then :-).  I really advice people to take a look at:  https://www.coincheckup.com This site did all the research for you. It's truly amazing. Check: https://www.coincheckup.com/coins/Steem#analysis To check  Steem Detailed analysis
properties (22)
authortylerpena01
permlinkre-clayop-steem-miner-setup-in-ubuntu-15-20170926t150702230z
categoryminer-category
json_metadata{"tags":["miner-category"],"links":["https://www.coincheckup.com"],"app":"steemit/0.1"}
created2017-09-26 15:07:03
last_update2017-09-26 15:07:03
depth1
children0
last_payout2017-10-03 15:07:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length451
author_reputation-1,319,204,014
root_title"STEEM Miner Setup in Ubuntu 15.10 / 16.04"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,992,015
net_rshares0