<h1>用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号</h1> # 目录 > [1. 目标](#1) > [2. 主要流程](#2) > [3. 搭建本地环境](#3) > [4. 获取官方镜像](#4) > [5. docker方式运行 cli_wallet ](#5) > [6. 导入账号的密钥](#6) > [7. 生成见证人需要的密钥对](#7) > [8. 更新见证人到steem链上](#8) > [9. 投票给新发布的见证人](#9) <h1 id="1">1. 目标</h1> steem中的见证人witness账号,只是普通账号,最一个特别的声明.但可惜的是,网络上找不到完整有效的最新中文教程,怎么把普通账号升级为见证人账号. 目前steem刚完成硬分叉22,在源代码中的代号为HF22,网络上的英文教程和以及第三方工具都已经无法操作. 所以本文不依赖第三方工具,直接利用steem官方docker镜像中的命令行钱包 `cli_wallet`,将账号提升为见证人账号.这样做,更加安全. cli_wallet 是 Steem 的命令行钱包,可直接和 Steem 节点交互,完成很多重要的钱包相关的操作;升级账号为见证人,也可以通过这个钱包实现. 不过cli_wallet需要Steem节点支持WebSocket RPC(ws/wss),暂时以比较容易访问的`wss://steemd.privex.io`作为交互节点服务器.后续可以出专门的教程,搭建自己的节点服务器. <h1 id="2">2. 主要流程</h1> 1. 搭建本地环境 2. 获取官方镜像 3. docker方式运行 cli_wallet 4. 导入账号的密钥 5. 生成见证人需要的密钥对 6. 更新见证人到steem链上 7. 投票给新发布的见证人 <h1 id="3">3. 搭建本地环境</h1> ## ubuntu18.04 安装 docker 这里以ubuntu18.04为例,安装docker包: `$ sudo apt update && sudo apt install git containerd docker.io -y` 启动服务:`$ service docker restart ` 查看日志:`$ systemctl status docker.service` ## 添加专用系统账户 steemd 添加专用系统账户 steemd,并加入到 docker 组,steemd用户可直接运行docker: ```shell $ sudo adduser steemd $ sudo usermod -aG sudo steemd $ sudo usermod -aG docker steemd $ sudo su - steemd ``` <h1 id="4">4. 获取官方镜像</h1> 使用steem官方的 docker 镜像(也可以自己从github上下载源码编译): `$ docker pull steemit/steem` 查看获取情况 : `$ docker images | grep steemit` ```shell steemit/steem latest 1326e0 1 weeks ago 2.24GB ``` 如果无法访问官方 docker.com/docker.io ,可修改镜像源: `$ sudo vi /etc/docker/daemon.json` ```config { "registry-mirrors": ["https://registry.docker-cn.com","http://hub-mirror.c.163.com"] } ``` 其他可选: 1. 中国科技大学:https://docker.mirrors.ustc.edu.cn 2. Docker 官方中国区:https://registry.docker-cn.com 3. 网易:http://hub-mirror.c.163.com 4. 阿里云:https://pee6w651.mirror.aliyuncs.com <h1 id="5">5. docker方式运行 cli_wallet </h1> 以docker镜像方式运行 cli_wallet: `$ docker run -it steemit/steem /usr/local/steemd-default/bin/cli_wallet -s wss://steemd.privex.io` 返回信息: ```info Logging RPC to file: logs/rpc/rpc.log Starting a new wallet 36ms main.cpp:169 main ] wdata.ws_server: wss://steemd.privex.io Please use the set_password method to initialize a new wallet before continuing new >>> ``` 首次使用,需要设置本地钱包密码: `new >>> set_password yourpwd` 返回信息: ```info new >>> set_password yourpwd set_password yourpwd null locked >>> ``` 解锁钱包: `locked >>> unlock yourpwd` 返回信息: ```info locked >>> unlock yourpwd unlock yourpwd null unlocked >>> ``` 如无反应,可能是 cli_wallet 断开了和steem节点间的连接;则ctrl+d退出,重新登录 cli_wallet <h1 id="6">6. 导入账号的密钥</h1> 导入账号的钱包密钥(active key): `unlocked >>> import_key 5J-account-active-key` 返回信息: ```info import_key 5J-account-active-key 3571ms wallet.cpp:42 save_wallet_file ] saving wallet to file wallet.json true unlocked >>> ``` <h1 id="7">7. 生成见证人需要的密钥对</h1> 生成见证人打包区块所需要的密钥对: `unlocked >>> suggest_brain_key` ```info suggest_brain_key { "brain_priv_key": "WACE be your words COGNATE", "wif_priv_key": "5J-wif_priv_key-str", "pub_key": "STM-pub_key-str" } unlocked >>> ``` 其中: > 1. `wif_priv_key` 为私钥,见证人节点服务器运行steemd时需要配置的密钥,用来生产区块时的签名; > 2. `pub_key` 为公钥,需要发布到steem区块链上,供全网应用。 <h1 id="8">8. 更新见证人到steem链上</h1> 用 'update_witness' 命令将公钥 `pub_key` 发布到链上: `unlocked >>> update_witness "tex.fund" "https://tex.fund" "STM-pub_key-str" {"account_creation_fee":"3.000 STEEM","maximum_block_size":655360,"sbd_interest_rate":0} true` 其中: > 1. "tex.fund" : 为见证人账号 > 2. "https://tex.fund": 为见证人链接,可以是独立官网,也可以是steemit官网 #witness-category 标签下的见证人公告贴子,方便别人了解. 返回信息: ```info { "ref_block_num": 26255, "ref_block_prefix": 597975414, "expiration": "2019-10-13T15:03:09", "operations": [[ "witness_update",{ "owner": "tex.fund", "url": "https://tex.fund", "block_signing_key": "STM6MiTh", "props": { "account_creation_fee": "3.000 STEEM", "maximum_block_size": 655360, "sbd_interest_rate": 0, "account_subsidy_budget": 797, "account_subsidy_decay": 347321 }, "fee": "0.000 STEEM" } ] ], "extensions": [], "signatures": [ "1f6b5aba87d2da1" ], "transaction_id": "fe24df02c", "block_num": 37250704, "transaction_num": 14 } ``` <h1 id="9">9. 投票给新发布的见证人</h1> 自己先给自己的见证人投一票吧:浏览器打开 https://steemitwallet.com/~witnesses . 
author | tex.fund |
---|---|
permlink | create-a-new-steem-security-account-with-the-command-line-wallet-cliwallet-in-the-official-docker-image-of-steem |
category | zzan |
json_metadata | {"tags":["cn","cn-stem","cn-reader","cn-curation","steemstem","build-it","whalepower","ocd-resteem","steem-guides","sct","sct-cn","sct-freeboard","sct-userguide","team-cn","witness-category","zzan","palnet","dblog","mediaofficials","actnearn","marlians","neoxian","lassecash","upfundme","busy"],"image":["https://cdn.steemitimages.com/DQmUDRnscvYaSc4GVRBjLBhEKGvqz7gE3LCrUj24dovQ3Pf/1.png"],"links":["#1","#2","#3","#4","#5","#6","#7","#8","#9","https://docker.mirrors.ustc.edu.cn","https://registry.docker-cn.com","http://hub-mirror.c.163.com","https://pee6w651.mirror.aliyuncs.com","https://tex.fund","https://steemitwallet.com/~witnesses"],"app":"busy/2.5.4","format":"markdown"} |
created | 2019-10-13 15:20:57 |
last_update | 2019-10-13 15:22:54 |
depth | 0 |
children | 52 |
last_payout | 2019-10-20 15:20:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.159 HBD |
curator_payout_value | 0.157 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,496 |
author_reputation | 1,113,292,993,230 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,515,383 |
net_rshares | 1,561,134,497,082 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
matt-a | 0 | -106,222,322,637 | -2.25% | ||
netaterra | 0 | -9,998,853,782 | -1.5% | ||
justinashby | 0 | 0 | 100% | ||
preparedwombat | 0 | -1,288,285,596 | -0.6% | ||
anomadsoul | 0 | -3,167,722,275 | -3% | ||
davidorcamuriel | 0 | -54,068,557,447 | -3% | ||
mcoinz79 | 0 | -29,989,144,867 | -1.5% | ||
tipu | 0 | 6,442,404,002,780 | 8% | ||
raj808 | 0 | -3,694,950,404 | -1.5% | ||
diverse | 0 | 1,073,557,360 | 100% | ||
znnuksfe | 0 | -69,708,660,952 | -3% | ||
sisygoboom | 0 | -5,541,767,417 | -3% | ||
miroslavrc | 0 | -1,691,761,570 | -1.5% | ||
waybeyondpadthai | 0 | -10,015,696,875 | -3% | ||
andrewma | 0 | 41,806,330 | 0.5% | ||
ilikeit | 0 | -84,166,302,344 | -3% | ||
ocdb | 0 | -5,080,603,928,438 | -3% | ||
vimm | 0 | -22,809,961,381 | -3% | ||
thevil | 0 | -8,689,153,835 | -3% | ||
theycallmedan | 0 | -1,248,051,988,478 | -3% | ||
zerofive | 0 | 335,527,077 | 100% | ||
threespeak | 0 | -1,252,292,234,775 | -3% | ||
zzan.co17 | 0 | 61,401,202 | 15% | ||
cn-zzang | 0 | 1,119,813,511 | 5% | ||
cn-sct | 0 | 4,738,229,444 | 5% | ||
dappcoder | 0 | 29,933,019,835 | 100% | ||
hertz.diy | 0 | 299,967,960 | 50% | ||
cn-build | 0 | 127,589,889 | 21% | ||
tex.fund | 0 | 29,329,566,087 | 100% | ||
hnt | 0 | 31,090,298,852 | 100% | ||
acu.fund | 0 | 1,138,355,643,431 | 100% | ||
dblogbasicincome | 0 | 0 | 2% | ||
mana.bank | 0 | 740,087,859,363 | 100% | ||
acu.fund.witness | 0 | 25,549,921,994 | 100% | ||
spbank | 0 | 29,684,137,491 | 100% | ||
yaowl | 0 | 31,385,710,667 | 100% | ||
alanyao | 0 | 31,385,710,667 | 100% | ||
missingwolf | 0 | 30,444,625,191 | 100% | ||
xinhuaren | 0 | 30,670,618,694 | 100% | ||
acufund | 0 | 31,186,457,658 | 100% | ||
downvoter | 0 | 130,708,981,559 | 100% | ||
manabot1 | 0 | 29,077,905,198 | 100% | ||
manabot | 0 | 28,702,608,412 | 100% | ||
huaren.news | 0 | 263,937,220,000 | 100% | ||
cameron.barnes | 0 | 543,090,565 | 100% | ||
manabot2 | 0 | 26,384,900,376 | 100% | ||
sherryzhou | 0 | 543,057,165 | 100% | ||
goodvoter | 0 | 19,717,260,000 | 100% | ||
anonymity.inlet | 0 | 228,756,795,116 | 100% | ||
manabot3 | 0 | 31,127,906,475 | 100% | ||
manabot4 | 0 | 30,326,024,608 | 100% | ||
manabank | 0 | 30,325,342,776 | 100% | ||
goodreader | 0 | 30,325,338,293 | 100% | ||
goodposter | 0 | 30,325,001,173 | 100% | ||
downscaner | 0 | 43,028,892,956 | 100% |
太详细了,很多教程都是把账号的active key作为见证人的密钥,很显然不符合逻辑.还是这篇文章讲密钥对,比较合理.
author | acu.fund |
---|---|
permlink | pzbkkf |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-13 15:33:51 |
last_update | 2019-10-13 15:33:51 |
depth | 1 |
children | 21 |
last_payout | 2019-10-20 15:33:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.292 HBD |
curator_payout_value | 0.290 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 3,707,885,330,267 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,515,840 |
net_rshares | 2,659,525,145,294 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justinashby | 0 | 0 | 100% | ||
tex.fund | 0 | 28,475,396,251 | 100% | ||
hnt | 0 | 28,948,007,581 | 100% | ||
acu.fund | 0 | 1,119,971,460,278 | 100% | ||
mana.bank | 0 | 726,613,797,303 | 100% | ||
acu.fund.witness | 0 | 25,852,618,741 | 100% | ||
yaowl | 0 | 30,142,581,123 | 100% | ||
missingwolf | 0 | 29,736,216,786 | 100% | ||
xinhuaren | 0 | 31,187,990,667 | 100% | ||
acufund | 0 | 28,709,790,887 | 100% | ||
downvoter | 0 | 152,783,728,737 | 100% | ||
manabot1 | 0 | 30,277,537,016 | 100% | ||
manabot | 0 | 28,741,325,887 | 100% | ||
manabot2 | 0 | 25,456,206,418 | 100% | ||
anonymity.inlet | 0 | 225,400,712,533 | 100% | ||
manabot3 | 0 | 30,178,961,548 | 100% | ||
manabot4 | 0 | 26,862,768,873 | 100% | ||
manabank | 0 | 30,020,558,911 | 100% | ||
downscaner | 0 | 60,165,485,754 | 100% |
见证人不需要节点服务器吗?
author | mana.bank |
---|---|
permlink | pzblbh |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-13 15:50:06 |
last_update | 2019-10-13 15:50:06 |
depth | 2 |
children | 19 |
last_payout | 2019-10-20 15:50:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.124 HBD |
curator_payout_value | 0.122 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 938,294,888,269 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,516,260 |
net_rshares | 1,245,399,351,933 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justinashby | 0 | 0 | 100% | ||
justinparke | 0 | -1,153,172,107 | -10% | ||
joshman | 0 | -360,240,281,118 | -20% | ||
lebin | 0 | -941,972,557,689 | -50% | ||
steempatron | 0 | -17,943,124,373 | -20% | ||
dappcoder | 0 | 25,651,047,610 | 100% | ||
tex.fund | 0 | 27,507,101,536 | 100% | ||
hnt | 0 | 28,609,573,524 | 100% | ||
acu.fund | 0 | 1,075,716,652,556 | 100% | ||
mana.bank | 0 | 651,425,620,391 | 100% | ||
spbank | 0 | 27,312,103,008 | 100% | ||
xinhuaren | 0 | 30,563,664,715 | 100% | ||
acufund | 0 | 30,494,368,357 | 100% | ||
downvoter | 0 | 226,530,284,117 | 100% | ||
manabot1 | 0 | 28,495,720,726 | 100% | ||
manabot | 0 | 30,594,040,000 | 100% | ||
manabot2 | 0 | 26,998,918,248 | 100% | ||
goodvoter | 0 | 18,932,248,844 | 100% | ||
anonymity.inlet | 0 | 220,908,141,050 | 100% | ||
manabot4 | 0 | 29,124,977,463 | 100% | ||
manabank | 0 | 23,551,928,491 | 100% | ||
goodposter | 0 | 29,129,030,125 | 100% | ||
downscaner | 0 | 35,163,066,459 | 100% |
需要啊,节点服务不需要见证人账号(但是不能生产区块数据了).见证人账号也设置到节点服务的配置中,全网才能计算有效时间,还需要投票数量,连着累积,才能出块,获得奖励呢.
author | acu.fund |
---|---|
permlink | pzbltm |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-13 16:01:00 |
last_update | 2019-10-13 16:01:00 |
depth | 3 |
children | 7 |
last_payout | 2019-10-20 16:01:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.310 HBD |
curator_payout_value | 0.308 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 3,707,885,330,267 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,516,579 |
net_rshares | 2,806,532,501,421 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dappcoder | 0 | 28,066,607,750 | 100% | ||
tex.fund | 0 | 29,225,928,901 | 100% | ||
hnt | 0 | 30,398,703,170 | 100% | ||
acu.fund | 0 | 1,135,931,958,160 | 100% | ||
mana.bank | 0 | 598,591,815,170 | 100% | ||
spbank | 0 | 29,612,040,294 | 100% | ||
alanyao | 0 | 28,321,915,185 | 100% | ||
missingwolf | 0 | 30,343,434,688 | 100% | ||
xinhuaren | 0 | 28,183,390,814 | 100% | ||
acufund | 0 | 29,884,999,495 | 100% | ||
downvoter | 0 | 209,051,380,290 | 100% | ||
manabot1 | 0 | 29,078,647,503 | 100% | ||
manabot | 0 | 26,479,322,757 | 100% | ||
huaren.news | 0 | 233,883,516,884 | 100% | ||
manabot2 | 0 | 26,526,493,651 | 100% | ||
sherryzhou | 0 | 531,200,140 | 100% | ||
goodvoter | 0 | 17,816,748,027 | 100% | ||
anonymity.inlet | 0 | 210,230,619,769 | 100% | ||
manabot4 | 0 | 27,411,770,947 | 100% | ||
manabank | 0 | 30,633,767,571 | 100% | ||
goodposter | 0 | 26,328,240,255 | 100% |
Flagged for collusive voting @steemflagrewards
author | lebin |
---|---|
permlink | re-manabank-pzk1vw |
category | zzan |
json_metadata | {"tags":["zzan"],"app":"steempeak/1.18.0"} |
created | 2019-10-18 05:28:45 |
last_update | 2019-10-18 05:28:45 |
depth | 3 |
children | 1 |
last_payout | 2019-10-25 05:28: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 | 46 |
author_reputation | 2,847,372,044,861 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,664,521 |
net_rshares | 71,823,026,595 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
joshman | 0 | 72,097,258,443 | 4% | ||
steem.ninja | 0 | 872,779,545,747 | 31.66% | ||
mana.bank | 0 | -873,053,777,595 | -100% |
老大,咱是不是也搞一个?很高大上啊
author | manabot3 |
---|---|
permlink | pzdea6 |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-14 15:13:21 |
last_update | 2019-10-14 15:13:21 |
depth | 3 |
children | 4 |
last_payout | 2019-10-21 15:13:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.313 HBD |
curator_payout_value | 0.311 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 127,203,259,061 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,548,839 |
net_rshares | 2,851,195,443,456 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justinashby | 0 | 0 | 100% | ||
acu.fund | 0 | 942,327,075,342 | 80% | ||
mana.bank | 0 | 1,242,438,570,716 | 100% | ||
yaowl | 0 | 30,760,052,704 | 100% | ||
xinhuaren | 0 | 26,632,167,436 | 100% | ||
downvoter | 0 | 213,242,823,973 | 100% | ||
manabot | 0 | 28,801,905,975 | 100% | ||
huaren.news | 0 | 224,526,953,175 | 100% | ||
manabot2 | 0 | 25,978,434,767 | 100% | ||
manabot4 | 0 | 25,801,914,149 | 100% | ||
manabank | 0 | 29,719,235,993 | 100% | ||
texfund | 0 | 33,551,620,000 | 100% | ||
goodposter | 0 | 27,414,689,226 | 100% |
进不了TOP20,好像都亏钱呢,目前steem都跌倒TOP 88了,谁敢投啊?
author | texfund |
---|---|
permlink | pzec7s |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-15 03:26:27 |
last_update | 2019-10-15 03:26:27 |
depth | 3 |
children | 3 |
last_payout | 2019-10-22 03:26:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.154 HBD |
curator_payout_value | 0.153 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 110,044,126,013 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,565,747 |
net_rshares | 1,527,407,264,386 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dappcoder | 0 | 24,141,734,834 | 100% | ||
tex.fund | 0 | 26,574,236,801 | 100% | ||
hnt | 0 | 22,712,173,364 | 100% | ||
acu.fund | 0 | 908,343,308,185 | 100% | ||
acu.fund.witness | 0 | 19,479,905,323 | 100% | ||
yaowl | 0 | 26,164,269,249 | 100% | ||
missingwolf | 0 | 30,563,664,715 | 100% | ||
acufund | 0 | 23,498,391,699 | 100% | ||
downvoter | 0 | 154,656,778,719 | 100% | ||
manabot | 0 | 19,560,876,845 | 100% | ||
anonymity.inlet | 0 | 192,648,408,419 | 100% | ||
goodposter | 0 | 27,859,058,686 | 100% | ||
downscaner | 0 | 51,204,457,547 | 100% |
因为详细,所以被毙了(downvote),呵呵
author | texfund |
---|---|
permlink | pzec6b |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-15 03:25:24 |
last_update | 2019-10-15 03:25:24 |
depth | 2 |
children | 0 |
last_payout | 2019-10-22 03:25:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.259 HBD |
curator_payout_value | 0.257 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 110,044,126,013 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,565,725 |
net_rshares | 2,418,186,971,176 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justinashby | 0 | 0 | 100% | ||
hnt | 0 | 27,244,387,269 | 100% | ||
acu.fund | 0 | 1,046,118,107,348 | 100% | ||
mana.bank | 0 | 910,358,512,325 | 100% | ||
spbank | 0 | 28,783,532,723 | 100% | ||
missingwolf | 0 | 21,242,296,747 | 100% | ||
acufund | 0 | 17,004,202,144 | 100% | ||
downvoter | 0 | 193,061,554,152 | 100% | ||
manabot1 | 0 | 20,417,296,696 | 100% | ||
manabot | 0 | 24,433,749,672 | 100% | ||
manabot2 | 0 | 23,007,424,494 | 100% | ||
manabot3 | 0 | 25,530,651,208 | 100% | ||
manabank | 0 | 26,590,453,039 | 100% | ||
downscaner | 0 | 54,394,803,359 | 100% |
我也想搭建一个见证人服务器呢,要不我帮你把这个教程翻译英文版?
author | anonymity.inlet |
---|---|
permlink | pzbm1a |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-13 16:05:33 |
last_update | 2019-10-13 16:05:33 |
depth | 1 |
children | 2 |
last_payout | 2019-10-20 16:05:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.235 HBD |
curator_payout_value | 0.233 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 2,465,538,630,256 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,516,707 |
net_rshares | 2,201,964,286,964 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dappcoder | 0 | 28,376,713,762 | 100% | ||
tex.fund | 0 | 29,650,884,976 | 100% | ||
hnt | 0 | 28,612,620,737 | 100% | ||
acu.fund | 0 | 37,293,084,280 | 79% | ||
mana.bank | 0 | 1,146,289,865,880 | 100% | ||
acu.fund.witness | 0 | 30,792,960,000 | 100% | ||
spbank | 0 | 29,954,172,470 | 100% | ||
yaowl | 0 | 30,758,087,972 | 100% | ||
alanyao | 0 | 30,142,572,391 | 100% | ||
missingwolf | 0 | 29,952,675,649 | 100% | ||
xinhuaren | 0 | 30,556,881,893 | 100% | ||
acufund | 0 | 29,275,509,051 | 100% | ||
downvoter | 0 | 165,640,988,361 | 100% | ||
manabot | 0 | 29,328,469,669 | 100% | ||
huaren.news | 0 | 258,668,475,068 | 100% | ||
anonymity.inlet | 0 | 226,168,550,345 | 100% | ||
downscaner | 0 | 40,501,774,460 | 100% |
author | alanyao |
---|---|
permlink | pze6nv |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-15 01:26:21 |
last_update | 2019-10-15 01:26:21 |
depth | 2 |
children | 1 |
last_payout | 2019-10-22 01:26:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.120 HBD |
curator_payout_value | 0.119 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 7,325,544,227,273 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,563,459 |
net_rshares | 1,219,367,956,245 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
acu.fund | 0 | 31,025,462,874 | 86% | ||
mana.bank | 0 | 1,188,342,493,371 | 100% |
可惜,我也只会英文. 很期待会日韩文,是什么样子?:)美女比较多吧? steem上中文社区美女不多吧?
author | manabot |
---|---|
permlink | pze6t2 |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-15 01:29:30 |
last_update | 2019-10-15 01:29:30 |
depth | 3 |
children | 0 |
last_payout | 2019-10-22 01:29:30 |
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 | 51 |
author_reputation | 113,293,894,589 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,563,523 |
net_rshares | 37,154,248,640 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
acu.fund | 0 | 37,154,248,640 | 84% |
写得真够详细,想操作错误,都难:)
author | goodreader |
---|---|
permlink | pzdnlu |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-14 18:34:42 |
last_update | 2019-10-14 18:34:42 |
depth | 1 |
children | 0 |
last_payout | 2019-10-21 18:34:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.170 HBD |
curator_payout_value | 0.169 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 20,526,422,885,116 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,554,598 |
net_rshares | 1,668,758,376,947 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dappcoder | 0 | 30,767,664,708 | 100% | ||
tex.fund | 0 | 32,148,054,985 | 100% | ||
acu.fund | 0 | 62,250,624,564 | 100% | ||
mana.bank | 0 | 1,217,838,854,014 | 100% | ||
acu.fund.witness | 0 | 26,919,108,998 | 100% | ||
alanyao | 0 | 28,102,801,678 | 100% | ||
acufund | 0 | 6,148,080,671 | 21% | ||
anonymity.inlet | 0 | 201,937,708,182 | 100% | ||
downscaner | 0 | 62,645,479,147 | 100% |
支持您的DIY贴子
author | hertz.diy |
---|---|
permlink | pzjbn8 |
category | zzan |
json_metadata | {"tags":["zzan","build-it"],"app":"buildit/0.1","canonical_url":"https://www.build-it.io/@hertz.diy/pzjbn8"} |
created | 2019-10-17 20:01:57 |
last_update | 2019-10-17 20:01:57 |
depth | 1 |
children | 0 |
last_payout | 2019-10-24 20:01:57 |
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 | 9 |
author_reputation | -10,370,552,862 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,653,333 |
net_rshares | 374,481,546 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hertz.diy | 0 | 374,481,546 | 100% |
@tipu curate 8
author | mana.bank |
---|---|
permlink | pzbkn2 |
category | zzan |
json_metadata | {"users":["tipu"],"app":"steemit/0.1"} |
created | 2019-10-13 15:35:27 |
last_update | 2019-10-13 15:35:27 |
depth | 1 |
children | 3 |
last_payout | 2019-10-20 15:35: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 | 14 |
author_reputation | 938,294,888,269 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,515,889 |
net_rshares | 1,441,137,904 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justinparke | 0 | -1,412,553,860 | -12.5% | ||
johnwatson | 0 | -37,063,275,847 | -100% | ||
joshman | 0 | -450,380,274,591 | -25% | ||
lebin | 0 | -345,957,229,299 | -20% | ||
kabir88 | 0 | -100,602,903,172 | -29.19% | ||
mrkebab | 0 | -33,035,440,699 | -100% | ||
steempatron | 0 | -21,208,573,607 | -25% | ||
ilgiaguaro | 0 | -12,351,327,728 | -90% | ||
acu.fund | 0 | 20,633,247,112 | 83% | ||
mana.bank | 0 | 712,245,961,995 | 100% | ||
alanyao | 0 | 29,490,650,907 | 100% | ||
missingwolf | 0 | 29,353,055,997 | 100% | ||
xinhuaren | 0 | 28,757,590,245 | 100% | ||
acufund | 0 | 27,070,609,117 | 100% | ||
downvoter | 0 | 155,901,601,334 | 100% |
Flagged for collusive voting @steemflagrewards
author | lebin |
---|---|
permlink | re-manabank-pzk1xk |
category | zzan |
json_metadata | {"tags":["zzan"],"app":"steempeak/1.18.0"} |
created | 2019-10-18 05:29:45 |
last_update | 2019-10-18 05:29:45 |
depth | 2 |
children | 1 |
last_payout | 2019-10-25 05:29: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 | 46 |
author_reputation | 2,847,372,044,861 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,664,549 |
net_rshares | 50,360,087,888 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
joshman | 0 | 72,718,705,145 | 4% | ||
steem.ninja | 0 | 1,098,754,976,419 | 39% | ||
mana.bank | 0 | -1,121,113,593,676 | -100% |
Steem Flag Rewards mention comment has been approved for SFR Token Issuance! Tokens will be transferrred when the flagged content reaches payout. Thank you for reporting this abuse, @lebin. * collusive voting The votes on the content follows a repeated pattern suggestive of collusion between multiple users and /or alt accounts resulting in signficant overvaluation of content. This post was submitted via our Discord Community channel. Check us out on the following link! [SFR Discord](https://discord.gg/7pqKmg5)
author | steemflagrewards |
---|---|
permlink | re-re-manabank-pzk1xk-20191019t203446z |
category | zzan |
json_metadata | "{"community": "SFR", "app": "beem/0.21.1", "users": ["lebin"], "links": ["https://discord.gg/7pqKmg5"]}" |
created | 2019-10-19 20:34:48 |
last_update | 2019-10-19 20:34:48 |
depth | 3 |
children | 0 |
last_payout | 2019-10-26 20:34: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 | 521 |
author_reputation | 90,302,625,572,111 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,715,212 |
net_rshares | 0 |
<a href="https://tipu.online/curator?mana.bank" target="_blank">Upvoted 👌</a>
author | tipu |
---|---|
permlink | re-pzbkn2-20191013t153607 |
category | zzan |
json_metadata | "" |
created | 2019-10-13 15:36:09 |
last_update | 2019-10-13 15:36:09 |
depth | 2 |
children | 0 |
last_payout | 2019-10-20 15:36:09 |
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 | 55,930,979,039,115 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,515,903 |
net_rshares | 0 |
@tipu nominate
author | mana.bank |
---|---|
permlink | pzbl7h |
category | zzan |
json_metadata | {"users":["tipu"],"app":"steemit/0.1"} |
created | 2019-10-13 15:47:42 |
last_update | 2019-10-13 15:47:42 |
depth | 1 |
children | 2 |
last_payout | 2019-10-20 15:47:42 |
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 | 14 |
author_reputation | 938,294,888,269 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,516,203 |
net_rshares | 7,372,539,450 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justinparke | 0 | -1,427,266,613 | -12.5% | ||
johnwatson | 0 | -37,764,148,414 | -100% | ||
joshman | 0 | -450,367,432,078 | -25% | ||
lebin | 0 | -347,259,838,071 | -20% | ||
kabir88 | 0 | -276,262,713,767 | -78.96% | ||
mrkebab | 0 | -33,669,715,841 | -100% | ||
steempatron | 0 | -21,641,733,340 | -25% | ||
ilgiaguaro | 0 | -12,563,685,903 | -90% | ||
acu.fund | 0 | 20,537,038,375 | 84% | ||
mana.bank | 0 | 695,770,320,956 | 100% | ||
alanyao | 0 | 30,093,075,817 | 100% | ||
xinhuaren | 0 | 29,345,278,892 | 100% | ||
downvoter | 0 | 159,081,920,892 | 100% | ||
huaren.news | 0 | 253,501,438,545 | 100% |
Flagged for collusive voting @steemflagrewards
author | lebin |
---|---|
permlink | re-manabank-pzk1x8 |
category | zzan |
json_metadata | {"tags":["zzan"],"app":"steempeak/1.18.0"} |
created | 2019-10-18 05:29:33 |
last_update | 2019-10-18 05:29:33 |
depth | 2 |
children | 1 |
last_payout | 2019-10-25 05:29:33 |
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 | 46 |
author_reputation | 2,847,372,044,861 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,664,543 |
net_rshares | 47,627,707,104 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
joshman | 0 | 72,662,031,283 | 4% | ||
steem.ninja | 0 | 1,006,413,777,286 | 36% | ||
mana.bank | 0 | -1,031,448,101,465 | -100% |
Steem Flag Rewards mention comment has been approved for SFR Token Issuance! Tokens will be transferrred when the flagged content reaches payout. Thank you for reporting this abuse, @lebin. * collusive voting The votes on the content follows a repeated pattern suggestive of collusion between multiple users and /or alt accounts resulting in signficant overvaluation of content. This post was submitted via our Discord Community channel. Check us out on the following link! [SFR Discord](https://discord.gg/7pqKmg5)
author | steemflagrewards |
---|---|
permlink | re-re-manabank-pzk1x8-20191019t202804z |
category | zzan |
json_metadata | "{"community": "SFR", "app": "beem/0.21.1", "users": ["lebin"], "links": ["https://discord.gg/7pqKmg5"]}" |
created | 2019-10-19 20:28:06 |
last_update | 2019-10-19 20:28:06 |
depth | 3 |
children | 0 |
last_payout | 2019-10-26 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 | 521 |
author_reputation | 90,302,625,572,111 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,715,078 |
net_rshares | 0 |
也是见证人了啊!thumpup 中文区应该把见证人都聚合起来,别让30个投票浪费了. 中文区的发展,需要大家团结
author | mana.bank |
---|---|
permlink | pzbl9r |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-13 15:49:03 |
last_update | 2019-10-13 15:49:03 |
depth | 1 |
children | 10 |
last_payout | 2019-10-20 15:49:03 |
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 | 58 |
author_reputation | 938,294,888,269 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,516,231 |
net_rshares | -51,353,719,615 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
freebornangel | 0 | -112,897,032,299 | -100% | ||
freebornsociety | 0 | -115,541,682,897 | -100% | ||
pjau | 0 | -292,883,891,402 | -74.5% | ||
justinparke | 0 | -1,442,143,109 | -12.5% | ||
johnwatson | 0 | -39,273,976,407 | -100% | ||
joshman | 0 | -450,357,800,193 | -25% | ||
lebin | 0 | -904,334,991,158 | -50% | ||
kabir88 | 0 | -363,979,575,863 | -100% | ||
mrkebab | 0 | -35,026,517,490 | -100% | ||
steempatron | 0 | -22,083,905,245 | -25% | ||
ilgiaguaro | 0 | -13,018,095,554 | -90% | ||
dappcoder | 0 | 27,808,834,596 | 100% | ||
tex.fund | 0 | 29,057,090,874 | 100% | ||
hnt | 0 | 31,016,541,040 | 100% | ||
acu.fund | 0 | 870,692,544,015 | 80% | ||
mana.bank | 0 | 668,353,462,177 | 100% | ||
yaowl | 0 | 31,385,710,667 | 100% | ||
alanyao | 0 | 30,708,017,870 | 100% | ||
xinhuaren | 0 | 29,944,961,185 | 100% | ||
acufund | 0 | 28,689,215,799 | 100% | ||
downvoter | 0 | 162,328,328,023 | 100% | ||
manabot1 | 0 | 29,386,586,027 | 100% | ||
manabot | 0 | 27,570,117,139 | 100% | ||
huaren.news | 0 | 248,434,076,263 | 100% | ||
manabot2 | 0 | 25,866,326,389 | 100% | ||
goodvoter | 0 | 18,552,878,412 | 100% | ||
downscaner | 0 | 39,691,201,526 | 100% |
是啊,所有中文区都投同样的扶持中文社区的见证人,总有一个能进TOP20吧? steem如果中文区搞不起来,也不会有什么大的前途.
author | hnt |
---|---|
permlink | pzbq0v |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-13 17:31:45 |
last_update | 2019-10-13 17:31:45 |
depth | 2 |
children | 5 |
last_payout | 2019-10-20 17:31: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 | 65 |
author_reputation | 887,546,203,076 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,518,797 |
net_rshares | -52,042,648,213 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pjau | 0 | -390,329,473,809 | -100% | ||
johnwatson | 0 | -38,506,400,583 | -100% | ||
joshman | 0 | -572,227,877,300 | -32.19% | ||
jlsplatts | 0 | -367,408,218,644 | -100% | ||
steemseph | 0 | -71,306,121,537 | -100% | ||
eonwarped | 0 | -775,730,348,226 | -50% | ||
kalif | 0 | -5,651,588,570 | -100% | ||
bitfiend | 0 | -40,874,879,879 | -100% | ||
steemflagrewards | 0 | -73,106,902,851 | -2% | ||
flugschwein | 0 | -22,861,415,831 | -100% | ||
kabir88 | 0 | -356,815,878,410 | -100% | ||
adamada | 0 | -19,438,569,826 | -50% | ||
enforcer48 | 0 | -266,525,610,127 | -100% | ||
livvu | 0 | -183,110,240,776 | -100% | ||
scienceblocks | 0 | -12,344,328,333 | -50% | ||
noblebot | 0 | -42,020,326,455 | -100% | ||
kingsofa | 0 | -46,423,158,305 | -100% | ||
rabbitbot | 0 | -14,694,149,300 | -100% | ||
mrkebab | 0 | -34,336,539,454 | -100% | ||
sfr-treasury | 0 | -15,199,080,095 | -100% | ||
ilgiaguaro | 0 | -12,787,099,291 | -90% | ||
anastasiavasilc | 0 | -59,870,766,777 | -100% | ||
hnt | 0 | 31,019,998,738 | 100% | ||
acu.fund | 0 | 1,159,098,477,696 | 100% | ||
mana.bank | 0 | 1,214,812,570,387 | 100% | ||
acu.fund.witness | 0 | 18,333,065,852 | 100% | ||
yaowl | 0 | 30,101,470,898 | 100% | ||
alanyao | 0 | 28,900,711,103 | 100% | ||
xinhuaren | 0 | 28,767,333,308 | 100% | ||
acufund | 0 | 28,135,896,645 | 100% | ||
downvoter | 0 | 217,594,051,383 | 100% | ||
manabot1 | 0 | 27,368,982,878 | 100% | ||
manabot | 0 | 27,018,566,019 | 100% | ||
huaren.news | 0 | 238,652,058,317 | 100% | ||
manabot2 | 0 | 24,343,372,105 | 100% | ||
sherryzhou | 0 | 543,057,165 | 100% | ||
goodvoter | 0 | 18,181,095,389 | 100% | ||
anonymity.inlet | 0 | 167,401,868,598 | 100% | ||
manabot4 | 0 | 25,285,109,211 | 100% | ||
manabank | 0 | 29,128,051,493 | 100% | ||
texfund | 0 | 27,974,493,505 | 100% | ||
goodposter | 0 | 26,866,095,476 | 100% |
author | acufund |
---|---|
permlink | pzbq81 |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-13 17:36:03 |
last_update | 2019-10-13 17:36:03 |
depth | 3 |
children | 1 |
last_payout | 2019-10-20 17:36:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.013 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 34,806,670,981 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,518,887 |
net_rshares | 154,384,201,412 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beerlover | 0 | 0 | 0.01% | ||
tex.fund | 0 | 29,454,580,330 | 100% | ||
hnt | 0 | 30,399,690,310 | 100% | ||
acu.fund | 0 | 32,562,839,279 | 83% | ||
xinhuaren | 0 | 28,191,203,572 | 100% | ||
acufund | 0 | 6,173,947,921 | 21% | ||
manabot2 | 0 | 27,601,940,000 | 100% |
Sorry, you don't have enough staked BEER in your account. You need 6 BEER in your virtual fridge to give some of your BEER to others. To view or trade BEER go to [steem-engine.com](https://steem-engine.com/?p=market&t=BEER)
author | beerlover |
---|---|
permlink | re-pzbq0v-20191013t173612z |
category | zzan |
json_metadata | "{"app": "beem/0.21.1"}" |
created | 2019-10-13 17:36:15 |
last_update | 2019-10-13 17:36:15 |
depth | 3 |
children | 0 |
last_payout | 2019-10-20 17:36: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 | 223 |
author_reputation | 25,811,331,779,356 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,518,891 |
net_rshares | 0 |
Downvoted for vote farming. <sub>@steemflagrewards</sub>
author | enforcer48 |
---|---|
permlink | pzn1ys |
category | zzan |
json_metadata | {"users":["steemflagrewards"],"app":"steemit/0.1"} |
created | 2019-10-19 20:23:18 |
last_update | 2019-10-19 20:23:18 |
depth | 3 |
children | 1 |
last_payout | 2019-10-26 20:23:18 |
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 | 57 |
author_reputation | 426,238,777,098,689 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,714,984 |
net_rshares | 5,268,941,501 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ismailkah | 0 | 5,268,941,501 | 25% |
Flagged for collusive voting @steemflagrewards
author | lebin |
---|---|
permlink | re-manabank-pzk1wf |
category | zzan |
json_metadata | {"tags":["zzan"],"app":"steempeak/1.18.0"} |
created | 2019-10-18 05:29:06 |
last_update | 2019-10-18 05:29:06 |
depth | 2 |
children | 1 |
last_payout | 2019-10-25 05:29: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 | 46 |
author_reputation | 2,847,372,044,861 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,664,529 |
net_rshares | 74,568,771,590 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
joshman | 0 | 72,604,889,059 | 4% | ||
steem.ninja | 0 | 950,919,731,161 | 34.26% | ||
mana.bank | 0 | -948,955,848,630 | -100% |
Steem Flag Rewards mention comment has been approved for SFR Token Issuance! Tokens will be transferrred when the flagged content reaches payout. Thank you for reporting this abuse, @lebin. * collusive voting The votes on the content follows a repeated pattern suggestive of collusion between multiple users and /or alt accounts resulting in signficant overvaluation of content. This post was submitted via our Discord Community channel. Check us out on the following link! [SFR Discord](https://discord.gg/7pqKmg5)
author | steemflagrewards |
---|---|
permlink | re-re-manabank-pzk1wf-20191019t202234z |
category | zzan |
json_metadata | "{"community": "SFR", "app": "beem/0.21.1", "users": ["lebin"], "links": ["https://discord.gg/7pqKmg5"]}" |
created | 2019-10-19 20:22:36 |
last_update | 2019-10-19 20:22:36 |
depth | 3 |
children | 0 |
last_payout | 2019-10-26 20:22:36 |
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 | 521 |
author_reputation | 90,302,625,572,111 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,714,966 |
net_rshares | 0 |
很有道理哎,支持搞起
author | manabot1 |
---|---|
permlink | pze7fm |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-15 01:43:00 |
last_update | 2019-10-15 01:43:00 |
depth | 2 |
children | 0 |
last_payout | 2019-10-22 01:43:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.107 HBD |
curator_payout_value | 0.105 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 54,385,667,317 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,563,769 |
net_rshares | 1,105,883,913,566 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dappcoder | 0 | 22,720,351,481 | 100% | ||
tex.fund | 0 | 25,009,610,018 | 100% | ||
acu.fund | 0 | 35,755,247,948 | 85% | ||
mana.bank | 0 | 620,761,609,345 | 100% | ||
acu.fund.witness | 0 | 19,089,949,778 | 100% | ||
yaowl | 0 | 25,640,420,471 | 100% | ||
xinhuaren | 0 | 26,098,957,948 | 100% | ||
acufund | 0 | 23,027,857,724 | 100% | ||
manabot1 | 0 | 25,502,555,982 | 100% | ||
manabot | 0 | 19,169,297,726 | 100% | ||
anonymity.inlet | 0 | 177,854,366,006 | 100% | ||
manabot4 | 0 | 22,432,856,090 | 100% | ||
texfund | 0 | 29,724,070,199 | 100% | ||
downscaner | 0 | 33,096,762,850 | 100% |
好注意呢,赶紧的吧
author | yaowl |
---|---|
permlink | pze75c |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-15 01:36:48 |
last_update | 2019-10-15 01:36:48 |
depth | 2 |
children | 0 |
last_payout | 2019-10-22 01:36:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.111 HBD |
curator_payout_value | 0.109 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 63,121,703,772 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,563,643 |
net_rshares | 1,137,197,463,253 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tex.fund | 0 | 24,508,641,415 | 100% | ||
hnt | 0 | 22,257,584,824 | 100% | ||
acu.fund | 0 | 28,302,539,441 | 84% | ||
mana.bank | 0 | 608,354,789,035 | 100% | ||
acu.fund.witness | 0 | 18,707,793,344 | 100% | ||
yaowl | 0 | 25,127,048,669 | 100% | ||
xinhuaren | 0 | 25,576,412,650 | 100% | ||
acufund | 0 | 22,566,734,428 | 100% | ||
manabot1 | 0 | 29,986,246,937 | 100% | ||
manabot2 | 0 | 26,508,647,582 | 100% | ||
anonymity.inlet | 0 | 174,299,567,239 | 100% | ||
manabot4 | 0 | 21,983,432,314 | 100% | ||
texfund | 0 | 29,128,822,139 | 100% | ||
goodreader | 0 | 32,660,558,918 | 100% | ||
downscaner | 0 | 47,228,644,318 | 100% |
中文区有几个见证人大牛啊?有TOP20的吗?扶持一下新手吗:(
author | manabot3 |
---|---|
permlink | pzdbgp |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-14 14:12:27 |
last_update | 2019-10-14 14:12:27 |
depth | 1 |
children | 0 |
last_payout | 2019-10-21 14:12:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.166 HBD |
curator_payout_value | 0.165 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 127,203,259,061 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,546,767 |
net_rshares | 1,626,232,391,517 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dappcoder | 0 | 30,151,529,784 | 100% | ||
tex.fund | 0 | 31,504,317,483 | 100% | ||
acu.fund | 0 | 46,596,610,719 | 85% | ||
mana.bank | 0 | 1,193,508,860,791 | 100% | ||
acu.fund.witness | 0 | 26,380,369,379 | 100% | ||
alanyao | 0 | 28,677,125,892 | 100% | ||
acufund | 0 | 29,341,575,963 | 100% | ||
anonymity.inlet | 0 | 197,899,598,295 | 100% | ||
downscaner | 0 | 42,172,403,211 | 100% |
中文区有哪些见证人啊?应该有个中文区的群组,大家即时交流互动. 别用WX了,都FQ了,还用!discord最好
author | missingwolf |
---|---|
permlink | pzcx1c |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-14 09:00:51 |
last_update | 2019-10-14 09:00:51 |
depth | 1 |
children | 0 |
last_payout | 2019-10-21 09:00:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.168 HBD |
curator_payout_value | 0.167 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | -69,343,189,637 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,538,247 |
net_rshares | 1,638,199,836,002 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dappcoder | 0 | 29,548,154,297 | 100% | ||
tex.fund | 0 | 30,873,678,329 | 100% | ||
hnt | 0 | 29,197,126,651 | 100% | ||
acu.fund | 0 | 31,180,345,895 | 85% | ||
mana.bank | 0 | 1,169,656,206,146 | 100% | ||
alanyao | 0 | 31,385,710,667 | 100% | ||
acufund | 0 | 30,484,235,247 | 100% | ||
manabot | 0 | 30,539,170,933 | 100% | ||
anonymity.inlet | 0 | 193,942,250,606 | 100% | ||
downscaner | 0 | 61,392,957,231 | 100% |
- 스팀 코인판 커뮤니티를 이용해주셔서 감사합니다. - 2019년 10월 15일부터는 스팀코인판에서 작성한 글만 SCT 토큰을 보상받을 수 있습니다 - 스팀 코인판 이외의 곳에서 작성된 글은 SCT 보상에서 제외되니 주의 바랍니다. - Thanks to everyone who continues to participate in SteemCoinPan community. - From Oct 15, 2019, we will provide SCT rewards for postings published on SteemCoinPan. - You won't get SCT rewards at all if you create a posting on other Steem Dapps after Oct 15, 2019.
author | sct.notice |
---|---|
permlink | re-texfund-creat7028 |
category | zzan |
json_metadata | {"tags":["zzan","cn","cn-stem","cn-reader","cn-curation","partiko","steemstem","build-it","whalepower","ocd-resteem","steem-guides","sct","sct-cn","sct-freeboard","sct-userguide","team-cn","witness-category","palnet","dblog","mediaofficials","actnearn","marlians","neoxian","lassecash","upfundme"],"image":["https://cdn.steemitimages.com/DQmUDRnscvYaSc4GVRBjLBhEKGvqz7gE3LCrUj24dovQ3Pf/1.png"],"links":["#1","#2","#3","#4","#5","#6","#7","#8","#9","https://docker.mirrors.ustc.edu.cn","https://registry.docker-cn.com","http://hub-mirror.c.163.com","https://pee6w651.mirror.aliyuncs.com","https://tex.fund","https://steemitwallet.com/~witnesses"],"app":"steemzzang/0.1","format":"markdown"} |
created | 2019-10-13 15:21:03 |
last_update | 2019-10-13 15:21:03 |
depth | 1 |
children | 0 |
last_payout | 2019-10-20 15:21:03 |
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 | 396 |
author_reputation | 60,586,092,807 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,515,387 |
net_rshares | 0 |
Congratulations @tex.fund! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td><img src="https://steemitimages.com/60x60/http://steemitboard.com/img/notifications/firstpost.png"></td><td>You published your First Post</td></tr> </table> <sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@tex.fund) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=tex.fund)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Do not miss the last post from @steemitboard:** <table><tr><td><a href="https://steemit.com/steemfest/@steemitboard/the-new-steemfest-badge-is-ready"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmRUkELn2Fd13pWFkmWU2wBMMx39EBX5V3cHBEZ2d7f3Ve/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/the-new-steemfest-badge-is-ready">The new SteemFest⁴ badge is ready</a></td></tr></table> ###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
author | steemitboard |
---|---|
permlink | steemitboard-notify-texfund-20191013t175147000z |
category | zzan |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-10-13 17:51:48 |
last_update | 2019-10-13 17:51:48 |
depth | 1 |
children | 0 |
last_payout | 2019-10-20 17:51: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 | 1,236 |
author_reputation | 38,975,615,169,260 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,519,306 |
net_rshares | 0 |
@ocdb25 @threespeak 能知道你们为何为这篇文章downvote吗?这是篇原创文章啊?!内容有问题吗?谢谢 Can I know why you downvote for this article? This is an original article?! Is there a problem with the content?thanks
author | tex.fund |
---|---|
permlink | pze86n |
category | zzan |
json_metadata | {"users":["ocdb25","threespeak"],"app":"steemit/0.1"} |
created | 2019-10-15 01:59:12 |
last_update | 2019-10-15 01:59:12 |
depth | 1 |
children | 0 |
last_payout | 2019-10-22 01:59:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 181 |
author_reputation | 1,113,292,993,230 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,564,105 |
net_rshares | 163,055,350,086 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
acu.fund | 0 | 130,830,172,703 | 12% | ||
texfund | 0 | 32,225,177,383 | 100% |
老大,怎么被downvote了?默哀一下!呵呵
author | texfund |
---|---|
permlink | pzec5e |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-15 03:24:51 |
last_update | 2019-10-15 03:24:51 |
depth | 1 |
children | 0 |
last_payout | 2019-10-22 03:24:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.121 HBD |
curator_payout_value | 0.120 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 110,044,126,013 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,565,717 |
net_rshares | 1,230,223,556,216 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dappcoder | 0 | 29,550,067,742 | 100% | ||
acu.fund | 0 | 1,088,041,627,447 | 100% | ||
acu.fund.witness | 0 | 27,469,061,860 | 100% | ||
acufund | 0 | 21,239,236,433 | 100% | ||
downscaner | 0 | 63,923,562,734 | 100% |
学习了. 那些老外文章,真心看不懂
author | xinhuaren |
---|---|
permlink | pzcwr3 |
category | zzan |
json_metadata | {"app":"steemit/0.1"} |
created | 2019-10-14 08:54:39 |
last_update | 2019-10-14 08:54:39 |
depth | 1 |
children | 0 |
last_payout | 2019-10-21 08:54:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.192 HBD |
curator_payout_value | 0.191 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 59,590,800,766 |
root_title | 用steem官方docker镜像中的命令行钱包cli_wallet将账号提升为见证人witness账号 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,538,107 |
net_rshares | 1,848,256,176,321 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dappcoder | 0 | 28,956,627,951 | 100% | ||
tex.fund | 0 | 30,255,428,360 | 100% | ||
acu.fund | 0 | 32,632,668,480 | 86% | ||
mana.bank | 0 | 1,135,933,040,554 | 100% | ||
yaowl | 0 | 31,385,710,667 | 100% | ||
alanyao | 0 | 29,263,171,009 | 100% | ||
missingwolf | 0 | 30,564,532,437 | 100% | ||
acufund | 0 | 29,873,767,471 | 100% | ||
downvoter | 0 | 238,070,948,693 | 100% | ||
manabot | 0 | 29,927,813,126 | 100% | ||
anonymity.inlet | 0 | 190,064,049,871 | 100% | ||
downscaner | 0 | 41,328,417,702 | 100% |