[](https://postimg.org/image/4182umv3p/) **Note- this is a working Alpha product for testing.** I'm very excited to announce the alpha release of our newest development - SteemMsg. https://www.steempower.org/steemmsg SteemMsg is a fully encrypted private messaging system built on top of the Steem blockcain. The current 'Memo Field' requires you to send a small amount of funds to send someone a message. SteemMsg does not require that, nor do we require your owner or active key. Anyone can send you messages, but unless you login to https://www.steempower.org/steemmsg, it will not spam your Steemit.com inbox or show on your Steemd.com page. I am monitoring my inbox now, send a message to 'charlieshrem' :) [](https://postimg.org/image/wgng7xkhh/) ## Process flow - sending When the send_private_message cap (see our API documentation to find out more about our capabilities/caps system) is invoked the web app does the following: 1. Basic sanity checks (user actually exists, cap is valid etc) 2. Lookup the profile info for the user the message is being sent to and grab their public posting key 3. Derive the shared secret and encrypt the message content 4. Pass the encrypted message content and the public key along with the sending user's private key to a backend process 5. Forget the posting key - we never store your posting key on disk for obvious security reasons, it lives in RAM only while a request is served The backend process is connected to either via the loopback interface or via an encrypted SSL connection, upon receiving the request it does the following: 1. More basic sanity checks and authentication 2. Construct the custom_json operation and the surrounding transaction 3. Sign the transaction and then lose the private key 4. Pass the serialized transaction off to a steemd node for broadcast 5. Return to the web app confirming everything was sent correctly OR (hopefully not) with an error message After broadcast, our server also caches the transactions for every user - this cache will be used for running AJAX updates soon too. No sensitive data is in the cache - it's simply our way to locate messages quickly without crawling the whole blockchain. [](https://postimg.org/image/54s76lfqt/) ## Process flow - reading Due to the cache mentioned above this is fairly simple, we grab data from the cache to build your inbox and outbox, organize it into conversations and sort by the time sent. While building the response to send to your browser we use your private key to decrypt them and then forget it. Remember, our system only has access to your private key when your browser makes a request - the caps URL itself has the key in an encrypted format. ## Shared secret deriviation Here I must give credit to @xeroc for his highly useful python-steemlib. Anything on SteemPower that requires signing transactions relies on this library to do the serialisation and signing. For SteemMsg in particular there's another function used from python-steemlib: the memo encoding and decoding. Although intended for use in transaction memos, this still works fine for encrypting arbitrary messages between 2 users with public/private keypairs. Essentially the code in python-steemlib offers a useful function that takes a private key and a public key and creates a shared secret suitable for use in AES. It also provides facilities for serialisation and deserialisation of the message. Using this shared secret, we encrypt the message content and store it in the msg field, read below for the full process. [](https://postimg.org/image/64ii2auwl/) # How SteemMsg works [Technical] - Written by @garethnelsonuk First of all, the most important thing to note is that we do NOT use the existing send_private_message functionality in cli_wallet. I investigated this approach and found that it required using people's active keys and SteemAccess currently only supports the posting key - this is by design, we do not want your active key and you should not want to give it to us. Instead we use a custom JSON operation, and if you look at my or charlie's page on steemd.com you'll find a few from testing. The custom_json operation is quite cool for our purposes as it allows inserting arbitrary JSON into the blockchain and only requires your posting key. Aside from this, JSON fits neatly into the development workflow as it's far simpler to manually manipulate as needed. In the custom JSON operation we send just 2 fields: "to" and "msg". While it should be self-explanatory what these fields are for, let's look more closely at the contents of the "msg" field. ## Coming soon - AJAX and notifications and bears oh my Well this doesn't need a lot of explanation: we've got a nice async notification service with websockets support that will be used to send typing notifications and such and to update messages in realtime. Sadly we do not have a lot of bears - it appears that it is not in fact possible to serialise actual bears into JSON objects - perhaps msgpack? Being serious, what comes after the notifications is further integration with SteemDeck - another product launching very soon. Please feel free to make feature requests to either myself or Charlie and thanks for reading. ----- Help keep SteemPower running! Voting for us as witness pays for the development of apps and tools for Steem. Vote for us as a witness the following way: https://steemit.com/~witnesses click the arrow next to "charlieshrem"
author | charlieshrem |
---|---|
permlink | announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain |
category | steem |
json_metadata | {"tags":["steem","steemit","steempower"],"users":["xeroc","garethnelsonuk"],"image":["https://s18.postimg.org/6vb882xa1/Screen_Shot_2016_11_18_at_9_20_19_PM.png","https://s18.postimg.org/f3d5t2p6h/Screen_Shot_2016_11_18_at_9_19_05_PM.png","https://s18.postimg.org/v0bxpshkp/Screen_Shot_2016_11_18_at_9_20_02_PM.png","https://s18.postimg.org/64ii2auwp/Screen_Shot_2016_11_18_at_9_20_34_PM.png"],"links":["https://postimg.org/image/4182umv3p/","https://www.steempower.org/steemmsg","https://postimg.org/image/wgng7xkhh/","https://postimg.org/image/54s76lfqt/","https://postimg.org/image/64ii2auwl/","https://steemit.com/~witnesses"],"app":"steemit/0.1","format":"markdown"} |
created | 2016-11-19 15:18:30 |
last_update | 2016-11-19 15:36:03 |
depth | 0 |
children | 41 |
last_payout | 2016-12-20 17:41:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 493.414 HBD |
curator_payout_value | 12.760 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,973 |
author_reputation | 163,581,911,573,028 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,118 |
net_rshares | 300,135,118,490,825 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dantheman | 0 | 25,912,031,719,339 | 100% | ||
panadacoin | 0 | 490,265,777,526 | 100% | ||
barrie | 0 | 345,613,650,779 | 100% | ||
steempty | 0 | 7,679,380,852,450 | 100% | ||
smooth | 0 | 24,959,039,134,621 | 100% | ||
anonymous | 0 | 236,266,169,168 | 100% | ||
berniesanders | 0 | 25,351,102,557,191 | 100% | ||
hello | 0 | 63,792,080,996 | 100% | ||
summon | 0 | 3,908,862,380,369 | 36% | ||
world | 0 | 23,966,799,180 | 100% | ||
blocktrades | 0 | 44,650,536,158,011 | 100% | ||
neogen1 | 0 | 606,378,538,698 | 100% | ||
jamesc | 0 | 34,522,600,267,982 | 100% | ||
hermes | 0 | 640,302,798,338 | 100% | ||
hermes-miner | 0 | 772,215,293,567 | 100% | ||
thorium1 | 0 | 440,241,866,054 | 100% | ||
thorium2 | 0 | 385,544,260,477 | 100% | ||
fufubar1 | 0 | 34,852,586,886 | 100% | ||
datasecuritynode | 0 | 6,138,577,809,963 | 100% | ||
bunkermining | 0 | 458,218,788,935 | 100% | ||
riverhead | 0 | 8,248,127,955,859 | 100% | ||
wackou | 0 | 7,306,797,273,236 | 100% | ||
nextgenwitness | 0 | 190,891,511,770 | 100% | ||
bitshares.org | 0 | 197,217,316,512 | 100% | ||
blockchainbunker | 0 | 130,456,171,100 | 100% | ||
troglodactyl | 0 | 562,726,160,692 | 100% | ||
blocktech | 0 | 46,928,961,771 | 100% | ||
neominer2016 | 0 | 12,278,181,986 | 100% | ||
abderus | 0 | 195,218,842,458 | 100% | ||
olympus-steemy | 0 | 8,475,750,703 | 100% | ||
hephaestus | 0 | 215,908,162,957 | 100% | ||
aquarius.com | 0 | 108,537,199,219 | 100% | ||
minosman | 0 | 47,322,156,952 | 100% | ||
aphrodite | 0 | 135,257,411,230 | 100% | ||
hotels.com | 0 | 16,480,021,832 | 100% | ||
aries.com | 0 | 13,602,996,860 | 100% | ||
rabbitminer | 0 | 78,623,722,880 | 100% | ||
insurance.com | 0 | 22,175,530,564 | 100% | ||
justin | 0 | 637,772,086,379 | 100% | ||
fund.com | 0 | 97,398,038,720 | 100% | ||
sandra | 0 | 107,728,933,562 | 100% | ||
silver | 0 | 1,718,411,263,789 | 100% | ||
silversteem | 0 | 4,216,028,565,101 | 100% | ||
svk | 0 | 195,517,047,915 | 92% | ||
heracles | 0 | 13,047,544,077 | 100% | ||
ihashfury | 0 | 1,195,976,079,939 | 100% | ||
bunkerchainlabs | 0 | 19,345,205,212 | 100% | ||
nextgencrypto | 0 | 4,707,446,144,175 | 100% | ||
roadscape | 0 | 8,555,536,170,775 | 100% | ||
wang | 0 | 873,496,397,425 | 47% | ||
jaewoocho | 0 | 43,008,831,139 | 100% | ||
ozmaster | 0 | 126,057,034,362 | 100% | ||
boy | 0 | 13,245,628,168 | 100% | ||
xeroc | 0 | 335,279,738,269 | 100% | ||
bue-witness | 0 | 16,113,424,315 | 100% | ||
bunny | 0 | 2,614,031,447 | 100% | ||
complexring | 0 | 8,023,898,580,526 | 100% | ||
clayop | 0 | 5,758,012,699,274 | 100% | ||
bue | 0 | 249,056,695,892 | 100% | ||
danknugs | 0 | 27,520,618,920 | 100% | ||
steemservices | 0 | 468,201,853,491 | 100% | ||
tigerminer | 0 | 1,566,621,880 | 100% | ||
mini | 0 | 7,091,806,870 | 100% | ||
witness.svk | 0 | 5,683,536,047,205 | 92% | ||
moon | 0 | 863,037,733 | 100% | ||
joseph | 0 | 579,695,124,644 | 92% | ||
aizensou | 0 | 340,145,386,167 | 100% | ||
bentley | 0 | 14,390,734,959 | 100% | ||
masteryoda | 0 | 736,402,109,480 | 92% | ||
mineralwasser | 0 | 851,596,416 | 100% | ||
boombastic | 0 | 461,748,299,937 | 100% | ||
mrs.agsexplorer | 0 | 67,923,713,578 | 100% | ||
sean0010 | 0 | 6,456,087,518 | 100% | ||
bingo-0 | 0 | 4,856,915,764 | 100% | ||
bingo-1 | 0 | 1,192,634,797 | 100% | ||
smooth.witness | 0 | 5,614,370,904,848 | 100% | ||
benjojo | 0 | 974,058,154,006 | 100% | ||
pairmike | 0 | 28,155,643,430 | 100% | ||
cass | 0 | 387,438,282,840 | 36% | ||
proctologic | 0 | 54,752,934,172 | 100% | ||
healthcare | 0 | 2,658,426,092 | 100% | ||
daniel.pan | 0 | 4,188,788,412 | 100% | ||
peerplays | 0 | 204,678,138,777 | 100% | ||
steemrollin | 0 | 1,141,117,901,511 | 100% | ||
apollo | 0 | 16,275,749,510 | 100% | ||
athena | 0 | 10,500,547,827 | 100% | ||
sakr | 0 | 4,779,150,845 | 92% | ||
muses | 0 | 1,686,973,261 | 100% | ||
perseus | 0 | 273,784,992 | 100% | ||
chitty | 0 | 368,264,023,522 | 100% | ||
relativelyboston | 0 | 3,008,036,270 | 100% | ||
alexgr | 0 | 66,251,903,650 | 100% | ||
helen.tan | 0 | 1,223,346,163 | 100% | ||
nikolai | 0 | 23,481,638,857 | 100% | ||
chris4210 | 0 | 167,209,791,075 | 100% | ||
acidsun | 0 | 65,945,244,558 | 100% | ||
gregory-f | 0 | 21,567,160,061 | 100% | ||
chryspano | 0 | 412,614,692,086 | 100% | ||
morning | 0 | 66,301,008,921 | 100% | ||
ervin-lemark | 0 | 8,119,726,946 | 100% | ||
camilla | 0 | 234,310,661,907 | 99% | ||
gregory60 | 0 | 8,837,011,137 | 100% | ||
cyan91 | 0 | 75,999,779,271 | 100% | ||
carlos-cabeza | 0 | 6,077,844,530 | 100% | ||
leesunmoo | 0 | 941,513,187,655 | 100% | ||
cryptorune | 0 | 8,047,856,465 | 100% | ||
fran2k | 0 | 51,068,176,838 | 100% | ||
fkn | 0 | 8,264,593,046 | 36% | ||
kingscrown | 0 | 31,602,251,279 | 35% | ||
paco-steem | 0 | 113,001,649 | 23% | ||
dimimp | 0 | 1,136,509,588,104 | 100% | ||
spaninv | 0 | 1,175,862,754 | 23% | ||
instructor2121 | 0 | 41,463,793,086 | 100% | ||
teamsteem | 0 | 339,666,632,818 | 100% | ||
elishagh1 | 0 | 10,885,745,905 | 36% | ||
cryptoctopus | 0 | 137,667,405,099 | 23% | ||
nanzo-scoop | 0 | 1,257,338,026,175 | 100% | ||
jerome-colley | 0 | 9,067,097,237 | 100% | ||
walkingmage | 0 | 603,366,563 | 100% | ||
limitless | 0 | 91,012,503,887 | 100% | ||
steve-walschot | 0 | 74,834,412,712 | 100% | ||
hannixx42 | 0 | 45,387,048,168 | 100% | ||
dan-atstarlite | 0 | 81,848,080,707 | 100% | ||
klye | 0 | 115,417,807,330 | 100% | ||
jesusislord | 0 | 447,663,284 | 100% | ||
kevinwong | 0 | 724,201,903,698 | 100% | ||
murh | 0 | 2,454,710,431 | 15.09% | ||
cryptofunk | 0 | 20,769,235,578 | 100% | ||
framelalife | 0 | 9,469,896,763 | 100% | ||
blakemiles84 | 0 | 70,069,586,633 | 100% | ||
cyber | 0 | 1,196,404,859,696 | 100% | ||
wonko | 0 | 1,021,904,951 | 100% | ||
mrsteemgarden | 0 | 275,346,861 | 100% | ||
steemgarden | 0 | 275,169,168 | 100% | ||
thecryptofiend | 0 | 410,548,825,126 | 100% | ||
justtryme90 | 0 | 123,668,804,305 | 100% | ||
drinkzya | 0 | 19,439,265,341 | 100% | ||
pets | 0 | 260,857,261 | 100% | ||
taoteh1221 | 0 | 362,630,120,396 | 100% | ||
applecrisp | 0 | 5,838,954,948 | 100% | ||
syadastinasti | 0 | 13,872,868,928 | 100% | ||
stiletto | 0 | 80,161,893 | 23% | ||
the-alien | 0 | 610,675,296,451 | 100% | ||
martin-wichmann | 0 | 92,524,402,743 | 100% | ||
hisnameisolllie | 0 | 142,189,098,426 | 100% | ||
juanmiguelsalas | 0 | 38,981,211,337 | 100% | ||
kenny-crane | 0 | 116,902,643,585 | 100% | ||
pangur-ban | 0 | 1,939,793,870 | 100% | ||
ratel | 0 | 30,589,333,811 | 100% | ||
rednetkjh | 0 | 42,282,533,104 | 100% | ||
thecryptodrive | 0 | 70,436,487,304 | 100% | ||
wongshiying | 0 | 26,373,953,781 | 100% | ||
fjccoin | 0 | 1,329,722,696 | 100% | ||
everythink | 0 | 45,446,350,315 | 100% | ||
olili | 0 | 0 | 15% | ||
aaron-brodie | 0 | 17,158,469,236 | 100% | ||
stephen-somers | 0 | 12,291,787,169 | 100% | ||
tee-em | 0 | 56,561,414,247 | 100% | ||
michaelx | 0 | 6,853,386,488 | 100% | ||
proglobyte | 0 | 4,372,946,283 | 100% | ||
grandpere | 0 | 13,966,785,808 | 70% | ||
mark-waser | 0 | 41,521,393,107 | 100% | ||
publicworker | 0 | 688,142,674,398 | 100% | ||
albertogm | 0 | 11,715,139,589 | 100% | ||
geoffrey | 0 | 339,548,365,662 | 100% | ||
carolyn-brodie | 0 | 35,584,261,664 | 100% | ||
crok | 0 | 5,040,959,068 | 100% | ||
christoph3 | 0 | 7,544,323,031 | 100% | ||
mammasitta | 0 | 30,902,850,200 | 100% | ||
talanhorne | 0 | 40,383,176,077 | 100% | ||
freedomengineer | 0 | 86,630,781,684 | 100% | ||
tskeene | 0 | 0 | 100% | ||
magnebit | 0 | 24,550,035,849 | 100% | ||
frankjones | 0 | 17,429,011,552 | 100% | ||
johnbradshaw | 0 | 7,027,917,833 | 100% | ||
cryptoiskey | 0 | 46,110,035,970 | 100% | ||
mrhankeh | 0 | 111,990,807 | 100% | ||
clement | 0 | 28,852,522,773 | 100% | ||
venuspcs | 0 | 83,145,980,453 | 100% | ||
michaellamden68 | 0 | 690,018,429 | 29% | ||
ericvancewalton | 0 | 1,006,194,867,031 | 100% | ||
good-karma | 0 | 100,292,396,358 | 100% | ||
romanskv | 0 | 1,007,030,297 | 8% | ||
lehard | 0 | 54,675,504,431 | 100% | ||
garik100 | 0 | 1,684,237,074 | 100% | ||
gidlark | 0 | 3,728,885,113 | 100% | ||
rubybian | 0 | 50,868,916,382 | 100% | ||
joshbreslauer | 0 | 276,671,442,582 | 100% | ||
riscadox | 0 | 6,969,440,230 | 100% | ||
konstantin | 0 | 20,543,325,300 | 100% | ||
katyakov | 0 | 258,650,951,008 | 33% | ||
robrigo | 0 | 293,513,315,219 | 100% | ||
lontong | 0 | 977,424,384 | 100% | ||
stranger27 | 0 | 10,867,197,487 | 100% | ||
elyaque | 0 | 57,285,953,672 | 100% | ||
manoami | 0 | 7,032,971,795 | 100% | ||
doesntmatter | 0 | 1,291,319,463 | 100% | ||
r4fken | 0 | 27,350,636,904 | 100% | ||
tcfxyz | 0 | 25,285,881,032 | 100% | ||
futurefood | 0 | 39,190,637,635 | 100% | ||
pipertomcat | 0 | 5,521,718,305 | 100% | ||
gliten | 0 | 630,528,304 | 100% | ||
picokernel | 0 | 113,759,792,474 | 100% | ||
slowwalker | 0 | 1,145,307,585,802 | 100% | ||
domino | 0 | 202,904,537,971 | 100% | ||
furion | 0 | 109,157,863,445 | 36% | ||
onthewayout | 0 | 2,101,301,633 | 100% | ||
cdubendo | 0 | 106,052,296,475 | 100% | ||
strangerarray | 0 | 24,202,561,727 | 100% | ||
on0tole | 0 | 6,011,263,025 | 100% | ||
anasya | 0 | 33,741,466,715 | 100% | ||
kovatelj | 0 | 212,627,074 | 100% | ||
adrehajiuh | 0 | 228,792,750 | 100% | ||
rolik | 0 | 1,521,867,113 | 100% | ||
demyan7 | 0 | 849,732,409 | 100% | ||
ausbitbank | 0 | 39,612,223,544 | 100% | ||
mixa | 0 | 1,603,954,863 | 100% | ||
vl248 | 0 | 15,894,888,348 | 100% | ||
globeskeptic | 0 | 244,412,665 | 100% | ||
sairji | 0 | 184,851,439 | 100% | ||
pino | 0 | 15,587,235,484 | 100% | ||
dicov | 0 | 1,114,329,091 | 100% | ||
steem1653 | 0 | 3,181,797,295 | 100% | ||
losos | 0 | 1,304,631,222 | 100% | ||
sveokla | 0 | 7,160,104,407 | 100% | ||
marcgodard | 0 | 2,540,029,567 | 100% | ||
marinabogumil | 0 | 7,387,020,878 | 100% | ||
freeyourmind | 0 | 295,637,668,626 | 100% | ||
steemit-life | 0 | 250,282,600,198 | 67% | ||
blockchainbilly | 0 | 13,949,049,833 | 100% | ||
sitaru | 0 | 14,193,129,205 | 100% | ||
asim | 0 | 11,435,406,845 | 100% | ||
jesta | 0 | 1,659,483,206,722 | 100% | ||
toxonaut | 0 | 26,985,801,707 | 80% | ||
snowden | 0 | 70,359,927 | 100% | ||
danielkt | 0 | 1,357,163,738 | 100% | ||
incomemonthly | 0 | 10,101,900,313 | 100% | ||
senseiteekay | 0 | 32,602,450,861 | 94% | ||
speda | 0 | 177,436,096,338 | 100% | ||
anmuravjev | 0 | 5,753,453,024 | 100% | ||
rishaaa | 0 | 219,186,749 | 100% | ||
igster | 0 | 25,110,578,043 | 100% | ||
deviedev | 0 | 38,076,087,340 | 100% | ||
sephiroth | 0 | 193,616,249,654 | 100% | ||
jaycobbell | 0 | 6,712,592,368 | 100% | ||
condra | 0 | 48,303,197,840 | 100% | ||
raymondspeaks | 0 | 3,165,585,441 | 100% | ||
kell234 | 0 | 2,724,225,008 | 100% | ||
karenmckersie | 0 | 7,752,905,881 | 100% | ||
jza | 0 | 8,173,766,507 | 100% | ||
screasey | 0 | 2,589,206,390 | 100% | ||
splatterhaus | 0 | 1,835,755,155 | 100% | ||
hyiparena | 0 | 6,609,994,806 | 100% | ||
streetstyle | 0 | 126,264,131,759 | 100% | ||
krystle | 0 | 12,677,688,933 | 100% | ||
inertia | 0 | 158,254,764,286 | 100% | ||
artific | 0 | 170,282,615,598 | 100% | ||
kendewitt | 0 | 79,429,720,655 | 100% | ||
lichtblick | 0 | 89,681,697,580 | 100% | ||
wildchild | 0 | 54,029,860 | 100% | ||
warrensteem | 0 | 14,916,226,786 | 100% | ||
natali22 | 0 | 1,683,156,485 | 100% | ||
sinzzer | 0 | 3,615,307,021 | 100% | ||
konti | 0 | 7,704,545,591 | 100% | ||
phenom | 0 | 6,651,727,677 | 100% | ||
blueorgy | 0 | 233,077,228,477 | 100% | ||
calaber24p | 0 | 586,438,973,575 | 100% | ||
thylbom | 0 | 455,297,648,652 | 100% | ||
heimindanger | 0 | 17,681,792,483 | 100% | ||
eclipse0 | 0 | 2,384,985,000 | 100% | ||
geronimo | 0 | 7,169,015,454 | 100% | ||
bones | 0 | 3,077,488,789 | 100% | ||
bitcoiner | 0 | 12,367,282,315 | 100% | ||
tarindel | 0 | 4,885,816,861 | 100% | ||
beowulfoflegend | 0 | 47,135,893,561 | 100% | ||
ellamaeamor | 0 | 456,312,315 | 100% | ||
bola | 0 | 33,002,300,926 | 80% | ||
deanliu | 0 | 61,283,643,901 | 100% | ||
siol | 0 | 540,402,287 | 100% | ||
exyle | 0 | 121,236,795,460 | 100% | ||
sharker | 0 | 10,792,757,641 | 100% | ||
shredlord | 0 | 24,698,515,171 | 100% | ||
tokyodude | 0 | 5,581,457,206 | 100% | ||
james212 | 0 | 1,284,541,542,802 | 100% | ||
zaebars | 0 | 54,011,631,196 | 100% | ||
aleco | 0 | 3,316,837,026 | 100% | ||
seb | 0 | 124,070,642 | 100% | ||
positive | 0 | 7,040,686,545 | 36% | ||
raymonjohnstone | 0 | 4,091,320,543 | 100% | ||
lpfaust | 0 | 10,458,676,510 | 33% | ||
rfresh | 0 | 1,447,045,051 | 100% | ||
steemchain | 0 | 50,068,136 | 100% | ||
whalepool | 0 | 53,694,876 | 100% | ||
mondeja | 0 | 6,349,405,057 | 100% | ||
alsprinting | 0 | 46,480,278,918 | 100% | ||
moon32walker | 0 | 63,354,365,250 | 100% | ||
crypto.owl | 0 | 10,370,306,413 | 100% | ||
summonerrk | 0 | 12,548,963,168 | 99% | ||
sompitonov | 0 | 36,742,022,365 | 100% | ||
winstonwolfe | 0 | 65,079,602,060 | 100% | ||
krabgat | 0 | 26,718,483,453 | 100% | ||
kooshikoo | 0 | 19,129,117,879 | 100% | ||
eduardchd | 0 | 227,383,850 | 100% | ||
favorit | 0 | 10,332,308,488 | 100% | ||
claudiop63 | 0 | 52,592,400,029 | 100% | ||
webdeals | 0 | 14,775,113,160 | 100% | ||
ace108 | 0 | 2,368,976,031 | 8% | ||
trisnawati | 0 | 7,908,161,939 | 100% | ||
alex.chien | 0 | 947,579,509 | 100% | ||
brianphobos | 0 | 39,957,390,322 | 100% | ||
cronk | 0 | 129,910,058 | 100% | ||
royalmacro | 0 | 14,735,357,641 | 50% | ||
tygergamer | 0 | 8,417,160,870 | 100% | ||
nelu.ceban | 0 | 7,815,578,334 | 100% | ||
stef | 0 | 6,036,009,713 | 100% | ||
kibela | 0 | 1,628,953,200 | 100% | ||
smailer | 0 | 64,978,431,491 | 100% | ||
taz | 0 | 480,632,890 | 100% | ||
youngkim | 0 | 29,677,191,291 | 100% | ||
fabien | 0 | 306,320,257,756 | 100% | ||
bullionstackers | 0 | 2,828,473,598 | 7% | ||
originate | 0 | 254,467,075,476 | 100% | ||
dmilash | 0 | 10,539,988,746 | 100% | ||
krazy | 0 | 0 | 100% | ||
spinner | 0 | 2,590,774,098 | 100% | ||
jed78 | 0 | 12,088,727,684 | 100% | ||
ap2002 | 0 | 86,447,660 | 100% | ||
steemdrive | 0 | 87,437,794,276 | 100% | ||
gomeravibz | 0 | 44,338,439,484 | 100% | ||
proglobyte-m1 | 0 | 1,074,020,316 | 100% | ||
craigslist | 0 | 1,749,578,709 | 100% | ||
nekromarinist | 0 | 23,989,253,273 | 100% | ||
theprophet0 | 0 | 35,929,478,156 | 100% | ||
coinbar | 0 | 3,343,056,994 | 100% | ||
sykochica | 0 | 26,512,773,141 | 100% | ||
tingaling | 0 | 4,244,202,197 | 100% | ||
twinner | 0 | 761,078,987,334 | 100% | ||
ozchartart | 0 | 330,369,232,781 | 100% | ||
croatia | 0 | 3,411,420,250 | 100% | ||
handmade | 0 | 27,882,910,275 | 100% | ||
always1success | 0 | 2,896,230,328 | 100% | ||
transhuman | 0 | 4,734,310,436 | 100% | ||
laoyao | 0 | 30,082,385,324 | 100% | ||
kentdenns | 0 | 3,393,971,184 | 100% | ||
allpunk | 0 | 1,379,401,252 | 100% | ||
augur | 0 | 10,278,244,331 | 100% | ||
brendio | 0 | 9,091,573,611 | 100% | ||
asdes | 0 | 11,041,885,909 | 100% | ||
thisvsthis | 0 | 1,679,997,937,251 | 100% | ||
poeticsnake | 0 | 44,689,771,843 | 100% | ||
mama-steem | 0 | 1,627,355,449 | 100% | ||
denn | 0 | 10,110,130,002 | 100% | ||
achim86 | 0 | 397,597,788 | 1% | ||
ullikume | 0 | 7,589,038,841 | 100% | ||
elena000 | 0 | 248,747,467 | 100% | ||
marinaz | 0 | 1,824,626,403 | 100% | ||
andrew0 | 0 | 12,116,025,259 | 100% | ||
tommycoin | 0 | 135,180,933,298 | 100% | ||
kurtbeil | 0 | 86,356,434,813 | 100% | ||
orientaledu | 0 | 22,087,370,239 | 90% | ||
uuuhha | 0 | 14,028,690,037 | 100% | ||
romancs | 0 | 2,775,546,347 | 100% | ||
miketr | 0 | 6,667,146,596 | 100% | ||
steemleak | 0 | 4,712,623,909 | 100% | ||
kanabis420pm | 0 | 62,254,742 | 100% | ||
shiri | 0 | 819,102,458 | 100% | ||
zahar | 0 | 962,264,148 | 100% | ||
antfield | 0 | 21,032,900,002 | 100% | ||
d3nv3r | 0 | 3,949,325,214 | 100% | ||
luke490 | 0 | 0 | 100% | ||
jphamer1 | 0 | 16,286,569,377 | 100% | ||
ekitcho | 0 | 309,209,117,558 | 100% | ||
bigsambucca | 0 | 1,804,552,372 | 100% | ||
joele | 0 | 183,008,442,758 | 100% | ||
oflyhigh | 0 | 10,333,644,566 | 100% | ||
dims | 0 | 66,688,816 | 100% | ||
krishtopa | 0 | 96,751,280,215 | 100% | ||
bidnat | 0 | 2,636,004,677 | 100% | ||
future24 | 0 | 37,958,837,832 | 100% | ||
steemitqa | 0 | 7,843,787,865 | 100% | ||
oliverstoney | 0 | 1,318,882,610 | 100% | ||
villainblack | 0 | 12,644,042,815 | 100% | ||
goingpaper | 0 | 13,133,845,831 | 100% | ||
kpine | 0 | 61,746,903 | 100% | ||
numberone | 0 | 5,597,188,842 | 100% | ||
zakorus | 0 | 942,338,087 | 100% | ||
lordemau | 0 | 6,907,776,073 | 100% | ||
hanshotfirst | 0 | 111,010,034,554 | 100% | ||
stevescriber | 0 | 65,266,217 | 100% | ||
tommycordero | 0 | 5,421,659,692 | 100% | ||
stylezion | 0 | 61,069,390 | 100% | ||
zentat | 0 | 5,302,896,402 | 100% | ||
loli | 0 | 50,932,323 | 100% | ||
nano2nd | 0 | 50,373,415 | 100% | ||
thewhitewolf | 0 | 2,465,574,152 | 100% | ||
imarealboy777 | 0 | 1,768,783,905 | 100% | ||
djmaulerske | 0 | 61,916,219 | 100% | ||
ioc | 0 | 1,353,396,178,875 | 100% | ||
razberrijam | 0 | 466,464,191 | 100% | ||
gardoz32 | 0 | 20,932,584,114 | 100% | ||
blocho | 0 | 6,585,722,209 | 100% | ||
chinadaily | 0 | 10,260,371,095 | 100% | ||
pjheinz | 0 | 29,423,188,204 | 100% | ||
thecurator | 0 | 33,228,761,929 | 100% | ||
cryptoblu | 0 | 58,221,201 | 100% | ||
instructor | 0 | 59,333,624 | 100% | ||
virtualgrowth | 0 | 564,869,511 | 1% | ||
lemouth | 0 | 40,816,000,068 | 100% | ||
thegoldencookie | 0 | 9,783,741,031 | 100% | ||
dollarvigilante | 0 | 1,096,975,597,070 | 100% | ||
anotherjoe | 0 | 379,208,946,184 | 100% | ||
mata | 0 | 84,207,594,426 | 92% | ||
lamech-m | 0 | 4,150,348,957 | 100% | ||
serejandmyself | 0 | 267,274,152,275 | 100% | ||
pollina | 0 | 442,549,475 | 100% | ||
almerri | 0 | 16,242,905,008 | 100% | ||
mindfreak | 0 | 23,658,650,479 | 100% | ||
johnnyyash | 0 | 26,143,713,343 | 100% | ||
neptun | 0 | 580,608,115,092 | 100% | ||
jsantana | 0 | 8,923,721,356 | 100% | ||
steveo | 0 | 5,330,111,028 | 100% | ||
cryptomancer | 0 | 60,073,552,068 | 100% | ||
telos | 0 | 31,805,061,337 | 100% | ||
steevc | 0 | 13,968,962,684 | 100% | ||
vasilii | 0 | 67,546,775 | 100% | ||
jyp | 0 | 137,303,508,676 | 100% | ||
dark.sun | 0 | 178,835,057 | 100% | ||
mrlogic | 0 | 8,622,281,964 | 100% | ||
jimmco | 0 | 225,314,140,959 | 100% | ||
sweetsssj | 0 | 157,564,366,700 | 100% | ||
kamil5 | 0 | 1,305,935,468 | 100% | ||
garywilson | 0 | 8,260,298,351 | 100% | ||
andrewawerdna | 0 | 28,745,866,838 | 100% | ||
barrycooper | 0 | 154,569,410,349 | 100% | ||
badassbarbie | 0 | 1,817,827,650 | 100% | ||
matildapurse | 0 | 1,927,251,769 | 100% | ||
sethlinson | 0 | 3,484,022,643 | 100% | ||
hilarski | 0 | 89,842,250,039 | 100% | ||
anarcho-andrei | 0 | 25,431,002,822 | 100% | ||
roland.haynes | 0 | 1,687,382,905 | 100% | ||
kimal73 | 0 | 34,640,160,659 | 100% | ||
shadowspub | 0 | 13,518,351,391 | 100% | ||
therealpaul | 0 | 31,186,567,116 | 100% | ||
inchonbitcoin | 0 | 371,042,494,182 | 100% | ||
brandon-rosano | 0 | 1,586,859,968 | 100% | ||
pery | 0 | 9,749,607,532 | 100% | ||
steembriefing | 0 | 3,533,496,880 | 100% | ||
dajohns1420 | 0 | 2,413,975,536 | 100% | ||
silverbug2000 | 0 | 4,725,063,174 | 100% | ||
escapeamericanow | 0 | 6,346,280,333 | 100% | ||
rickmiller | 0 | 55,253,399 | 100% | ||
aaronsuncamacho | 0 | 114,226,896 | 100% | ||
sextant | 0 | 4,406,329,762 | 100% | ||
etcmike | 0 | 65,075,748,751 | 50% | ||
uri-bruck | 0 | 60,364,183 | 100% | ||
nulliusinverba | 0 | 2,578,804,998 | 100% | ||
runridefly | 0 | 3,245,541,899 | 24% | ||
krnel | 0 | 231,960,557,436 | 100% | ||
loganarchy | 0 | 11,946,673,194 | 100% | ||
jlufer | 0 | 1,172,505,328 | 100% | ||
charlie777pt | 0 | 1,404,997,927 | 100% | ||
quinneaker | 0 | 27,613,521,555 | 100% | ||
penguinpablo | 0 | 40,754,572,912 | 100% | ||
mikehere | 0 | 21,496,018,801 | 100% | ||
baracuda | 0 | 56,389,432 | 100% | ||
blockcodes | 0 | 3,143,488,451 | 100% | ||
cryptochart | 0 | 50,050,891 | 100% | ||
steemwatch | 0 | 50,612,605 | 100% | ||
nadin3 | 0 | 8,830,054,144 | 100% | ||
xanoxt | 0 | 24,225,481,823 | 100% | ||
davidjkelley | 0 | 2,431,024,515 | 100% | ||
team101 | 0 | 666,701,310 | 100% | ||
elduderino | 0 | 1,531,821,173 | 100% | ||
aggroed | 0 | 53,871,301,813 | 100% | ||
mxu111 | 0 | 3,901,574,090 | 100% | ||
victoriart | 0 | 13,716,668,767 | 100% | ||
canadian-coconut | 0 | 73,703,662,617 | 100% | ||
kosmatimuc | 0 | 55,660,383 | 100% | ||
l0k1 | 0 | 30,919,978,066 | 100% | ||
digital-wisdom | 0 | 18,763,125,786 | 100% | ||
getonthetrain | 0 | 54,785,325,398 | 100% | ||
ethical-ai | 0 | 5,896,745,198 | 100% | ||
dailybitcoinnews | 0 | 12,074,496,996 | 100% | ||
saramiller | 0 | 91,724,797,100 | 100% | ||
immortalfame | 0 | 12,500,899,788 | 100% | ||
titusfrost | 0 | 13,154,016,267 | 100% | ||
mmcrae | 0 | 91,071,430 | 100% | ||
everlove | 0 | 75,468,418,601 | 100% | ||
jwaser | 0 | 8,364,951,625 | 100% | ||
kotamdickson | 0 | 1,965,654,525 | 30% | ||
tatianka | 0 | 3,004,136,339 | 100% | ||
gardenofeden | 0 | 73,848,699,636 | 100% | ||
oldstone | 0 | 23,413,529,443 | 100% | ||
maks | 0 | 50,993,167 | 100% | ||
debmund | 0 | 846,738,844 | 100% | ||
doitvoluntarily | 0 | 91,748,478,780 | 100% | ||
tfeldman | 0 | 8,469,681,739 | 100% | ||
thecyclist | 0 | 494,649,106,087 | 100% | ||
zettar | 0 | 1,863,423,186 | 100% | ||
kyusho | 0 | 16,675,487,007 | 100% | ||
betamusic | 0 | 10,076,744,495 | 50% | ||
smisi | 0 | 1,669,111,211 | 100% | ||
bluehorseshoe | 0 | 19,073,820,979 | 100% | ||
lighter | 0 | 496,793,722 | 100% | ||
rada | 0 | 2,973,623,028 | 100% | ||
thebeachedwhale | 0 | 2,773,503,800 | 100% | ||
maarnio | 0 | 4,188,778,438 | 100% | ||
the-ego-is-you | 0 | 2,322,133,642 | 100% | ||
dubi | 0 | 103,852,483,559 | 100% | ||
elena-singer | 0 | 3,563,067,049 | 100% | ||
anahilarski | 0 | 46,080,489,092 | 100% | ||
bwaser | 0 | 2,977,303,926 | 100% | ||
snoopdog | 0 | 1,004,795,225 | 100% | ||
renzoarg | 0 | 38,936,637,810 | 100% | ||
dexter-k | 0 | 49,085,234,250 | 100% | ||
steemboost | 0 | 1,744,750,229 | 100% | ||
jsg | 0 | 105,180,904,752 | 100% | ||
ct-gurus | 0 | 211,718,344 | 100% | ||
rucoin | 0 | 5,236,208,080 | 72% | ||
geke | 0 | 38,240,109,944 | 100% | ||
sci | 0 | 1,092,891,910 | 100% | ||
bones261 | 0 | 316,821,789 | 100% | ||
charlieshrem | 0 | 1,741,317,121,214 | 100% | ||
steemplay | 0 | 50,511,044 | 100% | ||
tracemayer | 0 | 13,828,730,083 | 100% | ||
littlescribe | 0 | 5,935,954,655 | 100% | ||
justforfun | 0 | 50,762,376 | 100% | ||
bones555 | 0 | 601,221,287 | 100% | ||
steemafon | 0 | 1,432,024,727 | 100% | ||
burnin | 0 | 38,227,302,368 | 100% | ||
bitcoinparadise | 0 | 5,103,475,453 | 100% | ||
anton333 | 0 | 8,371,043,162 | 100% | ||
ballinconscious | 0 | 35,259,950,540 | 100% | ||
heroic15397 | 0 | 5,874,191,030 | 100% | ||
funnyman | 0 | 25,538,311,951 | 100% | ||
zodiac | 0 | 212,640,844 | 100% | ||
portuguesinha | 0 | 1,289,523,892 | 100% | ||
inphiknit | 0 | 5,704,614,788 | 89% | ||
ksc | 0 | 103,444,474,235 | 100% | ||
iampluto | 0 | 65,458,742 | 100% | ||
nelyp | 0 | 13,576,771,581 | 100% | ||
dirkzett | 0 | 1,851,696,625 | 100% | ||
anomaly | 0 | 12,830,965,632 | 100% | ||
ellepdub | 0 | 2,746,509,906 | 100% | ||
jack8831 | 0 | 81,199,375,943 | 100% | ||
yangyang | 0 | 30,236,047,968 | 100% | ||
inarix03 | 0 | 50,153,403 | 100% | ||
bitcoiner1 | 0 | 383,043,310 | 100% | ||
olezoom | 0 | 69,193,100 | 100% | ||
zorrro | 0 | 50,327,438 | 100% | ||
arama | 0 | 780,923,636,218 | 100% | ||
ekaterinka | 0 | 2,738,945,879 | 100% | ||
herpetologyguy | 0 | 46,297,143,371 | 100% | ||
everittdmickey | 0 | 38,355,916,759 | 100% | ||
aurovine | 0 | 403,050,281 | 100% | ||
develcuy | 0 | 5,898,130,479 | 100% | ||
lllchoselll | 0 | 2,161,010,144 | 100% | ||
lajulius | 0 | 3,513,103,856 | 100% | ||
stir | 0 | 81,416,701 | 100% | ||
morgan.waser | 0 | 5,370,132,248 | 100% | ||
borishaifa | 0 | 7,687,868,872 | 100% | ||
kiwiscanfly | 0 | 7,077,081,048 | 100% | ||
mapalatv | 0 | 2,420,299,232 | 100% | ||
cupang | 0 | 13,014,979,924 | 100% | ||
koskl | 0 | 13,572,251,865 | 100% | ||
thefinanceguy | 0 | 6,812,203,277 | 100% | ||
teemsteem | 0 | 50,094,087 | 100% | ||
thegame | 0 | 1,656,577,887 | 100% | ||
lloyddavis | 0 | 10,852,840,800 | 100% | ||
donchate | 0 | 6,669,109,826 | 100% | ||
haphazard-hstead | 0 | 8,464,508,036 | 100% | ||
fortinbuff | 0 | 14,824,441,082 | 100% | ||
danilamarilu | 0 | 6,264,534,003 | 100% | ||
timbot606 | 0 | 12,633,957,489 | 100% | ||
natord | 0 | 17,310,537,625 | 100% | ||
dodders007 | 0 | 4,979,644,394 | 100% | ||
remlaps1 | 0 | 1,381,317,621 | 100% | ||
saiku | 0 | 5,596,778,370 | 100% | ||
luzcypher | 0 | 48,705,513,557 | 100% | ||
awesomenyl | 0 | 18,813,513,697 | 50% | ||
strong-ai | 0 | 5,872,923,774 | 100% | ||
ninjapainter | 0 | 50,942,818 | 100% | ||
i-spec | 0 | 1,146,341,138 | 100% | ||
grisha-danunaher | 0 | 13,855,161,373 | 100% | ||
steemitawards | 0 | 673,640,626 | 100% | ||
steemawards | 0 | 1,090,656,243 | 100% | ||
steemint | 0 | 4,565,278,081 | 100% | ||
killbis | 0 | 5,407,129,367 | 100% | ||
siniceku | 0 | 1,623,510,575 | 100% | ||
cebymaster | 0 | 6,598,648,674 | 100% | ||
dhrms | 0 | 259,912,446 | 100% | ||
htyfn | 0 | 3,458,313,965 | 100% | ||
anasz | 0 | 12,161,333,259 | 100% | ||
rusteemitblog | 0 | 7,662,494,748 | 100% | ||
p0o | 0 | -20,361,237,650 | -100% | ||
before | 0 | 1,402,666,515 | 100% | ||
dianargenti | 0 | 3,476,713,348 | 100% | ||
pinc | 0 | 103,146,287 | 100% | ||
jimitations | 0 | 17,181,127,086 | 100% | ||
dealzgal | 0 | 55,608,257 | 100% | ||
awakeningartist | 0 | 5,541,227,788 | 100% | ||
storage | 0 | 59,758,404 | 100% | ||
lydon.sipe | 0 | 3,477,241,571 | 100% | ||
aldentan | 0 | 28,274,151,858 | 100% | ||
blackmarket | 0 | 52,079,525 | 100% | ||
gifts | 0 | 52,520,837 | 100% | ||
vannour | 0 | 7,606,506,979 | 100% | ||
mitchelljaworski | 0 | 5,106,831,995 | 100% | ||
expat | 0 | 88,613,413 | 100% | ||
steemtrail | 0 | 1,392,524,746 | 100% | ||
hendrikdegrote | 0 | 10,176,205,267,441 | 100% | ||
simonjay | 0 | 3,327,492,290 | 100% | ||
rgeddes | 0 | 95,479,530,220 | 100% | ||
marel | 0 | 2,061,026,875 | 100% | ||
tanyabm | 0 | 3,087,759,104 | 100% | ||
steemlift | 0 | 4,108,879,075 | 100% | ||
toddemaher1 | 0 | 189,766,909 | 100% | ||
milank | 0 | 3,751,906,390 | 100% | ||
marialin | 0 | 1,157,006,765 | 100% | ||
steemsports | 0 | 219,929,838,416 | 36% | ||
slider2990 | 0 | 30,210,894,103 | 100% | ||
tomino | 0 | 131,070,094,965 | 100% | ||
frankches | 0 | 3,466,425,228 | 100% | ||
curiesea | 0 | 1,843,980,109 | 100% | ||
intan | 0 | 1,801,684,214 | 100% | ||
aurorax | 0 | 1,097,871,054 | 100% | ||
graviton | 0 | 4,342,932,255 | 100% | ||
kachinhenry | 0 | 37,753,179,413 | 100% | ||
papergirl | 0 | 4,511,843,688 | 100% | ||
sanghkaang | 0 | 17,188,584,332 | 100% | ||
leon43257 | 0 | 1,384,719,874 | 80% | ||
stray | 0 | 12,719,715,167 | 100% | ||
promx | 0 | 141,603,550 | 100% | ||
sochul | 0 | 400,839,455,633 | 100% | ||
creat | 0 | 1,000,564,284 | 100% | ||
very | 0 | 99,530,670,054 | 100% | ||
goodgirl | 0 | 224,446,096 | 100% | ||
icorating | 0 | 1,256,906,340 | 100% | ||
unityofmulti | 0 | 1,280,181,473 | 100% | ||
thejohalfiles | 0 | 127,376,081,870 | 8% | ||
dongu | 0 | 159,422,562,513 | 100% | ||
voronenka | 0 | 1,855,751,829 | 100% | ||
opmac | 0 | 6,413,413,098 | 100% | ||
snooway | 0 | 12,200,557,696 | 100% | ||
mokluc | 0 | 20,529,721,239 | 100% | ||
lafilip | 0 | 509,685,104 | 100% | ||
ianboil | 0 | 1,422,248,703 | 100% | ||
doctor.mimaid | 0 | 1,314,639,056 | 100% | ||
dtopmark | 0 | 145,524,084 | 100% | ||
dragosroua | 0 | 49,984,964,087 | 100% | ||
gif-art | 0 | 109,604,954 | 100% | ||
bo-1 | 0 | 133,924,676 | 100% | ||
dropahead | 0 | 55,314,511 | 100% | ||
voterinterstpool | 0 | 136,253,017 | 100% | ||
knittybynature | 0 | 926,561,371 | 100% | ||
max-max | 0 | 4,520,129,456 | 100% | ||
raluca | 0 | 109,705,266 | 100% | ||
hitheryon | 0 | 62,141,439,130 | 100% | ||
dhumphrey | 0 | 8,188,053,456 | 100% | ||
steemaccess | 0 | 220,220,207,948 | 100% | ||
betonit | 0 | 267,960,986 | 100% | ||
onephoto | 0 | 135,044,691 | 100% | ||
jejujinfarm | 0 | 246,109,966,145 | 100% | ||
astrologybits | 0 | 347,504,342 | 100% | ||
landmine | 0 | 23,410,707,005 | 100% | ||
steemland.com | 0 | 1,189,411,220 | 100% | ||
voronoi | 0 | 75,057,476,619 | 100% | ||
aunt-deb | 0 | 1,139,606,975 | 100% | ||
adelja | 0 | 212,928,257 | 100% | ||
joanaltres | 0 | 6,047,820,641 | 100% | ||
streetartgallery | 0 | 2,872,850,434 | 100% | ||
selwi | 0 | 119,844,212 | 100% | ||
bosrad | 0 | 319,859,687 | 100% | ||
maxse | 0 | 3,050,344,712 | 100% | ||
cathynsons | 0 | 128,717,307 | 100% | ||
stevebj | 0 | 85,010,475 | 100% | ||
bradenford | 0 | 1,613,542,634 | 100% | ||
business-trail | 0 | 154,714,643 | 100% | ||
chaewon | 0 | 119,382,808 | 100% | ||
catto000 | 0 | 4,363,773,213 | 100% | ||
siberianshamen | 0 | 235,679,600 | 100% | ||
mielediborgo | 0 | 2,882,168,545 | 100% | ||
steemvoter | 0 | 7,331,135,728 | 100% | ||
steemitfaucet | 0 | 2,240,951,537 | 100% | ||
trans-juanmi | 0 | 6,916,200,687 | 100% | ||
johnathanhenry | 0 | 65,162,929 | 76% | ||
zefa | 0 | 69,516,597,839 | 100% | ||
bitcoiner10 | 0 | 296,723,923 | 100% | ||
bitcoiner11 | 0 | 161,689,211 | 100% | ||
nikflossus | 0 | 9,094,649,585 | 100% | ||
breezin | 0 | 1,057,526,752 | 100% | ||
doodleman | 0 | 4,520,849,931 | 100% | ||
pozitivityspace | 0 | 590,918,996 | 100% | ||
countryfolk1 | 0 | 418,137,759 | 100% | ||
donald.kim | 0 | 576,820,256 | 100% | ||
steemhairsalon | 0 | 576,734,492 | 100% | ||
bitcoiner12 | 0 | 82,565,798 | 100% | ||
bitcoiner21 | 0 | 174,644,197 | 100% | ||
gutzofter | 0 | 3,772,715,993 | 100% | ||
bitcoiner13 | 0 | 56,202,875 | 100% | ||
bitcoiner14 | 0 | 54,037,756 | 100% | ||
bitcoiner15 | 0 | 54,033,828 | 100% | ||
bitcoiner16 | 0 | 57,406,432 | 100% | ||
bitcoiner22 | 0 | 81,621,827 | 100% | ||
bitcoiner23 | 0 | 55,450,065 | 100% | ||
batanamatampuhin | 0 | 2,464,722,457 | 50% | ||
glyuk | 0 | 1,126,149,758 | 100% | ||
godzilla | 0 | 481,673,603 | 100% | ||
bitcoiner41 | 0 | 61,458,760 | 100% | ||
bitcoiner100 | 0 | 356,026,760 | 100% | ||
bitcoiner61 | 0 | 299,337,604 | 100% | ||
bitcoiner62 | 0 | 244,972,304 | 100% | ||
bitcoiner63 | 0 | 150,967,767 | 100% | ||
bitcoiner64 | 0 | 77,237,123 | 100% | ||
hopehuggs | 0 | 4,649,702,627 | 100% | ||
technovedanta | 0 | 2,177,618,109 | 100% | ||
bitcoiner65 | 0 | 65,608,359 | 100% | ||
vratnik | 0 | 583,998,309 | 100% | ||
steem-myanmar | 0 | 648,761,641 | 100% | ||
homosapiens | 0 | 31,217,201,230 | 100% | ||
kevinturnbull | 0 | 590,564,137 | 100% | ||
steemtg | 0 | 1,520,933,741 | 100% | ||
bitcoiner66 | 0 | 57,360,619 | 100% | ||
bitcoiner67 | 0 | 54,728,691 | 100% | ||
bitcoiner68 | 0 | 60,244,259 | 100% | ||
goldsteem | 0 | 30,566,065,616 | 100% | ||
spbesner | 0 | 1,517,443,270 | 100% | ||
steemithairshop | 0 | 551,957,950 | 100% | ||
blackchen | 0 | 95,400,291,214 | 100% | ||
steemseoul | 0 | 551,569,360 | 100% | ||
steemsamsung | 0 | 551,172,741 | 100% | ||
teamhumble | 0 | 714,426,889 | 100% | ||
bitcoiner-61 | 0 | 556,320,214 | 100% | ||
bitcoiner-100 | 0 | 269,180,500 | 100% | ||
bitcoiner-41 | 0 | 74,410,264 | 100% | ||
besuchers | 0 | 581,059,570 | 100% | ||
bitcoiner-62 | 0 | 403,723,717 | 100% | ||
bitcoiner-63 | 0 | 258,897,619 | 100% | ||
bitcoiner-64 | 0 | 178,778,905 | 100% | ||
bitcoiner-21 | 0 | 279,991,524 | 100% | ||
bitcoiner-22 | 0 | 78,987,263 | 100% | ||
bitcoiner-81 | 0 | 148,796,984 | 100% | ||
bitcoiner-1 | 0 | 352,404,086 | 100% | ||
sophiamanimen | 0 | 846,192,216 | 100% | ||
bitcoiner-65 | 0 | 63,925,701 | 100% | ||
bitcoiner-42 | 0 | 55,393,624 | 100% | ||
bitcoiner-10 | 0 | 174,707,710 | 100% | ||
bitcoiner-11 | 0 | 66,201,936 | 100% | ||
bitcoiner-82 | 0 | 54,473,908 | 100% | ||
rappiro | 0 | 3,031,005,897 | 100% | ||
nantic99 | 0 | 574,933,704 | 100% | ||
mistertechguy01 | 0 | 572,882,515 | 100% | ||
bottymcbotface | 0 | 308,435,353 | 100% | ||
detshiva | 0 | 228,058,680 | 100% | ||
kaneyung | 0 | 272,296,858 | 80% | ||
amysadai | 0 | 566,726,636 | 100% | ||
poti | 0 | 476,233,743 | 100% | ||
friendly | 0 | 1,157,606,366 | 100% | ||
walterjay | 0 | 5,021,345,648 | 100% | ||
beomelda | 0 | 180,267,351 | 80% | ||
anet | 0 | 559,608,517 | 100% | ||
ryouji | 0 | 548,084,864 | 100% | ||
revan86 | 0 | 558,814,757 | 100% | ||
paradise | 0 | 558,073,438 | 100% | ||
moly172 | 0 | 557,293,384 | 100% | ||
walhallo | 0 | 433,479,315 | 100% | ||
walhallo777 | 0 | 555,612,945 | 100% | ||
sandra16 | 0 | 86,797,853 | 100% | ||
naguatma | 0 | 735,882,835 | 100% | ||
sekaiforge | 0 | 546,360,178 | 100% | ||
shlikanov | 0 | 464,734,058 | 100% | ||
meysam | 0 | 460,046,273 | 100% | ||
dddcoinz | 0 | 343,070,163 | 100% | ||
tellall | 0 | 0 | 100% | ||
dnjsgkr11 | 0 | 0 | 100% | ||
theinformed1 | 0 | 0 | 100% | ||
ronaldsteemit89 | 0 | 0 | 100% |
> our system only has access to your private key when your browser makes a request - the caps URL itself has the key in an encrypted format. I don't like if my browser need to send out my private key to a server (no matter "encrypted" or not). Why not sign transactions on the client side?
author | abit |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t190628084z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 19:06:27 |
last_update | 2016-11-19 19:06:27 |
depth | 1 |
children | 1 |
last_payout | 2016-12-20 17:41:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.058 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 290 |
author_reputation | 141,171,499,037,785 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,803,368 |
net_rshares | 2,238,517,509,403 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,890,564,911,413 | 100% | ||
demotruk | 0 | 345,743,513,729 | 100% | ||
deanliu | 0 | 2,209,084,261 | 1% |
I was saying to Charlie that he should mention this in the post as someone would definitely bring it up. Put simply: you're right, there's no need to have to encrypt the message serverside and it should be in the browser. The only reason it isn't that way already is due to complexity of implementing it in javascript - but that's coming. For now you can either trust us (and remember, it's only your posting key used) or simply not use the service until browserside crypto is in place.
author | garethnelsonuk |
---|---|
permlink | re-abit-re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161120t055815990z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-20 05:58:15 |
last_update | 2016-11-20 05:58:15 |
depth | 2 |
children | 0 |
last_payout | 2016-12-20 17:41:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 7.188 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 488 |
author_reputation | 9,564,384,386,809 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,806,004 |
net_rshares | 28,419,042,418,571 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 28,419,042,418,571 | 100% |
thank you for the information
author | akaninyene-etuk |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t172248522z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 17:23:03 |
last_update | 2016-11-19 17:23:03 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 29 |
author_reputation | 210,631,168,881 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,789 |
net_rshares | 271,870,612 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
akaninyene-etuk | 0 | 665,141,095 | 100% | ||
cheetah20 | 0 | -94,145,132 | -100% | ||
cheetah18 | 0 | -93,142,429 | -100% | ||
cheetah19 | 0 | -113,412,792 | -100% | ||
cheetah21 | 0 | -92,570,130 | -100% |
This. Is. **FANTASTIC**. I've mentioned the need for direct messaging on the Steem blockchain several times over the last few months, and I am supremely pleased to see folks with the technical know-how to implement it developing such a system. Hopefully you guys or others can find a way to integrate this system into a UI, either here at Steemit.com or the others that I know are forthcoming. Keep up the good work!
author | anarcho-andrei |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t165303700z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 16:52:57 |
last_update | 2016-11-19 16:52:57 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 421 |
author_reputation | 27,098,621,645,365 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,594 |
net_rshares | 0 |
Nice, can't wait for this feature.
author | bola |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t155226476z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:52:21 |
last_update | 2016-11-19 15:52:21 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 34 |
author_reputation | 51,245,914,991,562 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,289 |
net_rshares | 0 |
Great Job!!! I am very excited to try this out!
author | brandon-rosano |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161120t023612900z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-20 02:36:12 |
last_update | 2016-11-20 02:36:12 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 47 |
author_reputation | 3,806,947,480,473 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,805,349 |
net_rshares | 0 |
Sent test message yesterday, did you receive? Looking forward to this tonight: https://www.eventbrite.com/e/coindesk-presents-on-tap-with-charlie-shrem-tickets-28894952581
author | danielwinters |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161122t163225576z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://www.eventbrite.com/e/coindesk-presents-on-tap-with-charlie-shrem-tickets-28894952581"]} |
created | 2016-11-22 16:32:27 |
last_update | 2016-11-22 16:32:27 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 173 |
author_reputation | 57,159,633,593 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,823,446 |
net_rshares | 156,917,639 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
danielwinters | 0 | 156,917,639 | 100% |
this is fan-flipping-tastic!
author | doitvoluntarily |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t180033291z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 18:00:33 |
last_update | 2016-11-19 18:00:33 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 28 |
author_reputation | 1,412,689,148,080,496 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,803,015 |
net_rshares | 0 |
Hi Charlie. That is a really cool Feature! I have been waiting for a way to send messages to other users. I have sent you a test message. I hope it arrived.
author | exyle |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t152655830z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:26:57 |
last_update | 2016-11-19 15:27:45 |
depth | 1 |
children | 2 |
last_payout | 2016-12-20 17:41: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 | 156 |
author_reputation | 1,231,514,672,678,036 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,150 |
net_rshares | 0 |
Cool!
author | charlieshrem |
---|---|
permlink | re-exyle-re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t152836787z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:28:36 |
last_update | 2016-11-19 15:28:36 |
depth | 2 |
children | 1 |
last_payout | 2016-12-20 17:41: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 | 5 |
author_reputation | 163,581,911,573,028 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,162 |
net_rshares | 0 |
I think it went better this time. I used my public posting key the first time but I needed to use my private posting key.
author | exyle |
---|---|
permlink | re-charlieshrem-re-exyle-re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t153416085z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:34:15 |
last_update | 2016-11-19 15:34:15 |
depth | 3 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 121 |
author_reputation | 1,231,514,672,678,036 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,194 |
net_rshares | 0 |
Quiero saber algo, esto afectara en algo a Steemit Chat? "I want to know something, will this affect something to Steemit Chat?"
author | frankches |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t153904515z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:39:42 |
last_update | 2016-11-19 15:39:42 |
depth | 1 |
children | 1 |
last_payout | 2016-12-20 17:41: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 | 128 |
author_reputation | 166,483,570,512,795 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,231 |
net_rshares | 0 |
No creo. Quizas lo que mas afecte sea que menos personas usen el steemit.chat si mas personas deciden usar este nuevo que se esta proponiendo, pero no es un reemplazo y las aplicaciones segun entiendo son diferentes. Esta mensajeria se supone esta montada en la misma cadena que corre la plataforma Steemit, en Steem. Pero el steemit.chat segun entiendo es una aplicacion aparte.
author | tommycordero |
---|---|
permlink | re-frankches-re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t163744814z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 16:37:45 |
last_update | 2016-11-19 16:37:45 |
depth | 2 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 379 |
author_reputation | 22,062,117,674,135 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,498 |
net_rshares | 3,538,642,420 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
frankches | 0 | 3,538,642,420 | 100% |
Thanks for the info ? This is great !!! I signed up for your news !
author | glyuk |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t195002951z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 19:51:03 |
last_update | 2016-11-19 19:52:57 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 68 |
author_reputation | 2,252,139,710,587 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,803,596 |
net_rshares | 0 |
Boom Bip!
author | gutzofter |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t173842254z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 17:38:42 |
last_update | 2016-11-19 17:38:42 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 9 |
author_reputation | 7,621,537,677,018 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,887 |
net_rshares | 0 |
what happened, the site does not seem to work
author | heremonium |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20180113t002046482z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-13 00:20:45 |
last_update | 2018-01-13 00:20:45 |
depth | 1 |
children | 0 |
last_payout | 2018-01-20 00:20: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 | 45 |
author_reputation | 3,853,612,979,615 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,116,374 |
net_rshares | 0 |
Very nice! We need to discuss implementing in our steemtrail websites.
author | instructor2121 |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t152248683z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:23:09 |
last_update | 2016-11-19 15:23:09 |
depth | 1 |
children | 3 |
last_payout | 2016-12-20 17:41:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.392 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 41,767,771,464,358 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,133 |
net_rshares | 6,671,322,975,007 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 236,266,538,693 | 100% | ||
hello | 0 | 63,792,202,386 | 100% | ||
world | 0 | 23,966,843,809 | 100% | ||
fufubar1 | 0 | 34,852,635,085 | 100% | ||
xeroc | 0 | 335,280,232,755 | 100% | ||
pairmike | 0 | 28,155,682,703 | 100% | ||
acidsun | 0 | 65,945,244,558 | 100% | ||
ervin-lemark | 0 | 8,119,791,211 | 100% | ||
instructor2121 | 0 | 41,463,793,086 | 100% | ||
cryptoctopus | 0 | 481,835,917,847 | 100% | ||
steve-walschot | 0 | 74,834,519,821 | 100% | ||
blakemiles84 | 0 | 70,069,711,593 | 100% | ||
drinkzya | 0 | 19,439,265,341 | 100% | ||
hisnameisolllie | 0 | 142,189,098,426 | 100% | ||
pangur-ban | 0 | 1,939,793,870 | 100% | ||
ratel | 0 | 30,589,333,811 | 100% | ||
thecryptodrive | 0 | 70,438,370,856 | 100% | ||
michaelx | 0 | 6,853,395,414 | 100% | ||
albertogm | 0 | 11,715,155,655 | 100% | ||
crok | 0 | 5,040,959,068 | 100% | ||
christoph3 | 0 | 7,544,323,031 | 100% | ||
cryptoiskey | 0 | 45,012,177,971 | 100% | ||
mrhankeh | 0 | 111,990,807 | 100% | ||
clement | 0 | 28,028,164,980 | 100% | ||
venuspcs | 0 | 83,145,980,453 | 100% | ||
lehard | 0 | 54,675,504,431 | 100% | ||
picokernel | 0 | 113,759,792,474 | 100% | ||
on0tole | 0 | 6,011,263,025 | 100% | ||
anasya | 0 | 33,741,466,715 | 100% | ||
kovatelj | 0 | 212,627,074 | 100% | ||
adrehajiuh | 0 | 228,792,750 | 100% | ||
rolik | 0 | 1,521,867,113 | 100% | ||
demyan7 | 0 | 849,732,409 | 100% | ||
ausbitbank | 0 | 39,612,223,544 | 100% | ||
vl248 | 0 | 15,894,888,348 | 100% | ||
sairji | 0 | 184,851,439 | 100% | ||
dicov | 0 | 1,114,329,091 | 100% | ||
steem1653 | 0 | 3,181,797,295 | 100% | ||
losos | 0 | 1,304,631,222 | 100% | ||
sveokla | 0 | 7,160,104,407 | 100% | ||
marinabogumil | 0 | 7,387,020,878 | 100% | ||
snowden | 0 | 70,359,927 | 100% | ||
anmuravjev | 0 | 5,753,453,024 | 100% | ||
rishaaa | 0 | 219,186,749 | 100% | ||
jaycobbell | 0 | 6,712,592,368 | 100% | ||
condra | 0 | 48,303,197,840 | 100% | ||
raymondspeaks | 0 | 3,165,588,565 | 100% | ||
kell234 | 0 | 2,724,225,008 | 100% | ||
hyiparena | 0 | 6,609,994,806 | 100% | ||
krystle | 0 | 12,677,688,933 | 100% | ||
wildchild | 0 | 54,029,860 | 100% | ||
warrensteem | 0 | 14,513,085,522 | 100% | ||
konti | 0 | 7,704,545,591 | 100% | ||
phenom | 0 | 6,651,737,049 | 100% | ||
bitcoiner | 0 | 12,367,282,315 | 100% | ||
sharker | 0 | 10,792,757,641 | 100% | ||
zaebars | 0 | 54,011,631,196 | 100% | ||
steemchain | 0 | 50,068,136 | 100% | ||
crypto.owl | 0 | 10,370,306,413 | 100% | ||
kooshikoo | 0 | 19,129,117,879 | 100% | ||
claudiop63 | 0 | 52,592,400,029 | 100% | ||
tygergamer | 0 | 8,417,160,870 | 100% | ||
kibela | 0 | 1,628,953,200 | 100% | ||
smailer | 0 | 64,978,431,491 | 100% | ||
dmilash | 0 | 10,539,988,746 | 100% | ||
jed78 | 0 | 11,820,089,291 | 100% | ||
steemdrive | 0 | 87,439,870,177 | 100% | ||
gomeravibz | 0 | 44,338,439,484 | 100% | ||
nekromarinist | 0 | 23,989,253,273 | 100% | ||
theprophet0 | 0 | 35,053,149,421 | 100% | ||
always1success | 0 | 2,896,230,328 | 100% | ||
brendio | 0 | 9,091,586,107 | 100% | ||
asdes | 0 | 11,041,885,909 | 100% | ||
mama-steem | 0 | 1,627,355,449 | 100% | ||
marinaz | 0 | 1,824,626,403 | 100% | ||
uuuhha | 0 | 14,028,690,037 | 100% | ||
romancs | 0 | 2,775,546,347 | 100% | ||
steemleak | 0 | 4,712,623,909 | 100% | ||
shiri | 0 | 799,600,019 | 100% | ||
bigsambucca | 0 | 1,749,868,966 | 100% | ||
dims | 0 | 66,688,816 | 100% | ||
krishtopa | 0 | 96,751,280,215 | 100% | ||
villainblack | 0 | 12,644,042,815 | 100% | ||
numberone | 0 | 5,597,188,842 | 100% | ||
stevescriber | 0 | 65,266,217 | 100% | ||
nano2nd | 0 | 50,373,415 | 100% | ||
cryptoblu | 0 | 58,221,201 | 100% | ||
instructor | 0 | 59,333,624 | 100% | ||
dollarvigilante | 0 | 1,073,128,301,481 | 100% | ||
serejandmyself | 0 | 267,274,152,275 | 100% | ||
pollina | 0 | 442,549,475 | 100% | ||
dark.sun | 0 | 174,128,871 | 100% | ||
mrlogic | 0 | 8,622,281,964 | 100% | ||
kamil5 | 0 | 1,305,935,468 | 100% | ||
garywilson | 0 | 8,063,624,581 | 100% | ||
barrycooper | 0 | 154,569,410,349 | 100% | ||
sethlinson | 0 | 3,484,027,329 | 100% | ||
hilarski | 0 | 89,842,250,039 | 100% | ||
shadowspub | 0 | 13,518,351,391 | 100% | ||
rickmiller | 0 | 55,253,399 | 100% | ||
nulliusinverba | 0 | 2,578,808,568 | 100% | ||
mikehere | 0 | 21,496,018,801 | 100% | ||
cryptochart | 0 | 50,050,891 | 100% | ||
nadin3 | 0 | 8,597,684,298 | 100% | ||
xanoxt | 0 | 24,225,481,823 | 100% | ||
victoriart | 0 | 13,716,668,767 | 100% | ||
l0k1 | 0 | 30,919,978,066 | 100% | ||
tatianka | 0 | 3,004,136,339 | 100% | ||
maks | 0 | 50,993,167 | 100% | ||
debmund | 0 | 846,738,844 | 100% | ||
zettar | 0 | 1,863,423,186 | 100% | ||
elena-singer | 0 | 3,563,067,049 | 100% | ||
dexter-k | 0 | 49,085,234,250 | 100% | ||
ct-gurus | 0 | 211,718,344 | 100% | ||
sci | 0 | 1,092,891,910 | 100% | ||
charlieshrem | 0 | 1,741,376,031,068 | 100% | ||
steemplay | 0 | 50,511,044 | 100% | ||
tracemayer | 0 | 13,828,749,719 | 100% | ||
littlescribe | 0 | 5,935,954,655 | 100% | ||
justforfun | 0 | 50,762,376 | 100% | ||
steemafon | 0 | 1,432,024,727 | 100% | ||
anton333 | 0 | 8,371,043,162 | 100% | ||
zodiac | 0 | 212,640,844 | 100% | ||
inarix03 | 0 | 50,153,403 | 100% | ||
ekaterinka | 0 | 2,738,945,879 | 100% | ||
develcuy | 0 | 5,898,130,479 | 100% | ||
lajulius | 0 | 3,403,319,360 | 100% | ||
borishaifa | 0 | 7,687,868,872 | 100% | ||
mapalatv | 0 | 2,420,299,232 | 100% | ||
teemsteem | 0 | 50,094,087 | 100% | ||
lloyddavis | 0 | 10,852,840,800 | 100% | ||
haphazard-hstead | 0 | 8,464,508,036 | 100% | ||
luzcypher | 0 | 48,705,513,557 | 100% | ||
ninjapainter | 0 | 50,942,818 | 100% | ||
i-spec | 0 | 1,146,341,138 | 100% | ||
grisha-danunaher | 0 | 13,855,161,373 | 100% | ||
dhrms | 0 | 259,912,446 | 100% | ||
htyfn | 0 | 3,458,313,965 | 100% | ||
rusteemitblog | 0 | 7,662,494,748 | 100% | ||
dealzgal | 0 | 55,608,257 | 100% | ||
storage | 0 | 59,758,404 | 100% | ||
blackmarket | 0 | 52,079,525 | 100% | ||
gifts | 0 | 52,520,837 | 100% | ||
expat | 0 | 88,613,413 | 100% | ||
steemtrail | 0 | 1,392,524,746 | 100% | ||
marel | 0 | 2,061,026,875 | 100% | ||
steemlift | 0 | 4,108,879,075 | 100% | ||
toddemaher1 | 0 | 189,766,909 | 100% | ||
marialin | 0 | 1,157,006,765 | 100% | ||
icorating | 0 | 1,256,906,340 | 100% | ||
voronenka | 0 | 1,855,751,829 | 100% | ||
ianboil | 0 | 1,422,250,265 | 100% | ||
dragosroua | 0 | 49,984,964,087 | 100% | ||
gif-art | 0 | 109,604,954 | 100% | ||
dropahead | 0 | 55,314,511 | 100% | ||
max-max | 0 | 4,520,129,456 | 100% | ||
raluca | 0 | 106,962,634 | 100% | ||
astrologybits | 0 | 347,504,342 | 100% | ||
business-trail | 0 | 154,714,643 | 100% | ||
kaneyung | 0 | 329,025,370 | 100% | ||
beomelda | 0 | 225,334,189 | 100% |
Sounds good!
author | charlieshrem |
---|---|
permlink | re-instructor2121-re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t154544011z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:45:45 |
last_update | 2016-11-19 15:45:45 |
depth | 2 |
children | 2 |
last_payout | 2016-12-20 17:41: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 | 12 |
author_reputation | 163,581,911,573,028 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,256 |
net_rshares | 53,962,134,659 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
proctologic | 0 | 50,932,962,020 | 100% | ||
dobermansden | 0 | 204,588,837 | 100% | ||
badman | 0 | 228,842,927 | 100% | ||
sunnyd | 0 | 345,414,498 | 100% | ||
jayc | 0 | 230,064,461 | 100% | ||
lilwayne | 0 | 1,015,466,691 | 100% | ||
snoopdog | 0 | 1,004,795,225 | 100% |
please come back to stem and rebuild this! we need it for https://steempeak.com oh how steem has changed i just sent 1 QANON token :)
author | ackza |
---|---|
permlink | pwju5m |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steempeak.com"],"app":"steemit/0.1"} |
created | 2019-08-20 19:01:00 |
last_update | 2019-08-20 19:01:00 |
depth | 3 |
children | 1 |
last_payout | 2019-08-27 19:01: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 | 134 |
author_reputation | 287,695,264,112,368 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 89,757,881 |
net_rshares | 0 |
Very nice! Any hopes to see it interfaced to the maim Steemit platform at some point (to avoid having to monitor different websites)?
author | lemouth |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161120t083613247z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-20 08:36:12 |
last_update | 2016-11-20 08:36:12 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 133 |
author_reputation | 338,011,164,701,274 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,806,439 |
net_rshares | 0 |
This post has been linked to from another place on Steem. - [Experimental Crowdsourced Steem Metrics Report for 19th November 2016](https://steemit.com/steemit/@ontofractal/experimental-crowdsourced-steem-metrics-report-for-19th-november-2016) by @ontofractal Learn more about and upvote to support [**linkback bot v0.5**](https://steemit.com/steemit/@ontofractal/steem-linkback-bot-v0-5-the-reddit-awareness-release). Flag this comment if you don't want the bot to continue posting linkbacks for your posts. Built by @ontofractal
author | linkback-bot-v0 |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-linkbacks |
category | steem |
json_metadata | {} |
created | 2016-11-20 18:57:33 |
last_update | 2016-11-20 18:57:33 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 540 |
author_reputation | 1,915,954,976,722 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,809,547 |
net_rshares | 0 |
need to check this out
author | mammasitta |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161120t021242883z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-20 02:12:42 |
last_update | 2016-11-20 02:12:42 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 22 |
author_reputation | 112,716,708,044,686 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,805,256 |
net_rshares | 0 |
I'm glad to see Steemit moving into more areas of social media in order to combat online censorship. I'm happy to see how much enthusiasm is in this community, we are going to win the battle against censorship.
author | mistertechguy01 |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t212037538z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 21:20:21 |
last_update | 2016-11-19 21:20:21 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 210 |
author_reputation | 937,605,365,841 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,804,068 |
net_rshares | 0 |
Cool. Thanks.... 
author | naguatma |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161128t195644696z |
category | steem |
json_metadata | {"tags":"steem","custom":{"app":"esteem","version":"1.3.1","platform":"android"}} |
created | 2016-11-28 16:56:45 |
last_update | 2016-11-28 16:56:45 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 58 |
author_reputation | 2,182,227,642,315 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,865,436 |
net_rshares | 0 |
I am not so sure about this approach. Although the message itself is encrypted you can still see who the messages are being sent to. It would be cool to have the names of the recipient and the sender encrypted. That way it would be a true private message.
author | onthewayout |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t181115398z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 18:11:21 |
last_update | 2016-11-19 18:11:21 |
depth | 1 |
children | 3 |
last_payout | 2016-12-20 17:41: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 | 255 |
author_reputation | 13,205,527,560,619 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,803,064 |
net_rshares | 0 |
Yes, I agree and we can easily do this! We're working on it for the beta.
author | charlieshrem |
---|---|
permlink | re-onthewayout-re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t184412237z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 18:44:12 |
last_update | 2016-11-19 18:44:12 |
depth | 2 |
children | 2 |
last_payout | 2016-12-20 17:41: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 | 73 |
author_reputation | 163,581,911,573,028 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,803,246 |
net_rshares | 0 |
It isn't easy! The only way to hide receiver is for receiver to scan all messages. Sender cannot be hidden due to bandwidth enforcement.
author | dantheman |
---|---|
permlink | re-charlieshrem-re-onthewayout-re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t215145456z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 21:51:45 |
last_update | 2016-11-19 21:51:45 |
depth | 3 |
children | 1 |
last_payout | 2016-12-20 17:41: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 | 138 |
author_reputation | 240,292,002,602,347 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,804,201 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sandwich | 0 | 0 | 100% |
Cool! Please send your message to steemboost! We are testing this new service!
author | steemboost |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t152541998z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:25:42 |
last_update | 2016-11-19 15:25:42 |
depth | 1 |
children | 2 |
last_payout | 2016-12-20 17:41:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.115 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 4,503,702,000,575 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,145 |
net_rshares | 2,997,778,381,074 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 236,266,538,693 | 100% | ||
hello | 0 | 63,792,202,386 | 100% | ||
world | 0 | 23,966,843,809 | 100% | ||
fufubar1 | 0 | 34,852,635,085 | 100% | ||
xeroc | 0 | 335,280,232,755 | 100% | ||
pairmike | 0 | 28,155,682,703 | 100% | ||
ervin-lemark | 0 | 7,668,691,699 | 100% | ||
steve-walschot | 0 | 74,834,519,821 | 100% | ||
blakemiles84 | 0 | 70,069,711,593 | 100% | ||
michaelx | 0 | 6,853,395,414 | 100% | ||
albertogm | 0 | 11,715,155,655 | 100% | ||
mrhankeh | 0 | 111,990,807 | 100% | ||
snowden | 0 | 70,359,927 | 100% | ||
raymondspeaks | 0 | 3,165,588,565 | 100% | ||
wildchild | 0 | 54,029,860 | 100% | ||
phenom | 0 | 6,651,737,049 | 100% | ||
gomeravibz | 0 | 44,338,439,484 | 100% | ||
always1success | 0 | 2,896,230,328 | 100% | ||
brendio | 0 | 7,955,137,843 | 100% | ||
bigsambucca | 0 | 1,749,868,966 | 100% | ||
stevescriber | 0 | 65,266,217 | 100% | ||
serejandmyself | 0 | 261,587,468,184 | 100% | ||
sethlinson | 0 | 3,484,027,329 | 100% | ||
nulliusinverba | 0 | 2,578,808,568 | 100% | ||
zettar | 0 | 1,863,423,186 | 100% | ||
ct-gurus | 0 | 211,718,344 | 100% | ||
charlieshrem | 0 | 1,741,395,667,444 | 100% | ||
tracemayer | 0 | 12,100,156,004 | 100% | ||
inarix03 | 0 | 50,153,403 | 100% | ||
lloyddavis | 0 | 10,852,840,800 | 100% | ||
dhrms | 0 | 259,912,446 | 100% | ||
dealzgal | 0 | 55,608,257 | 100% | ||
toddemaher1 | 0 | 189,766,909 | 100% | ||
marialin | 0 | 1,157,006,765 | 100% | ||
ianboil | 0 | 1,422,250,265 | 100% | ||
dropahead | 0 | 55,314,511 | 100% |
I've answered :) Cool, no ?
author | charlieshrem |
---|---|
permlink | re-steemboost-re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t152624165z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:26:24 |
last_update | 2016-11-19 15:26:24 |
depth | 2 |
children | 1 |
last_payout | 2016-12-20 17:41: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 | 27 |
author_reputation | 163,581,911,573,028 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,147 |
net_rshares | 16,655,530,273 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dobermansden | 0 | 204,588,837 | 100% | ||
lighter | 0 | 496,793,722 | 100% | ||
badman | 0 | 233,513,191 | 100% | ||
goodtime | 0 | 278,550,026 | 100% | ||
sunnyd | 0 | 352,463,774 | 100% | ||
jayc | 0 | 234,759,654 | 100% | ||
lilwayne | 0 | 1,015,466,691 | 100% | ||
snoopdog | 0 | 1,004,795,225 | 100% | ||
tyga | 0 | 1,796,929,507 | 100% | ||
lloyddavis | 0 | 10,635,783,984 | 100% | ||
bo-1 | 0 | 133,924,676 | 100% | ||
betonit | 0 | 267,960,986 | 100% |
Really cool! :)
author | steemboost |
---|---|
permlink | re-charlieshrem-re-steemboost-re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t152925868z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:29:24 |
last_update | 2016-11-19 15:29:24 |
depth | 3 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 15 |
author_reputation | 4,503,702,000,575 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,167 |
net_rshares | 0 |
Has this been discontinued? I am unable to connect and wanted to use this as a secure communication channel for the Steem Flag Rewards project jurors. If you have not already, I would encourage you to have a look into what we are doing. This is intending to help support policing of the blockchain through flag incentivization. Biggest thing that would help this endeavor is delegation if you are able due to bandwidth limitation issues which prevented this comment earlier. Disregard about steemmsg. I realized the # works for encryption. So, that's why the site isn't present any more. ;)
author | steemflagrewards |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20180105t011206445z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 01:12:00 |
last_update | 2018-01-05 01:26:18 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 01:12: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 | 594 |
author_reputation | 90,302,625,572,111 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,157,344 |
net_rshares | 0 |
Thanks. Good job!
author | steemitfaucet |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161120t005656150z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-20 00:56:57 |
last_update | 2016-11-20 00:57:18 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 17 |
author_reputation | 5,585,268,131,281 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,804,901 |
net_rshares | 0 |
Make sure to put the @ sign as I forgot :( I think it matters ? I'm trying to figure out if the end user got my message? Also, I sent the message to @roelandp did you get it ?
author | steemitqa |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t191025144z |
category | steem |
json_metadata | {"tags":["steem"],"users":["roelandp"]} |
created | 2016-11-19 19:08:57 |
last_update | 2016-11-19 19:36:48 |
depth | 1 |
children | 1 |
last_payout | 2016-12-20 17:41: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 | 176 |
author_reputation | 22,135,803,163,402 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,803,382 |
net_rshares | 0 |
You actually shouldn't put the @ sign, sorry if that isn't clear
author | garethnelsonuk |
---|---|
permlink | re-steemitqa-re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161120t055509364z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-20 05:55:09 |
last_update | 2016-11-20 05:55:09 |
depth | 2 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 64 |
author_reputation | 9,564,384,386,809 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,805,991 |
net_rshares | 0 |
Super tight, thanks!
author | steveo |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t154124310z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:41:24 |
last_update | 2016-11-19 15:41:24 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 20 |
author_reputation | 6,207,865,450,478 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,243 |
net_rshares | 0 |
This is amazing !
author | tanyabm |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t160654917z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 16:06:51 |
last_update | 2016-11-19 16:06:51 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 17 |
author_reputation | 13,563,769,307,850 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,352 |
net_rshares | 0 |
I'll check it out Charlie! Thank you!
author | teamsteem |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161120t023723988z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-20 02:37:15 |
last_update | 2016-11-20 02:37:15 |
depth | 1 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 37 |
author_reputation | 284,804,541,406,803 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,805,355 |
net_rshares | 0 |
Not that you can't PM someone with any other third-party application anyway, but this subverts the transparency of the Steemit blockchain
author | thebeachedwhale |
---|---|
permlink | re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t153045476z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:30:45 |
last_update | 2016-11-19 15:30:45 |
depth | 1 |
children | 1 |
last_payout | 2016-12-20 17:41: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 | 137 |
author_reputation | 2,773,333,532,160 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,173 |
net_rshares | 2,773,503,800 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thebeachedwhale | 0 | 2,773,503,800 | 100% |
How does it subvert?
author | charlieshrem |
---|---|
permlink | re-thebeachedwhale-re-charlieshrem-announcing-steemmsg-encrypted-private-messages-on-the-steem-blockchain-20161119t153514189z |
category | steem |
json_metadata | {"tags":["steem"]} |
created | 2016-11-19 15:35:12 |
last_update | 2016-11-19 15:35:12 |
depth | 2 |
children | 0 |
last_payout | 2016-12-20 17:41: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 | 20 |
author_reputation | 163,581,911,573,028 |
root_title | "Announcing SteemMsg - Encrypted Private Messages on the Steem Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,802,198 |
net_rshares | 1,004,310,096 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tradz | 0 | 1,004,310,096 | 100% |