## Repository https://github.com/holgern/beem<center>  </center> [beem](https://github.com/holgern/beem) is a python library and command line tool for HIVE. The current version is 0.24.4. There is also a discord channel for beem: https://discord.gg/4HM592V The newest beem version can be installed by: ``` pip install -U beem ``` Check that you are using hive nodes. The following command ``` beempy updatenodes --hive ``` updates the nodelist and uses only hive nodes. After setting hive as default_chain, `beempy updatenodes` can be used. The list of nodes can be checked with ``` beempy config ``` and ``` beempy currentnode ``` shows the currently connected node. ## Changelog for versions 0.24.4 * add get_replace_hive_by_steem() to Hive(), for transition from HF23 to HF24 on HIVE * Replace HIVE by STEEM and SBD by HBD only when Hive HF < 24 * Replace steem and sbd parameter names for Hive HF >= 24 by hive and hbd * Add get follow list to Account (only for HIVE and HF >= 24) * Add BLURT, SMOKE and VIZ chain_id * Remove not used STEEM chains (STEEMZERO and STEEMAPPBASE) * Improve chain detection * rshares_to_token_backed_dollar, get_token_per_mvest, token_power_to_vests, token_power_to_token_backed_dollar and vests_to_token_power have been added for chain independent usage * New beempy command followlist, which can be used on HIVE to receive info about follow lists * Fix beempy info on Hive * Use Hive() on beempy when default_chain is set to "hive" * Fix more Token symbols in beempy * Fix unittest and add more unit tests ## Prepare beem for HF 24 (eclipse) Currently, `STEEM` and `SBD` are internally used to broadcasting operations on Hive which including an amount as parameter. There are also some parameter names in operations that include `steem` or `sbd`. In the next HF 24 (ecplise), all will be renamed to `HIVE`/`HBD` and `hive`/`hbd`. Beem does now support Hive HF23 and Hive HF24. There is a temporary function call `get_replace_hive_by_steem()` is is True on HF23 and False on HF24. I'm using this as test when to replacing all steem/sbd with hive/hbd. When HF24 took place, I will remove this check and make the replacement with hive/hbd permanent. A node running HF24 can be set with ``` beempy set nodes https://beta.openhive.network ``` A first test: ``` beempy transfer -a holger80 beembot 0.001 HIVE test ``` looks good: ``` { "expiration": "2020-06-29T19:56:04", "ref_block_num": 28926, "ref_block_prefix": 826483934, "operations": [ [ "transfer", { "from": "holger80", "to": "beembot", "amount": "0.001 HIVE", "memo": "test" } ] ], "extensions": [], "signatures": [ "1f427f44eee5f0abe1602854dc66175922417330bd12ba1cd4653b53a7658e5fff09d41fc49e0079ff084a0b11392cd290a5667cf95795c31f59cc92df1ea6280b" ], "trx_id": "991b773129b0b04fe56c6b89a6ceb23971d89701" } ``` Broadcasting a post was not yet possible on https://beta.openhive.network, I will investigate and fix this. ### Tags to replace The following list shows all parameter that will be replaced: ``` "STEEM_" : "HIVE_", "SBD_" : "HBD_", "steem" : "hive", "sbd" : "hbd", "reblogged_on" : "reblog_on", "sbd_interest_rate" : "hbd_interest_rate", "percent_steem_dollars" : "percent_hbd", "current_sbd_supply" : "current_hbd_supply", "init_sbd_supply" : "init_hbd_supply", "sbd_print_rate" : "hbd_print_rate", "sbd_start_percent" : "hbd_start_percent", "sbd_stop_percent" : "hbd_stop_percent", "sbd_volume" : "hbd_volume", "steem_volume" : "hbd_volume", "steem_revision" : "hive_revision", "sbd_exchange_rate" : "hbd_exchange_rate", "last_sbd_exchange_update" : "last_hbd_exchange_update", "reward_sbd_balance" : "reward_hbd_balance", "reward_steem_balance" : "reward_hive_balance", "reward_vesting_steem" : "reward_vesting_hive", "savings_sbd_balance" : "savings_hbd_balance", "savings_sbd_last_interest_payment" : "savings_hbd_last_interest_payment", "savings_sbd_seconds" : "savings_hbd_seconds", "savings_sbd_seconds_last_update" : "savings_hbd_seconds_last_update", "sbd_balance" : "hbd_balance", "sbd_last_interest_payment" : "hbd_last_interest_payment", "sbd_seconds" : "hbd_seconds", "sbd_seconds_last_update" : "hbd_seconds_last_update", "pending_rewarded_vesting_steem" : "pending_rewarded_vesting_hive", "total_reward_fund_steem" : "total_reward_fund_hive", "total_vesting_fund_steem" : "total_vesting_fund_hive", "percent_hive_dollars" : "percent_hbd" ``` ## Replace more SP, steem and sbd related functions I created blockchain independent function at the BlockchainInstance class, which are then implemented in Hive() and Steem(). The following functions are now available on Hive() and Steem() objects: * rshares_to_token_backed_dollar() * get_token_per_mvest() * token_power_to_vests() * token_power_to_token_backed_dollar() * vests_to_token_power() E.g. `token_power_to_token_backed_dollar` is using `hp_to_hbd()` on Hive and `sp_to_sbd()` on Steem. ## Preparation for Hivemind API changes It is now possible to provide account name lists as array or as comma-separated string in follow(): ``` from beem.account import Account acc = Account("holger80") acc.follow("user_a,user_b") acc.follow(["user_c","user_d"]) ``` As the changes or not live, broadcasting a list is not yet working. There is already a `get_follow_list()` which can then be used to return `blacklisted`, `follow_blacklist` `muted`, or `follow_muted` lists. ``` from beem.account import Account acc = Account("holger80") print(acc.get_follow_list("muted")) ``` You can find more about the upcoming api changes [in this post](/@blocktrades/hivemind-api-being-updated-to-allow-following-mute-lists) ## Support for different chains I improved the correct identification for other graphene blockchains. Use the Steem() class for connecting to the API node from a Graphene based blockchain. My focus is on the usage of beem together with Hive, but I'm open to PRs that improve the usage of beem on other chains (as long as they do not impact the usage on Hive). Example for connecting to a graphene blockchain: ``` from beem import Steem blt = Steem("https://test.blurt.world/rpc") print(blt.chain_params) ``` returns ``` {'chain_id': 'afa547e2e0adef898219d7f74abf36e6e957460a70120db21a03fed76cc0e8b6', 'min_version': '0.0.0', 'prefix': 'BLT', 'chain_assets': [{'asset': '@@000000021', 'symbol': 'BLURT', 'precision': 3, 'id': 1}, {'asset': '@@000000037', 'symbol': 'VESTS', 'precision': 6, 'id': 2}]} ``` ___ *If you like what I do, consider casting a vote for me as witness on [Hivesigner](https://hivesigner.com/sign/account-witness-vote?witness=holger80&approve=1) or on [PeakD](https://peakd.com/witnesses)*
author | holger80 |
---|---|
permlink | update-for-beem-preperation-for-hf24-eclipse |
category | hive-139531 |
json_metadata | "{"canonical_url": "https://hive.blog/hive-139531/@holger80/update-for-beem-preperation-for-hf24-eclipse", "community": "hive-139531", "app": "beempy/0.24.4", "links": ["https://cdn.steemitimages.com/DQmcRrwLPSywSYMierfP6um6mejeMNGjN9Rxw7audJqTDgb/beem-logo", "https://discord.gg/4HM592V", "https://hivesigner.com/sign/account-witness-vote?witness=holger80&approve=1", "https://github.com/holgern/beem", "https://beta.openhive.network,", "https://beta.openhive.network", "https://test.blurt.world/rpc", "https://peakd.com/witnesses"], "tags": ["development", "beem", "python"]}" |
created | 2020-06-29 22:51:21 |
last_update | 2020-06-29 22:51:21 |
depth | 0 |
children | 13 |
last_payout | 2020-07-06 22:51:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 76.479 HBD |
curator_payout_value | 61.289 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,456 |
author_reputation | 358,857,509,568,825 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,250,687 |
net_rshares | 375,191,347,034,214 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 1,320,456,058,039 | 100% | ||
steempty | 0 | 12,185,581,220,194 | 100% | ||
blocktrades | 0 | 183,029,490,402,754 | 100% | ||
tombstone | 0 | 158,264,801,736 | 7.5% | ||
fractalnode | 0 | 21,309,691,008 | 100% | ||
chitty | 0 | 308,736,500,980 | 75% | ||
pnc | 0 | 72,155,043,553 | 100% | ||
onealfa | 0 | 206,801,938,491 | 8% | ||
kingscrown | 0 | 1,509,128,611,362 | 20% | ||
flemingfarm | 0 | 133,538,512,026 | 80% | ||
acidyo | 0 | 5,618,500,379,025 | 50% | ||
oaldamster | 0 | 47,661,350,760 | 100% | ||
kevinwong | 0 | 838,037,003,771 | 10% | ||
mark-waser | 0 | 323,703,224,965 | 100% | ||
gtg | 0 | 19,487,008,609,780 | 100% | ||
gerber | 0 | 1,180,841,185,245 | 17.6% | ||
norbu | 0 | 75,656,269,566 | 100% | ||
ezzy | 0 | 1,358,841,110,890 | 17.6% | ||
mrwang | 0 | 3,366,858,049 | 5% | ||
ssjsasha | 0 | 691,952,889,183 | 100% | ||
nascimentoab | 0 | 922,613,596 | 21.99% | ||
jza | 0 | 21,271,272,478 | 100% | ||
inertia | 0 | 943,895,038,789 | 100% | ||
kendewitt | 0 | 311,135,790,380 | 100% | ||
arcange | 0 | 59,196,322,309 | 2% | ||
deanliu | 0 | 2,656,608,276,284 | 100% | ||
exyle | 0 | 1,740,969,166,210 | 17.6% | ||
sharker | 0 | 4,674,356,754 | 13.06% | ||
arconite | 0 | 3,531,692,634 | 5% | ||
raphaelle | 0 | 1,595,332,939 | 2% | ||
ace108 | 0 | 106,809,861,126 | 4% | ||
logic | 0 | 259,229,359,813 | 65% | ||
kibela | 0 | 4,099,785,751 | 13.75% | ||
timcliff | 0 | 1,242,906,015,652 | 100% | ||
laoyao | 0 | 46,730,793,241 | 100% | ||
somebody | 0 | 3,282,180,481 | 100% | ||
midnightoil | 0 | 163,999,027,264 | 100% | ||
xiaohui | 0 | 927,887,628,041 | 100% | ||
oflyhigh | 0 | 4,957,108,047,591 | 100% | ||
djennyfloro | 0 | 1,285,720,980 | 10% | ||
anarcist69 | 0 | 11,352,490,652 | 25% | ||
fooblic | 0 | 30,544,408,567 | 100% | ||
fingolfin | 0 | 68,156,873,701 | 100% | ||
borran | 0 | 501,681,603,490 | 75% | ||
yulan | 0 | 16,497,899,154 | 100% | ||
anech512 | 0 | 9,069,345,898 | 25% | ||
helene | 0 | 1,220,529,983,603 | 100% | ||
lemouth | 0 | 1,791,352,542,131 | 100% | ||
stevescoins | 0 | 421,732,021,624 | 100% | ||
samstonehill | 0 | 7,566,062,581 | 10% | ||
ethansteem | 0 | 85,904,451,069 | 100% | ||
someguy123 | 0 | 232,276,775,498 | 17.6% | ||
novacadian | 0 | 13,567,699,750 | 25% | ||
uwelang | 0 | 1,051,168,288,829 | 100% | ||
richardcrill | 0 | 237,992,072,144 | 100% | ||
aggroed | 0 | 5,957,400,994,480 | 100% | ||
digital-wisdom | 0 | 637,653,084,149 | 100% | ||
ethical-ai | 0 | 2,154,131,802 | 100% | ||
titusfrost | 0 | 442,722,680,912 | 100% | ||
jwaser | 0 | 51,294,789 | 100% | ||
petrvl | 0 | 35,290,385,312 | 4.5% | ||
abh12345 | 0 | 748,478,532,304 | 25% | ||
gringalicious | 0 | 3,283,509,809,595 | 50% | ||
funnyman | 0 | 3,774,503,594 | 20% | ||
steemcleaners | 0 | 4,164,716,252,641 | 65% | ||
justyy | 0 | 85,372,566,124 | 10% | ||
ellepdub | 0 | 1,742,542,965 | 100% | ||
herpetologyguy | 0 | 179,828,681,585 | 100% | ||
morgan.waser | 0 | 13,885,606,884 | 100% | ||
ssekulji | 0 | 41,705,300,508 | 100% | ||
handyman | 0 | 4,424,657,074 | 100% | ||
strong-ai | 0 | 2,249,710,396 | 100% | ||
dylanhobalart | 0 | 101,420,446,473 | 86% | ||
gamer00 | 0 | 67,848,933,366 | 5% | ||
techslut | 0 | 110,659,236,471 | 20% | ||
slider2990 | 0 | 51,900,100,053 | 25% | ||
judasp | 0 | 505,885,670,774 | 100% | ||
devilwsy | 0 | 3,443,274,398 | 100% | ||
janiceting | 0 | 3,446,647,834 | 100% | ||
technoprogressiv | 0 | 1,103,497,972 | 100% | ||
cardboard | 0 | 11,515,213,495 | 100% | ||
em3di | 0 | 2,358,543,430 | 10.99% | ||
askari | 0 | 54,730,922,313 | 100% | ||
blackbunny | 0 | 73,355,701,912 | 100% | ||
rahul.stan | 0 | 22,081,283,632 | 25% | ||
pqlenator | 0 | 3,405,361,873 | 100% | ||
lingfei | 0 | 81,383,907,233 | 100% | ||
tarazkp | 0 | 2,087,759,251,320 | 50% | ||
privex | 0 | 32,202,874,975 | 35.2% | ||
luckyfellow | 0 | 156,107,038 | 100% | ||
yyyy | 0 | 456,654,172 | 100% | ||
markkujantunen | 0 | 114,569,551,839 | 100% | ||
tabea | 0 | 30,205,302,195 | 30% | ||
danielsaori | 0 | 312,141,893,546 | 100% | ||
freebornsociety | 0 | 3,871,350,884 | 10% | ||
dickturpin | 0 | 31,819,849,394 | 100% | ||
tbnfl4sun | 0 | 16,803,256,002 | 10% | ||
dune69 | 0 | 59,543,157,543 | 17.6% | ||
broncnutz | 0 | 7,420,278,836,356 | 100% | ||
jerrybanfield | 0 | 172,172,075,020 | 17.6% | ||
drag33 | 0 | 242,610,030,449 | 100% | ||
mys | 0 | 6,382,044,251 | 2.1% | ||
fullofhope | 0 | 145,925,727,605 | 100% | ||
steempearls | 0 | 1,326,584,118 | 15% | ||
peter2017 | 0 | 4,155,104,876 | 100% | ||
exec | 0 | 247,115,669,169 | 100% | ||
eval | 0 | 845,350,489 | 100% | ||
taitux | 0 | 2,674,200,791 | 100% | ||
mxzn | 0 | 4,935,484,421 | 10% | ||
jeanpi1908 | 0 | 54,595,541,718 | 50% | ||
belahejna | 0 | 5,871,460,072 | 4.5% | ||
lelon | 0 | 11,008,342,278 | 100% | ||
skepticology | 0 | 2,586,145,342 | 100% | ||
enjar | 0 | 563,206,082,612 | 100% | ||
maxer27 | 0 | 127,945,577,572 | 25% | ||
wf9877 | 0 | 172,252,683,575 | 100% | ||
blacklux | 0 | 32,667,159,578 | 100% | ||
sam99 | 0 | 4,798,600,429 | 100% | ||
ew-and-patterns | 0 | 229,849,132,537 | 9% | ||
duckmast3r | 0 | 23,296,543,246 | 49% | ||
whd | 0 | 2,311,186,007 | 2.1% | ||
netuoso | 0 | 3,318,429,462,128 | 100% | ||
d-pend | 0 | 4,599,325,130 | 0.17% | ||
offgridlife | 0 | 520,823,342,458 | 100% | ||
gunthertopp | 0 | 4,233,203,231,628 | 100% | ||
geekgirl | 0 | 1,115,250,875,340 | 100% | ||
benedict08 | 0 | 181,069,178,121 | 50% | ||
mcoinz79 | 0 | 446,284,054,737 | 100% | ||
bubke | 0 | 2,556,044,886,148 | 100% | ||
bryandivisions | 0 | 17,640,553,768 | 100% | ||
maskur2840 | 0 | 3,175,120,065 | 100% | ||
jacekw | 0 | 66,623,100,675 | 100% | ||
grecki-bazar-ewy | 0 | 54,662,860,917 | 50% | ||
rafalski | 0 | 1,175,516,302 | 9.85% | ||
drorion | 0 | 19,215,862,309 | 100% | ||
codingdefined | 0 | 292,255,942,325 | 100% | ||
hope-on-fire | 0 | 139,501,403,825 | 26% | ||
nicniezgrublem | 0 | 674,797,794 | 16.72% | ||
shitsignals | 0 | 5,996,287,792 | 17.6% | ||
themarkymark | 0 | 2,603,030,256,074 | 12% | ||
marian0 | 0 | 16,470,094,518 | 100% | ||
yoogyart | 0 | 22,905,266,674 | 51% | ||
steemvote | 0 | 1,068,357,935,715 | 100% | ||
bronkong | 0 | 382,870,171,349 | 100% | ||
azirgraff | 0 | 66,611,286,404 | 100% | ||
techtek | 0 | 45,941,212,448 | 100% | ||
moersal | 0 | 5,100,899,627 | 100% | ||
onetin84 | 0 | 812,620,351,701 | 100% | ||
noboxes | 0 | 207,682,033,865 | 50% | ||
felander | 0 | 68,211,449,720 | 17.6% | ||
rehan12 | 0 | 38,108,623,284 | 20% | ||
santigs | 0 | 25,361,147,616 | 75% | ||
stoodkev | 0 | 2,942,481,822,497 | 100% | ||
tipu | 0 | 10,135,465,005,668 | 20.01% | ||
kimzwarch | 0 | 8,962,928,404 | 4% | ||
jedigeiss | 0 | 1,384,559,252,386 | 100% | ||
crokkon | 0 | 33,064,502,199 | 100% | ||
fbslo | 0 | 699,029,601 | 1.05% | ||
accelerator | 0 | 46,019,805,456 | 5% | ||
buildawhale | 0 | 6,168,911,603,393 | 12% | ||
yogacoach | 0 | 6,830,105,282 | 8.8% | ||
therealwolf | 0 | 6,885,527,581,214 | 25% | ||
cotarelo | 0 | 73,569,007,154 | 100% | ||
robertoueti | 0 | 1,799,255,841 | 3% | ||
deathwing | 0 | 17,993,703,624 | 17.6% | ||
scorer | 0 | 4,657,508,455 | 100% | ||
sandeep126 | 0 | 297,888,190,630 | 100% | ||
afrikablr | 0 | 9,691,403,988 | 100% | ||
makerhacks | 0 | 13,299,650,259 | 12% | ||
krevasilis | 0 | 168,008,580,744 | 100% | ||
isnochys | 0 | 27,755,341,989 | 18% | ||
shadflyfilms | 0 | 7,356,845,377 | 100% | ||
afukichi | 0 | 11,415,553,538 | 100% | ||
daisyphotography | 0 | 37,117,192,424 | 100% | ||
romiferns | 0 | 571,263,188 | 100% | ||
elizibar | 0 | 23,685,502,563 | 100% | ||
liverpool-fan | 0 | 1,151,303,966 | 20% | ||
arabisouri | 0 | 65,273,744,517 | 100% | ||
eikejanssen | 0 | 423,542,897 | 100% | ||
caladan | 0 | 64,761,414,489 | 17.6% | ||
ronak10 | 0 | 10,781,414,913 | 100% | ||
tradingideas | 0 | 17,995,831,099 | 100% | ||
blockbrothers | 0 | 2,473,228,788 | 8.8% | ||
jexus77 | 0 | 1,120,207,674 | 100% | ||
new-world-steem | 0 | 13,772,075,128 | 23% | ||
omstavan | 0 | 6,595,775,147 | 100% | ||
emrebeyler | 0 | 419,182,102,484 | 17.6% | ||
ladynazgool | 0 | 9,157,309,710 | 100% | ||
zakia | 0 | 30,427,687,067 | 100% | ||
dhaneshpk | 0 | 3,845,274,680 | 100% | ||
smartsteem | 0 | 2,521,756,888,453 | 25% | ||
shaotech | 0 | 216,182,070 | 100% | ||
yazp | 0 | 2,090,320,607 | 100% | ||
anli | 0 | 6,030,196,699 | 99% | ||
andrepol | 0 | 5,542,190,429 | 99% | ||
mytechtrail | 0 | 38,641,444,381 | 15% | ||
tazi | 0 | 247,106,388,568 | 70% | ||
cloris | 0 | 1,183,349,146 | 100% | ||
itchyfeetdonica | 0 | 23,659,962,300 | 30% | ||
cervisia | 0 | 316,997,170,979 | 100% | ||
funtraveller | 0 | 4,571,788,250 | 13.2% | ||
nokodemion | 0 | 38,413,899,363 | 100% | ||
lyon89 | 0 | 40,068,967,822 | 100% | ||
steembasicincome | 0 | 2,376,593,095,305 | 100% | ||
mamaloves | 0 | 18,861,364,696 | 50% | ||
jpphotography | 0 | 18,397,167,196 | 36.64% | ||
wiseagent | 0 | 108,652,253,437 | 21.99% | ||
tomatom | 0 | 5,327,302,046 | 50% | ||
fourfourfun | 0 | 6,795,651,962 | 25% | ||
candyboy | 0 | 5,131,856,472 | 100% | ||
upmyvote | 0 | 9,418,198,326 | 12% | ||
jim888 | 0 | 156,925,075,628 | 22% | ||
phortun | 0 | 216,974,692,096 | 30% | ||
abitcoinskeptic | 0 | 42,919,019,610 | 20% | ||
kissi | 0 | 14,312,409,068 | 75% | ||
jewel-lover | 0 | 1,108,241,636 | 100% | ||
gabrielatravels | 0 | 21,673,293,069 | 20% | ||
alexanderfluke | 0 | 68,497,783,610 | 11% | ||
scc664 | 0 | 14,445,211,793 | 100% | ||
jongolson | 0 | 526,415,525,334 | 50% | ||
nerdtopiade | 0 | 21,726,904,202 | 65% | ||
slashformotion | 0 | 1,216,036,650 | 100% | ||
korinkrafting | 0 | 788,831,274 | 22.5% | ||
matheusggr | 0 | 33,605,799,008 | 21.99% | ||
nealmcspadden | 0 | 351,559,866,443 | 17.6% | ||
mermaidvampire | 0 | 11,168,558,429 | 45% | ||
afiqsejuk | 0 | 687,110,583,232 | 100% | ||
ahmedsy | 0 | 2,097,887,506 | 100% | ||
purefood | 0 | 278,139,435,765 | 17.6% | ||
chrismadcboy2016 | 0 | 38,346,134,098 | 100% | ||
jimcustodio | 0 | 1,795,492,415 | 50% | ||
tmarisco | 0 | 1,466,788,924 | 21.99% | ||
vaansteam | 0 | 2,311,560,460 | 30% | ||
casberp | 0 | 64,092,397,269 | 21.99% | ||
philnewton | 0 | 861,723,879 | 12.5% | ||
udabeu | 0 | 6,247,293,920 | 23% | ||
cfminer | 0 | 557,235,097 | 100% | ||
chronocrypto | 0 | 602,674,107,028 | 17.6% | ||
nobyeni | 0 | 2,506,886,571 | 5% | ||
todaydaeun | 0 | 150,248,635 | 100% | ||
unconditionalove | 0 | 1,904,952,117 | 8.8% | ||
cadawg | 0 | 36,153,678,994 | 12.32% | ||
wgonz | 0 | 8,277,713,508 | 100% | ||
sudefteri | 0 | 20,268,437,602 | 100% | ||
happy-soul | 0 | 79,319,085,674 | 10% | ||
fireguardian | 0 | 562,307,317 | 21.99% | ||
pkocjan | 0 | 7,926,898,018 | 14.08% | ||
maxpatternman | 0 | 29,621,824,378 | 100% | ||
condeas | 0 | 1,187,356,864,496 | 100% | ||
anikys3reasure | 0 | 2,170,676,168 | 50% | ||
onlavu | 0 | 3,290,845,258 | 15% | ||
ipromote | 0 | 3,428,652,066 | 12% | ||
asgarth | 0 | 1,382,523,823,682 | 50% | ||
flugschwein | 0 | 43,576,087,918 | 100% | ||
hasmez | 0 | 93,808,016,572 | 100% | ||
cst90 | 0 | 47,836,740,226 | 100% | ||
whack.science | 0 | 106,760,062,756 | 35% | ||
akifane | 0 | 3,655,380,338 | 100% | ||
russellstockley | 0 | 1,136,974,537 | 10% | ||
futurecurrency | 0 | 18,003,681,621 | 30% | ||
losi | 0 | 10,063,717,979 | 100% | ||
photobook | 0 | 759,978,259 | 17.6% | ||
leeyh | 0 | 835,815,725,284 | 100% | ||
backinblackdevil | 0 | 523,566,117,440 | 50% | ||
frassman | 0 | 8,240,040,728 | 50% | ||
oadissin | 0 | 31,279,985,552 | 100% | ||
properfraction | 0 | 21,720,100,446 | 100% | ||
satren | 0 | 85,711,880,508 | 30% | ||
lauchmelder | 0 | 4,898,436,599 | 100% | ||
lionsuit | 0 | 53,844,395,079 | 100% | ||
amico | 0 | 952,559,632,353 | 97.69% | ||
beleg | 0 | 886,934,757 | 2.1% | ||
marcus0alameda | 0 | 937,873,970 | 50% | ||
tiababi | 0 | 439,250,165 | 100% | ||
bestboom | 0 | 67,268,109,412 | 17.6% | ||
eunsik | 0 | 293,730,581,532 | 50% | ||
onepercentbetter | 0 | 238,251,185,370 | 100% | ||
abrockman | 0 | 102,004,673,001 | 17.6% | ||
dotwin1981 | 0 | 35,948,822,556 | 20% | ||
ronaldoavelino | 0 | 83,308,774,825 | 25% | ||
schlafhacking | 0 | 295,551,901,878 | 100% | ||
kyberlee | 0 | 61,870,131,509 | 100% | ||
lesmouths-travel | 0 | 8,092,008,148 | 100% | ||
sbi2 | 0 | 1,734,554,446,114 | 100% | ||
dera123 | 0 | 1,053,271,936,265 | 100% | ||
jkramer | 0 | 1,124,827,639,641 | 100% | ||
elleok | 0 | 3,892,773,861 | 100% | ||
freddio | 0 | 19,050,458,014 | 15% | ||
blainjones | 0 | 1,447,214,735 | 7.5% | ||
alitavirgen | 0 | 746,364,484 | 15.4% | ||
memepress | 0 | 1,488,134,689 | 50% | ||
knitting-queen | 0 | 0 | 100% | ||
ericahan | 0 | 9,781,288,577 | 100% | ||
dreimaldad | 0 | 80,638,644,112 | 40% | ||
julialee66 | 0 | 6,871,869,863,482 | 40% | ||
steemexperience | 0 | 289,505,683,992 | 100% | ||
aiyumi | 0 | 4,970,090,621 | 21.99% | ||
reinaldoverdu | 0 | 6,980,891,677 | 100% | ||
saboin | 0 | 112,471,655,004 | 11% | ||
stefannikolov | 0 | 1,079,501,147 | 10% | ||
morellys2004 | 0 | 53,960,506,041 | 100% | ||
sbi3 | 0 | 1,211,772,557,789 | 100% | ||
gagago | 0 | 9,939,181,277 | 100% | ||
superlao | 0 | 21,773,233,947 | 100% | ||
hranhuk | 0 | 7,409,110,123 | 40% | ||
glodniwiedzy | 0 | 4,920,342,719 | 16.72% | ||
sbi4 | 0 | 853,376,174,960 | 100% | ||
fw206 | 0 | 1,183,807,525,865 | 100% | ||
mynotsofitlife | 0 | 1,058,703,572 | 10% | ||
slobberchops | 0 | 2,308,984,579,129 | 50% | ||
atanas007 | 0 | 9,514,232,101 | 100% | ||
carlpei | 0 | 311,571,351,794 | 100% | ||
meins0815 | 0 | 8,071,694,930 | 23% | ||
sayago | 0 | 867,701,712 | 25% | ||
crimo | 0 | 659,151,163 | 11.5% | ||
eraizel | 0 | 680,384,222 | 21.99% | ||
davidesimoncini | 0 | 6,251,546,904 | 24% | ||
flibbertigibbet | 0 | 11,417,880,248 | 100% | ||
helpyou | 0 | 2,281,754,332 | 50% | ||
archisteem | 0 | 2,517,922,669 | 7.5% | ||
ravenkim | 0 | 4,101,036,065 | 100% | ||
linnyplant | 0 | 43,331,766,259 | 100% | ||
commonlaw | 0 | 4,435,288,224 | 35% | ||
bluewall | 0 | 30,267,190,157 | 100% | ||
solarwarrior | 0 | 1,864,845,258,166 | 100% | ||
merlion | 0 | 43,940,872,009 | 100% | ||
simplegame | 0 | 94,360,568,464 | 100% | ||
elmundodexao | 0 | 11,515,640,322 | 100% | ||
sbi5 | 0 | 634,869,952,415 | 100% | ||
swisswitness | 0 | 10,209,493,413 | 17.6% | ||
kahvesizlik | 0 | 1,218,413,227 | 100% | ||
inteligente | 0 | 30,749,518 | 21.99% | ||
moneybaby | 0 | 791,396,846 | 2.5% | ||
kriang3tee | 0 | 5,983,966,435 | 65% | ||
longer | 0 | 2,333,423,602 | 5% | ||
sbi6 | 0 | 462,011,936,311 | 100% | ||
libuska | 0 | 1,978,319,599 | 100% | ||
drsensor | 0 | 2,212,255,320 | 80% | ||
urdreamscometrue | 0 | 24,689,064,473 | 100% | ||
gallerani | 0 | 1,079,433,562 | 17.6% | ||
zaibkang | 0 | 54,392,814,937 | 100% | ||
pagliozzo | 0 | 7,256,058,666 | 20% | ||
baiboua | 0 | 6,409,051,329 | 65% | ||
sonder-an | 0 | 294,775,820 | 100% | ||
akioexzgamer | 0 | 15,508,462 | 65% | ||
gerdtrudroepke | 0 | 25,263,688,938 | 50% | ||
teamvn | 0 | 31,048,568,220 | 50.03% | ||
dalz | 0 | 122,025,127,475 | 50% | ||
deividluchi | 0 | 989,497,095 | 21.99% | ||
yuza | 0 | 818,245,488 | 65% | ||
pvinny69 | 0 | 6,812,301,729 | 25% | ||
goumao | 0 | 21,355,697,132 | 100% | ||
santoninoatocha | 0 | 407,780,147 | 100% | ||
sbi7 | 0 | 337,443,509,282 | 100% | ||
julian2013 | 0 | 936,555,423 | 0.94% | ||
dlike | 0 | 219,825,770,499 | 17.6% | ||
triptolemus | 0 | 1,650,060,291 | 17.6% | ||
paopaoza | 0 | 1,474,720,846 | 65% | ||
gorbisan | 0 | 2,165,089,957 | 1.57% | ||
ataliba | 0 | 5,349,602,483 | 40% | ||
ten-years-before | 0 | 116,571,611 | 65% | ||
engrave | 0 | 227,603,002,641 | 16.72% | ||
sampraise | 0 | 14,210,330,999 | 100% | ||
kr-coffeesteem | 0 | 55,717,050,538 | 100% | ||
a-bot | 0 | 33,695,871,975 | 100% | ||
bobby.madagascar | 0 | 6,975,517,435 | 4.4% | ||
laissez-faire | 0 | 38,560,989 | 100% | ||
agromeror | 0 | 98,217,436,403 | 100% | ||
muscara | 0 | 40,812,255,865 | 27% | ||
cultus-forex | 0 | 81,457,096,584 | 100% | ||
quediceharry | 0 | 4,518,411,156 | 100% | ||
musinka | 0 | 1,975,928,547 | 100% | ||
puza | 0 | 630,430,027 | 65% | ||
mister-meeseeks | 0 | 37,365,372,166 | 25% | ||
crypto.story | 0 | 57,673,179 | 65% | ||
sbi8 | 0 | 256,718,339,377 | 100% | ||
jackofcrows | 0 | 4,287,378,795 | 50% | ||
gamer0815 | 0 | 713,405,915 | 20% | ||
univers.crypto | 0 | 183,718,387 | 65% | ||
ibc | 0 | 147,924,774,401 | 100% | ||
ldp | 0 | 2,660,482,748 | 17.6% | ||
a-non-e-moose | 0 | 3,777,006,195 | 100% | ||
steemitcuration | 0 | 9,301,879,317 | 25% | ||
sbi9 | 0 | 171,449,502,670 | 100% | ||
actifit-peter | 0 | 409,850,701,967 | 99.56% | ||
besheda | 0 | 1,133,666,895 | 43% | ||
thrasher666 | 0 | 1,825,212,219 | 60% | ||
hobo.media | 0 | 44,011,098,348 | 100% | ||
bbbbtt55 | 0 | 957,961,372 | 100% | ||
everyoung | 0 | 489,971,252 | 100% | ||
florino | 0 | 800,502,419 | 15% | ||
linuxbot | 0 | 678,015,350 | 100% | ||
forecasteem | 0 | 368,213,254,740 | 100% | ||
eliasseth | 0 | 5,692,535,351 | 100% | ||
followjohngalt | 0 | 95,430,931,512 | 17.6% | ||
mistia | 0 | 6,534,797,672 | 100% | ||
avel692 | 0 | 8,299,497,990 | 50% | ||
sbi10 | 0 | 147,784,481,980 | 100% | ||
dein-problem | 0 | -121,753,598 | -1% | ||
smonia | 0 | 1,048,972,630 | 100% | ||
pl-kuchnia | 0 | 1,837,338,688 | 50% | ||
starrouge | 0 | 602,054,260 | 30% | ||
wherein | 0 | 503,308,139,066 | 60% | ||
brucutu | 0 | 10,902,490,549 | 50% | ||
yuriy4 | 0 | 4,357,394,558 | 30% | ||
bluerobo | 0 | 65,379,044,107 | 100% | ||
j-p-bs | 0 | 962,369,473 | 50% | ||
smon-fan | 0 | 1,319,712,512 | 100% | ||
jacuzzi | 0 | 5,705,192,989 | 10% | ||
kaldewei | 0 | 3,238,313,011 | 20% | ||
brucutu1 | 0 | 4,376,076,864 | 100% | ||
brucutu2 | 0 | 4,295,936,576 | 100% | ||
tr777 | 0 | 707,213,656 | 100% | ||
sm-jewel | 0 | 574,010,273 | 100% | ||
tr77 | 0 | 546,980,504 | 100% | ||
smoner | 0 | 577,687,473 | 100% | ||
flyingbolt | 0 | 1,302,347,441 | 17.6% | ||
determine | 0 | 1,053,069,864 | 17.6% | ||
smonian | 0 | 822,336,374 | 100% | ||
cnstm | 0 | 175,686,225,793 | 60% | ||
tonalddrump | 0 | 3,375,571,710 | 50% | ||
permaculturedude | 0 | 3,455,989,130 | 8.8% | ||
likuang007 | 0 | 5,720,104,037 | 60% | ||
agent14 | 0 | 1,074,957,776,239 | 35% | ||
tubiska | 0 | 4,317,350,436 | 100% | ||
meins0816 | 0 | 2,664,034,559 | 75% | ||
monster.oo7 | 0 | 574,465,379 | 50% | ||
pocoto | 0 | 4,472,306,246 | 100% | ||
circa | 0 | 262,883,709,302 | 100% | ||
kitty-kitty | 0 | 4,484,103,620 | 100% | ||
jamesbattler | 0 | 129,808,787,929 | 100% | ||
jussara | 0 | 4,548,512,775 | 100% | ||
cyrillo | 0 | 4,358,994,884 | 100% | ||
smon-joa | 0 | 17,044,515,336 | 100% | ||
jjangjjanggirl | 0 | 833,449,132 | 100% | ||
lianjingmedia | 0 | 566,729,508 | 60% | ||
broxi | 0 | 9,552,074,538 | 50% | ||
hanke | 0 | 5,415,492,282 | 100% | ||
goodcontentbot | 0 | 806,971,581 | 15% | ||
curationvoter | 0 | 21,831,126,854 | 50% | ||
curationhelper | 0 | 9,168,975,485 | 100% | ||
landshutbrauhaus | 0 | 5,906,376,012 | 100% | ||
realgoodcontent | 0 | 945,169,845 | 100% | ||
leeyh2 | 0 | 22,610,771,027 | 100% | ||
mia-cc | 0 | 2,534,945,975 | 20.01% | ||
richie.rich | 0 | 19,445,894,153 | 100% | ||
hungrybear | 0 | 8,282,726,702 | 100% | ||
hamsa.quality | 0 | 6,506,845,607 | 100% | ||
carioca | 0 | 4,428,158,036 | 100% | ||
abbenay | 0 | 1,260,106,601 | 6% | ||
sm-skynet | 0 | 641,434,748 | 100% | ||
smonbear | 0 | 565,817,064 | 100% | ||
bewithbreath | 0 | 2,095,582,290 | 5% | ||
hungryharish | 0 | 1,102,798,899 | 4.4% | ||
versofuster | 0 | 1,385,359,351 | 100% | ||
kggymlife | 0 | 5,902,104,848 | 20% | ||
pedrobrito2004 | 0 | 8,923,141,539 | 25% | ||
ttg | 0 | 544,609,969,087 | 100% | ||
androshchuk | 0 | 3,589,613,592 | 100% | ||
maxsieg | 0 | 1,109,049,537 | 25% | ||
szf | 0 | 960,482,891 | 50% | ||
blue.rabbit | 0 | 691,446,755,347 | 100% | ||
maryincryptoland | 0 | 21,019,035,563 | 100% | ||
actifit-devil | 0 | 5,592,578,019 | 100% | ||
samujaeger | 0 | 1,454,910,069 | 100% | ||
epicdice | 0 | 54,777,796,950 | 7.5% | ||
raspibot | 0 | 3,918,235,682 | 100% | ||
blockchainpeople | 0 | 117,327,257 | 21.99% | ||
unitedpeople | 0 | 606,453,172 | 21.99% | ||
helgalubevi | 0 | 12,606,947,768 | 50% | ||
seadbeady | 0 | 23,005,965,492 | 100% | ||
monsterjamgold | 0 | 6,969,962,517 | 100% | ||
deeanndmathews | 0 | 55,865,947,422 | 100% | ||
sparschwein | 0 | 14,337,982,771 | 50% | ||
sm-silva | 0 | 2,017,980,120 | 8.8% | ||
naltedtirt | 0 | 1,964,353,589 | 50% | ||
ssc-token | 0 | 612,328,847 | 100% | ||
hjlee119 | 0 | 1,539,979,698 | 40% | ||
steementertainer | 0 | 10,570,575,104 | 65% | ||
solomon.grundy | 0 | 2,877,439,223 | 75% | ||
x6oc5 | 0 | 0 | 0% | ||
swedishdragon76 | 0 | 2,448,935,654 | 50% | ||
amkn6590 | 0 | 1,334,770,386 | 100% | ||
dachcolony | 0 | 21,353,787,970 | 100% | ||
tradingideas2 | 0 | 158,393,736 | 100% | ||
plankton.token | 0 | 29,190,552,651 | 30% | ||
captain.kirk | 0 | 11,119,203,127 | 50% | ||
leighscotford | 0 | 1,584,875,937 | 4% | ||
iamjohn | 0 | 1,492,777,952 | 25% | ||
firefuture | 0 | 943,792,148 | 17.6% | ||
ilovecanada | 0 | 4,726,305,037 | 50% | ||
steemindian | 0 | 1,428,072,480 | 8.8% | ||
nalexadre | 0 | 299,118,180 | 65% | ||
detro10 | 0 | 475,356,776 | 100% | ||
cryptogambit | 0 | 1,444,869,138 | 7.5% | ||
jalentakesphotos | 0 | 709,752,086 | 10% | ||
tomoyan | 0 | 145,088,222,358 | 100% | ||
anthos | 0 | 841,253,883 | 13.2% | ||
vxc | 0 | 590,008,548 | 10% | ||
leeyh3 | 0 | 2,988,652,802 | 50% | ||
milu-the-dog | 0 | 7,633,479,948 | 17.6% | ||
lrekt01 | 0 | 2,658,422,637 | 100% | ||
triplea.bot | 0 | 6,322,210,412 | 17.6% | ||
steem.leo | 0 | 448,533,647,222 | 17.6% | ||
tradingideas.spt | 0 | 0 | 100% | ||
condeas.pal | 0 | 837,779,439 | 90% | ||
holycow2019 | 0 | 287,121,509 | 100% | ||
votebetting | 0 | 535,487,397,996 | 50% | ||
leeyh5 | 0 | 1,499,508,828 | 50% | ||
freddio.sport | 0 | 3,550,763,054 | 15% | ||
zaku-pal | 0 | 646,573,856 | 17.6% | ||
zaku-leo | 0 | 645,201,647 | 17.6% | ||
babytarazkp | 0 | 2,814,222,382 | 50% | ||
asteroids | 0 | 98,898,454,186 | 17.6% | ||
wongbraling | 0 | 1,548,991,504 | 100% | ||
scot-lp | 0 | 0 | 100% | ||
tokenindustry | 0 | 3,697,102,893 | 80% | ||
tina-tina | 0 | 219,913,184 | 100% | ||
ticketyboo | 0 | 13,227,036,937 | 100% | ||
ticketywoof | 0 | 13,225,184,555 | 100% | ||
thranax | 0 | 11,079,556,193 | 6% | ||
happiness19 | 0 | 332,226,026 | 100% | ||
sbi-tokens | 0 | 13,436,069,955 | 35.19% | ||
gdhaetae | 0 | 4,657,476 | 100% | ||
one.life | 0 | 3,452,117,625 | 17.56% | ||
re2pair | 0 | 254,400,441 | 100% | ||
maxuvv | 0 | 561,471,571 | 9% | ||
maxuve | 0 | 26,738,053,481 | 6% | ||
dappcoder | 0 | 5,666,967,729 | 16.8% | ||
borbina | 0 | 13,327,617,201 | 100% | ||
dnflsms | 0 | 867,628,180 | 100% | ||
ctl001 | 0 | 593,960,618 | 100% | ||
jessy22 | 0 | 390,430,860 | 100% | ||
hongdangmu | 0 | 2,771,553,549 | 40% | ||
dappstats | 0 | 3,578,455,118 | 15% | ||
ibelin | 0 | 5,459,408,978 | 49% | ||
bigbr | 0 | 887,292,588 | 17.59% | ||
therealyme | 0 | 1,089,663,470 | 14.08% | ||
blocktvnews | 0 | 1,085,441,550 | 8.8% | ||
qwertm | 0 | 3,105,362,491 | 50% | ||
keep-keep | 0 | 199,568,872 | 100% | ||
huaren.news | 0 | 191,767,064,049 | 9% | ||
goodreader | 0 | 2,444,774,907 | 18% | ||
detetive | 0 | 26,721,085 | 21.99% | ||
gerbo | 0 | 163,428,436 | 17.6% | ||
kryptoformator | 0 | 2,066,990,013 | 2.25% | ||
ticktick | 0 | 0 | 100% | ||
keepit2 | 0 | 947,525,829 | 100% | ||
ribary | 0 | 5,796,918,614 | 8.8% | ||
dollarbills | 0 | 3,873,040,276 | 12% | ||
bilpcoinbpc | 0 | 643,984,926 | 25% | ||
mice-k | 0 | 35,317,473,383 | 17.6% | ||
bcm.dblog | 0 | 1,643,257,973 | 40% | ||
staryao | 0 | 7,942,557,617 | 21% | ||
abu.hair | 0 | 100,289,108 | 100% | ||
curamax | 0 | 5,285,631,746 | 13.2% | ||
elloquis | 0 | 410,833,574 | 100% | ||
khazrakh | 0 | 12,331,753,373 | 100% | ||
steemcityrewards | 0 | 3,938,510,446 | 17.6% | ||
dpend.active | 0 | 6,097,495,155 | 3.52% | ||
adamdabeast | 0 | 977,494,450 | 54% | ||
stuntman.mike | 0 | 48,678,085,948 | 100% | ||
picciridda2 | 0 | 3,439,970,805 | 100% | ||
fengchao | 0 | 700,821,300 | 1% | ||
artdescry | 0 | 1,300,203,342 | 13.2% | ||
hivewatchers | 0 | 216,638,020,669 | 65% | ||
blue-witness | 0 | 10,447,981,819 | 100% | ||
mountaingod | 0 | 301,549,519,533 | 100% | ||
folklure | 0 | 1,479,051,742 | 8.8% | ||
green-finger | 0 | 1,434,440,184 | 40% | ||
softworld | 0 | 991,981,940,948 | 69% | ||
polish.hive | 0 | 45,423,480,649 | 17.6% | ||
alexbalan | 0 | 2,027,023,819 | 100% | ||
dcityrewards | 0 | 466,347,569,244 | 17.6% | ||
marvschurchill1 | 0 | 688,696,598 | 25% | ||
paprik | 0 | 4,527,249,326 | 100% | ||
andrewmusic | 0 | 2,672,218,151 | 100% | ||
sketching | 0 | 972,934,114 | 8.8% | ||
argenvista | 0 | 1,366,632,802 | 100% | ||
ninnu | 0 | 844,585,514 | 15% | ||
belen0949 | 0 | 244,803,155 | 100% | ||
traduzindojogos | 0 | 1,776,238,324 | 100% | ||
austin.foss | 0 | 30,983,527 | 100% | ||
ghaazi | 0 | 100,422,241,479 | 50% | ||
hiv601 | 0 | 0 | 100% | ||
iamdanny | 0 | 8,119,134,747 | 100% | ||
bdwals | 0 | 0 | 100% | ||
sheilabliss22 | 0 | 1,994,988,930 | 100% | ||
ronavel | 0 | 273,708,981,630 | 20% | ||
hivecur | 0 | 55,205,729,418 | 17.6% | ||
improbableliason | 0 | 1,948,267,214 | 50% | ||
camerarules | 0 | 4,015,160,279 | 100% | ||
logicforce | 0 | 3,467,634,880 | 100% | ||
lapar | 0 | 935,713,316 | 100% | ||
artistparthoroy | 0 | 4,877,560,894 | 100% | ||
aboutvenus | 0 | 0 | 100% | ||
asa-raw | 0 | 3,609,330,640,745 | 100% | ||
reza-shamim | 0 | 1,194,736,616 | 100% | ||
dindasinger | 0 | 777,685,854 | 100% | ||
alfonso1373 | 0 | 0 | 81% | ||
omaclim2 | 0 | 0 | 100% | ||
sermofons | 0 | 0 | 100% | ||
marsal100 | 0 | 0 | 100% | ||
cryptonoob1234 | 0 | 0 | 100% | ||
elvictor12 | 0 | 0 | 100% | ||
sunitap | 0 | 0 | 100% | ||
srdotlibre | 0 | 0 | 100% | ||
rizqijune | 0 | 0 | 100% | ||
veer-0-nique | 0 | 0 | 100% |
I have picked your post for my daily hive voting initiative, Keep it up and Hive On!!
author | chitty |
---|---|
permlink | re-update-for-beem-preperation-for-hf24-eclipse-20200630t000549 |
category | hive-139531 |
json_metadata | "" |
created | 2020-06-30 00:05:51 |
last_update | 2020-06-30 00:05:51 |
depth | 1 |
children | 0 |
last_payout | 2020-07-07 00:05: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 | 86 |
author_reputation | 86,901,300,608,582 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,251,546 |
net_rshares | 0 |
Hello @ holger80, quite interesting thanks for the links. Hola @ holger80, bastante interesante gracias por los enlaces.
author | cloris |
---|---|
permlink | qcsyuy |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-07-01 17:33:54 |
last_update | 2020-07-01 17:33:54 |
depth | 1 |
children | 0 |
last_payout | 2020-07-08 17:33: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 | 121 |
author_reputation | 2,039,725,080,527 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,284,313 |
net_rshares | 0 |
<center><sup><h2>Hola @holger80… He elegido tu post para mi iniciativa diaria de reblogear. Este es mi aporte para Hive… Sigamos trabajando y aportando ideas para crecer en Hive!...  Hello @holger80... I have chosen your post for my daily reblogging initiative. This is my contribution to Hive... Let's keep working and giving ideas to grow in Hive!</h2></sup></center>
author | elmundodexao |
---|---|
permlink | qcros3 |
category | hive-139531 |
json_metadata | {"users":["holger80"],"image":["https://images.hive.blog/DQmTpiD9JGb5W2gbBmxeCo1hy4tHcGASgo64MW1NZyV1Wxj/alegria.jpg"],"app":"hiveblog/0.1"} |
created | 2020-07-01 00:58:39 |
last_update | 2020-07-01 00:58:39 |
depth | 1 |
children | 0 |
last_payout | 2020-07-08 00:58: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 | 469 |
author_reputation | 52,508,564,661,796 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,270,545 |
net_rshares | 0 |
Another great tutorial on Beem library application for HIVE. Thanks for sharing your publication <sub> Your post has been submitted to be curated with @gitplait community account because this is the kind of publications we like to see in our community. </sub> Join our [Community on Hive](https://hive.blog/trending/hive-103590) and Chat with us on [Discord](https://discord.gg/CWCj3rw). [[Gitplait-Team]](https://gitplait.tech
author | gitplait-mod1 |
---|---|
permlink | qcpxkv |
category | hive-139531 |
json_metadata | {"users":["gitplait"],"links":["https://hive.blog/trending/hive-103590","https://discord.gg/CWCj3rw","https://gitplait.tech"],"app":"hiveblog/0.1"} |
created | 2020-06-30 02:58:09 |
last_update | 2020-06-30 02:58:09 |
depth | 1 |
children | 0 |
last_payout | 2020-07-07 02:58: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 | 429 |
author_reputation | 64,455,719,431 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,253,200 |
net_rshares | 0 |
Congratulations @holger80! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) : <table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/toppayoutday.png"></td><td>Your post got the highest payout of the day</td></tr> </table> <sub>_You can view [your badges on your board](https://hivebuzz.me/@holger80) And compare to others on the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> ###### Support the HiveBuzz project. [Vote](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22109%22%5D&approve=true) for [our proposal](https://peakd.com/me/proposals/109)!
author | hivebuzz |
---|---|
permlink | hivebuzz-notify-holger80-20200701t012402000z |
category | hive-139531 |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2020-07-01 01:24:00 |
last_update | 2020-07-01 01:24:00 |
depth | 1 |
children | 2 |
last_payout | 2020-07-08 01:24: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 | 764 |
author_reputation | 370,686,178,038,855 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,270,813 |
net_rshares | 0 |
**Cool** !
author | x6oc5 |
---|---|
permlink | re-hivebuzz-hivebuzz-notify-holger80-20200701t135508015z |
category | hive-139531 |
json_metadata | {"community":"waiviodev","app":"waiviodev/1.0.0","format":"markdown","timeOfPostCreation":1593611779159,"tags":["hive-139531"],"users":[],"links":[],"image":[]} |
created | 2020-07-01 13:55:06 |
last_update | 2020-07-01 13:56:15 |
depth | 2 |
children | 1 |
last_payout | 2020-07-08 13:55: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 | 2,980,501,696,052 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,280,855 |
net_rshares | 3,046,409,376 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hivebuzz | 0 | 3,046,409,376 | 2% |
Awesome achievement @x6oc5! I am super jealouse haha! Well done! cheers to you! lizanomadsoul<div class="pull-right"><a href="/@hive.engage"></a></div>
author | hivebuzz |
---|---|
permlink | re-re-hivebuzz-hivebuzz-notify-holger80-20200701t135508015z |
category | hive-139531 |
json_metadata | {"app":"engage"} |
created | 2020-07-06 18:10:39 |
last_update | 2020-07-06 18:10:39 |
depth | 3 |
children | 0 |
last_payout | 2020-07-13 18:10: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 | 187 |
author_reputation | 370,686,178,038,855 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,376,607 |
net_rshares | 0 |
Excelente trabajo, espero todo se actualice sin mayores inconvenientes…
author | jexus77 |
---|---|
permlink | qcufpv |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-07-02 12:35:42 |
last_update | 2020-07-02 12:35:42 |
depth | 1 |
children | 0 |
last_payout | 2020-07-09 12:35: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 | 71 |
author_reputation | 4,068,736,270,980 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,299,082 |
net_rshares | 0 |
Hi @holger80, you have received a small bonus upvote from MAXUV. This is to inform you that you now have [new MPATH tokens](https://hive-engine.com/?p=market&t=MPATH) in your Hive-Engine wallet. Please [read this post](https://peakd.com/hive-167922/@mpath/mpath-weekly-report-and-token-distribution-26-april-2020) for more information. Thanks for being a member of both MAXUV *and* MPATH!
author | maxuvv |
---|---|
permlink | re-update-for-beem-preperation-for-hf24-eclipse-20200629t225331z |
category | hive-139531 |
json_metadata | "{"app": "rewarding/0.1.0"}" |
created | 2020-06-29 22:53:30 |
last_update | 2020-06-29 22:53:30 |
depth | 1 |
children | 0 |
last_payout | 2020-07-06 22:53:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 393 |
author_reputation | 32,074,948,443 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,250,713 |
net_rshares | 0 |
Thanks for including Smoke.io as one of the auto detected chains. 👍
author | sc-steemit |
---|---|
permlink | re-holger80-qcs3m4 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2020.06.2"} |
created | 2020-07-01 07:03:39 |
last_update | 2020-07-01 07:03:39 |
depth | 1 |
children | 0 |
last_payout | 2020-07-08 07:03: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 | 67 |
author_reputation | 28,448,644,499,713 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,275,669 |
net_rshares | 0 |
I find the addition of other chains interesting.
author | simplegame |
---|---|
permlink | re-holger80-qcpyov |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2020.06.2"} |
created | 2020-06-30 03:22:06 |
last_update | 2020-06-30 03:22:06 |
depth | 1 |
children | 1 |
last_payout | 2020-07-07 03: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 | 48 |
author_reputation | 132,735,509,659,408 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,253,475 |
net_rshares | 0 |
I am now making more than 355 dollars per day by working online from home without investing any money. Join this link posting job now and start earning without investing or selling anything. Follow Instructions Here.............. http://jobnews3.com
author | jeffrey345s |
---|---|
permlink | qcq9ak |
category | hive-139531 |
json_metadata | {"links":["http://jobnews3.com"],"app":"hiveblog/0.1"} |
created | 2020-06-30 07:09:57 |
last_update | 2020-06-30 07:09:57 |
depth | 2 |
children | 0 |
last_payout | 2020-07-07 07:09: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 | 249 |
author_reputation | -57,658,897,896 |
root_title | "update for beem: preperation for HF24 (eclipse)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,255,971 |
net_rshares | -1,466,049,599,016 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ash | 0 | -672,992,495,821 | -100% | ||
sc-steemit | 0 | -392,118,874,374 | -100% | ||
bobskibob | 0 | -347,639,159,903 | -100% | ||
flugschwein | 0 | -47,096,461,794 | -100% | ||
techcoderx | 0 | -6,202,607,124 | -100% | ||
jeffrey345s | 0 | 0 | 100% |
Great work!!! Thanks.
author | tazi | ||||||
---|---|---|---|---|---|---|---|
permlink | re-holger80-202071t193051486z | ||||||
category | hive-139531 | ||||||
json_metadata | {"tags":["development","beem","python"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-07-01 17:30:51 | ||||||
last_update | 2020-07-01 17:30:51 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-07-08 17:30: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 | 21 | ||||||
author_reputation | 80,165,082,529,896 | ||||||
root_title | "update for beem: preperation for HF24 (eclipse)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 98,284,286 | ||||||
net_rshares | 0 |