闲着无聊,合计做一个bitshares的Memo监视功能,应该挺好玩的。比如说,谁给我转了50W BTS,并附加了备注,我一下子就会收到消息。如果再加上声光报警,***语音提示,滴,你收到了一笔50W BTS的转账***,这该多美啊!😍  (图源 :[pixabay](https://pixabay.com/)) # 规划 说干就干,初步设想是这样滴: * 监控bitshares区块链上的转账操作 * 如果转账的接收方是我指定的ID * 解密Memo信息 * ~~发布消息到MQTT代理~~ * ~~MQTT客户端收到订阅消息后在液晶屏上显示~~ * ~~MQTT客户端声光报警~~ * 在屏幕上显示Memo 想来想去,我的MQTT服务器早就被我扔垃圾堆里了,MQTT的客户端的代码我也早忘干净了,那么还是简化一下任务吧,在屏幕一下凑合吧。 # 代码 有了上述思路,以及我们之前的学习,那么代码实现起来是很简单的 一个粗糙无比的代码示例如下: ``` from pprint import pprint from bitshares import BitShares from bitshares.blockchain import Blockchain from bitshares.memo import Memo account = 'test2018' bts = BitShares() chain = Blockchain() id = bts.rpc.get_account_by_name(account)['id'] print(id) def get_memo_text(op): m = Memo(op['from'], op['to']) enc = op['memo'] plaintext = m.decrypt(enc) return plaintext for operation in chain.stream(opNames=['transfer']): if operation['to'] == id: print("You got Message") msg = get_memo_text(operation) from_user = bts.rpc.get_account(operation['from'])['name'] print(f"Message from {from_user}: {msg}") #pprint(operations) ``` # 测试 下面我们来测试一下上边的代码是否工作。  接收到的信息如下(后边两条文本):  看起来我的程序是正常工作地。 # 需要改进的地方 * 监控多个用户 * 指定节点以提升处理速度 * 在Blockchain以及Memo类实例中指定bitshares_instance * 在Blockchain实例中使用head模式,提升响应速度 * 在消息输出中显示时间 * 在消息中输出接收到的资产类型以及数量 如果再加上转账(发消息)功能,这就是一个聊天软件嘛。 # 问题  (图源 :[pixabay](https://pixabay.com/)) 尽管这个听起来很好玩,但是我不打算再去玩了,也不打算去完善了。为啥?上边截图中显示的转账费用竟然高达0.01759 BTS,按现在BTS 3.51人民币的价格计算,***一条消息竟然需要至少6分钱***!这太奢侈了吧,像我这种话痨,每天聊个几十万条不费劲,姑且算10W条吧,那就是6000多块钱啊。 如果这软件普及了,估计能让大家更深刻地理解***沉默是金***的道理吧。 # 相关链接 * [继续探索python-bitshares的Memo类 / Pub(Alice) * Priv(Bob) = Pub(Bob) * Priv(Alice)](https://steemit.com/python-bitshares/@oflyhigh/python-bitshares-memo-pub-alice-priv-bob-pub-bob-priv-alice) * [python-bitshares 边学边记 (九) / Memo类](https://steemit.com/python-bitshares/@oflyhigh/python-bitshares-memo) * [python-bitshares 边学边记 (八) / Blockchain类](https://steemit.com/python-bitshares/@oflyhigh/python-bitshares-blockchain)
author | oflyhigh |
---|---|
permlink | test-bitshares-memo-monitor |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares","bitshares","python","cn","cn-programming"],"image":["https://steemitimages.com/DQmNTkhtJgnNGK5WL2ncoXRsHWJfzTzFq2WG2ehUVYBHs2N/image.png","https://steemitimages.com/DQmRTQ8zhaZEiPti5x7wBAdu4NscPBivfWaMjEM597kzkfH/image.png","https://steemitimages.com/DQmQ4j941C8MKGTvq4jFLCfXwNi2imWNmwu4DDxLBLaURsp/image.png","https://steemitimages.com/DQmadFGRoYMVSbJESJnymcsUFdmz6CNmx5x4EupGM1DyFJb/image.png"],"links":["https://pixabay.com/","https://steemit.com/python-bitshares/@oflyhigh/python-bitshares-memo-pub-alice-priv-bob-pub-bob-priv-alice","https://steemit.com/python-bitshares/@oflyhigh/python-bitshares-memo","https://steemit.com/python-bitshares/@oflyhigh/python-bitshares-blockchain"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-01-15 04:03:15 |
last_update | 2018-01-15 04:03:15 |
depth | 0 |
children | 23 |
last_payout | 2018-01-22 04:03:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 159.844 HBD |
curator_payout_value | 26.835 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,443 |
author_reputation | 6,292,780,288,692,105 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,611,265 |
net_rshares | 19,800,871,595,993 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 6,417,549,582,941 | 100% | ||
mod-tamichh | 0 | 86,921,358,897 | 100% | ||
jademont | 0 | 188,443,208,753 | 100% | ||
cm-steem | 0 | 458,142,682,950 | 100% | ||
mark-waser | 0 | 96,348,342,295 | 100% | ||
vi1son | 0 | 145,055,443,723 | 100% | ||
blockchainbilly | 0 | 17,991,645,007 | 50% | ||
arcange | 0 | 7,023,437,172 | 2% | ||
deanliu | 0 | 1,032,842,766,951 | 100% | ||
raphaelle | 0 | 951,288,832 | 2% | ||
joythewanderer | 0 | 372,886,253,775 | 60% | ||
ace108 | 0 | 263,978,369,507 | 26% | ||
magicmonk | 0 | 67,312,482,842 | 50% | ||
laoyao | 0 | 32,191,083,278 | 100% | ||
somebody | 0 | 1,208,400,524,469 | 100% | ||
midnightoil | 0 | 51,746,775,818 | 100% | ||
btsabc | 0 | 23,551,416,531 | 100% | ||
xiaohui | 0 | 813,535,293,326 | 100% | ||
oflyhigh | 0 | 2,260,922,213,803 | 100% | ||
xiaokongcom | 0 | 9,846,537,598 | 100% | ||
yulan | 0 | 14,602,938,773 | 100% | ||
chinadaily | 0 | 177,762,920,143 | 100% | ||
helene | 0 | 443,727,645,852 | 100% | ||
ethansteem | 0 | 194,968,203,680 | 100% | ||
wuyueling | 0 | 194,506,228 | 100% | ||
englishtchrivy | 0 | 27,969,506,005 | 8% | ||
davidjkelley | 0 | 5,787,704,489 | 100% | ||
digital-wisdom | 0 | 48,195,075,166 | 100% | ||
ethical-ai | 0 | 15,208,683,165 | 100% | ||
jwaser | 0 | 24,436,736,875 | 100% | ||
profitgenerator | 0 | 976,472,906 | 100% | ||
damarth | 0 | 227,255,728,435 | 3% | ||
bwaser | 0 | 6,263,049,387 | 100% | ||
ellepdub | 0 | 1,528,614,798 | 100% | ||
herpetologyguy | 0 | 246,678,823,069 | 100% | ||
morgan.waser | 0 | 13,398,296,568 | 100% | ||
handyman | 0 | 4,909,094,076 | 100% | ||
mrtv2 | 0 | 85,586,560,999 | 100% | ||
strong-ai | 0 | 13,556,222,633 | 100% | ||
stacee | 0 | 92,136,004,799 | 100% | ||
steemtruth | 0 | 32,994,904,348 | 10% | ||
redes | 0 | 1,211,389,914,774 | 25% | ||
lalala | 0 | 40,306,678,340 | 100% | ||
joseluismejia | 0 | 2,592,045,553 | 100% | ||
dapeng | 0 | 39,902,692,687 | 25% | ||
devilwsy | 0 | 2,170,562,100 | 100% | ||
janiceting | 0 | 2,181,431,360 | 100% | ||
abraomarcos | 0 | 2,195,694,643 | 100% | ||
lydiachan | 0 | 19,071,654,356 | 100% | ||
technoprogressiv | 0 | 13,404,247,275 | 100% | ||
dragon40 | 0 | 2,323,473,982 | 10% | ||
blackbunny | 0 | 64,838,561,088 | 100% | ||
da-dawn | 0 | 1,739,504,229 | 8% | ||
ripperone | 0 | 1,114,442,804,586 | 24% | ||
bxt | 0 | 174,439,382,360 | 100% | ||
lingfei | 0 | 37,871,101,312 | 100% | ||
yyyy | 0 | 3,750,068,753 | 100% | ||
ainiaziz | 0 | 2,338,574,646 | 100% | ||
ygern | 0 | 7,442,235,708 | 21% | ||
trafalgar | 0 | 761,170,324,382 | 3% | ||
austinsandersco | 0 | 780,364,216 | 70% | ||
htliao | 0 | 176,266,199,589 | 50% | ||
mandagoi | 0 | 14,474,776,207 | 21% | ||
ribalinux | 0 | 5,212,057,893 | 15% | ||
wylo | 0 | 608,488,642 | 100% | ||
jkkim | 0 | 250,585,399 | 10% | ||
ebejammin | 0 | 6,019,679,877 | 100% | ||
dhn0411 | 0 | 12,846,914,467 | 100% | ||
nanosesame | 0 | 43,734,279,856 | 50% | ||
nuagnorab | 0 | 15,870,506,470 | 100% | ||
happychau123 | 0 | 46,881,881,930 | 100% | ||
linuslee0216 | 0 | 1,261,129,411 | 5% | ||
revelim | 0 | 12,274,353,316 | 30% | ||
cryptohustler | 0 | 11,319,684,816 | 100% | ||
exec | 0 | 78,083,512,828 | 100% | ||
eval | 0 | 777,809,272 | 100% | ||
michaelwilshaw | 0 | 7,645,335,045 | 10% | ||
speeding | 0 | 3,635,101,896 | 100% | ||
shenchensucc | 0 | 10,902,713,991 | 100% | ||
krischy | 0 | 65,870,016,769 | 100% | ||
walkinharmony | 0 | 16,406,522,012 | 50% | ||
asterix87 | 0 | 13,216,613,485 | 100% | ||
abetterworld | 0 | 2,222,746,303 | 100% | ||
raili | 0 | 9,075,734,558 | 100% | ||
that1consultant | 0 | 1,306,322,517 | 100% | ||
sanzo | 0 | 304,355,700 | 100% | ||
davaowhenyo | 0 | 614,503,785 | 100% | ||
allenshayzar | 0 | 614,503,785 | 100% | ||
travelgirl | 0 | 43,377,614,264 | 35% | ||
raku | 0 | 617,220,000 | 100% | ||
resteeming | 0 | 614,860,000 | 100% | ||
ravenousappetite | 0 | 614,503,440 | 100% | ||
aabb | 0 | 4,267,868,879 | 100% | ||
auntigormint | 0 | 586,847,500 | 100% | ||
mrliga | 0 | 12,548,865,480 | 100% | ||
angela.ghkh | 0 | 599,631,917 | 10% | ||
hannahwu | 0 | 6,172,254,709 | 50% | ||
sweethoney | 0 | 79,981,872 | 100% | ||
liangfengyouren | 0 | 1,099,451,443 | 50% | ||
idx | 0 | 21,612,225,421 | 100% | ||
jiangchen | 0 | 295,453,434 | 100% | ||
chaofanjun | 0 | 13,650,276,913 | 100% | ||
exprmnt | 0 | 614,860,000 | 100% | ||
fr3eze | 0 | 8,016,382,098 | 13% | ||
bilqis07 | 0 | 800,626,933 | 100% | ||
tvb | 0 | 3,910,368,955 | 15% | ||
skenan | 0 | 47,335,982,416 | 36% | ||
bearpaw | 0 | 2,405,646,312 | 100% | ||
wlcpu | 0 | 1,448,469,058 | 100% | ||
vadimlasca | 0 | 815,750,606 | 100% | ||
kanxsh | 0 | 1,219,034,445 | 100% | ||
mso | 0 | 602,374,495 | 100% | ||
freedom-fighter | 0 | 614,503,785 | 100% | ||
quencore | 0 | 686,569,516 | 100% | ||
technologynepal | 0 | 617,220,000 | 100% | ||
chenlocus | 0 | 7,110,791,794 | 40% | ||
ytienchu | 0 | 765,550,778 | 50% | ||
tiffanyrej | 0 | 293,805,950 | 100% | ||
khalilad | 0 | 615,320,000 | 100% | ||
ms8988 | 0 | 608,998,153 | 100% | ||
xiaoshancun | 0 | 456,479,989 | 100% | ||
stakuza | 0 | 615,483,841 | 100% | ||
wangwenjing | 0 | 1,086,282,983 | 10% | ||
nellyjuwitasari | 0 | 605,196,704 | 100% | ||
ikonik | 0 | 614,453,629 | 100% | ||
vfxness | 0 | 7,360,797,445 | 100% | ||
lemminon | 0 | 615,320,000 | 100% | ||
vandadream | 0 | 5,990,924,795 | 100% | ||
heyeshuang | 0 | 636,999,780 | 100% | ||
razor80 | 0 | 614,900,979 | 100% | ||
fastiduos | 0 | 615,320,000 | 100% | ||
ivysrono | 0 | 42,883,099,763 | 100% | ||
rebecca80 | 0 | 713,178,609 | 100% | ||
weavingwords | 0 | 57,503,786,367 | 100% | ||
technicalteam | 0 | 572,021,113 | 100% | ||
nitro.live | 0 | 18,810,652,616 | 100% | ||
aboragabelgn | 0 | 614,500,000 | 100% | ||
chaerin | 0 | 614,148,814 | 100% | ||
muzakirpb | 0 | 58,511,841 | 9% | ||
brysj22952 | 0 | 561,983,023 | 100% | ||
mizatullah | 0 | 534,487,818 | 100% | ||
cnbuddy | 0 | 3,259,929,968 | 0.63% | ||
deanyeong | 0 | 2,656,160,344 | 80% | ||
chann | 0 | 4,750,073,515 | 12% | ||
lebin | 0 | 22,898,357,078 | 50% | ||
starsandspectra | 0 | 436,877,200 | 100% | ||
znx | 0 | 13,195,103,170 | 100% | ||
saury | 0 | 259,305,253 | 100% | ||
eversfam | 0 | 474,996,667 | 100% | ||
candiru | 0 | 339,341,792 | 100% | ||
comrade | 0 | 258,513,568 | 100% | ||
shoukath | 0 | 224,666,583 | 100% | ||
patrickzhou | 0 | 6,402,625,626 | 100% | ||
truthbeyondlies | 0 | 60,204,652,356 | 100% | ||
weiching | 0 | 57,703,661,457 | 38% | ||
zeecares | 0 | 614,860,000 | 100% | ||
matthewguo | 0 | 602,683,211 | 100% | ||
cryptostories | 0 | 0 | 0% | ||
mk8 | 0 | 528,852,806 | 100% | ||
wilhb81 | 0 | 193,835,815 | 100% | ||
mohamedyasser | 0 | 319,855,058 | 100% | ||
mahi2raj | 0 | 89,494,490 | 100% | ||
mcbk | 0 | 325,706,712 | 100% | ||
nostalgic1212 | 0 | 297,059,893 | 100% | ||
laxmikadariya | 0 | 102,162,884 | 100% | ||
rickyjr | 0 | 92,175,000 | 100% | ||
invictuz | 0 | 427,080,131 | 100% | ||
hushuilan | 0 | 522,328,217 | 100% | ||
jorgebarbera | 0 | 129,034,099 | 100% | ||
jackjohni | 0 | 546,885,165 | 100% | ||
smilemen | 0 | 491,430,229 | 100% |
I commend you very highly for your indepth analysis on both Bitcoin and Bithare. Many have benefitted from your good works. I upvote you.
author | comrade |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t043620989z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 04:36:36 |
last_update | 2018-01-15 04:36:36 |
depth | 1 |
children | 0 |
last_payout | 2018-01-22 04:36: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 | 139 |
author_reputation | 228,517,759,777 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,616,499 |
net_rshares | 0 |
***语音提示,滴,你收到了一笔0.001 BTS的转账*** 這也美嗎?
author | deanliu |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t041038226z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 04:10:51 |
last_update | 2018-01-15 04:10:51 |
depth | 1 |
children | 2 |
last_payout | 2018-01-22 04:10: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 | 38 |
author_reputation | 3,088,576,810,035,728 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,612,490 |
net_rshares | 0 |
人艰不拆
author | oflyhigh |
---|---|
permlink | re-deanliu-re-oflyhigh-test-bitshares-memo-monitor-20180115t041639617z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 04:16:42 |
last_update | 2018-01-15 04:16:42 |
depth | 2 |
children | 1 |
last_payout | 2018-01-22 04:16: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 | 4 |
author_reputation | 6,292,780,288,692,105 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,613,427 |
net_rshares | 0 |
瞄了一眼钱包 流口水了
author | eeeagle |
---|---|
permlink | re-oflyhigh-re-deanliu-re-oflyhigh-test-bitshares-memo-monitor-20180115t082504572z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 08:25:06 |
last_update | 2018-01-15 08:25:06 |
depth | 3 |
children | 0 |
last_payout | 2018-01-22 08:25: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 | 11 |
author_reputation | 701,771,791 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,651,043 |
net_rshares | 0 |
Steem 不就是现成为聊天而设计的吗
author | fr3eze |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t061140840z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 06:11:42 |
last_update | 2018-01-15 06:11:42 |
depth | 1 |
children | 1 |
last_payout | 2018-01-22 06:11: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 | 19 |
author_reputation | 62,201,653,753,684 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,630,766 |
net_rshares | 0 |
steem不要手续费
author | oflyhigh |
---|---|
permlink | re-fr3eze-re-oflyhigh-test-bitshares-memo-monitor-20180115t083458209z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 08:34:57 |
last_update | 2018-01-15 08:34:57 |
depth | 2 |
children | 0 |
last_payout | 2018-01-22 08:34: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 | 10 |
author_reputation | 6,292,780,288,692,105 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,652,541 |
net_rshares | 0 |
话痨怎么做到沉默是金,停一会儿不说话浑身难受呀,哈哈
author | hushuilan |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t094354245z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 09:44:12 |
last_update | 2018-01-15 09:44:12 |
depth | 1 |
children | 0 |
last_payout | 2018-01-22 09:44: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 | 26 |
author_reputation | 1,772,313,869,676 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,663,559 |
net_rshares | 0 |
噗啊哈哈哈哈哈,沉默是金真的绝了。😂 想不通为啥你们这些大佬总有想在区块链搞事情的想法。😂 呢个,你能给我聊半小时吗?我喜欢听你说话。😂
author | jiangchen |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t081351280z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 08:13:51 |
last_update | 2018-01-15 08:13:51 |
depth | 1 |
children | 2 |
last_payout | 2018-01-22 08:13: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 | 70 |
author_reputation | 65,999,946,618,359 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,649,347 |
net_rshares | 0 |
我,秦始皇,打钱
author | oflyhigh |
---|---|
permlink | re-jiangchen-re-oflyhigh-test-bitshares-memo-monitor-20180115t083417095z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 08:34:18 |
last_update | 2018-01-15 08:34:18 |
depth | 2 |
children | 1 |
last_payout | 2018-01-22 08:34: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 | 8 |
author_reputation | 6,292,780,288,692,105 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,652,445 |
net_rshares | 0 |
😂你赢了。我给你打点狗狗币?
author | jiangchen |
---|---|
permlink | re-oflyhigh-re-jiangchen-re-oflyhigh-test-bitshares-memo-monitor-20180115t085106297z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 08:51:06 |
last_update | 2018-01-15 08:51:06 |
depth | 3 |
children | 0 |
last_payout | 2018-01-22 08: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 | 14 |
author_reputation | 65,999,946,618,359 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,655,039 |
net_rshares | 0 |
支付宝也有语音提示了哈哈哈钱哗哗入账!
author | meixia |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t042056646z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 04:21:00 |
last_update | 2018-01-15 04:21:00 |
depth | 1 |
children | 2 |
last_payout | 2018-01-22 04:21: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 | 19 |
author_reputation | 2,558,960,945,597 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,614,167 |
net_rshares | 0 |
这个入账语音提示,在人多的地方听到,有点略尴尬的.....
author | nostalgic1212 |
---|---|
permlink | re-meixia-re-oflyhigh-test-bitshares-memo-monitor-20180115t043824299z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 04:38:24 |
last_update | 2018-01-15 04:38:24 |
depth | 2 |
children | 1 |
last_payout | 2018-01-22 04:38: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 | 29 |
author_reputation | 1,480,595,133,417,438 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,616,783 |
net_rshares | 0 |
确实尴尬……所以我没开启!
author | meixia |
---|---|
permlink | re-nostalgic1212-re-meixia-re-oflyhigh-test-bitshares-memo-monitor-20180115t045943860z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 04:59:48 |
last_update | 2018-01-15 04:59:48 |
depth | 3 |
children | 0 |
last_payout | 2018-01-22 04:59: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 | 13 |
author_reputation | 2,558,960,945,597 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,619,840 |
net_rshares | 0 |
Nice photography..good luck succes always..
author | mintu13 |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t041624633z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 04:16:27 |
last_update | 2018-01-15 04:16:27 |
depth | 1 |
children | 0 |
last_payout | 2018-01-22 04:16: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 | 43 |
author_reputation | 1,065,516,668,611 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,613,383 |
net_rshares | 0 |
沉默是金
author | mk8 |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t040723514z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 04:07:24 |
last_update | 2018-01-15 04:07:24 |
depth | 1 |
children | 0 |
last_payout | 2018-01-22 04:07: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 | 20,191,542,995 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,611,949 |
net_rshares | 0 |
Hi, Very good post about bitcoin and bithare and lot of people sure get benegits from this work, I like it kwep it up. With Thanx.
author | shoukath |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t050046303z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 05:00:51 |
last_update | 2018-01-15 05:00:51 |
depth | 1 |
children | 0 |
last_payout | 2018-01-22 05:00: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 | 137 |
author_reputation | 5,396,801,333 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,619,988 |
net_rshares | 230,821,832 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shoukath | 0 | 230,821,832 | 100% |
这个能实时检测吗?
author | skenan |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t081109739z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 08:11:09 |
last_update | 2018-01-15 08:11:09 |
depth | 1 |
children | 2 |
last_payout | 2018-01-22 08:11: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 | 9 |
author_reputation | 8,219,510,746,132 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,648,937 |
net_rshares | 0 |
使用head模式,并选取延迟比较小的节点,可以做到6秒以内收到
author | oflyhigh |
---|---|
permlink | re-skenan-re-oflyhigh-test-bitshares-memo-monitor-20180115t083346021z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 08:33:45 |
last_update | 2018-01-15 08:33:45 |
depth | 2 |
children | 1 |
last_payout | 2018-01-22 08:33:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.433 HBD |
curator_payout_value | 0.141 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 6,292,780,288,692,105 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,652,367 |
net_rshares | 61,119,602,966 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
skenan | 0 | 61,119,602,966 | 45% |
那还不错,改天试试,谢谢!
author | skenan |
---|---|
permlink | re-oflyhigh-re-skenan-re-oflyhigh-test-bitshares-memo-monitor-20180115t183844335z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 18:38:45 |
last_update | 2018-01-15 18:38:45 |
depth | 3 |
children | 0 |
last_payout | 2018-01-22 18:38: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 | 13 |
author_reputation | 8,219,510,746,132 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,765,672 |
net_rshares | 0 |
哥真是行动力强,说干就干
author | tvb |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t072501070z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 07:25:03 |
last_update | 2018-01-15 07:25:03 |
depth | 1 |
children | 0 |
last_payout | 2018-01-22 07:25: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 | 12 |
author_reputation | 35,150,603,192,008 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,641,788 |
net_rshares | 0 |
这BTS的转帐费价格不菲,的确是尝试一次就够了~
author | wilhb81 |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t044103540z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 04:41:03 |
last_update | 2018-01-15 04:41:03 |
depth | 1 |
children | 1 |
last_payout | 2018-01-22 04:41: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 | 24 |
author_reputation | 228,240,073,324,104 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,617,190 |
net_rshares | 0 |
觉得bts转账费不菲的怕是不是币圈的人吧。。。
author | seanx |
---|---|
permlink | re-wilhb81-re-oflyhigh-test-bitshares-memo-monitor-20180116t145251341z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-16 14:52:48 |
last_update | 2018-01-16 14:52:48 |
depth | 2 |
children | 0 |
last_payout | 2018-01-23 14:52: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 | 23 |
author_reputation | 3,735,041,514 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,957,356 |
net_rshares | 0 |
good work done dear
author | yasirgawad |
---|---|
permlink | re-oflyhigh-test-bitshares-memo-monitor-20180115t042453649z |
category | python-bitshares |
json_metadata | {"tags":["python-bitshares"],"app":"steemit/0.1"} |
created | 2018-01-15 04:25:00 |
last_update | 2018-01-15 04:25:00 |
depth | 1 |
children | 0 |
last_payout | 2018-01-22 04:25: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 | 19 |
author_reputation | 1,968,258,637,697 |
root_title | "天价费用的消息接收软件 / Test Bitshares Memo Monitor" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,614,770 |
net_rshares | 0 |