 话说,PHP是世界上最好的语言,咳咳。但是这个最好的语言,我大概有7-8年没有去使用了,现在几乎已经不会用啦。之前学习和写的和STEEM区块链相关的程序都是用的Python。今天突然冒出个想法,写个PHP访问STEEM区块链的简单的例子。然后,写的时候才发现,各种不习惯。其实Python我也没没学两天,PHP则正经八百的用过好长时间呢,结果我觉得我完全变成PHP初学者了。好在,这个语言还算好学。于是磕磕绊绊写了一个程序,然后发现各种不优雅,简化简化简化,简化成现在这个样子了。为了演示核心流程,不包含任何错误处理之类的。 PHP is one of the popular programming languages,today, I wrote a simple PHP script to query the STEEM blockchain. #### PHP程序 / The Script 闲话少叙,直接上脚本 ``` <? class Steemd { private $ch; function __construct(){ $this->ch = curl_init(); curl_setopt($this->ch, CURLOPT_URL, 'https://steemd.steemit.com'); curl_setopt($this->ch, CURLOPT_RETURNTRANSFER, TRUE); } function __destruct() { curl_close($this->ch); } private function json_rpc_body($method, $params){ $request = array( "jsonrpc" => "2.0", "method" => $method, "params" => $params, "id" => 0 ); return json_encode($request); } public function exec($method, $params = array()) { $data = $this->json_rpc_body($method, $params); curl_setopt($this->ch, CURLOPT_POSTFIELDS, $data); $response = curl_exec($this->ch); $response = json_decode($response, true); if (array_key_exists('error', $response)) { var_dump($response['error']); die(); } return $response['result']; } public function get_account($account){ $result = $this->exec('get_accounts', [[$account]]); return $result; } } $steemd = new Steemd; echo('<pre>'); print_r($steemd->exec(get_chain_properties,[])); print_r($steemd->get_account('oflyhigh')); echo('</pre>'); //unset($steemd); ?> ``` # 简单解释 / Explain 程序分成两部分 * Steemd类 * 测试代码 This script is divided into two parts, ***Steemd Class*** and ***some simple testing codes*** #### Steemd类 / Steemd Class 使用PHP curl 来执行HTTP请求, 使用'https://steemd.steemit.com'作为请求节点。 I use curl to execute HTTP requests, use 'https://steemd.steemit.com' as RPC node. Steemd Class 提供两个接口,***exec***以及***get_account*** There are two methods provided by Steemd Class , ***exec*** and ***get_account***. ***exec***是底层接口,你可以直接调用这个接口来执行steem blockchain API 操作。 ***exec*** is low level interface, you can call it directly to perform operations to query steem blockchain. ***get_account***是对***exe***的封装,对用户更加友好,它仅仅是一个封装示例,你可以封装更多的功能。 ***get_account*** is a user friendly encapsulation for ***exe***, it just a example, you can encapsulate more functions yourself. #### 测试代码 / Testing codes 就是简单测试一下而已,没啥可以说的 用print_r让结果看起来更好看 Some simple testing codes to test Steemd class and two interfaces ***exec*** and ***get_account*** Use print_r to make the results look better. # 运行结果 / Results  ----  脚本仅供参考,使用风险自负! This script is for reference only, use it at your own risk.
