https://s26.postimg.org/cfovv2nh5/mining.jpg step by step instructions on how to set up and mine steem. If like me, youve tried mining unsuccessfully before and have found it daunting and complicated to search through all the out of date mining tutorials, then this tutorial may be of help. firstly i'd like to thank @abit @pfunk @gandalf @joseph @bitcoiner @someguy123 for their help and tutorials, without which i wouldn't have been able to learn the mining process. If you are running windows you need to set up a virtual machine : I followed @pfunk's excellent post on how to set up Ubuntu Server 16.04 on vmware on a windows machine. step 1 First we need to check if the CPU's virtualization features are enabled. Download cpu-z. http://www.cpuid.com/downloads/cpu-z/cpu-z_1.76-en.zip check if VT-x or AMD-V is enabled in cpu-z. If its not enabled you should be able to enable it in your bios. https://s26.postimg.org/eccf85zdl/cpuz.png step 2 download and install VMware Workstation 12.5.2 Player for Windows 64-bit Operating Systems and ubuntu-16.04-server-amd64.iso https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/12_0 http://releases.ubuntu.com/16.04/ubuntu-16.04-server-amd64.iso https://s26.postimg.org/p0g6709cp/vmware1.png launch vmware and 'create new virtual machine. then select 'installer disk image file' and browse to the location of your ubuntu iso download. then create a user name and password, these details are for your login when you login to ubuntu. Next screen choose your location to install, leave these settings on default unless you want to install on a different disk to your operating system. same with the next screen 'specify disk capacity' you can accept the default settings on the next screen 'ready to create virtual machine' select customize hardware. I suggest using a minimum of 2GB, I have 12 GB in my machine so ive allocated 4GB on my installation. https://s26.postimg.org/upwerbfix/vmware2.png select the number of processors. some cpu's i.e. dual core may actually show as 4 cpu's in windows because each cpu may have 2 threads. to check how many cpu's you have use cpu-z again and look at the box listing threads. this is the number you need to enter. then click close, and finish. Vmware will now istall ubuntu. when finished your screen will show a login prompt with your user name. i.e. on my mine it show the line pcste@ubuntu:~$ ubuntu is now installed. leave your vmware window open. step 3 setup a telnet / SSH client donload and install Kitty https://www.fosshub.com/KiTTY.html now go back to your vmware window and type the command line : `sudo apt-get -y install openssh-server` press enter then put your password in. (the password you created when you set up your ubuntu installation) then type: `ifconfig` press enter your screen will now show your i.p address that we need to connect to with kitty. https://s26.postimg.org/3umdceyjd/vmware4.png enter this number (include dots) into kitty in the 'host name or (i.p.address)' field leave ssh selected and port 22 type 'steem' into the saved sessions/new folder field and click save and then open. when you first run kitty you will get an error box, just accept it. now in your kitty window it will say 'login as:' enter your user name and password (the ones you created when installing ubuntu) you are now logged into ubuntu via kitty. kitty is much easier to use than the vmware/ubuntu window step 4 installing steemd It may seem daunting if you are a windows user so first a few tips. rather than typing the commands you can copy and paste them from this tutorial. copy the type as usual in windows and then right handside mouse click when in kitty to paste (ctrl + v doesnt work) if you get lost and your not sure which folder you are in you can type `dir` to see the contents of your folder to navigate up 1 folder type : `cd ..` to navigate to the top of the tree type : `cd` use kitty rather than the vmware terminal as the vmware terminal has problems with cut and paste and seeing your cursor. If you are in windows connect to via kitty as instructed in step 3. or in ubuntu open a terminal. follow the instructions below and wait for each process to finish before moving on to the next type : `sudo apt-get update` enter. type : `sudo apt-get -y upgrade && sudo apt-get -y install git cmake g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev libssl-dev libncurses5-dev doxygen libreadline-dev dh-autoreconf screen` enter. next we are going to install steem and @abits patched code. thanks @abit type : `git clone https://github.com/steemit/steem.git` enter type : `cd steem` type : `git checkout v0.16.1` enter type : `git remote add abit https://github.com/abitmore/steem.git` enter type : `git fetch abit` enter type : `git merge -m "merge" abit/v0.16.0-mining-shorcut-1` enter if you get an error *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got 'pcste@ubuntu.(none)') then type : `git config --global user.name "pcste"` enter `git--global user.email djpcste@gmail.com` enter (obviously put your own user and email in) i do believe you can put anything as your email i.e. yourname@email.com then type : `git merge -m "merge" abit/v0.16.0-mining-shorcut-1` enter it should now merge sucessfully. next type : `git submodule update --init --recursive` enter type : `cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONTENT_PATCHING=OFF -DLOW_MEMORY_NODE=ON` type : `make` enter type : `cd programs/steemd` enter Now we want to run steemd so it creates config.ini type : `./steemd ` enter then leave it a minute then press Ctrl + C on your keyboard to stop steemd now navigate to the file that stores config.ini type : `cd witness_node_data_dir` enter now we are going to edit config.ini type : `nano config.ini` enter now copy this list of steem nodes : seed-node = 176.31.126.187:2001 seed-node = 212.117.213.186:2016 seed-node = 212.47.249.84:40696 seed-node = 45.55.54.83:2001 seed-node = 5.9.18.213:2001 seed-node = 52.4.250.181:39705 seed-node = 52.74.152.79:2001 seed-node = gtg.steem.house:2001 seed-node = seed.bitcoiner.me:2001 seed-node = seed.jesta.us:2001 seed-node = seed.riversteem.com:2001 seed-node = seed.rossco99.com:2001 seed-node = seed.royaltiffany.me:2001 seed-node = seed.steemd.com:34191 seed-node = seed.steemnodes.com:2001 seed-node = seed.thecryptodrive.com:2001 seed-node = steem-id.altexplorer.xyz:2001 seed-node = steem-seed1.abit-more.com:2001 seed-node = steem.clawmap.com:2001 seed-node = steem.global:2001 seed-node = 89.36.26.82:2001 seed-node = seed.esteem.ws:2001 seed-node = 104.199.118.92:2001 seed-node = anyx.co:2001 seed-node = seed.bhuz.info:2001 seed-node = seed.steemfeeder.com:2001 paste into your config.ini that you just opened with nano (right mouse click in your kitty window to paste) now move your cursor down the page using your arrow keys until you get to `# P2P nodes to connect to on startup (may specify multiple times)` `# seed-node =` move your cursor under # seed-node = and then right click your mouse to paste into nano. you should end up with this : `# Endpoint for P2P node to listen on` `# p2p-endpoint =` `# Maxmimum number of incoming connections on P2P endpoint` `# p2p-max-connections =` `# P2P nodes to connect to on startup (may specify multiple times)` `# seed-node =` seed-node = 176.31.126.187:2001 seed-node = 212.117.213.186:2016 seed-node = 212.47.249.84:40696 seed-node = 45.55.54.83:2001 seed-node = 5.9.18.213:2001 seed-node = 52.4.250.181:39705 seed-node = 52.74.152.79:2001 seed-node = gtg.steem.house:2001 seed-node = seed.bitcoiner.me:2001 seed-node = seed.jesta.us:2001 seed-node = seed.riversteem.com:2001 seed-node = seed.rossco99.com:2001 seed-node = seed.royaltiffany.me:2001 seed-node = seed.steemd.com:34191 seed-node = seed.steemnodes.com:2001 seed-node = seed.thecryptodrive.com:2001 seed-node = steem-id.altexplorer.xyz:2001 seed-node = steem-seed1.abit-more.com:2001 seed-node = steem.clawmap.com:2001 seed-node = steem.global:2001 find the lines : `# Location of the shared memory file. Defaults to data_dir/blockchain` `# shared-file-dir = ` `# Size of the shared memory file. Default: 32G` `# shared-file-size =` and change to : `# Location of the shared memory file. Defaults to data_dir/blockchain` `shared-file-dir = /dev/shm/` `# Size of the shared memory file. Default: 32G` `shared-file-size = 12G` make sure you remove the # where i have done (information after the # sign is read only and will not be excecuted by the program) Now find the lines : `# Plugin(s) to enable, may be specified multiple times` `enable-plugin = witness account_history account_by_key` and change to : `# Plugin(s) to enable, may be specified multiple times` `enable-plugin = witness` Now we want to set up our miner name and key while still in config.ini these are instructions to set up a new account name which will create a new account in steemit. to check if the name is available got to steemit and in the url bar put the user name you want in. i.e. https://steemit.com/@pcste01 (replace pcste01 with the name you want) if it then says 'account unknown' then your name is available. firstly we need a wif key (Wallet import format key) if you want to use an existing steemit account name then use the active private key on your steemit account. (listed in permissions on steemit) if creating a new account : open a web browser and go to https://www.bitaddress.org open an internet browser save the page (right mouse click, save page as) once downloaded open the downloaded page move your mouse around until you see the percentage go up to 100% then click on 'bulk wallet' and UNCHECK Compressed addresses (so there is no tick in the box) click 'generate' now copy 1 of the wif private keys on the right hand side (private key begins with a 5) go back to your nano window and find the line : `# name of witness controlled by this node (e.g. initwitness )` `# witness = ` and remove the # and put your name you want to mine with `# name of witness controlled by this node (e.g. initwitness )` `witness = "pcste01"` (replace pcste01 with your name) then just below find the line : `# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )` `# miner =` and change to : `# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )` `miner = ["pcste01","put your wif key here"]` as before, remove the # and replace pcste01 with your name and replace put your wif key here with the wif key you have just copied from the bitaddress page (or from your steemit permissions) if you want more than 1 miner then add more witness's and miner details. e.g. `# name of witness controlled by this node (e.g. initwitness )` `witness = "pcste01"` `witness = "pcste02"` `witness = "pcste03"` `# name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )` `miner = ["pcste01","wifkey"]` `miner = ["pcste02","wifkey"]` `miner = ["pcste03","wifkey"]` next line underneath, change the mining threads. i have a 4 core processor so i have 4 threads enabled `# Number of threads to use for proof of work mining` `mining-threads = 4` now scroll to bottom of file and change the log levels to info `# route any messages logged to the default logger to the "stderr" logger we` `# declared above, if they are info level are higher` [logger.default] level=info appenders=stderr `# route messages sent to the "p2p" logger to the p2p appender declared above` [logger.p2p] level=info appenders=p2p now save config.ini by pressing Ctrl and o then enter now press Ctrl and x to exit. now move up a level back into the folder steemd type : `cd ..` enter type : `sudo mount -o remount,size=10G /dev/shm` enter now we want to run steemd. type : `./steemd` steemd will now sync with the blockchain so may take a while. once it has synced you should start the mining process. if you want to stop steemd at any point press Ctrl and c for a clean shutdown, this will ensure you start steemd next time without having to re sync the blockchain. when mining you should see this : https://s26.postimg.org/4lf3i70wp/vmware5.png sources i used. https://steemit.com/mining/@abit/steem-v0-16-0-brief-mining-guide https://steemit.com/steem/@pfunk/guide-maximize-your-mining-hashrate-in-windows-by-mining-steem-in-a-vm https://steemit.com/steemhelp/@joseph/mining-steem-for-dummies https://github.com/steemit/steem https://status.steemnodes.com/ links to some of my other tutorials and projects. https://steemit.com/mining/@pcste/how-to-build-your-own-gpu-mining-rig-frame-stackable-option-for-farms https://steemit.com/photography/@pcste/pcste-s-photography-tutorials-how-to-make-your-own-photography-paper-cyanotype-easy-process https://steemit.com/steemit/@pcste/total-crypto-newbie-guide-how-to-turn-your-steem-into-btc-and-fiat-cash https://steemit.com/photography/@pcste/pcste-s-photography-tutorials-introducing-digital-transfer-film-we-ve-come-full-circle-digital-back-to-analogue https://steemit.com/steemit/@pcste/new-website-www-howtosteemit-com-simple-newbie-instructions-first-test-stage-please-give-feedback https://steemit.com/steemit/@pcste/new-website-steemfriends-com-social-site-for-steem-users-alpha-stage-testers-needed-please-give-feedback
author | pcste |
---|---|
permlink | up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux |
category | mining |
json_metadata | {"tags":["mining","steem","how-to","tutorial"],"users":["abit","pfunk","gandalf","joseph","bitcoiner","someguy123","abits"],"image":["https://s26.postimg.org/cfovv2nh5/mining.jpg","https://s26.postimg.org/eccf85zdl/cpuz.png","https://s26.postimg.org/p0g6709cp/vmware1.png","https://s26.postimg.org/upwerbfix/vmware2.png","https://s26.postimg.org/3umdceyjd/vmware4.png","https://s26.postimg.org/4lf3i70wp/vmware5.png"],"links":["http://www.cpuid.com/downloads/cpu-z/cpu-z_1.76-en.zip","https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/12_0","http://releases.ubuntu.com/16.04/ubuntu-16.04-server-amd64.iso","https://www.fosshub.com/KiTTY.html","https://steemit.com/@pcste01","https://www.bitaddress.org","https://steemit.com/mining/@abit/steem-v0-16-0-brief-mining-guide","https://steemit.com/steem/@pfunk/guide-maximize-your-mining-hashrate-in-windows-by-mining-steem-in-a-vm","https://steemit.com/steemhelp/@joseph/mining-steem-for-dummies","https://github.com/steemit/steem","https://status.steemnodes.com/","https://steemit.com/mining/@pcste/how-to-build-your-own-gpu-mining-rig-frame-stackable-option-for-farms","https://steemit.com/photography/@pcste/pcste-s-photography-tutorials-how-to-make-your-own-photography-paper-cyanotype-easy-process","https://steemit.com/steemit/@pcste/total-crypto-newbie-guide-how-to-turn-your-steem-into-btc-and-fiat-cash","https://steemit.com/photography/@pcste/pcste-s-photography-tutorials-introducing-digital-transfer-film-we-ve-come-full-circle-digital-back-to-analogue","https://steemit.com/steemit/@pcste/new-website-www-howtosteemit-com-simple-newbie-instructions-first-test-stage-please-give-feedback","https://steemit.com/steemit/@pcste/new-website-steemfriends-com-social-site-for-steem-users-alpha-stage-testers-needed-please-give-feedback"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-01-25 12:25:45 |
last_update | 2017-01-26 14:02:15 |
depth | 0 |
children | 23 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 12.098 HBD |
curator_payout_value | 3.456 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13,554 |
author_reputation | 112,529,675,837,494 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,338,591 |
net_rshares | 47,392,240,060,670 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 421,963,488,177 | 100% | ||
penambang | 0 | 23,550,485,435 | 100% | ||
berkah | 0 | 64,764,338,535 | 100% | ||
hello | 0 | 138,201,536,212 | 100% | ||
world | 0 | 51,884,161,032 | 100% | ||
fufubar1 | 0 | 75,434,055,158 | 100% | ||
wackou | 0 | 1,488,368,070,451 | 28% | ||
lafona | 0 | 552,717,327,647 | 100% | ||
abit | 0 | 27,776,516,229,017 | 100% | ||
rossco99 | 0 | 455,220,838,655 | 100% | ||
wang | 0 | 302,769,111,961 | 47% | ||
xeroc | 0 | 768,564,030,436 | 100% | ||
lovejoy | 0 | 93,445,074,061 | 100% | ||
joseph | 0 | 317,939,876,692 | 70% | ||
masteryoda | 0 | 465,203,306,751 | 100% | ||
biodragon | 0 | 50,286,041,420 | 70% | ||
boatymcboatface | 0 | 181,794,615,461 | 100% | ||
pfunk | 0 | 1,187,605,218,226 | 100% | ||
pairmike | 0 | 39,842,573,232 | 100% | ||
idol | 0 | 2,482,536,991 | 70% | ||
jocelyn | 0 | 27,404,767,105 | 70% | ||
ervin-lemark | 0 | 29,271,420,521 | 100% | ||
jademont | 0 | 18,722,064,010 | 80% | ||
eeks | 0 | 1,007,500,094,000 | 100% | ||
pal | 0 | 360,291,479,219 | 100% | ||
blakemiles84 | 0 | 148,274,793,926 | 100% | ||
theshell | 0 | 30,632,485,622 | 100% | ||
brich | 0 | 4,410,234,692 | 28% | ||
applecrisp | 0 | 422,486,908 | 10% | ||
rok-sivante | 0 | 589,120,497,554 | 100% | ||
wingz | 0 | 93,305,686,118 | 100% | ||
everythink | 0 | 65,499,426,888 | 100% | ||
michaelx | 0 | 15,603,913,404 | 100% | ||
albertogm | 0 | 15,928,813,176 | 100% | ||
geoffrey | 0 | 357,666,406,748 | 100% | ||
magnebit | 0 | 12,426,001,286 | 100% | ||
fyrstikken | 0 | 168,505,940,679 | 5% | ||
isteemit | 0 | 47,398,266,037 | 100% | ||
skapaneas | 0 | 17,323,238,039 | 100% | ||
thebatchman | 0 | 1,118,295,425 | 3% | ||
asmolokalo | 0 | 307,473,510,979 | 100% | ||
good-karma | 0 | 97,141,898,035 | 90% | ||
riscadox | 0 | 5,229,660,023 | 100% | ||
robrigo | 0 | 384,014,674,116 | 100% | ||
anyx | 0 | 177,872,018,171 | 28% | ||
freeyourmind | 0 | 606,237,208,047 | 100% | ||
jesta | 0 | 1,771,554,410,603 | 100% | ||
biophil | 0 | 24,341,147,177 | 100% | ||
transisto | 0 | 4,682,722,911,593 | 100% | ||
raymondspeaks | 0 | 5,104,646,355 | 100% | ||
thebatchman1 | 0 | 69,192,335 | 3% | ||
pkattera | 0 | 72,172,505,580 | 28% | ||
lichtblick | 0 | 146,646,757,781 | 100% | ||
cryptojoy.com | 0 | 1,093,641,762 | 100% | ||
fiveboringgames | 0 | 78,559,457,590 | 100% | ||
phenom | 0 | 10,521,767,508 | 100% | ||
pcste | 0 | 17,157,356,469 | 100% | ||
bitcoiner | 0 | 15,399,189,322 | 100% | ||
mynewsteemit | 0 | 65,973,823,148 | 100% | ||
sokoloffa | 0 | 2,521,357,404 | 100% | ||
mysteem | 0 | 3,740,806,136 | 90% | ||
janjan | 0 | 114,947,233 | 100% | ||
lemooljiang | 0 | 57,983,979,543 | 100% | ||
bkkshadow | 0 | 1,258,527,622 | 10% | ||
remlaps | 0 | 15,181,977,468 | 100% | ||
bergy | 0 | 7,269,533,096 | 100% | ||
gomeravibz | 0 | 39,348,353,005 | 100% | ||
felixxx | 0 | 64,798,801,231 | 100% | ||
cmp2020 | 0 | 17,029,313,907 | 59.5% | ||
brendio | 0 | 42,803,139,791 | 80% | ||
snowflake | 0 | 14,657,476,967 | 100% | ||
bigsambucca | 0 | 450,882,621 | 100% | ||
steemradio | 0 | 825,022,511 | 100% | ||
cmorton | 0 | 2,261,394,945 | 40% | ||
mrosenquist | 0 | 76,323,342,702 | 100% | ||
moisesmcardona | 0 | 5,008,688,980 | 100% | ||
matrixdweller | 0 | 578,745,592 | 1% | ||
philipnbrown | 0 | 1,806,359,505 | 100% | ||
virtualgrowth | 0 | 1,137,500,685 | 3% | ||
jayfox | 0 | 1,943,238,223 | 100% | ||
abarefootpoet | 0 | 4,353,654,675 | 100% | ||
ethansteem | 0 | 132,279,889,878 | 100% | ||
craigwilliamz | 0 | 4,867,504,910 | 100% | ||
nulliusinverba | 0 | 3,923,715,369 | 100% | ||
sharingeverybite | 0 | 44,952,262,724 | 100% | ||
stephenkendal | 0 | 10,952,580,123 | 100% | ||
shenanigator | 0 | 320,737,182,276 | 100% | ||
ashleywilliamz | 0 | 1,781,416,792 | 100% | ||
alaqrab | 0 | 13,088,345,005 | 100% | ||
l0k1 | 0 | 10,186,982,781 | 20% | ||
pjo | 0 | 1,138,742,114 | 100% | ||
shammyshiggs | 0 | 9,297,429,113 | 100% | ||
finleyexp | 0 | 801,615,387 | 90% | ||
tracemayer | 0 | 20,722,525,923 | 100% | ||
ballinconscious | 0 | 25,391,901,554 | 100% | ||
rynow | 0 | 24,555,451,002 | 100% | ||
bestofreddit | 0 | 4,663,918,245 | 100% | ||
drac59 | 0 | 2,273,095,273 | 100% | ||
meerkat | 0 | 4,606,236,764 | 21% | ||
thegame | 0 | 207,484,164 | 2.8% | ||
donchate | 0 | 8,058,702,935 | 90% | ||
steembets | 0 | 210,721,073 | 2.8% | ||
saiku | 0 | 8,790,917,949 | 90% | ||
cub1 | 0 | 7,542,968,398 | 85% | ||
thetruthhurts | 0 | 2,437,042,913 | 100% | ||
lakshmi | 0 | 156,193,525 | 100% | ||
hardank | 0 | 10,430,173,493 | 97% | ||
meanpeoplesuck | 0 | 75,450,496 | 100% | ||
ianboil | 0 | 2,481,774,029 | 100% | ||
lekansy | 0 | 131,775,326 | 100% | ||
steemspeak | 0 | 225,932,758 | 2% | ||
fyrst-witness | 0 | 344,598,410 | 2% | ||
sstefan | 0 | 7,092,515,353 | 60% | ||
starrkravenmaf | 0 | 14,250,315,620 | 100% | ||
bugavi | 0 | 8,324,096,534 | 100% | ||
steemland.com | 0 | 210,288,945 | 2.8% | ||
sqube | 0 | 2,952,854,343 | 3% | ||
j3dy | 0 | 255,687,288 | 100% | ||
gutzofter | 0 | 41,284,016,360 | 100% | ||
hopehuggs | 0 | 11,997,040,639 | 100% | ||
chiliec | 0 | 1,865,790,992 | 14% | ||
steemprentice | 0 | 4,523,157,023 | 8.4% | ||
wagnertamanaha | 0 | 3,082,884,977 | 100% | ||
reisman | 0 | 481,756,275 | 10% | ||
ergoproxy | 0 | 2,872,606,542 | 100% | ||
valth | 0 | 30,700,328,935 | 100% | ||
soundlegion | 0 | 20,805,068,064 | 100% | ||
vcelier | 0 | 124,764,482,944 | 28% | ||
mallorcaman | 0 | 115,326,866,992 | 100% | ||
dreemit | 0 | 3,531,075,050 | 11.2% | ||
choreboy | 0 | 1,444,870,607 | 28% | ||
tamersameeh | 0 | 498,507,058 | 100% | ||
darth-azrael | 0 | 2,687,064,125 | 100% | ||
kobold-djawa | 0 | 818,138,258 | 100% | ||
steemcenterwiki | 0 | 452,197,485 | 100% | ||
juandemarte | 0 | 339,431,835 | 100% | ||
automaton | 0 | 641,271,347 | 100% | ||
roguelike | 0 | 763,058,447 | 100% | ||
fisteganos | 0 | 1,208,880,486 | 100% | ||
thedeplorable1 | 0 | 6,448,922,960 | 100% | ||
cgame | 0 | 1,753,556,877 | 100% | ||
loverofliberty | 0 | 1,741,720,340 | 100% | ||
robertneleson | 0 | 769,947,873 | 100% | ||
barrychingford | 0 | 113,770,402 | 100% | ||
pablo.ramalho | 0 | 85,512,294 | 100% | ||
asshole | 0 | -208,558,349 | -1% | ||
upiratan | 0 | 333,666,091 | 100% | ||
cgame01 | 0 | 333,654,112 | 100% | ||
shaunmza | 0 | 317,037,501 | 100% | ||
mckenzie259 | 0 | 0 | 100% | ||
marketwizards | 0 | 0 | 100% | ||
panjazz5 | 0 | 0 | 100% |
That is what i was looking for pff you read my mind.
author | cgame |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170125t130157266z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-01-25 13:04:27 |
last_update | 2017-01-25 13:04:27 |
depth | 1 |
children | 0 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 16,838,833,288,053 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,338,843 |
net_rshares | 343,147,129 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcste | 0 | 343,147,129 | 1% |
This is the best and the most straightforward guide about steem mining so far. Congratulations! I have an urge to try it immediately :) How about the forthcoming hard fork and steem mining? Will the mining still continue after the fork? Thank you!
author | ervin-lemark |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170125t212601934z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-01-25 21:26:24 |
last_update | 2017-01-26 16:17:03 |
depth | 1 |
children | 1 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 249 |
author_reputation | 470,720,260,720,701 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,342,928 |
net_rshares | 3,421,978,276 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcste | 0 | 3,088,324,164 | 17% | ||
cgame01 | 0 | 333,654,112 | 100% |
Thanks :-) I do believe mining will continue, however when HF17 comes a new patch may be required. thats why i thinks its good to keep up to date with the mining process. steem is still evolving
author | pcste |
---|---|
permlink | re-ervin-lemark-re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170126t141038947z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-01-26 14:10:42 |
last_update | 2017-01-26 14:10:54 |
depth | 2 |
children | 0 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 194 |
author_reputation | 112,529,675,837,494 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,348,341 |
net_rshares | 0 |
Your post has been added to [Steem Data Resources - Collection Of Posts About Steem Bots, Data And Mining, Issue No. 3](https://steemit.com/steem/@ervin-lemark/steem-data-resources-collection-of-posts-about-steem-bots-data-and-mining-issue-no-3). Thank you very much for your work and contribution!
author | ervin-lemark |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170125t232723577z |
category | mining |
json_metadata | {"tags":["mining"],"links":["https://steemit.com/steem/@ervin-lemark/steem-data-resources-collection-of-posts-about-steem-bots-data-and-mining-issue-no-3"],"app":"steemit/0.1"} |
created | 2017-01-25 23:27:45 |
last_update | 2017-01-25 23:27:45 |
depth | 1 |
children | 0 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 299 |
author_reputation | 470,720,260,720,701 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,343,823 |
net_rshares | 3,088,324,164 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcste | 0 | 3,088,324,164 | 17% |
Thanks for the tutorial. Some basic questions. What kind of hardware is necessary to mine effectively? How much Steem could you expect to mine per day?
author | loverofliberty |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170126t010553367z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-01-26 01:05:51 |
last_update | 2017-01-26 01:05:51 |
depth | 1 |
children | 1 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 2,393,482,129,939 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,344,321 |
net_rshares | 343,147,129 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcste | 0 | 343,147,129 | 1% |
Im unsure what the minimum spec is atm as @abits patch addresses some of the previous hardware issues like ram. i asked a similar question in mining chat. here a reply from @bitcoiner "I don't think the hashrate and in turn the number of pows found and blocks produced relate to the hardware specs anymore as it used to, because with abit's mining shortcut, you aren't actually doing work and just keep submitting" https://steemit.chat/channel/mining?msg=nseuJchmz4hTKMv6b I believe with @abit's code you don't need as much ram as its using virtual ram so i think people will be able to mine with a lower spec than before. all i can say is give it a try. what spec machine do you have? with regard to how much steem you can expect, unfortunately its currently not a lot atm, maybe 1 or 2 steem per day. but as with all crypto-currencies things change over time. bitcoin wasn't worth much originally and now look at it. so those few steem might be worth a lot in the future. also mining algo's change so there will be more efficient future mining as time goes on. As its not really costing me to mine atm as i have my pc on all the time anyway, i might as well keep mining so i have knowledge and experience for when things do change again. Also i would like to be a witness so this is experience and not wasted time even though it doesn't return me much revenue. Another thing, you can also use mining to create new accounts
author | pcste |
---|---|
permlink | re-loverofliberty-re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170126t134728342z |
category | mining |
json_metadata | {"tags":["mining"],"users":["abits","bitcoiner","abit"],"links":["https://steemit.chat/channel/mining?msg=nseuJchmz4hTKMv6b"],"app":"steemit/0.1"} |
created | 2017-01-26 13:47:30 |
last_update | 2017-01-26 13:47:30 |
depth | 2 |
children | 0 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,430 |
author_reputation | 112,529,675,837,494 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,348,142 |
net_rshares | 0 |
Im gonna stick to buying steem like I have until now. Mining looks like brain surgery
author | mallorcaman |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170125t130707468z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-01-25 13:07:27 |
last_update | 2017-01-25 13:07:27 |
depth | 1 |
children | 0 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 34,296,777,091,818 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,338,871 |
net_rshares | 343,147,129 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcste | 0 | 343,147,129 | 1% |
MINING DRONE 
author | mateya |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170708t234545914z |
category | mining |
json_metadata | {"tags":["mining"],"image":["https://steemitimages.com/DQmQ2cveFqpC1ejPMoYXNu6QPqCibRnUjcy2WLc1K6eidE3/mining.png"],"app":"steemit/0.1"} |
created | 2017-07-08 23:45:45 |
last_update | 2017-07-08 23:45:45 |
depth | 1 |
children | 0 |
last_payout | 2017-07-15 23:45:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 112 |
author_reputation | 2,527,318,262 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,807,398 |
net_rshares | 0 |
Thank you been looking for something like this for the raspberry voted and followed thanks again Karl
author | mckenzie259 |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170521t201246913z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-05-21 20:12:48 |
last_update | 2017-05-21 20:12:48 |
depth | 1 |
children | 0 |
last_payout | 2017-05-28 20:12:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 3,474,855,979,444 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,640,455 |
net_rshares | 0 |
What about for Windows? :)
author | mrosenquist |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170125t231102447z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-01-25 23:11:03 |
last_update | 2017-01-25 23:11:03 |
depth | 1 |
children | 3 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 178,190,999,523,720 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,343,726 |
net_rshares | 3,088,324,164 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcste | 0 | 3,088,324,164 | 17% |
currently the only way to run in windows is by using a virtual machine like in this tutorial. why not give it a try, if you get stuck i can try and help. theres also helpfull steemians on mining chat that guide you. https://steemit.chat/channel/mining
author | pcste |
---|---|
permlink | re-mrosenquist-re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170126t010619645z |
category | mining |
json_metadata | {"tags":["mining"],"links":["https://steemit.chat/channel/mining"],"app":"steemit/0.1"} |
created | 2017-01-26 01:06:24 |
last_update | 2017-01-26 01:06:24 |
depth | 2 |
children | 2 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 251 |
author_reputation | 112,529,675,837,494 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,344,325 |
net_rshares | 343,147,129 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcste | 0 | 343,147,129 | 1% |
There used to be a way, using steem-win64 miner. Has it changed?
author | mrosenquist |
---|---|
permlink | re-pcste-re-mrosenquist-re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170126t051945806z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-01-26 05:19:45 |
last_update | 2017-01-26 05:19:45 |
depth | 3 |
children | 1 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 65 |
author_reputation | 178,190,999,523,720 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,345,490 |
net_rshares | 343,147,129 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcste | 0 | 343,147,129 | 1% |
Awesome thank you. Would some other miners like to share what hardware they are using?
author | mynewsteemit |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170126t005310675z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-01-26 00:53:45 |
last_update | 2017-01-26 00:53:45 |
depth | 1 |
children | 0 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 2,278,722,492,620 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,344,235 |
net_rshares | 3,088,324,164 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcste | 0 | 3,088,324,164 | 17% |
ok ive edited the post slightly, some of the lines where showing as bold headers because of the hashtag affecting the post's markdown code. should be easier to read now. ive also added links to some of my other tutorials and projects. Thanks everyone for the interest in this post, it took me a long time to do so it makes it worthwhile to get good feedback. :-)
author | pcste |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170126t140832091z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-01-26 14:08:33 |
last_update | 2017-01-26 14:08:33 |
depth | 1 |
children | 0 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 363 |
author_reputation | 112,529,675,837,494 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,348,326 |
net_rshares | 0 |
If I could upvote this again I would. Thanks so much!
author | shaunmza |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170201t124403648z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-02-01 12:44:03 |
last_update | 2017-02-01 12:44:03 |
depth | 1 |
children | 0 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 17,139,522,306,343 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,396,325 |
net_rshares | 352,516,419 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcste | 0 | 352,516,419 | 1% |
Thanks for sharing! Your post was included in the Steem.center wiki page about [Setting up a Miner](https://steemit.com/mining/@steemcenterwiki/recommended-wiki-article-setting-up-a-miner) as a recommended link. Thanks and good luck again!
author | steemcenterwiki |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170127t140447432z |
category | mining |
json_metadata | {"tags":["mining"],"links":["https://steemit.com/mining/@steemcenterwiki/recommended-wiki-article-setting-up-a-miner"],"app":"steemit/0.1"} |
created | 2017-01-27 14:04:48 |
last_update | 2017-01-27 14:04:48 |
depth | 1 |
children | 0 |
last_payout | 2017-02-25 20:28:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 239 |
author_reputation | 6,805,543,786,959 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,357,497 |
net_rshares | 0 |
You have provided a great source of information on Steem mining. I am looking forward to follow your instructions. Thank you!
author | vinaypsychic |
---|---|
permlink | re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170704t082748985z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-07-04 08:27:51 |
last_update | 2017-07-04 08:27:51 |
depth | 1 |
children | 5 |
last_payout | 2017-07-11 08:27:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 24,030,512,483 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,248,225 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcste | 0 | 0 | 15% |
Im afraid mining is no longer possible. you can become a witness tho.
author | pcste |
---|---|
permlink | re-vinaypsychic-re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170714t140525072z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-07-14 14:05:27 |
last_update | 2017-07-14 14:05:27 |
depth | 2 |
children | 4 |
last_payout | 2017-07-21 14:05:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 112,529,675,837,494 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,459,505 |
net_rshares | 0 |
If mining is not possible, then how Steemit generate Steems for their rewarding? Is mining banned for the internet users and only Steemit consortium is doing the mining?
author | vinaypsychic |
---|---|
permlink | re-pcste-re-vinaypsychic-re-pcste-up-to-date-mining-steem-tutorial-for-newbies-windows-or-linux-20170714t185711866z |
category | mining |
json_metadata | {"tags":["mining"],"app":"steemit/0.1"} |
created | 2017-07-14 18:57:15 |
last_update | 2017-07-14 18:57:15 |
depth | 3 |
children | 3 |
last_payout | 2017-07-21 18:57:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 24,030,512,483 |
root_title | "Up to Date Mining steem tutorial for newbies - windows or linux-" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,489,326 |
net_rshares | 3,474,353,497 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pcste | 0 | 3,474,353,497 | 15% |