都说***纸上得来终觉浅,绝知此事要躬行***,尽管看过好多大神的编译指南之类的,但是还有感觉有些迷糊,没办法,不亲自操作一下,理解的难免不深刻。怎么形容呢,就好比学数学不做习题,学编程不上机。所以今天就上机操作一下。  # 系统要求 在@abit的 [《BTS交易所对接指南(单节点版)》](https://github.com/abitmore/bts-cn-docs/blob/master/BTS%E4%BA%A4%E6%98%93%E6%89%80%E5%AF%B9%E6%8E%A5%E6%8C%87%E5%8D%97%EF%BC%88%E5%8D%95%E8%8A%82%E7%82%B9%E7%89%88%EF%BC%89.txt)中提到,系统的最小要求为: >独立服务器或者VPS 8G 内存(更多更好) 50G 硬盘 所以我去Linode选了如下VPS  看起来应该符合要求 官方推荐的系统为:`Ubuntu 16.04 LTS`,听人劝吃饱饭,那就用`Ubuntu 16.04 LTS`好了。 内核版本为`4.14.14`,据说***打完Meltdown补丁***了😳 # 准备工作 #### 更新系统软件包 首先更新了一下系统上的软件包 `sudo apt-get update` `sudo apt-get upgrade` #### 安装依赖 安装必要的依赖 `sudo apt-get install autoconf cmake git libboost-all-dev libssl-dev g++ libcurl4-openssl-dev` # 编译 检出代码并编译 ``` git clone https://github.com/bitshares/bitshares-core.git cd bitshares-core git checkout <LATEST_RELEASE_TAG> git submodule update --init --recursive mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make witness_node cli_wallet ``` 上述指令中,需要将`<LATEST_RELEASE_TAG> `替换成[最新发布版本号](https://github.com/bitshares/bitshares-core/releases),撰写本文时,为`2.0.171212` # 编译结果 经过漫长的等待(约1一个半小时),编译总算完成了。这个时间应该取决于硬件配置。 编译完成后我们得到两个程序 * build/programs/witness_node/witness_node * build/programs/cli_wallet/cli_wallet 为了方便,我把它俩复制到~/programs 目录下。 # 时间校准 因为广播交易什么的都和时间有关,所以必须保证时间正确,否则一切免谈。 大神推荐如下方法: `sudo timedatectl set-ntp false` `sudo apt-get install ntp` 我看了一下,系统上已经启动了一个[`systemd-timesyncd`](http://man7.org/linux/man-pages/man8/systemd-timesyncd.8.html)进程,由[timedatectl](http://man7.org/linux/man-pages/man1/timedatectl.1.html)指令控制,也是用于时间同步的,大神的做法是关掉这个,启用ntp。 我测试一下,貌似这个东东应该可以用,那就先用着好了,出问题的时候再换其它方法。 来试试看:`timedatectl`  # 其它 本来想再做做其它尝试,结果我到VPS的连接掉线了。为什么会掉线呢,当然是Party 妈妈怕我们受到资本主义那么腐朽的东西的毒害。其实我真的就是ssh登陆,没用来做ssh隧道,冤枉死我了。 不过既然Party 妈妈让我休息休息,那就先写到这里好了,晚上再说吧。 # 参考链接 * https://github.com/bitshares/bitshares-core * [BTS交易所对接指南(单节点版)by @abit](https://github.com/abitmore/bts-cn-docs/blob/master/BTS%E4%BA%A4%E6%98%93%E6%89%80%E5%AF%B9%E6%8E%A5%E6%8C%87%E5%8D%97%EF%BC%88%E5%8D%95%E8%8A%82%E7%82%B9%E7%89%88%EF%BC%89.txt) * [Memory Reduction for Nodes](https://github.com/bitshares/bitshares-core/wiki/Memory-reduction-for-nodes) * https://github.com/bitshares/bitshares-core/releases * http://man7.org/linux/man-pages/man1/timedatectl.1.html * http://man7.org/linux/man-pages/man8/systemd-timesyncd.8.html
author | oflyhigh |
---|---|
permlink | bitshares-core |
category | bitshares |
json_metadata | {"tags":["bitshares","bts","cn","cn-programming","study"],"users":["abit"],"image":["https://steemitimages.com/DQmbetK9MHQbWok8gPBTMkvuJQe6meQP5rRKdXQbwgvCUc5/image.png","https://steemitimages.com/DQmNjup8W7KMS5sLWdniADNhyzQxxXVFJ9AWDSmuGyaKHZi/image.png","https://steemitimages.com/DQmRrmd5irjFVQRKjk1uytgDae9JPPCcBaG68EPzbrXnQBh/image.png"],"links":["https://github.com/abitmore/bts-cn-docs/blob/master/BTS%E4%BA%A4%E6%98%93%E6%89%80%E5%AF%B9%E6%8E%A5%E6%8C%87%E5%8D%97%EF%BC%88%E5%8D%95%E8%8A%82%E7%82%B9%E7%89%88%EF%BC%89.txt","https://github.com/bitshares/bitshares-core/releases","http://man7.org/linux/man-pages/man8/systemd-timesyncd.8.html","http://man7.org/linux/man-pages/man1/timedatectl.1.html","https://github.com/bitshares/bitshares-core","https://github.com/bitshares/bitshares-core/wiki/Memory-reduction-for-nodes"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-01-29 03:47:57 |
last_update | 2018-01-29 03:47:57 |
depth | 0 |
children | 13 |
last_payout | 2018-02-05 03:47:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 128.724 HBD |
curator_payout_value | 20.597 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,587 |
author_reputation | 6,302,571,573,724,840 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,176,703 |
net_rshares | 19,126,938,688,798 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 82,823,014,392 | 0.37% | ||
abit | 0 | 4,621,156,041,322 | 100% | ||
mod-tamichh | 0 | 30,778,080,824 | 100% | ||
cm-steem | 0 | 522,038,196,370 | 100% | ||
eric-boucher | 0 | 330,712,123,811 | 100% | ||
spiry-btc | 0 | 575,299,744 | 25% | ||
vi1son | 0 | 130,996,925,191 | 100% | ||
blockchainbilly | 0 | 19,550,976,699 | 50% | ||
fundurian | 0 | 41,910,993,764 | 31% | ||
arcange | 0 | 14,360,855,653 | 3% | ||
deanliu | 0 | 1,182,211,432,555 | 100% | ||
raphaelle | 0 | 1,902,577,664 | 3% | ||
ace108 | 0 | 251,034,573,003 | 25% | ||
tensaix2j | 0 | 2,930,763,253 | 100% | ||
laoyao | 0 | 33,790,640,211 | 100% | ||
somebody | 0 | 1,229,979,105,263 | 100% | ||
midnightoil | 0 | 26,172,322,724 | 100% | ||
btsabc | 0 | 4,526,975,995 | 100% | ||
xiaohui | 0 | 823,162,929,933 | 100% | ||
oflyhigh | 0 | 2,309,821,737,027 | 100% | ||
xiaokongcom | 0 | 9,982,282,987 | 100% | ||
archiles | 0 | 118,325,942 | 100% | ||
ericsim1991 | 0 | 116,671,318 | 100% | ||
yulan | 0 | 14,351,163,967 | 100% | ||
ericsim1989 | 0 | 115,878,596 | 100% | ||
chinadaily | 0 | 164,358,694,152 | 100% | ||
helene | 0 | 460,702,323,173 | 100% | ||
ethansteem | 0 | 204,330,880,475 | 100% | ||
tumutanzi | 0 | 83,444,988,330 | 19% | ||
englishtchrivy | 0 | 110,652,751,634 | 49% | ||
profitgenerator | 0 | 1,065,243,170 | 100% | ||
damarth | 0 | 300,187,895,879 | 3% | ||
mrtv2 | 0 | 44,217,806,624 | 100% | ||
steemtruth | 0 | 31,697,322,139 | 10% | ||
lalala | 0 | 36,282,457,314 | 100% | ||
dapeng | 0 | 45,687,621,101 | 25% | ||
devilwsy | 0 | 2,147,254,125 | 100% | ||
janiceting | 0 | 2,145,570,739 | 100% | ||
abraomarcos | 0 | 2,100,914,232 | 100% | ||
lydiachan | 0 | 35,561,426,646 | 100% | ||
newhope | 0 | 2,184,453,186,917 | 28% | ||
dragon40 | 0 | 2,335,458,550 | 10% | ||
blackbunny | 0 | 51,108,686,118 | 100% | ||
bxt | 0 | 153,973,837,147 | 100% | ||
lingfei | 0 | 39,691,944,899 | 100% | ||
yyyy | 0 | 442,790,738 | 100% | ||
davidfnck | 0 | 9,156,227,292 | 100% | ||
alexis555 | 0 | 1,829,438,297,846 | 27% | ||
ygern | 0 | 8,391,264,965 | 25% | ||
trafalgar | 0 | 775,086,303,242 | 3% | ||
austinsandersco | 0 | 752,494,066 | 70% | ||
kingofdew | 0 | 43,833,121,751 | 100% | ||
htliao | 0 | 198,324,514,919 | 43% | ||
mandagoi | 0 | 8,684,865,724 | 21% | ||
praz735u5 | 0 | 2,978,907,765 | 100% | ||
ribalinux | 0 | 3,689,916,231 | 10% | ||
wylo | 0 | 613,923,349 | 100% | ||
jkkim | 0 | 127,281,563 | 10% | ||
ebejammin | 0 | 5,724,537,450 | 100% | ||
nanosesame | 0 | 24,856,882,597 | 30% | ||
happychau123 | 0 | 40,215,967,378 | 100% | ||
revelim | 0 | 13,320,863,093 | 30% | ||
cryptohustler | 0 | 23,418,093,006 | 100% | ||
exec | 0 | 78,414,553,810 | 100% | ||
eval | 0 | 774,757,449 | 100% | ||
michaelwilshaw | 0 | 3,759,720,460 | 10% | ||
speeding | 0 | 3,653,157,668 | 100% | ||
frederichs | 0 | 73,187,230 | 100% | ||
moomoo | 0 | 3,968,414,605 | 100% | ||
walkinharmony | 0 | 17,178,418,650 | 50% | ||
asterix87 | 0 | 13,173,805,735 | 100% | ||
susanli3769 | 0 | 10,822,412,661 | 16% | ||
abetterworld | 0 | 3,152,995,416 | 100% | ||
raili | 0 | 9,363,101,802 | 100% | ||
avlion | 0 | 217,936,771 | 100% | ||
that1consultant | 0 | 302,149,011 | 100% | ||
sanzo | 0 | 285,909,900 | 100% | ||
muhammadilham | 0 | 436,100,568 | 100% | ||
davaowhenyo | 0 | 614,503,785 | 100% | ||
allenshayzar | 0 | 614,503,785 | 100% | ||
travelgirl | 0 | 47,078,713,091 | 40% | ||
christianity101 | 0 | 309,346,106 | 54% | ||
raku | 0 | 617,220,000 | 100% | ||
resteeming | 0 | 614,860,000 | 100% | ||
ravenousappetite | 0 | 614,503,440 | 100% | ||
aabb | 0 | 7,680,975,231 | 100% | ||
ety001 | 0 | 2,419,693,042 | 100% | ||
auntigormint | 0 | 550,657,673 | 100% | ||
mrliga | 0 | 18,026,747,703 | 100% | ||
whydowork | 0 | 518,945,765 | 100% | ||
drunkevil | 0 | 651,664,981 | 20% | ||
sweethoney | 0 | 109,255,355 | 100% | ||
liangfengyouren | 0 | 1,652,755,656 | 50% | ||
idx | 0 | 21,640,802,566 | 100% | ||
pzhao | 0 | 651,720,195 | 25% | ||
uow | 0 | 485,457,426 | 79% | ||
jiangchen | 0 | 523,208,711 | 100% | ||
exprmnt | 0 | 614,860,000 | 100% | ||
tvb | 0 | 4,322,112,387 | 22% | ||
skenan | 0 | 25,759,424,882 | 17% | ||
bearpaw | 0 | 2,116,042,742 | 100% | ||
ericsim | 0 | 291,889,298 | 100% | ||
freedom-fighter | 0 | 614,503,785 | 100% | ||
waiyee422 | 0 | 3,989,374,777 | 100% | ||
technologynepal | 0 | 617,220,000 | 100% | ||
chenlocus | 0 | 3,277,639,728 | 40% | ||
tiffanyrej | 0 | 2,236,582,200 | 100% | ||
khalilad | 0 | 603,013,600 | 100% | ||
ms8988 | 0 | 613,102,616 | 100% | ||
fabio2614 | 0 | 1,145,234,161 | 100% | ||
xiaoshancun | 0 | 377,855,572 | 100% | ||
syt | 0 | 764,484,630 | 100% | ||
stakuza | 0 | 615,483,841 | 100% | ||
adekloen | 0 | 599,700,308 | 100% | ||
wangwenjing | 0 | 935,184,957 | 10% | ||
ikonik | 0 | 579,767,323 | 100% | ||
vfxness | 0 | 4,983,783,821 | 100% | ||
lemminon | 0 | 615,320,000 | 100% | ||
heyeshuang | 0 | 637,040,758 | 100% | ||
joeyp978 | 0 | 200,886,057 | 100% | ||
fastiduos | 0 | 615,320,000 | 100% | ||
ivysrono | 0 | 38,456,486,489 | 100% | ||
weavingwords | 0 | 45,917,818,516 | 100% | ||
happyclappy | 0 | 366,408,050 | 100% | ||
alanzheng | 0 | 3,822,241,608 | 100% | ||
nitro.live | 0 | 17,188,704,122 | 100% | ||
chaerin | 0 | 613,923,349 | 100% | ||
muzakirpb | 0 | 72,953,311 | 9% | ||
cnbuddy | 0 | 3,749,446,140 | 0.58% | ||
deanyeong | 0 | 1,805,674,069 | 80% | ||
nileelily | 0 | 1,666,176,525 | 100% | ||
chann | 0 | 3,787,853,955 | 10% | ||
ariyansrizon | 0 | 460,471,427 | 100% | ||
hrishikesh | 0 | 184,387,002 | 100% | ||
ythehuy | 0 | 6,861,608,239 | 100% | ||
lebin | 0 | 32,218,313,694 | 50% | ||
egtech | 0 | 95,024,504 | 100% | ||
daviddivergent | 0 | 102,848,458 | 1% | ||
znx | 0 | 13,239,823,699 | 100% | ||
saury | 0 | 259,305,253 | 100% | ||
candiru | 0 | 339,997,350 | 100% | ||
ontheway2017 | 0 | 6,037,228,676 | 100% | ||
growingpower | 0 | 312,735,564 | 75% | ||
neexal | 0 | 58,141,873 | 100% | ||
histerael | 0 | 332,024,400 | 100% | ||
wangyc | 0 | 355,104,756 | 100% | ||
enajo | 0 | 619,786,525 | 100% | ||
fun2learn | 0 | 2,327,524,179 | 30% | ||
andresfer0310 | 0 | 565,949,149 | 100% | ||
lordantoni | 0 | 202,825,550 | 100% | ||
steemit02 | 0 | 101,355,559 | 100% | ||
madein | 0 | 55,312,690 | 25% | ||
atakan57 | 0 | 153,623,777 | 30% | ||
dkim86 | 0 | 248,846,912 | 100% | ||
kelos | 0 | 590,395,003 | 100% | ||
swissjohn | 0 | 79,841,959 | 100% | ||
steemit-bangla | 0 | 82,876,981 | 100% | ||
aloeverauk | 0 | 600,189,224 | 100% | ||
charisma1 | 0 | 130,712,606 | 100% | ||
baiyunping333 | 0 | 602,181,323 | 100% | ||
bxl9426 | 0 | 605,231,371 | 100% | ||
aujupa | 0 | 614,477,157 | 100% | ||
oguz57 | 0 | 156,690,920 | 30% | ||
btccurrency1 | 0 | 64,519,778 | 100% | ||
amriabdullah | 0 | 488,832,270 | 100% | ||
xmnone17 | 0 | 614,472,031 | 100% | ||
sunrise1601 | 0 | 86,025,648 | 100% | ||
abdurrazzak | 0 | 334,885,556 | 100% | ||
shrabantionline | 0 | 82,953,272 | 100% | ||
carse12 | 0 | 199,701,753 | 100% | ||
fanso | 0 | 175,584,846 | 100% | ||
boxes | 0 | 171,901,100 | 100% | ||
omonline | 0 | 70,663,218 | 100% | ||
lam-lights | 0 | 206,239,175 | 100% | ||
python-think | 0 | 0 | 100% |
Where You are... I'm there... What are you doing.... I'm just showing.. when make you theme... I want to resteem... & You Post here photo...my Upvote auto.. Who are you man... I'm your Big fan... "" Great to Share"'
author | abdurrazzak |
---|---|
permlink | re-oflyhigh-bitshares-core-20180129t034933225z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-01-29 03:49:36 |
last_update | 2018-01-29 03:49:36 |
depth | 1 |
children | 1 |
last_payout | 2018-02-05 03:49: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 | 217 |
author_reputation | 121,581,509,286 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,177,020 |
net_rshares | 0 |
Abdul, you okk?? lol
author | jake2j |
---|---|
permlink | re-abdurrazzak-re-oflyhigh-bitshares-core-20180129t044818611z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-01-29 04:48:18 |
last_update | 2018-01-29 04:48:18 |
depth | 2 |
children | 0 |
last_payout | 2018-02-05 04:48: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 | 20 |
author_reputation | 476,094,614 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,188,170 |
net_rshares | 0 |
You always upload importance post thanks for sharing
author | ariyansrizon |
---|---|
permlink | re-oflyhigh-bitshares-core-20180129t044316416z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-01-29 04:43:24 |
last_update | 2018-01-29 04:43:24 |
depth | 1 |
children | 0 |
last_payout | 2018-02-05 04:43:24 |
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 | 32,440,197,390 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,187,247 |
net_rshares | 0 |
好高深
author | boxes |
---|---|
permlink | re-oflyhigh-bitshares-core-20180129t074853514z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-01-29 07:48:54 |
last_update | 2018-01-29 07:48:54 |
depth | 1 |
children | 0 |
last_payout | 2018-02-05 07:48:54 |
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 | 3 |
author_reputation | 207,040,876,238 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,221,733 |
net_rshares | 0 |
Nice work. Honestly I really appreciate it
author | enajo |
---|---|
permlink | re-oflyhigh-bitshares-core-20180129t042037760z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-01-29 04:20:42 |
last_update | 2018-01-29 04:20:42 |
depth | 1 |
children | 0 |
last_payout | 2018-02-05 04:20: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 | 42 |
author_reputation | 1,039,883,065,869 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,182,927 |
net_rshares | 0 |
Thanks a lot for sharing extra goodness for our almighty ***Bitshares***! All for one and one for all! Namaste :)
author | eric-boucher |
---|---|
permlink | re-oflyhigh-bitshares-core-20180129t043002839z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-01-29 04:30:03 |
last_update | 2018-01-29 04:30:03 |
depth | 1 |
children | 0 |
last_payout | 2018-02-05 04:30:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.128 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
author_reputation | 68,503,601,066,539 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,184,701 |
net_rshares | 17,204,676,961 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eric-boucher | 0 | 17,204,676,961 | 5% |
Your post is awesome thanks for sharing this post. Please upvote my post too,,, You always upload importance post thanks for sharing,,, look at this project please https://steemit.com/cryptocurrency/@frederichs/10-best-cryptocurrency-to-invest-in-short-medium-and-long-term-we-will-talk-one-by-one-in-different-post-for-further-explanation
author | frederichs |
---|---|
permlink | re-oflyhigh-bitshares-core-20180129t045056907z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1","links":["https://steemit.com/cryptocurrency/@frederichs/10-best-cryptocurrency-to-invest-in-short-medium-and-long-term-we-will-talk-one-by-one-in-different-post-for-further-explanation"]} |
created | 2018-01-29 04:51:06 |
last_update | 2018-01-29 04:54:54 |
depth | 1 |
children | 0 |
last_payout | 2018-02-05 04:51: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 | 341 |
author_reputation | 1,265,622,414,838 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,188,671 |
net_rshares | 0 |
Your post is awesome thanks for sharing this post. Please upvote my post too.
author | hrishikesh |
---|---|
permlink | re-oflyhigh-bitshares-core-20180129t035911451z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"community":"busy","app":"busy/2.3.0"} |
created | 2018-01-29 03:59:15 |
last_update | 2018-01-29 03:59:15 |
depth | 1 |
children | 0 |
last_payout | 2018-02-05 03:59: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 | 78 |
author_reputation | 936,726,318,626 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,178,888 |
net_rshares | 0 |
O哥 我现在做了个wordpress的站点 但是想知道怎么使用 steemconnect的api 实现steemit账号 可以登陆我的wordpress站点嘛?
author | hui.zhao |
---|---|
permlink | re-oflyhigh-bitshares-core-20180129t060549175z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-01-29 06:05:21 |
last_update | 2018-01-29 06:05:21 |
depth | 1 |
children | 1 |
last_payout | 2018-02-05 06:05:21 |
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 | 81 |
author_reputation | 3,520,187,684,701 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,202,415 |
net_rshares | 0 |
WordPress和steemconnect我都不太了解 😳
author | oflyhigh |
---|---|
permlink | re-huizhao-re-oflyhigh-bitshares-core-20180129t075701033z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-01-29 07:57:03 |
last_update | 2018-01-29 07:57:03 |
depth | 2 |
children | 0 |
last_payout | 2018-02-05 07:57: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 | 30 |
author_reputation | 6,302,571,573,724,840 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,223,360 |
net_rshares | 0 |
推荐使用这个https://contabo.com VPS,性价比超高。。
author | skenan |
---|---|
permlink | re-oflyhigh-bitshares-core-20180129t051131132z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"links":["https://contabo.com"],"app":"steemit/0.1"} |
created | 2018-01-29 05:11:30 |
last_update | 2018-01-29 05:11:30 |
depth | 1 |
children | 1 |
last_payout | 2018-02-05 05:11:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.688 HBD |
curator_payout_value | 0.228 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 8,219,510,746,132 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,192,477 |
net_rshares | 118,480,852,261 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oflyhigh | 0 | 118,480,852,261 | 5% |
感谢推荐,下次试试
author | oflyhigh |
---|---|
permlink | re-skenan-re-oflyhigh-bitshares-core-20180129t075609732z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-01-29 07:56:12 |
last_update | 2018-01-29 07:56:12 |
depth | 2 |
children | 0 |
last_payout | 2018-02-05 07:56:12 |
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 | 6,302,571,573,724,840 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,223,172 |
net_rshares | 0 |
author | tumutanzi |
---|---|
permlink | re-oflyhigh-bitshares-core-20180129t083653761z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-01-29 08:36:57 |
last_update | 2018-01-29 08:36:57 |
depth | 1 |
children | 0 |
last_payout | 2018-02-05 08:36:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.932 HBD |
curator_payout_value | 0.638 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 193,777,509,634,731 |
root_title | "尝试编译BitShares Core" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,230,974 |
net_rshares | 334,495,587,026 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tumutanzi | 0 | 333,899,557,491 | 76% | ||
pakist | 0 | 596,029,535 | 100% |