author | oflyhigh |
---|---|
permlink | php-steem-using-php-to-query-the-steem-blockchain |
category | cn |
json_metadata | {"tags":["cn","cn-programming","steemdev","php","steem"],"image":["https://steemitimages.com/DQmaQT5AF2xEzBRHk4SZWFJyRe4CGP54mzuc2bkHTk1i5aN/image.png","https://steemitimages.com/DQmPzr2irGRSVXmsWqHdCqQbyN4UjQUzC9J6MqztTMVN1Jg/image.png","https://steemitimages.com/DQmdpjTzeVuSzSFZW1gpsN1zxynHrsJCCytLFmpQJjJUQkT/image.png"],"links":["https://steemd.steemit.com"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-08-10 12:56:54 |
last_update | 2017-08-11 13:00:24 |
depth | 0 |
children | 68 |
last_payout | 2017-08-17 12:56:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 242.436 HBD |
curator_payout_value | 48.155 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,097 |
author_reputation | 6,307,244,835,363,533 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,388,796 |
net_rshares | 83,753,265,141,622 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 228,942,721,726 | 1% | ||
sandra | 0 | 18,662,230,385 | 9% | ||
abit | 0 | 38,908,653,794,128 | 55% | ||
ihashfury | 0 | 3,197,766,556 | 2.34% | ||
jason | 0 | 18,085,940,460 | 6.21% | ||
jademont | 0 | 154,011,881,427 | 100% | ||
africa | 0 | 177,683,076,710 | 100% | ||
coinbitgold | 0 | 161,458,507,689 | 80% | ||
rok-sivante | 0 | 763,792,721,670 | 100% | ||
wongshiying | 0 | 27,924,526,146 | 100% | ||
mark-waser | 0 | 69,848,028,697 | 33% | ||
geoffrey | 0 | 1,581,331,504,480 | 100% | ||
angusleung100 | 0 | 2,127,306,034 | 100% | ||
grey580 | 0 | 807,149,910 | 1% | ||
robrigo | 0 | 164,045,403,823 | 100% | ||
slowwalker | 0 | 1,085,280,106,243 | 11% | ||
gatoso | 0 | 2,221,305,722 | 100% | ||
busser | 0 | 76,583,483,844 | 100% | ||
strangerarray | 0 | 6,755,557,025 | 10% | ||
livingfree | 0 | 2,000,074,539,389 | 64% | ||
biophil | 0 | 18,782,735,497 | 100% | ||
igster | 0 | 18,314,645,859 | 10% | ||
fundurian | 0 | 27,215,876,435 | 25% | ||
blinova | 0 | 3,754,371,680 | 100% | ||
deanliu | 0 | 902,428,847,058 | 100% | ||
rea | 0 | 260,519,824,001 | 25% | ||
lostnuggett | 0 | 37,565,320,509 | 100% | ||
masterinvestor | 0 | 40,602,348,895 | 100% | ||
joythewanderer | 0 | 212,121,312,438 | 100% | ||
ace108 | 0 | 396,671,304,033 | 25% | ||
mikeinfla | 0 | 5,594,030,092 | 100% | ||
fabien | 0 | 1,051,513,189,706 | 100% | ||
lsc9999 | 0 | 123,874,629,414 | 100% | ||
theprophet0 | 0 | 5,030,513,229,533 | 64% | ||
magicmonk | 0 | 30,410,294,414 | 100% | ||
laoyao | 0 | 33,487,167,765 | 100% | ||
myfirst | 0 | 225,389,192,016 | 100% | ||
cryptoninja | 0 | 253,493,233 | 2% | ||
somebody | 0 | 1,385,480,617,459 | 100% | ||
feelapi | 0 | 3,997,327,791 | 60% | ||
midnightoil | 0 | 180,890,929,356 | 100% | ||
btsabc | 0 | 59,852,110,370 | 100% | ||
xiaohui | 0 | 953,136,024,134 | 100% | ||
silentlucidity53 | 0 | 2,023,067,458 | 75% | ||
oflyhigh | 0 | 2,312,197,005,480 | 100% | ||
xiaokongcom | 0 | 15,985,359,152 | 100% | ||
hanshotfirst | 0 | 136,946,459,858 | 5% | ||
bledarus | 0 | 3,052,736,327 | 100% | ||
rivalhw | 0 | 99,539,658,132 | 50% | ||
nextgen622 | 0 | 1,066,854,176,333 | 100% | ||
chinadaily | 0 | 246,988,971,535 | 100% | ||
helene | 0 | 268,583,466,689 | 100% | ||
dgarsan | 0 | 12,228,350,610 | 100% | ||
ethansteem | 0 | 563,050,235,077 | 100% | ||
sweetsssj | 0 | 3,130,925,622,749 | 10% | ||
tumutanzi | 0 | 3,100,965,008,022 | 20% | ||
awkwardawk | 0 | 475,200,704 | 100% | ||
englishtchrivy | 0 | 313,234,109,978 | 100% | ||
barrydutton | 0 | 37,169,298,979 | 6% | ||
davidjkelley | 0 | 3,297,887,206 | 33% | ||
digital-wisdom | 0 | 29,053,202,643 | 33% | ||
ethical-ai | 0 | 2,531,224,569 | 33% | ||
cornerstone | 0 | 412,698,659,399 | 36% | ||
jwaser | 0 | 17,641,522,856 | 33% | ||
doitvoluntarily | 0 | 212,750,219,629 | 100% | ||
gsdalex | 0 | 556,435,729 | 100% | ||
shieha | 0 | 36,113,347,271 | 33% | ||
profitgenerator | 0 | 13,714,996,077 | 100% | ||
bwaser | 0 | 4,139,734,184 | 33% | ||
justyy | 0 | 0 | 0% | ||
ellepdub | 0 | 6,429,691,268 | 33% | ||
arama | 0 | 630,380,975,810 | 10% | ||
herpetologyguy | 0 | 134,473,165,303 | 33% | ||
morgan.waser | 0 | 7,311,536,468 | 33% | ||
handyman | 0 | 3,277,658,711 | 33% | ||
strong-ai | 0 | 8,212,404,226 | 33% | ||
siniceku | 0 | 1,173,636,653 | 100% | ||
stacee | 0 | 58,778,557,579 | 100% | ||
luneknight | 0 | 589,853,858 | 100% | ||
yuxi | 0 | 230,589,068 | 8% | ||
dixonloveart | 0 | 527,560,227 | 1% | ||
steemtruth | 0 | 35,588,797,036 | 10% | ||
lalala | 0 | 38,632,993,955 | 100% | ||
black-eye | 0 | 67,706,455 | 100% | ||
amat | 0 | 153,101,432 | 50% | ||
jmehta | 0 | 4,269,929,862 | 100% | ||
spiderlee3 | 0 | 1,335,125,928 | 100% | ||
devilwsy | 0 | 2,448,718,755 | 100% | ||
janiceting | 0 | 2,446,035,078 | 100% | ||
ozymandias | 0 | 4,428,669,296 | 100% | ||
lydiachan | 0 | 61,886,304,647 | 100% | ||
technoprogressiv | 0 | 7,902,462,307 | 33% | ||
huasipi | 0 | 846,853,222 | 100% | ||
dragon40 | 0 | 3,232,654,284 | 10% | ||
timool | 0 | 1,896,447,044 | 100% | ||
blackbunny | 0 | 21,144,628,705 | 100% | ||
jubi | 0 | 6,328,410,883 | 100% | ||
da-dawn | 0 | 17,237,283,859 | 6% | ||
ejemai | 0 | 2,841,811,940 | 100% | ||
chessmasterhex | 0 | 2,582,292,241 | 100% | ||
lingfei | 0 | 51,828,985,020 | 100% | ||
amrizal | 0 | 284,674,891 | 100% | ||
hightouch | 0 | 2,983,495,903 | 100% | ||
kiran27 | 0 | 791,247,101 | 100% | ||
yyyy | 0 | 13,513,135,116 | 100% | ||
cyfi | 0 | 11,046,483,372 | 100% | ||
armiden | 0 | 972,968,650 | 100% | ||
cybertiger | 0 | 3,106,485,034 | 100% | ||
money-alchemist | 0 | 2,019,094,031 | 100% | ||
coldhair | 0 | 88,891,167,256 | 60% | ||
trafalgar | 0 | 1,895,910,364,339 | 9% | ||
trevis | 0 | 879,145,065 | 50% | ||
askrajesh | 0 | 873,478,007 | 100% | ||
astronautjon | 0 | 2,586,672,393 | 100% | ||
elevator09 | 0 | 5,164,135,916 | 25% | ||
aismor | 0 | 622,316,301 | 100% | ||
hammadakhtar | 0 | 894,506,193 | 10% | ||
kingofdew | 0 | 45,339,383,158 | 100% | ||
synapse | 0 | 9,144,568,689 | 100% | ||
gunternezhoda | 0 | 1,617,750,708 | 100% | ||
coocoocachoo | 0 | 22,443,905,064 | 100% | ||
andy2007 | 0 | 633,086,986 | 100% | ||
htliao | 0 | 2,479,211,801,275 | 21% | ||
gordonovich | 0 | 1,041,084,868 | 5% | ||
pakiis | 0 | 379,678,997 | 100% | ||
maros | 0 | 621,588,227 | 100% | ||
emcvay | 0 | 1,249,624,055 | 10% | ||
clodoweg | 0 | 8,582,057,901 | 100% | ||
mandagoi | 0 | 8,455,934,225 | 10% | ||
belleontherocks | 0 | 12,567,040,946 | 100% | ||
daystar | 0 | 14,668,584,624 | 100% | ||
jdhpro | 0 | 554,607,788 | 100% | ||
etcbits | 0 | 4,574,468,578 | 100% | ||
praz735u5 | 0 | 2,730,869,277 | 100% | ||
ribalinux | 0 | 5,453,046,862 | 25% | ||
stackin | 0 | 8,532,937,706 | 1% | ||
nerdylab | 0 | 7,465,961,826 | 100% | ||
jerrybanfield | 0 | 187,457,005,854 | 10% | ||
ojaber | 0 | 24,488,061,557 | 100% | ||
youknow212012 | 0 | 15,214,035,584 | 100% | ||
wylo | 0 | 510,775,716 | 100% | ||
omwith | 0 | 6,995,075,700 | 20% | ||
jkkim | 0 | 33,348,467,848 | 10% | ||
guyverckw | 0 | 18,751,646,034 | 50% | ||
oenophile | 0 | 294,706,972 | 25% | ||
jga | 0 | 4,020,676,334 | 100% | ||
rkaz | 0 | 2,860,329,898 | 100% | ||
flauschi | 0 | 120,160,389 | 100% | ||
kenchung | 0 | 13,423,804,353 | 50% | ||
johnliao | 0 | 3,330,887,953 | 100% | ||
nuagnorab | 0 | 8,423,768,655 | 100% | ||
kitcat | 0 | 18,347,463,359 | 35% | ||
happychau123 | 0 | 6,618,616,214 | 100% | ||
linuslee0216 | 0 | 5,563,431,136,666 | 30% | ||
revelim | 0 | 6,932,878,491 | 30% | ||
hoonu | 0 | 44,825,127,129 | 100% | ||
cryptohustler | 0 | 16,759,547,028 | 100% | ||
fatamorgan | 0 | 13,249,698,565 | 100% | ||
benderisgreat | 0 | 447,738,915 | 100% | ||
wilkinshui | 0 | 22,204,187,079 | 45% | ||
geetharao | 0 | 5,321,805,426 | 100% | ||
ryan313 | 0 | 29,237,560,158 | 100% | ||
exec | 0 | 84,601,105,068 | 100% | ||
eval | 0 | 856,555,409 | 100% | ||
lwh0919 | 0 | 428,524,813 | 100% | ||
davidk | 0 | 2,547,228,563 | 100% | ||
hamzaoui | 0 | 6,291,974,373 | 100% | ||
gemdi | 0 | 1,634,991,008 | 100% | ||
besteulz | 0 | 823,166,351 | 7% | ||
mcekworo | 0 | 9,041,277,648 | 100% | ||
tsinrong | 0 | 1,258,548,206 | 100% | ||
camerondansie | 0 | 4,910,245,883 | 100% | ||
crimsonclad | 0 | 1,009,550,210 | 4.4% | ||
nationalpark | 0 | 25,042,837,585 | 100% | ||
shenchensucc | 0 | 12,347,007,273 | 100% | ||
hkkim1030 | 0 | 8,880,956,721 | 100% | ||
iltaf | 0 | 498,713,600 | 100% | ||
crownsamuel | 0 | 2,584,601,840 | 100% | ||
doles | 0 | 465,172,179 | 100% | ||
liuke96player | 0 | 4,612,610,343 | 100% | ||
zeryius | 0 | 1,972,225,648 | 100% | ||
asterix87 | 0 | 13,616,261,088 | 100% | ||
zlacee | 0 | 538,982,400 | 100% | ||
slawroc | 0 | 607,129,600 | 100% | ||
nita77 | 0 | 1,394,731,327 | 100% | ||
crypsis | 0 | 250,236,629 | 100% | ||
cropwhip | 0 | 628,764,011 | 100% | ||
muhammadfaisal | 0 | 607,129,600 | 100% | ||
dheerajdj | 0 | 16,423,691,757 | 100% | ||
joyochung | 0 | 613,119,639 | 100% | ||
littlevoice | 0 | 3,096,910,387 | 100% | ||
yooraa | 0 | 344,540,460 | 100% | ||
frankbuse | 0 | 470,835,200 | 100% | ||
oddreality | 0 | 2,632,626,216 | 100% | ||
abetterworld | 0 | 1,316,584,498 | 100% | ||
timknip | 0 | 11,492,565,098 | 100% | ||
steppingout23 | 0 | 24,397,664,204 | 4% | ||
kelvanis | 0 | 1,778,059,961 | 100% | ||
mabre | 0 | 2,508,397,235 | 10% | ||
ldauch | 0 | 809,889,699 | 100% | ||
carodebali | 0 | 2,040,711,721 | 100% | ||
abuyusy | 0 | 1,778,444,567 | 100% | ||
jeongwooyu | 0 | 9,161,229,521 | 100% | ||
ikenna | 0 | 1,957,134,668 | 100% | ||
devilcat | 0 | 368,614,400 | 100% | ||
marcuswilliams | 0 | 61,976,777 | 50% | ||
sweeti | 0 | 12,609,861,185 | 10% | ||
mrpointp | 0 | 6,388,633,809 | 22% | ||
gabofic | 0 | 1,238,773,101 | 100% | ||
wahyu07 | 0 | 2,520,670,977 | 100% | ||
sebastianjackson | 0 | 298,797,159 | 50% | ||
sanzo | 0 | 470,929,363 | 100% | ||
beautifulbella | 0 | 5,091,355,377 | 100% | ||
davaowhenyo | 0 | 610,227,200 | 100% | ||
allenshayzar | 0 | 610,227,200 | 100% | ||
papercutbut | 0 | 567,541,025 | 100% | ||
colmanlamkh | 0 | 158,893,714 | 100% | ||
travelgirl | 0 | 2,752,452,708 | 24% | ||
raku | 0 | 485,692,335 | 100% | ||
jukas | 0 | 359,337,058 | 66% | ||
resteeming | 0 | 586,570,491 | 100% | ||
ravenousappetite | 0 | 610,227,200 | 100% | ||
ddot | 0 | 1,969,809,958 | 100% | ||
warrkin | 0 | 286,908,412 | 100% | ||
danker | 0 | 1,570,588,902 | 100% | ||
mellissaying | 0 | 489,968,161 | 100% | ||
syh7758520 | 0 | 2,606,817,342 | 100% | ||
dreamy | 0 | 600,031,198 | 100% | ||
auntigormint | 0 | 1,409,319,630 | 100% | ||
nickwalshblog | 0 | 277,632,288 | 100% | ||
superhardness | 0 | 7,023,555,377 | 100% | ||
pobi | 0 | 1,441,494,143 | 100% | ||
hannahwu | 0 | 3,908,291,591 | 100% | ||
padmakshi | 0 | 927,911,139 | 100% | ||
kingsteem | 0 | 467,955,886 | 100% | ||
amarmech595 | 0 | 602,538,783 | 100% | ||
cheonillhwan | 0 | 285,046,615 | 100% | ||
aaronaugustine | 0 | 599,071,990 | 100% | ||
awinyaksteemit | 0 | 882,876,198 | 100% | ||
nicolemoker | 0 | 2,986,699,035,825 | 15% | ||
varungohil | 0 | 322,171,873 | 100% | ||
evgenya86 | 0 | 347,867,711 | 100% | ||
caipi94 | 0 | 477,062,201 | 100% | ||
davidzack | 0 | 399,638,240 | 100% | ||
hag228 | 0 | 415,244,429 | 100% | ||
piush | 0 | 590,090,140 | 100% | ||
bosssteemit | 0 | 1,370,463,932 | 80% | ||
arvindsingh | 0 | 295,193,028 | 100% | ||
shashankgupta | 0 | 275,450,333 | 100% | ||
daniel007 | 0 | 165,818,767 | 100% | ||
miansaad | 0 | 133,927,626 | 100% | ||
dhabal | 0 | 236,584,424 | 100% | ||
bukhairidin | 0 | 134,812,995 | 100% | ||
sweethoney | 0 | 572,507,913 | 100% | ||
cryptousage | 0 | 5,010,208,438 | 100% | ||
skysunil | 0 | 326,475,193 | 100% | ||
glennolua | 0 | 469,909,059 | 100% | ||
rezachaisar | 0 | 116,039,902 | 100% | ||
binjeeclick | 0 | 604,092,361 | 100% | ||
lolcat | 0 | 378,936,887 | 100% | ||
duekie | 0 | 379,197,747 | 100% | ||
sem89 | 0 | 205,261,632 | 100% | ||
idx | 0 | 10,317,612,185 | 55% | ||
techtek | 0 | 1,235,915,309 | 100% | ||
taufik | 0 | 78,901,720 | 100% | ||
allabout | 0 | 1,350,031,284 | 66% | ||
cryptoqu33n | 0 | 4,348,222,069 | 100% | ||
gladiator4war | 0 | 315,997,321 | 100% | ||
cyberspace | 0 | 3,205,257,514 | 100% | ||
tinitime | 0 | 640,205,482 | 100% | ||
cifer | 0 | 619,520,000 | 100% | ||
gadis | 0 | 626,090,393 | 100% | ||
turtledance24 | 0 | 4,412,880,566 | 100% | ||
loveindia | 0 | 532,787,200 | 100% | ||
exprmnt | 0 | 1,440,846,881 | 100% | ||
polysen | 0 | 432,004,840 | 100% | ||
shakibsarker | 0 | 541,690,885 | 100% | ||
aafeng | 0 | 155,210,414 | 25% | ||
rosicreative | 0 | 255,971,951 | 100% | ||
mosheco110 | 0 | 563,763,200 | 100% | ||
elconserje | 0 | 619,520,000 | 100% | ||
sylvia1997 | 0 | 4,156,193,574 | 100% | ||
minimalpris | 0 | 562,548,243 | 100% | ||
gokay | 0 | 353,126,400 | 100% | ||
shourovhassan | 0 | 378,875,785 | 100% | ||
yuliaindra | 0 | 747,184,045 | 100% | ||
alli.top | 0 | 82,335,658 | 100% | ||
hopsken | 0 | 1,108,965,099 | 100% | ||
zulsteem | 0 | 650,479,614 | 100% | ||
slava7450745 | 0 | 133,436,519 | 100% | ||
porlacarretera | 0 | 667,911,551 | 100% | ||
genma | 0 | 1,580,291,930 | 100% | ||
tvb | 0 | 291,989,590 | 100% | ||
yellowgeek | 0 | 639,793,246 | 100% | ||
skenan | 0 | 2,411,099,973 | 100% | ||
nonongfaizah | 0 | 491,801,882 | 100% | ||
azka-amillia | 0 | 411,428,389 | 100% | ||
rudalt | 0 | 865,750,494 | 100% | ||
davidconstantine | 0 | 2,187,455,210 | 100% | ||
yinlovesu0914 | 0 | 522,708,490 | 100% | ||
tinh | 0 | 619,520,000 | 100% | ||
rizkirz | 0 | 538,982,400 | 100% | ||
sharif99 | 0 | 573,056,000 | 100% | ||
mrspointm | 0 | 1,567,697,760 | 100% | ||
free999enigma | 0 | 93,853,559 | 100% | ||
vetmed | 0 | 610,893,103 | 100% | ||
batraiselis | 0 | 402,741,676 | 66% | ||
taoufik | 0 | 318,905,057 | 100% | ||
solomonsojay | 0 | 724,138,424 | 100% | ||
positivitysteem | 0 | 659,926,192 | 100% | ||
firasbc | 0 | 419,040,079 | 100% | ||
namct | 0 | 123,817,896 | 100% | ||
acaa7 | 0 | 588,421,252 | 100% | ||
lamorte | 0 | 319,733,332 | 100% | ||
abo-salah | 0 | 214,475,182 | 100% | ||
thehansman | 0 | 362,506,808 | 100% | ||
feelanurag | 0 | 399,590,400 | 100% | ||
anatolich | 0 | 436,907,148 | 100% | ||
boshler | 0 | 545,177,600 | 100% | ||
alihelal | 0 | 70,776,908 | 100% | ||
steemitlietuva | 0 | 841,802,583 | 90% | ||
ridwan-kamil | 0 | 145,587,200 | 100% | ||
writer1 | 0 | 75,635,649 | 100% | ||
vipnata | 0 | 517,299,200 | 100% | ||
actionman | 0 | 1,137,439,288 | 100% | ||
juniorfelicio | 0 | 109,691,313 | 100% | ||
freedom-fighter | 0 | 619,520,000 | 100% | ||
artax89 | 0 | 557,112,128 | 100% | ||
vladimir11 | 0 | 887,897,320 | 100% | ||
sshh | 0 | 92,852,006 | 100% | ||
truefendy | 0 | 464,259,932 | 100% | ||
kunrishartanto | 0 | 313,375,449 | 100% | ||
ramiashqar | 0 | 272,752,642 | 100% | ||
hermajesty | 0 | 957,534,612 | 100% | ||
bluevesper | 0 | 777,633,380 | 100% | ||
steemitcu | 0 | 754,420,412 | 66% | ||
aitbba | 0 | 980,746,495 | 100% | ||
redtea | 0 | 829,862,365 | 100% | ||
biltu1995 | 0 | 278,555,122 | 100% | ||
majidawan | 0 | 336,587,171 | 100% | ||
mousum | 0 | 446,848,445 | 100% | ||
ivarlothbrok | 0 | 986,548,490 | 100% | ||
jjatico6 | 0 | 1,003,958,161 | 100% | ||
astarte89 | 0 | 504,880,597 | 100% | ||
syedanas | 0 | 1,056,186,908 | 100% | ||
asyph | 0 | 1,056,186,885 | 100% | ||
tawfikmousta | 0 | 220,522,535 | 100% | ||
erikonasz | 0 | 174,096,723 | 100% | ||
thisisit | 0 | 232,128,927 | 100% | ||
cryptoprofessor | 0 | 998,154,342 | 100% | ||
jads | 0 | 1,143,234,790 | 100% | ||
rz47 | 0 | 1,015,563,622 | 100% | ||
hernanz10 | 0 | 1,120,021,393 | 100% | ||
yanchevski | 0 | 1,160,643,832 | 100% | ||
aasrit143 | 0 | 992,350,367 | 100% | ||
raadgaffaz | 0 | 893,695,605 | 100% | ||
mukhlismjalil | 0 | 1,137,430,735 | 100% | ||
syeed | 0 | 1,096,808,172 | 100% | ||
zara123 | 0 | 632,550,713 | 100% | ||
mrahmouni | 0 | 0 | 0% | ||
aroeldrn | 0 | 1,050,382,032 | 100% | ||
jajabormanus | 0 | 1,073,594,887 | 100% | ||
defoo | 0 | 1,137,430,248 | 100% | ||
wecouldbehero | 0 | 1,073,594,831 | 100% | ||
benjy87 | 0 | 731,205,122 | 100% | ||
andrgirei | 0 | 818,253,335 | 100% | ||
chynon | 0 | 1,050,381,903 | 100% | ||
rocktechnolabs | 0 | 1,143,233,275 | 100% | ||
ibrahim0 | 0 | 969,136,834 | 100% | ||
raoyan18 | 0 | 1,050,381,686 | 100% | ||
contenidos | 0 | 0 | 100% |
Powerful stuff . Keep it coming
author | abo-salah |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t145425142z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 14:56:15 |
last_update | 2017-08-10 14:56:15 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 14:56: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 | 31 |
author_reputation | 11,342,762,741 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,404,774 |
net_rshares | 0 |
Your post is very good. Keep adding the same posts even further. and keep voteing @ahlawat
author | ahlawat |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t134907717z |
category | cn |
json_metadata | {"tags":["cn"],"users":["ahlawat"],"app":"steemit/0.1"} |
created | 2017-08-10 13:49:09 |
last_update | 2017-08-10 13:49:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 13:49: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 | 90 |
author_reputation | 48,755,975,904,528 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,396,268 |
net_rshares | 56,029,660 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ahlawat | 0 | 56,029,660 | 100% |
NICE MEN
author | alihelal |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t134209542z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 13:42:09 |
last_update | 2017-08-10 13:42:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 13:42: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 | 8 |
author_reputation | 12,863,777,988 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,395,154 |
net_rshares | 86,862,569 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alihelal | 0 | 86,862,569 | 100% |
Great... please upvote me
author | amarmech595 |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t035750477z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 03:57:48 |
last_update | 2017-08-11 03:57:48 |
depth | 1 |
children | 0 |
last_payout | 2017-08-18 03:57: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 | 25 |
author_reputation | 24,036,007,979 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,463,169 |
net_rshares | 0 |
Hi Guys, Check out free courses on my blog! Many various courses 100% discount! First part here! https://steemit.com/education/@arathron/free-udemy-online-courses-1
author | arathron |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t221440047z |
category | cn |
json_metadata | {"tags":["cn"],"links":["https://steemit.com/education/@arathron/free-udemy-online-courses-1"],"app":"steemit/0.1"} |
created | 2017-08-10 22:14:42 |
last_update | 2017-08-10 22:14:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 22:14: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 | 168 |
author_reputation | 24,676,321,996 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,441,375 |
net_rshares | 0 |
Congratulations @oflyhigh! Your post was mentioned in the [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170810) in the following categories: * Upvotes - Ranked 7 with 345 upvotes * Pending payout - Ranked 3 with $ 333,02
author | arcange |
---|---|
permlink | re-php-steem-using-php-to-query-the-steem-blockchain-20170810t163908000z |
category | cn |
json_metadata | "" |
created | 2017-08-11 14:37:57 |
last_update | 2017-08-11 14:37:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-18 14:37: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 | 248 |
author_reputation | 1,146,615,920,099,066 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,508,626 |
net_rshares | 0 |
这个好像只是提取资料。PHP如何可以登录,点赞,和发帖?
author | beautifulbella |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t141043696z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 14:11:03 |
last_update | 2017-08-10 14:11:03 |
depth | 1 |
children | 3 |
last_payout | 2017-08-17 14:11: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 | 28 |
author_reputation | 1,876,932,920,921 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,399,694 |
net_rshares | 5,168,888,708 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beautifulbella | 0 | 5,168,888,708 | 100% |
😄 我估计我是学不会了
author | oflyhigh |
---|---|
permlink | re-beautifulbella-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t145843117z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 14:58:45 |
last_update | 2017-08-10 14:58:45 |
depth | 2 |
children | 0 |
last_payout | 2017-08-17 14:58: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 | 11 |
author_reputation | 6,307,244,835,363,533 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,405,015 |
net_rshares | 4,912,954,667 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beautifulbella | 0 | 4,912,954,667 | 100% |
你要学这个吗?
author | timknip |
---|---|
permlink | re-beautifulbella-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t152205230z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 15:22:06 |
last_update | 2017-08-10 15:22:06 |
depth | 2 |
children | 1 |
last_payout | 2017-08-17 15:22: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 | 7 |
author_reputation | 6,242,419,242,242 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,407,287 |
net_rshares | 4,669,466,876 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beautifulbella | 0 | 4,669,466,876 | 100% |
对呀:)
author | beautifulbella |
---|---|
permlink | re-timknip-re-beautifulbella-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t124300639z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 12:43:21 |
last_update | 2017-08-11 12:43:21 |
depth | 3 |
children | 0 |
last_payout | 2017-08-18 12:43: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 | 4 |
author_reputation | 1,876,932,920,921 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,497,609 |
net_rshares | 0 |
Thanks a lot for knowledge:)
author | changfly |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t065433127z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 06:54:33 |
last_update | 2017-08-11 06:54:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-18 06:54: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 | 28 |
author_reputation | 1,716,963,591,584 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,473,300 |
net_rshares | 0 |
我会说汉语,能看懂一点英语,哈哈
author | coldhair |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t131209898z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 13:12:03 |
last_update | 2017-08-10 13:12:03 |
depth | 1 |
children | 1 |
last_payout | 2017-08-17 13:12:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.069 HBD |
curator_payout_value | 0.022 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 34,617,352,014,488 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,390,915 |
net_rshares | 27,084,168,462 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
magicmonk | 0 | 27,084,168,462 | 100% |
厉害!
author | oflyhigh |
---|---|
permlink | re-coldhair-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t131933730z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 13:19:39 |
last_update | 2017-08-10 13:19:39 |
depth | 2 |
children | 0 |
last_payout | 2017-08-17 13:19:39 |
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 | 6,307,244,835,363,533 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,392,002 |
net_rshares | 0 |
The program looks good.
author | cryptousage |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t150821829z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 15:08:21 |
last_update | 2017-08-10 15:08:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 15:08: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 | 23 |
author_reputation | 38,479,085,902 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,405,929 |
net_rshares | 0 |
Upvoted Resteemed and following all in this thread https://media.giphy.com/media/oYKjWCT5Gy6Os/giphy.gif
author | frankbuse |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t202205694z |
category | cn |
json_metadata | {"tags":["cn"],"image":["https://media.giphy.com/media/oYKjWCT5Gy6Os/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-08-10 20:22:06 |
last_update | 2017-08-10 20:22:06 |
depth | 1 |
children | 1 |
last_payout | 2017-08-17 20:22:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.589 HBD |
curator_payout_value | 0.194 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 38,615,083,774 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,432,972 |
net_rshares | 230,625,039,520 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thing-2 | 0 | 230,532,187,514 | 100% | ||
sshh | 0 | 92,852,006 | 100% |
Hi @frankbuse, Check out free courses on my blog! Many various courses 100% discount! First part here! https://steemit.com/education/@arathron/free-udemy-online-courses-1
author | arathron |
---|---|
permlink | re-frankbuse-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t221521588z |
category | cn |
json_metadata | {"tags":["cn"],"users":["frankbuse"],"links":["https://steemit.com/education/@arathron/free-udemy-online-courses-1"],"app":"steemit/0.1"} |
created | 2017-08-10 22:15:24 |
last_update | 2017-08-10 22:15:24 |
depth | 2 |
children | 0 |
last_payout | 2017-08-17 22:15: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 | 174 |
author_reputation | 24,676,321,996 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,441,426 |
net_rshares | 0 |
php是什麼語言呀,我還停留在用perl去編程控制Modem的遠古時代呀。
author | guyverckw |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t085201760z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 08:52:03 |
last_update | 2017-08-11 08:52:03 |
depth | 1 |
children | 2 |
last_payout | 2017-08-18 08:52: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 | 37 |
author_reputation | 121,609,723,418,181 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,480,889 |
net_rshares | 0 |
威武
author | oflyhigh |
---|---|
permlink | re-guyverckw-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t120924838z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 12:09:30 |
last_update | 2017-08-11 12:09:30 |
depth | 2 |
children | 1 |
last_payout | 2017-08-18 12:09:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2 |
author_reputation | 6,307,244,835,363,533 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,494,686 |
net_rshares | 12,503,070,811 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
guyverckw | 0 | 12,503,070,811 | 35% |
這是無知的意思嗎?
author | guyverckw |
---|---|
permlink | re-oflyhigh-re-guyverckw-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t164213050z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 16:42:12 |
last_update | 2017-08-11 16:42:12 |
depth | 3 |
children | 0 |
last_payout | 2017-08-18 16:42: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 | 121,609,723,418,181 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,520,254 |
net_rshares | 0 |
终于不用python了 php可以看懂一点。 o哥 你会的语言可真多
author | jubi |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t125910059z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 12:59:18 |
last_update | 2017-08-10 12:59:18 |
depth | 1 |
children | 1 |
last_payout | 2017-08-17 12:59:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.071 HBD |
curator_payout_value | 0.022 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 82,406,494,254,467 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,389,021 |
net_rshares | 27,559,329,312 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
magicmonk | 0 | 27,559,329,312 | 100% |
我以前会N种语言,现在都忘干净了
author | oflyhigh |
---|---|
permlink | re-jubi-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t130225325z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 13:02:33 |
last_update | 2017-08-10 13:02:33 |
depth | 2 |
children | 0 |
last_payout | 2017-08-17 13:02: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 | 16 |
author_reputation | 6,307,244,835,363,533 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,389,483 |
net_rshares | 0 |
PHP 写得真6
author | justyy |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t130054349z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 13:00:54 |
last_update | 2017-08-11 13:00:54 |
depth | 1 |
children | 3 |
last_payout | 2017-08-18 13:00: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 | 8 |
author_reputation | 280,616,224,641,976 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,499,216 |
net_rshares | 0 |
php 5.6
author | oflyhigh |
---|---|
permlink | re-justyy-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t130828519z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 13:08:33 |
last_update | 2017-08-11 13:08:33 |
depth | 2 |
children | 2 |
last_payout | 2017-08-18 13:08: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 | 7 |
author_reputation | 6,307,244,835,363,533 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,499,897 |
net_rshares | 0 |
现在是PHP7的世界了 不过你的代码 可以在PHP7运行没问题, 已经测试过了。
author | justyy |
---|---|
permlink | re-oflyhigh-re-justyy-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t130958579z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 13:09:57 |
last_update | 2017-08-11 13:09:57 |
depth | 3 |
children | 1 |
last_payout | 2017-08-18 13:09:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.985 HBD |
curator_payout_value | 0.043 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 280,616,224,641,976 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,500,011 |
net_rshares | 594,265,426,618 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oflyhigh | 0 | 594,265,426,618 | 25% |
哈哈其實怎麼人人都說PHP是最好的語言? 我只懂得很基本的PHP...
author | kenchung |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t110518535z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 11:05:15 |
last_update | 2017-08-11 11:05:15 |
depth | 1 |
children | 4 |
last_payout | 2017-08-18 11:05:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.565 HBD |
curator_payout_value | 0.520 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 41,181,348,504,685 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,489,989 |
net_rshares | 606,645,956,339 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oflyhigh | 0 | 606,645,956,339 | 25% |
哈哈哈,这是网络上的一个梗
author | oflyhigh |
---|---|
permlink | re-kenchung-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t120903351z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 12:09:09 |
last_update | 2017-08-11 12:09:09 |
depth | 2 |
children | 3 |
last_payout | 2017-08-18 12:09: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 | 13 |
author_reputation | 6,307,244,835,363,533 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,494,658 |
net_rshares | 0 |
哈哈,查到了,所以基本上把PHP換上任何一種其他語言也可以的
author | kenchung |
---|---|
permlink | re-oflyhigh-re-kenchung-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t153454590z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 15:34:54 |
last_update | 2017-08-11 15:34:54 |
depth | 3 |
children | 2 |
last_payout | 2017-08-18 15:34: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 | 30 |
author_reputation | 41,181,348,504,685 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,514,059 |
net_rshares | 0 |
mmmm very good thanks my friend ;)
author | lovelygirl |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t143436838z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 14:34:42 |
last_update | 2017-08-10 14:34:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 14:34: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 | 34 |
author_reputation | -1,441,869,494,440 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,402,871 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
optimisticguy | 0 | 0 | -100% |
O哥,確認一下,文章裡提到的exe是不是就是exec. 多謝。 > exe是底层接口,你可以直接调用这个接口来执行steem blockchain API 操作。
author | magicmonk |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t125218482z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 12:52:27 |
last_update | 2017-08-11 12:52:27 |
depth | 1 |
children | 2 |
last_payout | 2017-08-18 12:52:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.876 HBD |
curator_payout_value | 0.155 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 1,102,979,384,492,809 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,498,447 |
net_rshares | 594,265,426,618 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oflyhigh | 0 | 594,265,426,618 | 25% |
哈哈,笔误笔误 已经修改过来 谢谢指正
author | oflyhigh |
---|---|
permlink | re-magicmonk-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t130128343z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 13:01:33 |
last_update | 2017-08-11 13:01:33 |
depth | 2 |
children | 1 |
last_payout | 2017-08-18 13:01:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.094 HBD |
curator_payout_value | 0.030 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 6,307,244,835,363,533 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,499,281 |
net_rshares | 37,062,546,317 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
magicmonk | 0 | 37,062,546,317 | 100% |
不敢,多谢O哥传授秘笈
author | magicmonk |
---|---|
permlink | re-oflyhigh-re-magicmonk-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t212029685z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 21:20:33 |
last_update | 2017-08-11 21:20:33 |
depth | 3 |
children | 0 |
last_payout | 2017-08-18 21:20: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 | 11 |
author_reputation | 1,102,979,384,492,809 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,542,166 |
net_rshares | 0 |
Thank you for sharing.
author | majidawan |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t141623495z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 14:16:24 |
last_update | 2017-08-10 14:16:24 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 14:16: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 | 22 |
author_reputation | 835,950,226,667 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,400,498 |
net_rshares | 0 |
upvote to my posts i also upvoted u
author | miansaad |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t140051956z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 14:00:57 |
last_update | 2017-08-10 14:00:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 14:00: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 | 35 |
author_reputation | -13,405,342,152 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,398,120 |
net_rshares | 0 |
COOL
author | misrori |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t193847974z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 19:38:48 |
last_update | 2017-08-10 19:38:48 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 19:38:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.059 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 20,447,544,397,525 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,429,367 |
net_rshares | 23,705,464,685 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
misrori | 0 | 23,705,464,685 | 100% |
nice article. thanks for sharing i like the way you separatd the code
author | mrahmouni |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t025344246z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 02:53:48 |
last_update | 2017-08-11 02:53:48 |
depth | 1 |
children | 0 |
last_payout | 2017-08-18 02:53: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 | 69 |
author_reputation | 5,084,383,148 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,458,957 |
net_rshares | 0 |
Nice picture @oflyhigh Please upvote me @muliadilibra
author | muliadilibra |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t153346419z |
category | cn |
json_metadata | {"tags":["cn"],"users":["oflyhigh","muliadilibra"],"app":"steemit/0.1"} |
created | 2017-08-10 15:33:57 |
last_update | 2017-08-10 15:33:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 15:33: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 | 54 |
author_reputation | 398,199,466,163 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,408,418 |
net_rshares | 0 |
thank for sharing.
author | namct |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t133707912z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 13:37:27 |
last_update | 2017-08-10 13:37:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 13:37: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 | 18 |
author_reputation | 309,993,482,869 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,394,486 |
net_rshares | 0 |
author | oflyhigh |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t125841559z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 12:58:48 |
last_update | 2017-08-10 12:58:48 |
depth | 1 |
children | 3 |
last_payout | 2017-08-17 12:58:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.102 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 6,307,244,835,363,533 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,388,973 |
net_rshares | 35,165,778,589 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
magicmonk | 0 | 28,984,811,863 | 100% | ||
jubi | 0 | 6,110,189,818 | 100% | ||
alihelal | 0 | 70,776,908 | 100% |
Hi @oflyhigh, Check out free courses on my blog! Many various courses 100% discount! Please follow me to be updated! First part here! https://steemit.com/education/@arathron/free-udemy-online-courses-1
author | arathron |
---|---|
permlink | re-oflyhigh-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t221552832z |
category | cn |
json_metadata | {"tags":["cn"],"users":["oflyhigh"],"links":["https://steemit.com/education/@arathron/free-udemy-online-courses-1"],"app":"steemit/0.1"} |
created | 2017-08-10 22:15:54 |
last_update | 2017-08-10 22:15:54 |
depth | 2 |
children | 0 |
last_payout | 2017-08-17 22:15: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 | 207 |
author_reputation | 24,676,321,996 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,441,471 |
net_rshares | 0 |
php 全宇宙第一☝️
author | jubi |
---|---|
permlink | re-oflyhigh-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t130219722z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 13:02:24 |
last_update | 2017-08-10 13:02:24 |
depth | 2 |
children | 1 |
last_payout | 2017-08-17 13:02: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 | 11 |
author_reputation | 82,406,494,254,467 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,389,458 |
net_rshares | 0 |
Hi @jubi, Check out free courses on my blog! Many various courses 100% discount! Please follow me to be updated! First part here! https://steemit.com/education/@arathron/free-udemy-online-courses-1
author | arathron |
---|---|
permlink | re-jubi-re-oflyhigh-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t221613341z |
category | cn |
json_metadata | {"tags":["cn"],"users":["jubi"],"links":["https://steemit.com/education/@arathron/free-udemy-online-courses-1"],"app":"steemit/0.1"} |
created | 2017-08-10 22:16:15 |
last_update | 2017-08-10 22:16:15 |
depth | 3 |
children | 0 |
last_payout | 2017-08-17 22:16: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 | 203 |
author_reputation | 24,676,321,996 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,441,499 |
net_rshares | 0 |
great
author | padmakshi |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t083158826z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 08:32:03 |
last_update | 2017-08-11 08:32:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-18 08:32: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 | 5 |
author_reputation | 1,095,407,523,576 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,479,599 |
net_rshares | 0 |
求互粉啊
author | poiseulle |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t182825547z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 18:28:24 |
last_update | 2017-08-10 18:28:24 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 18:28: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 | 4 |
author_reputation | 5,133,818,705 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,423,779 |
net_rshares | 0 |
A good news..
author | ridwan-kamil | ||||||
---|---|---|---|---|---|---|---|
permlink | re-oflyhigh-2017811t82934573z | ||||||
category | cn | ||||||
json_metadata | {"tags":"cn","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-11 01:29:42 | ||||||
last_update | 2017-08-11 01:29:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-18 01:29: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 | 13 | ||||||
author_reputation | 2,799,555,534,121 | ||||||
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 11,453,747 | ||||||
net_rshares | 0 |
it's great, can be guide for beginner
author | rudalt |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t193304000z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 19:33:09 |
last_update | 2017-08-10 19:33:09 |
depth | 1 |
children | 1 |
last_payout | 2017-08-17 19:33: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 | 37 |
author_reputation | 326,379,175,068 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,428,902 |
net_rshares | 0 |
Hi @rudalt, Check out free courses on my blog! Many various courses 100% discount! Please follow me to be updated! First part here! https://steemit.com/education/@arathron/free-udemy-online-courses-1
author | arathron |
---|---|
permlink | re-rudalt-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t221645327z |
category | cn |
json_metadata | {"tags":["cn"],"users":["rudalt"],"links":["https://steemit.com/education/@arathron/free-udemy-online-courses-1"],"app":"steemit/0.1"} |
created | 2017-08-10 22:16:48 |
last_update | 2017-08-10 22:16:48 |
depth | 2 |
children | 0 |
last_payout | 2017-08-17 22:16: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 | 205 |
author_reputation | 24,676,321,996 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,441,533 |
net_rshares | 0 |
Thanks for post! Chinese may be a barrier but code is universal ;)
author | shango |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t010106014z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 01:01:06 |
last_update | 2017-08-11 01:01:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-18 01:01: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 | 66 |
author_reputation | 3,432,125,687,483 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,451,998 |
net_rshares | 0 |
very nice post
author | sharoon |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t081309647z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 08:13:06 |
last_update | 2017-08-11 08:13:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-18 08:13: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 | 14 |
author_reputation | -330,640,444,933 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,478,431 |
net_rshares | 0 |
I think if steemit equipped with translation mode on post page we can read and understand all content by steemit user in different langguage. for more reason you can read here https://steemit.com/steemit/@sogata/steemit-9-request-to-add-translation-mode-on-post-page-2017810t142621905z
author | sogata |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t145727703z |
category | cn |
json_metadata | {"tags":["cn"],"links":["https://steemit.com/steemit/@sogata/steemit-9-request-to-add-translation-mode-on-post-page-2017810t142621905z"],"app":"steemit/0.1"} |
created | 2017-08-10 14:57:18 |
last_update | 2017-08-10 14:57:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 14:57: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 | 285 |
author_reputation | 6,963,584,854,647 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,404,880 |
net_rshares | 895,105,228 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sogata | 0 | 895,105,228 | 100% |
Ok, but I'm not as good as you when it comes to programming , just meme only Your good thats why I give you an UpVote , I think it add more that 5$ after I click the UpVote button
author | spiderlee3 |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t134218412z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 13:42:00 |
last_update | 2017-08-10 13:44:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 13:42:00 |
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 | 181 |
author_reputation | 143,350,007,398 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,395,134 |
net_rshares | 1,120,021,357 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
arminvest | 0 | 1,120,021,357 | 100% |
Thanks Alot Bro I Always Wanted To Know How To Use The Steemit Api With PHP And It Appears I Have To Learn Json-RPC :)
author | steemian69 |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t092352114z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-11 10:24:27 |
last_update | 2017-08-11 10:24:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-18 10:24:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.598 HBD |
curator_payout_value | 0.532 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 1,160,052,362,678 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,487,071 |
net_rshares | 619,026,486,060 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oflyhigh | 0 | 619,026,486,060 | 25% |
哇!谢谢分享^^
author | sweeti |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170812t151617736z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-12 15:16:39 |
last_update | 2017-08-12 15:16:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-19 15:16:39 |
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 | 8 |
author_reputation | 8,559,430,744,296 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,607,409 |
net_rshares | 0 |
O哥好厉害!
author | sylvia1997 |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t132340265z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 13:23:39 |
last_update | 2017-08-10 13:23:39 |
depth | 1 |
children | 2 |
last_payout | 2017-08-17 13:23:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.071 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 56,767,985,711,616 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,392,555 |
net_rshares | 28,034,490,163 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
magicmonk | 0 | 28,034,490,163 | 100% |
Hi @sylvia1997, Check out many various courses on my blog! 100% discount! Remember - FIRST COME FIRST SERVED! Please follow me to be updated! First part here! https://steemit.com/education/@arathron/free-udemy-online-courses-1
author | arathron |
---|---|
permlink | re-sylvia1997-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t221747263z |
category | cn |
json_metadata | {"tags":["cn"],"users":["sylvia1997"],"links":["https://steemit.com/education/@arathron/free-udemy-online-courses-1"],"app":"steemit/0.1"} |
created | 2017-08-10 22:17:48 |
last_update | 2017-08-10 22:17:48 |
depth | 2 |
children | 0 |
last_payout | 2017-08-17 22:17: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 | 232 |
author_reputation | 24,676,321,996 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,441,596 |
net_rshares | 0 |
😳
author | oflyhigh |
---|---|
permlink | re-sylvia1997-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t145920103z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 14:59:21 |
last_update | 2017-08-10 14:59:21 |
depth | 2 |
children | 0 |
last_payout | 2017-08-17 14:59: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 | 1 |
author_reputation | 6,307,244,835,363,533 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,405,071 |
net_rshares | 0 |
Nice nice
author | taoufik |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t162548598z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 16:26:03 |
last_update | 2017-08-10 16:26:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 16:26: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 | 9 |
author_reputation | 203,549,071,834 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,413,293 |
net_rshares | 0 |
Thanks for this how to, i wanted to give it a try for the SEEMPI project im working on and i have installed Curl and php and saved your code in index.php but when loading the file it displays code instead of the output: The code that on page after loading index.php is starting with: ch = curl_init(); curl_setopt($this->ch, CURLOPT_URL, 'https://steemd.steemit.com');.............. ........ending with: '); print_r($steemd->exec(get_chain_properties,[])); print_r($steemd->get_account('oflyhigh')); echo(' '); //unset($steemd); ?> Any suggestions, what am i doing wrong ?
author | techtek |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170811t203533736z |
category | cn |
json_metadata | {"tags":["cn"],"links":["https://steemd.steemit.com"],"app":"steemit/0.1"} |
created | 2017-08-11 20:35:51 |
last_update | 2017-08-11 21:58:45 |
depth | 1 |
children | 2 |
last_payout | 2017-08-18 20:35:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.507 HBD |
curator_payout_value | 0.167 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 578 |
author_reputation | 28,283,249,927,543 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,539,032 |
net_rshares | 201,185,685,438 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gentlebot | 0 | 200,465,630,432 | 100% | ||
techtek | 0 | 720,055,006 | 100% |
1.php ``` <? echo("Hello World!"); ?> ``` ---- 2.php ``` <?php echo("Hello World!"); ?> ``` ---- Try above two example php files If 2.php works well, then change my script as it. (Add php after <? ) If both of them don't work, you need to check your HTTP server setting, add php support to it.
author | oflyhigh |
---|---|
permlink | re-techtek-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170812t021855878z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-12 02:19:03 |
last_update | 2017-08-12 02:19:03 |
depth | 2 |
children | 1 |
last_payout | 2017-08-19 02:19:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.688 HBD |
curator_payout_value | 0.227 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 296 |
author_reputation | 6,307,244,835,363,533 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,559,693 |
net_rshares | 273,113,450,256 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thing-2 | 0 | 272,447,130,698 | 100% | ||
techtek | 0 | 666,319,558 | 100% |
@oflyhigh , Thank you very much! This is the first time i get Steem data back in to my project, very nice and exciting and Thanks thanks thanks! Adding <?php to the script solved the issue (2.php) Few questions you maybe know the answer to / can help to point me to to right direction? <br> Question 1a. - How to strip the 168 lines that get echode back, for example the value of [name], [sbd_balance], [balance], [post_count] Question 1b. -How to add a username input field and button to index.php to activate and update the user from question 1a Question 2 (Woud be awesome if you can make it work, it probably needs a bit more coding/extra file(?) but im not sure, maybe it can be solved with curl and in a more simple way. ) - On a new upvote i want to turn on a connected LED, the LED i can turn on and off with this line of code in the index.php: exec ("gpio write 0 1"); exec ("gpio write 0 0"); For the project im working on i want to be able to switch on and off the connected LED light and this is working now with a button from within index.php but it would be very nice if the LED can be switched on "1" and off "0"automatically with new upvotes (, replies and or transfer) on a specified account (1b) What i can give you in return: 1. Please add in a HTML-comment with your name and Steemit account and i will keep those in the project index.php to reference back to you. 2. I will make a banner and big thank you in my next project update post 3. i will transfer 3 SBD to show my gratitude to you if you can fix question 1a, 1b, and 2 (3 SBD is maybe not that much but for me 25 day old user it is quite much, if you dont agree with the amount please suggest a other amount) Please help me a bit with the above questions i will be very thankful to you. Will you light up my day ?
author | techtek |
---|---|
permlink | re-oflyhigh-re-techtek-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170812t080949076z |
category | cn |
json_metadata | {"tags":["cn"],"users":["oflyhigh"],"app":"steemit/0.1"} |
created | 2017-08-12 08:10:06 |
last_update | 2017-08-12 08:10:30 |
depth | 3 |
children | 0 |
last_payout | 2017-08-19 08:10: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,820 |
author_reputation | 28,283,249,927,543 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,578,308 |
net_rshares | 677,066,647 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
techtek | 0 | 677,066,647 | 100% |
php里用curl调用网络资源查询最好加上timeout,要不经常会100% cpu占用。 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout); curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
author | timknip |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t153245423z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 15:32:45 |
last_update | 2017-08-10 15:32:45 |
depth | 1 |
children | 3 |
last_payout | 2017-08-17 15:32:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.682 HBD |
curator_payout_value | 0.396 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 6,242,419,242,242 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,408,292 |
net_rshares | 603,536,012,988 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
magicmonk | 0 | 29,935,133,563 | 100% | ||
oflyhigh | 0 | 569,441,637,095 | 25% | ||
ehabakhdar | 0 | 4,066,390,324 | 100% | ||
sshh | 0 | 92,852,006 | 100% |
谢谢 只是为了演示最基本的功能 😄 离实用十万八千里呢
author | oflyhigh |
---|---|
permlink | re-timknip-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t155647403z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 15:56:48 |
last_update | 2017-08-10 15:56:48 |
depth | 2 |
children | 2 |
last_payout | 2017-08-17 15:56:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.074 HBD |
curator_payout_value | 0.025 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 6,307,244,835,363,533 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,410,678 |
net_rshares | 29,459,972,713 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
magicmonk | 0 | 29,459,972,713 | 100% |
意思是说以后你要返回世界上最好语言的大本营了? 嘿嘿
author | timknip |
---|---|
permlink | re-oflyhigh-re-timknip-re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t160651582z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 16:06:51 |
last_update | 2017-08-10 16:06:51 |
depth | 3 |
children | 1 |
last_payout | 2017-08-17 16:06: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 | 27 |
author_reputation | 6,242,419,242,242 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,411,607 |
net_rshares | 0 |
都没有用过curl
author | tvb |
---|---|
permlink | re-oflyhigh-php-steem-using-php-to-query-the-steem-blockchain-20170810t203727267z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-08-10 20:37:33 |
last_update | 2017-08-10 20:37:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-17 20:37: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 | 9 |
author_reputation | 35,178,037,825,802 |
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,434,309 |
net_rshares | 0 |
Friend of my support, for me who wrote. I need help from all friend, @yooraa, like. I will try my best in stringing words with the encouragement from esteem friend who faithful and can take me like you.
author | yooraa | ||||||
---|---|---|---|---|---|---|---|
permlink | re-oflyhigh-2017811t21854727z | ||||||
category | cn | ||||||
json_metadata | {"tags":"cn","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-10 19:19:00 | ||||||
last_update | 2017-08-10 19:19:00 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-17 19:19:00 | ||||||
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 | 202 | ||||||
author_reputation | 560,660,454,067 | ||||||
root_title | "使用PHP查询STEEM区块链 / Using PHP to query the STEEM blockchain" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 11,427,616 | ||||||
net_rshares | 570,351,332 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yooraa | 0 | 570,351,332 | 100% |