# Our beta is now live! Start accepting STEEM anywhere you want! After countless hours of not sleeping to focus on Steempay, together with @cass who made an amazing UI for Steempay, we're finally able to launch our beta version. Some parts may still be raw and not yet 100% completed, but the functionality is! # http://steempay.io https://sc-cdn.scaleengine.net/i/1deff02237d662af32a8948289ffeff6.png Todo list within the next 48h - Add more buttons to the generator - Publish the Github to public - Start creating the shopping cart plugins (WOO first) ---------- # What's next? Steempay is just the beginning of many projets to follow. There are still some legal aspects to cover, but Steempayments (Steempay's umbrella group) will most likely start processing transactions on it's own servers. This would make it possible for simple, clean merchant solutions like **BitPay** provides, mobile wallet solutions like **Blockchain** to increase the usability of steem worldwide, and many more. ----- # Raw documentation until Github is public # Donation vs payment When choosing to receive **donations**, the user is free to send any amount of any currency. To set the donation option, simple use `amount=0` in your parameters. Set currency to either `SBD` or `STEEM` since it's irrelevant for the end user. The user will receive a message to send any amount to your address. For fixed amounts, called **payments**, set the `amount` and `currency` to the values required for you. **WARNING: Make sure to use 3 decimals!** (AMOUNT.000) when generating a payment. This has multiple reasons, including future expantion of Steempay.io. # Button generator https://sc-cdn.scaleengine.net/i/15a4c07dacbb7652d27f04c9d8e71a58.png See https://steempay.io/generate Currently there is only 1 default button available but that will change in the next couple of hours. The generated button looks like this (this actually works!) <a href='https://steempay.io/payment?&receiver=steve-walschot&amount=0¤cy=0&callback=www.steemit.com'> <img src='https://steempay.io/img/steempay-sbd--button@2x.png'> </a> Some of the proposals by @cass https://img1.steemit.com/0x0/https://www.steemimg.com/images/2016/08/06/60c7b81e93d59950ebe4e27aff1a823d.png # Requesting a new payment A new payment is created by passing URL or DATA parameters to steempay.io. This means you could send raw HTTP requests, or stay on your own website and send the data via AJAX calls or JSON request. Following parameters are **required**: - receiver - amount - currency Following parameters are **optional** ***but recommended*** - callback ## ! IMPORTANT ! Amount : **Make sure to use 3 decimals!** (AMOUNT.000) This has multiple reasons, including future expantion of Steempay.io Callback: Get's called on success. You can use this to post a success message or handle data on your server/website if needed. # Handle callbacks Set the `callback` parameter with your desired url. Always use `http://` to start your url. If a callback URL has been provided, steempay will `post` the unique paymentID to your URL. A simple php script can catch the the callback and verify the payment a last time (recommended). example.php ``` <?php if (isset($_GET['payid'])) { // Payment is success, confirm once again $url = "http://steempay.io/payment/verify?payid=" . $_GET['success'] . "& receiver=YOUR_USERNAME&amount=1.000¤cy=SBD"; $json = file_get_contents($url); if (json_decode($json->status) && json_decode($json->success) == "success") { // Payment is double verified, do whatever needed now. } }else{ // Some error occured echo $_GET['message']; } ``` Verification is possible via `http://steempay.io/payment/verify?payid=XXX&receiver=XXX&amount=XXX¤cy=XXX`. The returned main parameters are - **success** *boolean* - **message** *Message about the success status* - **payid** *unique serverside generated ID* The full response is given below (if success) {"status":"success","success":true,"message":"Payment completed with fixed amount (0.001 SBD).","block":4306279,"trx_id":"58c415fe70fe7d953e30997b78551415c7e4d190","payid":"Re3Hbl1ekAeSwVtzKS","amount":"0.001 SBD","timestamp":"2016-08-22T14:55:15"} ---- ### Beta version - What this means > Alpha version describes a development status that usually means the first complete version of a program or application, which is most likely unstable, but is useful to show what the product will do to, usually, a selected groupβand is also called preview version; the beta version is usually the last version before wide release, often tested by users under real-world conditions. Bugs could still occur, but all payments are made directly to the blockchain, so transactions are always safe from errors. # Thank you community I would like to pay my eternal respect to this community, and give a big applause to @cass for the amazing UI and the time he put in this project, and also @roelandp for giving me good advice on how to lower the server's load. https://sc-cdn.scaleengine.net/i/ddc698fcd6c7c0f1c232ce3dfba514bf1.png https://sc-cdn.scaleengine.net/i/6f1b07d917dcfa939592d2406f3cbbb3.png
author | steve-walschot |
---|---|
permlink | steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included |
category | steempay |
json_metadata | {"tags":["steempay","steemit","steem","steempayments","development"],"users":["cass","roelandp"],"image":["https://steempay.io/img/steempay-sbd--button@2x.png","https://img1.steemit.com/0x0/https://www.steemimg.com/images/2016/08/06/60c7b81e93d59950ebe4e27aff1a823d.png"],"links":["https://steempay.io/payment?&receiver=steve-walschot&amount=0¤cy=0&callback=www.steemit.com","http://steempay.io/payment/verify?payid="]} |
created | 2016-08-22 22:01:51 |
last_update | 2016-08-22 22:10:57 |
depth | 0 |
children | 138 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 7,251.647 HBD |
curator_payout_value | 418.178 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,191 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 941,828 |
net_rshares | 238,636,989,049,931 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steempty | 0 | 7,701,837,753,129 | 100% | ||
smooth | 0 | 5,823,223,289,778 | 20% | ||
anonymous | 0 | 28,856,884,642 | 1% | ||
rainman | 0 | 17,160,816,910,921 | 100% | ||
berniesanders | 0 | 28,953,541,303,516 | 100% | ||
summon | 0 | 14,547,336,326,574 | 100% | ||
val-a | 0 | 19,173,086,771,024 | 60% | ||
jamesc | 0 | 36,397,201,856,301 | 100% | ||
modprobe | 0 | 523,209,859,113 | 100% | ||
wackou | 0 | 6,494,994,045,116 | 100% | ||
pharesim | 0 | 8,734,342,195,365 | 100% | ||
lafona-miner | 0 | 3,217,492,843,525 | 100% | ||
hr1 | 0 | 2,113,909,540,069 | 100% | ||
lafona | 0 | 385,275,367,044 | 100% | ||
fuzzyvest | 0 | 6,526,641,115,931 | 100% | ||
justin | 0 | 686,916,796,256 | 100% | ||
tombstone | 0 | 15,266,506,030,327 | 75% | ||
sandra | 0 | 114,648,721,029 | 100% | ||
kushed | 0 | 5,509,668,787,593 | 100% | ||
silver | 0 | 1,801,375,474,680 | 100% | ||
silversteem | 0 | 4,013,461,219,142 | 100% | ||
abit | 0 | 263,313,289,259 | 3% | ||
ihashfury | 0 | 831,377,823,016 | 100% | ||
nextgencrypto | 0 | 5,092,941,139,205 | 100% | ||
rossco99 | 0 | 1,730,949,081,938 | 100% | ||
delegate.lafona | 0 | 983,614,769,029 | 100% | ||
liondani | 0 | 941,624,281,611 | 100% | ||
lafona5 | 0 | 320,803,097,294 | 100% | ||
ozmaster | 0 | 140,564,637,234 | 100% | ||
boy | 0 | 3,711,497,348 | 100% | ||
xeroc | 0 | 2,017,868,196,098 | 100% | ||
bue-witness | 0 | 4,505,104,858 | 100% | ||
bunny | 0 | 844,049,061 | 100% | ||
complexring | 0 | 5,137,952,298,596 | 100% | ||
steemychicken1 | 0 | 1,511,131,021,901 | 100% | ||
clayop | 0 | 1,180,186,560,117 | 20% | ||
arhag | 0 | 6,424,900,984,970 | 100% | ||
bue | 0 | 63,671,701,174 | 100% | ||
steemservices | 0 | 489,679,769,336 | 100% | ||
mini | 0 | 1,989,370,733 | 100% | ||
moon | 0 | 256,231,639 | 100% | ||
aizensou | 0 | 35,232,415,432 | 100% | ||
masteryoda | 0 | 526,603,117,192 | 100% | ||
lee3 | 0 | 21,635,638,792 | 100% | ||
lee5 | 0 | 16,707,749,943 | 100% | ||
smooth.witness | 0 | 995,184,116,060 | 20% | ||
steempower | 0 | 1,296,140,376,589 | 100% | ||
boatymcboatface | 0 | 375,036,656,736 | 100% | ||
officialfuzzy | 0 | 277,099,247,349 | 100% | ||
pairmike | 0 | 163,579,086,563 | 100% | ||
cass | 0 | 1,058,272,950,040 | 100% | ||
pheonike | 0 | 260,764,961,553 | 100% | ||
proctologic | 0 | 28,645,408,954 | 100% | ||
healthcare | 0 | 746,241,245 | 100% | ||
daniel.pan | 0 | 1,128,457,502 | 100% | ||
donkeypong | 0 | 2,740,864,640,273 | 100% | ||
woo7739 | 0 | 398,734,312,852 | 100% | ||
steemrollin | 0 | 413,996,974,225 | 50% | ||
jwest40 | 0 | 80,291,525,937 | 100% | ||
jchch | 0 | 41,263,978,983 | 100% | ||
k-rapper | 0 | 10,708,139,271 | 100% | ||
fusan | 0 | 16,881,617,985 | 100% | ||
chitty | 0 | 221,803,349,479 | 100% | ||
marketingmonk | 0 | 24,382,521,789 | 100% | ||
gardenlady | 0 | 191,879,419,757 | 100% | ||
alexgr | 0 | 31,224,460,724 | 100% | ||
helen.tan | 0 | 345,493,555 | 100% | ||
yginting | 0 | 23,508,015,643 | 100% | ||
steampunkpowered | 0 | 25,822,874,684 | 100% | ||
daowisp | 0 | 19,514,295,474 | 100% | ||
khanhsang | 0 | 8,369,502,790 | 100% | ||
dave-hughes | 0 | 11,383,294,959 | 100% | ||
tshering-tamang | 0 | 47,967,904,750 | 100% | ||
noisy | 0 | 34,135,273,435 | 100% | ||
sandwich | 0 | 15,489,998,769 | 100% | ||
nastrom | 0 | 4,507,281,491 | 100% | ||
morning | 0 | 2,910,759,571 | 100% | ||
easteagle13 | 0 | 70,700,571,381 | 100% | ||
ervin-lemark | 0 | 11,641,008,838 | 100% | ||
max-infeld | 0 | 17,286,430,239 | 100% | ||
cyan91 | 0 | 27,045,449,429 | 100% | ||
ninzacode | 0 | 19,708,748,689 | 100% | ||
nkdk | 0 | 139,665,622,759 | 100% | ||
carlos-cabeza | 0 | 2,909,817,369 | 100% | ||
kenmonkey | 0 | 3,571,542,504 | 100% | ||
sock | 0 | 16,323,350,124 | 100% | ||
densmirnov | 0 | 602,160,610 | 100% | ||
leesunmoo | 0 | 143,767,493,035 | 100% | ||
bleepcoin | 0 | 185,057,434,770 | 100% | ||
holabebe | 0 | 4,566,753,140 | 100% | ||
hbhades | 0 | 3,989,971,308 | 100% | ||
fkn | 0 | 8,103,615,210 | 30% | ||
kingscrown | 0 | 83,069,716,766 | 100% | ||
ereismatias | 0 | 473,678,777 | 100% | ||
mranderson | 0 | 3,505,804,131 | 100% | ||
cryptogee | 0 | 846,663,097,670 | 100% | ||
alexandra-renee | 0 | 95,011,958,367 | 100% | ||
tsugimoto | 0 | 45,577,715,078 | 100% | ||
gekko | 0 | 2,180,122,005 | 100% | ||
teamsteem | 0 | 339,818,649,005 | 100% | ||
elishagh1 | 0 | 32,572,743,966 | 100% | ||
nxtblg | 0 | 1,301,693,008 | 100% | ||
weenfan | 0 | 1,036,791,286 | 100% | ||
daycrypter | 0 | 2,749,330,985 | 100% | ||
jerome-colley | 0 | 7,846,049,897 | 100% | ||
avarice | 0 | 59,222,171,979 | 100% | ||
walkingmage | 0 | 621,723,313 | 100% | ||
jonno-katz | 0 | 4,275,566,771 | 100% | ||
steve-walschot | 0 | 91,180,613,952 | 100% | ||
hannixx42 | 0 | 59,036,980,626 | 100% | ||
censor-this | 0 | 8,261,302,297 | 100% | ||
oaldamster | 0 | 53,512,145,788 | 100% | ||
coar | 0 | 1,405,273,950 | 100% | ||
asch | 0 | 19,582,075,879 | 100% | ||
kevinwong | 0 | 241,917,731,658 | 50% | ||
murh | 0 | 1,802,078,645 | 33.01% | ||
sevcsik | 0 | 665,646,849 | 100% | ||
mughat | 0 | 18,820,748,839 | 100% | ||
luke-crowley | 0 | 48,845,598,533 | 100% | ||
nphacker | 0 | 39,576,458,828 | 100% | ||
radioactivities | 0 | 7,565,442,776 | 100% | ||
framelalife | 0 | 3,144,658,279 | 100% | ||
blakemiles84 | 0 | 374,976,195,980 | 100% | ||
trung81 | 0 | 29,598,242,908 | 100% | ||
argsolver | 0 | 417,889,273 | 100% | ||
marta-zaidel | 0 | 5,915,352,264 | 100% | ||
ranko-k | 0 | 30,566,007,919 | 100% | ||
cyber | 0 | 367,487,528,647 | 100% | ||
akaninyene-etuk | 0 | 54,012,010 | 100% | ||
theshell | 0 | 89,589,440,770 | 100% | ||
kingnuze | 0 | 1,294,186,808 | 100% | ||
shelly-dawson | 0 | 34,397,044,523 | 100% | ||
btotherest | 0 | 12,704,036,075 | 100% | ||
eric-boucher | 0 | 97,993,215,762 | 100% | ||
johnerfx | 0 | 10,601,845,480 | 100% | ||
taoteh1221 | 0 | 320,560,278,167 | 100% | ||
applecrisp | 0 | 393,483,610 | 100% | ||
ian-harris | 0 | 3,333,074,114 | 100% | ||
robsteady | 0 | 62,216,205,767 | 100% | ||
spartanza | 0 | 1,702,432,312 | 100% | ||
martin-wichmann | 0 | 53,414,980,582 | 100% | ||
hedge-x | 0 | 347,273,614,551 | 100% | ||
wingz | 0 | 232,704,094,529 | 100% | ||
juanmiguelsalas | 0 | 51,186,441,680 | 100% | ||
pangur-ban | 0 | 3,095,183,308 | 100% | ||
thecryptodrive | 0 | 61,288,399,197 | 100% | ||
a48 | 0 | 73,472,882,252 | 100% | ||
wongshiying | 0 | 30,997,380,355 | 100% | ||
faddat | 0 | 73,823,190,382 | 100% | ||
will-zewe | 0 | 198,085,799,180 | 100% | ||
fjccoin | 0 | 1,119,818,391 | 100% | ||
dahaz159 | 0 | 3,058,658,221 | 100% | ||
chris-bell | 0 | 20,053,300,731 | 100% | ||
infovore | 0 | 440,042,031,018 | 100% | ||
brandonp | 0 | 47,363,944,808 | 100% | ||
kingofchaos | 0 | 6,310,451,846 | 100% | ||
facer | 0 | 13,379,608,456 | 100% | ||
rafikichi | 0 | 398,746,305 | 100% | ||
tim-johnston | 0 | 74,996,203,281 | 100% | ||
marc-e | 0 | 823,427,901 | 100% | ||
beervangeer | 0 | 128,282,569,319 | 100% | ||
magdalena | 0 | 418,647,718 | 100% | ||
ossama-benjohn | 0 | 23,205,643,019 | 100% | ||
johnerminer | 0 | 1,012,367,636 | 100% | ||
lat-nayar | 0 | 50,059,780,247 | 100% | ||
omarb | 0 | 130,531,436,689 | 100% | ||
stephen-somers | 0 | 1,807,730,967 | 100% | ||
tee-em | 0 | 1,965,310,336 | 100% | ||
michaelx | 0 | 42,126,510,918 | 100% | ||
business | 0 | 50,378,426,085 | 100% | ||
ozzy-vega | 0 | 24,050,593,190 | 100% | ||
christoryan | 0 | 5,295,814,286 | 100% | ||
oleim | 0 | 304,955,387 | 100% | ||
geoffrey | 0 | 77,322,172,342 | 100% | ||
romaan-namoor | 0 | 10,722,105,720 | 100% | ||
christoph3 | 0 | 730,949,195 | 100% | ||
honeythief | 0 | 42,979,569,905 | 100% | ||
jo-stonellord | 0 | 1,301,136,994 | 100% | ||
jparty | 0 | 14,292,862,687 | 100% | ||
marco-delsalto | 0 | 31,928,150,278 | 100% | ||
angusleung100 | 0 | 5,600,834,646 | 100% | ||
mctiller | 0 | 79,355,597,600 | 100% | ||
jonnyrevolution | 0 | 25,602,552,413 | 100% | ||
dasan-oneia | 0 | 3,488,814,854 | 100% | ||
inboundinken | 0 | 259,170,410,065 | 100% | ||
magnebit | 0 | 5,965,331,513 | 100% | ||
razvanelulmarin | 0 | 47,737,752,185 | 100% | ||
simoneighties | 0 | 8,410,325,946 | 100% | ||
wisehammer | 0 | 1,035,240,870 | 100% | ||
frankjones | 0 | 17,686,464,289 | 100% | ||
cryptoiskey | 0 | 32,917,705,051 | 100% | ||
quintanilla | 0 | 6,845,186,921 | 100% | ||
primus | 0 | 6,009,952,641 | 100% | ||
blackmask | 0 | 16,462,772,935 | 100% | ||
ultralord | 0 | 14,523,044,195 | 100% | ||
isteemit | 0 | 54,638,558,078 | 100% | ||
damirkatusic | 0 | 14,275,978,947 | 100% | ||
bigs21024 | 0 | 989,400,621 | 100% | ||
norbu | 0 | 65,241,387,908 | 100% | ||
arcaneinfo | 0 | 5,523,543,514 | 100% | ||
ladyclair | 0 | 257,176,203 | 100% | ||
venuspcs | 0 | 64,269,449,237 | 100% | ||
ericvancewalton | 0 | 178,269,793,041 | 100% | ||
russle | 0 | 199,783,607 | 100% | ||
thebatchman | 0 | 19,309,932,923 | 100% | ||
sunshinecrypto | 0 | 2,934,681,027 | 100% | ||
ydm6669 | 0 | 3,694,345,845 | 100% | ||
booja | 0 | 59,170,608,083 | 100% | ||
roelandp | 0 | 305,383,894,375 | 100% | ||
sonzweil | 0 | 56,858,506,791 | 100% | ||
romanskv | 0 | 3,263,429,070 | 100% | ||
dennygalindo | 0 | 4,326,745,509 | 100% | ||
ezzy | 0 | 12,167,637,067 | 100% | ||
bitcointop | 0 | 1,091,799,843 | 100% | ||
brunopro | 0 | 26,181,863,516 | 100% | ||
katyakov | 0 | 14,900,824,178 | 100% | ||
soupernerd | 0 | 1,112,682,112 | 100% | ||
hitmeasap | 0 | 25,159,784,622 | 100% | ||
stealthtrader | 0 | 11,617,246,469 | 100% | ||
rambogoham | 0 | 1,931,708,270 | 100% | ||
hakise | 0 | 20,214,447,028 | 100% | ||
elyaque | 0 | 14,143,289,171 | 100% | ||
manoami | 0 | 8,352,569,072 | 100% | ||
jasonmcz | 0 | 64,622,813,111 | 100% | ||
ozcap | 0 | 49,613,688,462 | 100% | ||
guerrint | 0 | 211,343,722,457 | 100% | ||
basicstepnetwork | 0 | 1,053,102,176 | 100% | ||
chamviet | 0 | 514,830,460 | 100% | ||
jaysanz | 0 | 1,749,881,233 | 100% | ||
steemswede | 0 | 132,975,478 | 100% | ||
anwar78 | 0 | 1,278,881,680 | 100% | ||
ryno | 0 | 1,465,953,187 | 100% | ||
derekareith | 0 | 42,687,421,355 | 100% | ||
rxhector | 0 | 361,667,920 | 100% | ||
picokernel | 0 | 9,484,456,427 | 100% | ||
slowwalker | 0 | 558,709,358,124 | 100% | ||
arvydas | 0 | 290,336,079 | 100% | ||
furion | 0 | 18,993,024,590 | 30% | ||
seanmchughart | 0 | 9,523,813,831 | 100% | ||
cdubendo | 0 | 107,524,886,467 | 100% | ||
ch0c0latechip | 0 | 215,273,578 | 30% | ||
doge4lyf | 0 | 197,364,561 | 30% | ||
ghozia | 0 | 91,781,758 | 100% | ||
vi1son | 0 | 1,297,301,132 | 100% | ||
renohq | 0 | 1,254,755,309,769 | 100% | ||
knircky | 0 | 113,488,329,314 | 100% | ||
gazm | 0 | 2,100,589,421 | 100% | ||
cryptoscope | 0 | 3,119,332,871 | 100% | ||
ausbitbank | 0 | 20,364,661,706 | 100% | ||
jacor | 0 | 120,250,195,509 | 100% | ||
mixa | 0 | 526,098,452 | 100% | ||
autosmile13 | 0 | 6,556,772,480 | 100% | ||
wesam | 0 | 41,265,585,425 | 100% | ||
pino | 0 | 15,607,684,591 | 100% | ||
ikrom | 0 | 252,800,015 | 100% | ||
inversion | 0 | 2,311,841,348 | 100% | ||
steem1653 | 0 | 1,011,156,146 | 100% | ||
halo | 0 | 12,469,072,176 | 100% | ||
mraytekin | 0 | 46,651,208,289 | 100% | ||
marcgodard | 0 | 1,788,632,591 | 100% | ||
sebastien | 0 | 3,907,832,959 | 100% | ||
gikitiki | 0 | 4,435,044,610 | 100% | ||
cherish | 0 | 746,992,789 | 100% | ||
flyingmind | 0 | 18,395,944,324 | 100% | ||
steemit-life | 0 | 3,704,344,618 | 100% | ||
sitaru | 0 | 13,730,027,994 | 100% | ||
toddl984 | 0 | -348,416,306 | -100% | ||
w4lterwyte | 0 | 40,651,909,692 | 100% | ||
jesta | 0 | 139,585,380,608 | 100% | ||
toxonaut | 0 | 34,266,563,271 | 100% | ||
revulv | 0 | 9,565,398,960 | 100% | ||
guywinfield | 0 | 14,720,575,910 | 100% | ||
bdavid | 0 | 13,646,355,689 | 100% | ||
paco | 0 | 66,680,819,356 | 100% | ||
incomemonthly | 0 | 2,146,935,020 | 100% | ||
showmethecoinz | 0 | 19,452,026,139 | 100% | ||
linktype | 0 | 241,723,619 | 100% | ||
senseiteekay | 0 | 11,879,449,999 | 100% | ||
edrivegom | 0 | 443,114,909 | 100% | ||
jvper | 0 | 2,118,768,684 | 100% | ||
karen13 | 0 | 4,382,037,912 | 100% | ||
igster | 0 | 23,911,812,732 | 100% | ||
sephiroth | 0 | 59,973,035,756 | 100% | ||
zoicneo | 0 | 237,023,898 | 100% | ||
cfredditz | 0 | 246,163,734 | 100% | ||
cryptosi | 0 | 5,992,515,758 | 100% | ||
ntomaino | 0 | 72,825,239,087 | 100% | ||
noodhoog | 0 | 7,422,586,101 | 100% | ||
dcryptogold | 0 | 3,648,208,151 | 100% | ||
domavila | 0 | 9,778,146,441 | 100% | ||
dmacshady | 0 | 1,944,463,968 | 100% | ||
abreding | 0 | 281,615,876 | 100% | ||
pigatto | 0 | 548,138,272 | 100% | ||
screasey | 0 | 1,723,891,003 | 100% | ||
blinova | 0 | 8,817,431,113 | 100% | ||
bonface | 0 | 128,880,567,452 | 100% | ||
thinkngrow | 0 | 760,427,851 | 100% | ||
grolelo | 0 | 13,609,526,487 | 100% | ||
streetstyle | 0 | 44,676,050,153 | 100% | ||
knozaki2015 | 0 | 173,616,476,189 | 100% | ||
yongyoon | 0 | 28,819,290,538 | 100% | ||
kendewitt | 0 | 14,938,735,893 | 100% | ||
gkealy2 | 0 | 3,470,465,356 | 100% | ||
creemej | 0 | 18,156,323,085 | 100% | ||
demotruk | 0 | 76,634,496,404 | 100% | ||
bigedude | 0 | 419,836,782 | 100% | ||
maximkichev | 0 | 3,393,706,338 | 100% | ||
martin1 | 0 | 14,661,390,373 | 100% | ||
natali22 | 0 | 253,048,089 | 100% | ||
btcbtcbtc20155 | 0 | 4,829,745,817 | 100% | ||
manthostsakirid | 0 | 79,368,063,156 | 100% | ||
sbq777t | 0 | 36,690,959,049 | 100% | ||
adamt | 0 | 3,917,118,934 | 100% | ||
cryptojoy.com | 0 | 7,360,377,531 | 100% | ||
dudutaulois | 0 | 12,378,201,549 | 100% | ||
phenom | 0 | 6,133,562,800 | 100% | ||
mynameisbrian | 0 | 37,781,640,679 | 100% | ||
supermeatboy | 0 | 2,611,037,703 | 100% | ||
sgnsteems | 0 | 2,418,236,690 | 100% | ||
febird | 0 | 1,690,038,043 | 100% | ||
poseidon | 0 | 4,479,953,032 | 100% | ||
coininstant | 0 | 19,950,468,955 | 100% | ||
calaber24p | 0 | 171,071,970,476 | 100% | ||
simon.braki.love | 0 | 3,262,871,450 | 100% | ||
all-of-us | 0 | 14,487,556,641 | 100% | ||
desmonid | 0 | 3,317,411,245 | 100% | ||
madhatting | 0 | 1,487,698,167 | 100% | ||
royaltiffany | 0 | 25,199,895,584 | 100% | ||
jcweiss | 0 | 5,969,728,908 | 100% | ||
eclipse0 | 0 | 200,835,346 | 100% | ||
geronimo | 0 | 7,310,392,492 | 100% | ||
bones | 0 | 2,757,325,251 | 100% | ||
rpf | 0 | 9,094,911,091 | 100% | ||
bendjmiller222 | 0 | 14,899,127,196 | 100% | ||
denverliu | 0 | 742,853,747 | 100% | ||
drako | 0 | 4,525,843,385 | 100% | ||
exitmass | 0 | 13,791,144,395 | 100% | ||
travelista | 0 | 2,149,401,879 | 100% | ||
chrisd | 0 | 116,450,799 | 100% | ||
bola | 0 | 1,545,856,973 | 100% | ||
sauravrungta | 0 | 28,810,651,196 | 100% | ||
shredlord | 0 | 10,439,807,966 | 100% | ||
rea | 0 | 57,684,134,706 | 100% | ||
rushd | 0 | 1,229,736,687 | 100% | ||
ggabi.loper | 0 | 119,525,453 | 100% | ||
nin0000 | 0 | 468,614,122 | 100% | ||
grxcii | 0 | 109,207,679 | 100% | ||
pheebsta10 | 0 | 118,488,703 | 100% | ||
mexfogel | 0 | 1,467,248,924 | 100% | ||
pandawabright | 0 | 152,086,865 | 100% | ||
tokyodude | 0 | 1,847,540,689 | 100% | ||
cryptocurrency1 | 0 | 1,446,410,332 | 100% | ||
elmusic | 0 | 109,399,116 | 100% | ||
neroru | 0 | 7,955,943,632 | 100% | ||
jl777 | 0 | 201,852,079,622 | 100% | ||
meteor78 | 0 | 365,453,057 | 100% | ||
james212 | 0 | 1,034,600,134,986 | 100% | ||
lostnuggett | 0 | 2,281,332,059 | 100% | ||
aleco | 0 | 607,858,445 | 100% | ||
positive | 0 | 6,526,595,015 | 30% | ||
masterinvestor | 0 | 4,829,743,185 | 100% | ||
rfresh | 0 | 557,480,846 | 100% | ||
mikeoleksyuk | 0 | 160,533,005 | 100% | ||
vanessavi | 0 | 1,434,579,953 | 100% | ||
vongohren | 0 | 10,142,951,597 | 100% | ||
alsprinting | 0 | 8,261,359,054 | 100% | ||
dabaisha | 0 | 113,716,843 | 100% | ||
fleuri | 0 | 13,686,417,210 | 100% | ||
dob | 0 | 318,594,148 | 100% | ||
johnsmith | 0 | 220,678,004,669 | 100% | ||
tobythecat | 0 | 194,472,298 | 100% | ||
cryptocameo | 0 | 10,887,040,300 | 100% | ||
blackhole | 0 | 116,884,886 | 100% | ||
strictlybusiness | 0 | 120,531,704 | 100% | ||
jasonpay1 | 0 | 560,064,773 | 100% | ||
sompitonov | 0 | 1,067,201,766 | 100% | ||
sacode | 0 | 5,163,053,882 | 100% | ||
bbrewer | 0 | 4,358,484,175 | 100% | ||
winstonwolfe | 0 | 9,194,541,120 | 100% | ||
crystaljenn | 0 | 2,930,236,240 | 100% | ||
happyphoenix | 0 | 772,704,577 | 100% | ||
steemerman | 0 | 113,878,851 | 100% | ||
krabgat | 0 | 20,511,474,710 | 100% | ||
pump | 0 | 1,371,423,113 | 100% | ||
kooshikoo | 0 | 444,120,240 | 100% | ||
evak | 0 | 5,169,819,326 | 100% | ||
fatboy | 0 | 35,521,215,713 | 100% | ||
proto | 0 | 18,547,656,613 | 100% | ||
fleetinuance | 0 | 1,748,691,174 | 100% | ||
frk | 0 | 320,208,626 | 100% | ||
curator | 0 | 640,153,824 | 100% | ||
ace108 | 0 | 712,675,579 | 100% | ||
culoemono | 0 | 230,437,999 | 100% | ||
brianphobos | 0 | 19,042,416,678 | 100% | ||
yuthavithi | 0 | 229,982,778 | 100% | ||
royalmacro | 0 | 2,151,031,302 | 100% | ||
puhoshville | 0 | 5,506,799,908 | 100% | ||
bkkshadow | 0 | 3,104,612,658 | 100% | ||
elliottgodard | 0 | 111,533,799 | 100% | ||
alexriethmeier | 0 | 20,038,927,283 | 100% | ||
dimitarj | 0 | 11,330,409,402 | 100% | ||
taz | 0 | 243,319,698 | 100% | ||
arrogantobserver | 0 | 115,083,433 | 100% | ||
peace77 | 0 | 113,500,096 | 100% | ||
crazylife | 0 | 4,097,455,608 | 100% | ||
originate | 0 | 227,580,587,819 | 100% | ||
saulius | 0 | 5,241,222,862 | 100% | ||
emule | 0 | 115,662,469 | 100% | ||
investing | 0 | 60,189,659,770 | 100% | ||
kaykunoichi | 0 | 518,356,090 | 100% | ||
sterlinluxan | 0 | 71,380,922,534 | 100% | ||
lsc9999 | 0 | 18,399,823,614 | 100% | ||
pulpably | 0 | 166,458,482 | 100% | ||
lpninja | 0 | 1,842,626,655 | 100% | ||
belkins | 0 | 2,097,768,843 | 100% | ||
jasonstaggers | 0 | 31,716,527,720 | 100% | ||
glitterpig | 0 | 3,376,540,653 | 100% | ||
weenis | 0 | 1,092,509,963 | 100% | ||
shaka | 0 | 62,667,293,651 | 100% | ||
shortcut | 0 | 2,719,729,090 | 100% | ||
steemdrive | 0 | 93,599,143,533 | 100% | ||
jordanbelfort | 0 | 427,142,533 | 100% | ||
spookypooky | 0 | 4,942,984,228 | 100% | ||
bergy | 0 | 11,047,526,514 | 100% | ||
mms2209 | 0 | 113,431,670 | 100% | ||
metaflute | 0 | 867,299,760 | 100% | ||
donnie | 0 | 112,380,478 | 100% | ||
taker | 0 | 9,172,160,397 | 100% | ||
nimble | 0 | 137,673,054 | 100% | ||
giffordde2000 | 0 | 100,617,808,977 | 100% | ||
theprophet0 | 0 | 2,133,825,754 | 100% | ||
theprophet | 0 | 295,915,630 | 100% | ||
johnblow | 0 | 64,403,142 | 100% | ||
crowne | 0 | 1,401,887,091 | 100% | ||
allasyummyfood | 0 | 41,816,773,984 | 100% | ||
lomomo | 0 | 1,280,330,768 | 100% | ||
magicmonk | 0 | 15,040,878,769 | 100% | ||
efficienthash | 0 | 169,809,405 | 100% | ||
rawnetics | 0 | 24,799,731,791 | 100% | ||
flandude | 0 | 17,666,554,990 | 100% | ||
capitalism | 0 | 23,684,645,594 | 100% | ||
thebluepanda | 0 | 16,505,109,741 | 100% | ||
timcliff | 0 | 2,403,063,642 | 100% | ||
yng-entrepreneur | 0 | 18,097,832,765 | 100% | ||
cmpl | 0 | 65,691,069 | 100% | ||
laoyao | 0 | 22,129,014,576 | 100% | ||
rich77 | 0 | 2,099,664,493 | 100% | ||
temaga | 0 | 65,130,153 | 100% | ||
persianqueen | 0 | 45,340,794,167 | 100% | ||
darknet | 0 | 1,107,514,628 | 100% | ||
usnewspress | 0 | 106,989,064 | 100% | ||
chris.roy | 0 | 557,050,759 | 100% | ||
xtester | 0 | 25,169,080,473 | 100% | ||
mrweed | 0 | 8,392,653,309 | 100% | ||
denn | 0 | 2,722,066,764 | 100% | ||
midnightoil | 0 | 28,978,999,542 | 100% | ||
mibenkito | 0 | 39,063,631,921 | 100% | ||
kalimor | 0 | 2,346,111,920 | 100% | ||
coderg | 0 | 64,812,629 | 100% | ||
baryonlee | 0 | 452,908,460 | 100% | ||
ullikume | 0 | 1,776,876,128 | 100% | ||
bajekay | 0 | 99,385,451 | 100% | ||
nickola | 0 | 64,566,532 | 100% | ||
lizzie | 0 | 115,471,166 | 100% | ||
kurtbeil | 0 | 7,182,659,281 | 100% | ||
etheroll | 0 | 68,422,047 | 100% | ||
thisisbenbrick | 0 | 84,584,516,899 | 100% | ||
blockchain-info | 0 | 22,114,298,611 | 100% | ||
t3ran13 | 0 | 2,001,444,810 | 100% | ||
mevilkingdom | 0 | 100,833,891 | 100% | ||
money247 | 0 | 70,516,052 | 100% | ||
luke490 | 0 | 75,678,928 | 100% | ||
psamuelson | 0 | 3,010,971,197 | 100% | ||
riosparada | 0 | 236,937,927 | 100% | ||
jphamer1 | 0 | 21,155,296,914 | 100% | ||
ekitcho | 0 | 9,284,716,779 | 100% | ||
aboundlessworld | 0 | 9,767,221,144 | 100% | ||
joele | 0 | 50,705,968,711 | 100% | ||
oflyhigh | 0 | 2,906,079,176 | 100% | ||
randyclemens | 0 | 7,615,472,731 | 100% | ||
tanata | 0 | 1,964,016,148 | 100% | ||
agussudaryanto | 0 | 138,664,054 | 100% | ||
xiaokongcom | 0 | 3,135,424,146 | 100% | ||
nickgrosz | 0 | 63,514,042 | 100% | ||
kainmarx | 0 | 1,753,607,137 | 100% | ||
anjoke | 0 | 1,590,260,750 | 100% | ||
future24 | 0 | 198,862,560 | 100% | ||
hms818 | 0 | 469,365,302 | 100% | ||
jonaswakefield | 0 | 315,295,432 | 100% | ||
dudu-hoffman | 0 | 70,956,487 | 100% | ||
paddman08 | 0 | 63,982,095 | 100% | ||
zmb | 0 | 63,123,286 | 100% | ||
cmorton | 0 | 1,632,051,144 | 100% | ||
goingpaper | 0 | 5,294,363,455 | 100% | ||
jrcornel | 0 | 259,354,123 | 100% | ||
theconnoisseur | 0 | 935,972,275 | 100% | ||
nixonnox | 0 | 20,327,414,401 | 100% | ||
lordvader | 0 | 1,151,058,494 | 100% | ||
nonamer | 0 | 1,075,556,952 | 100% | ||
sijoittaja | 0 | 60,157,817 | 100% | ||
salva82 | 0 | 1,589,383,556 | 100% | ||
olgasudneva | 0 | 73,920,437 | 100% | ||
highlite | 0 | 16,104,905,196 | 100% | ||
shafutinsky | 0 | 61,520,114 | 100% | ||
bhavnapatel68 | 0 | 1,450,336,768 | 100% | ||
tom77 | 0 | 4,274,024,399 | 100% | ||
loveangel | 0 | 1,888,462,302 | 100% | ||
mrosenquist | 0 | 27,246,024,916 | 100% | ||
bledarus | 0 | 2,578,560,185 | 100% | ||
ltyadigg | 0 | 63,199,313 | 100% | ||
suprsape | 0 | 113,993,481 | 100% | ||
davidduckwitz | 0 | 82,821,863 | 100% | ||
bitminter | 0 | 5,762,318,927 | 100% | ||
ashwim | 0 | 524,477,533 | 100% | ||
razberrijam | 0 | 62,214,076 | 100% | ||
matrixdweller | 0 | 10,875,609,052 | 100% | ||
annaha | 0 | 518,406,141 | 100% | ||
emptyspace | 0 | 2,089,597,288 | 100% | ||
klos | 0 | 1,085,739,741 | 100% | ||
chinadaily | 0 | 532,795,616 | 100% | ||
kyriacos | 0 | 8,906,577,056 | 100% | ||
pjheinz | 0 | 5,041,786,231 | 100% | ||
thecurator | 0 | 36,090,778,568 | 100% | ||
steemitlotto | 0 | 61,298,216 | 100% | ||
virtualgrowth | 0 | 2,124,229,364 | 100% | ||
runaway-psyche | 0 | 20,187,310,361 | 100% | ||
dollarvigilante | 0 | 547,050,150,288 | 100% | ||
solarguy | 0 | 3,123,974,246 | 100% | ||
kafkanarchy84 | 0 | 11,132,776,179 | 100% | ||
serejandmyself | 0 | 39,487,473,889 | 100% | ||
mrgrey | 0 | 5,920,422,740 | 100% | ||
crezyliza | 0 | 198,789,863 | 100% | ||
sifodyas | 0 | 70,111,504 | 100% | ||
kollapsik | 0 | 967,602,172 | 100% | ||
the-bitcoin-dood | 0 | 1,137,367,989 | 100% | ||
alfaman | 0 | 54,588,377 | 100% | ||
cinderphoenix | 0 | 113,457,626 | 100% | ||
themanualbot | 0 | 4,036,791,974 | 100% | ||
madoff | 0 | 1,907,537,255 | 100% | ||
thepholosopher | 0 | 107,802,364 | 100% | ||
telos | 0 | 368,630,602 | 100% | ||
manicmidnight | 0 | 398,467,249 | 100% | ||
keepdoodling | 0 | 436,540,984 | 100% | ||
how2steemit | 0 | 92,248,087 | 100% | ||
laconicflow | 0 | 1,202,307,835 | 100% | ||
shneakysquirrel | 0 | 1,678,685,466 | 100% | ||
dimitriy | 0 | 60,143,295 | 100% | ||
steevc | 0 | 116,840,140 | 100% | ||
movievertigo | 0 | 1,670,901,280 | 100% | ||
vasilii | 0 | 58,651,156 | 100% | ||
mada | 0 | 1,412,211,762 | 100% | ||
tomoaki | 0 | 2,191,235,220 | 100% | ||
mig641 | 0 | 133,239,622 | 100% | ||
rossenpavlov | 0 | 1,419,429,308 | 100% | ||
mweich | 0 | 141,072,083 | 100% | ||
wroman0207 | 0 | 1,343,245,807 | 100% | ||
garretts87 | 0 | 1,171,610,651 | 100% | ||
andrewawerdna | 0 | 26,112,430,490 | 100% | ||
dubravko1982 | 0 | 1,577,690,024 | 100% | ||
blueeyedpunk | 0 | 59,590,162 | 100% | ||
dooglio | 0 | 59,437,116 | 100% | ||
mikemacintire | 0 | 11,422,902,868 | 100% | ||
stillsafe | 0 | 306,589,797 | 100% | ||
emancipatedhuman | 0 | 13,551,218,758 | 100% | ||
joelbow | 0 | 79,979,619 | 100% | ||
kylemccartney | 0 | 391,997,751 | 100% | ||
sethlinson | 0 | 6,677,684,036 | 100% | ||
hilarski | 0 | 14,938,786,539 | 100% | ||
craigwilliamz | 0 | 4,741,375,316 | 100% | ||
erikaharris | 0 | 426,251,811 | 100% | ||
ajavajive | 0 | 59,390,673 | 100% | ||
thefeature | 0 | 90,932,755 | 100% | ||
booky | 0 | 4,602,578,287 | 100% | ||
stephenfrost | 0 | 9,600,143,964 | 100% | ||
mandibil | 0 | 14,683,969,417 | 100% | ||
shadowspub | 0 | 1,678,237,446 | 100% | ||
justinschwalm | 0 | 53,935,001 | 100% | ||
viebie | 0 | 57,549,944 | 100% | ||
shootetxd | 0 | 59,044,569 | 100% | ||
avielhitchens | 0 | 1,037,841,461 | 100% | ||
brandon-rosano | 0 | 68,338,923 | 100% | ||
bennytremble | 0 | 593,032,678 | 100% | ||
optionwiz | 0 | 58,330,329 | 100% | ||
chuvox | 0 | 58,330,329 | 100% | ||
dryde | 0 | 58,852,647 | 100% | ||
loro | 0 | 27,611,265,089 | 100% | ||
gamerholic | 0 | 1,802,938,038 | 100% | ||
silvernut | 0 | 57,080,451 | 100% | ||
rwgunderson | 0 | 4,227,794,807 | 100% | ||
iosif | 0 | 63,806,640 | 100% | ||
playerdeus | 0 | 14,006,341,166 | 100% | ||
camkirk | 0 | 58,125,911 | 100% | ||
lancem | 0 | 4,456,621,006 | 100% | ||
survivalist.com | 0 | 5,253,893,581 | 100% | ||
deleted | 0 | 62,650,201 | 100% | ||
aviv32111 | 0 | 58,035,992 | 100% | ||
cryptoeasy | 0 | 572,181,327 | 100% | ||
seungwonkim | 0 | 57,991,172 | 100% | ||
etcmike | 0 | 8,937,216,350 | 100% | ||
stanceu | 0 | 58,989,042 | 100% | ||
runridefly | 0 | 309,785,199 | 100% | ||
stephenkendal | 0 | 55,961,425 | 100% | ||
mstudemeyer13 | 0 | 58,243,271 | 100% | ||
mikeonfire | 0 | 60,779,888 | 100% | ||
krnel | 0 | 137,666,522 | 0% | ||
samsunglg7413 | 0 | 73,120,144 | 100% | ||
contentjunkie | 0 | 283,980,791 | 100% | ||
skum | 0 | 55,635,937,026 | 100% | ||
nwoinfowarrior | 0 | 57,818,188 | 100% | ||
simon-says | 0 | 39,489,667,887 | 100% | ||
simplyshad | 0 | 239,178,839 | 100% | ||
ready4freddy | 0 | 6,492,208,840 | 100% | ||
steemitguide | 0 | 451,471,714 | 100% | ||
maximator15 | 0 | 57,637,549 | 100% | ||
kreativ | 0 | 56,914,802 | 100% | ||
io-io-io | 0 | 5,186,491,305 | 100% | ||
mikehere | 0 | 4,116,966,609 | 100% | ||
ivet | 0 | 951,940,523 | 100% | ||
bitbutter | 0 | 4,396,320,571 | 100% | ||
nickawesome101 | 0 | 54,192,703 | 100% | ||
hpk | 0 | 378,085,300 | 100% | ||
darrantrute | 0 | 11,730,597,586 | 100% | ||
nathanbrown | 0 | 848,896,285 | 100% | ||
ryan-singer | 0 | 11,312,783,503 | 100% | ||
jjepic | 0 | 320,143,763 | 100% | ||
onesunbeingnow | 0 | 22,473,833,620 | 100% | ||
jeremyfromwi | 0 | 2,178,495,821 | 100% | ||
arnoldz61 | 0 | 59,747,952 | 100% | ||
nickfost | 0 | 56,266,287 | 100% | ||
dubaicoin | 0 | 55,093,845 | 100% | ||
jaredwilson | 0 | 56,208,655 | 100% | ||
buster | 0 | 52,708,007 | 100% | ||
evolka | 0 | 1,185,253,359 | 100% | ||
luminousvisions | 0 | 14,854,347,662 | 100% | ||
jaytaylor | 0 | 3,163,655,199 | 100% | ||
zomb13 | 0 | 57,124,548 | 100% | ||
team101 | 0 | 66,516,918 | 100% | ||
davidbrogan | 0 | 3,513,785,267 | 100% | ||
ban485 | 0 | 335,226,369 | 100% | ||
markrmorrisjr | 0 | 4,293,039,608 | 100% | ||
mxu111 | 0 | 885,324,395 | 100% | ||
angiebeee | 0 | 56,898,436 | 100% | ||
ghasemkiani | 0 | 388,822,791 | 100% | ||
kosmatimuc | 0 | 54,547,175 | 100% | ||
toxicvenom | 0 | 56,714,993 | 100% | ||
zazeem | 0 | 1,050,210,209 | 100% | ||
mnviking | 0 | 56,762,737 | 100% | ||
frick | 0 | 608,069,551 | 100% | ||
saintbitts | 0 | 56,436,574 | 100% | ||
kommienezuspadt | 0 | 7,400,149,977 | 100% | ||
reaction | 0 | 59,543,295 | 100% | ||
fajrilgooner | 0 | 1,554,100,236 | 100% | ||
mipeleon75 | 0 | 54,383,435 | 100% | ||
smi | 0 | 86,833,062 | 100% | ||
immortalfame | 0 | 5,558,839,611 | 100% | ||
matthewtiii | 0 | 798,785,891 | 100% | ||
babubibek | 0 | 56,511,342 | 100% | ||
xebb | 0 | 56,434,536 | 100% | ||
russianark | 0 | 1,282,363,031 | 100% | ||
thedashtimes | 0 | 2,040,988,610 | 100% | ||
cryptobiker | 0 | 14,651,014,244 | 100% | ||
feedyourbank | 0 | 53,181,164 | 100% | ||
guille | 0 | 416,932,669 | 100% | ||
doitvoluntarily | 0 | 1,984,106,620 | 100% | ||
muhammadali | 0 | 56,174,541 | 100% | ||
kev7000 | 0 | 481,038,733 | 100% | ||
zettar | 0 | 56,143,941 | 100% | ||
jhonione | 0 | 56,120,321 | 100% | ||
hunterisgreat | 0 | 8,397,464,499 | 100% | ||
smisi | 0 | 465,773,082 | 100% | ||
maestro | 0 | 56,051,583 | 100% | ||
keverw | 0 | 204,310,554 | 100% | ||
gerasim | 0 | 779,648,908 | 100% | ||
topslim | 0 | 52,949,075 | 100% | ||
thebeachedwhale | 0 | 2,687,198,677 | 100% | ||
bigcash4ken | 0 | 54,634,263 | 100% | ||
jacobcwitmer | 0 | 647,531,901 | 100% | ||
richardjuckes | 0 | 1,942,287,818 | 100% | ||
knoble | 0 | 55,309,603 | 100% | ||
totosky | 0 | 55,486,361 | 100% | ||
mindhunter | 0 | 126,710,234 | 100% | ||
dubi | 0 | 26,327,909,435 | 100% | ||
baodog | 0 | 375,432,765 | 100% | ||
michaelmcdermott | 0 | 640,876,177 | 100% | ||
analyzethis | 0 | 50,931,848 | 100% | ||
renzoarg | 0 | 2,857,005,564 | 100% | ||
xomtux | 0 | 56,724,504 | 100% | ||
roadhog | 0 | 53,990,613 | 100% | ||
alina1 | 0 | 168,766,640 | 100% | ||
ricov | 0 | 82,814,845 | 100% | ||
doggnostic | 0 | 52,794,249 | 100% | ||
rocknrolldm | 0 | 54,910,034 | 100% | ||
elmercaducoy | 0 | 53,827,976 | 100% | ||
patelincho | 0 | 54,798,510 | 100% | ||
ct-gurus | 0 | 53,707,619 | 100% | ||
chengmin | 0 | 189,152,630 | 100% | ||
and030380 | 0 | 69,306,015 | 100% | ||
geke | 0 | 396,258,915 | 100% | ||
efroul | 0 | 54,706,268 | 100% | ||
jenny-talls | 0 | 52,521,499 | 100% | ||
tracemayer | 0 | 49,860,524,912 | 100% | ||
littlescribe | 0 | 57,485,736 | 100% | ||
waldemar-kuhn | 0 | 54,744,688 | 100% | ||
ivicaa | 0 | 5,287,336,450 | 100% | ||
uceph | 0 | 53,576,902 | 100% | ||
post-successful | 0 | 53,400,199 | 100% | ||
thekao | 0 | 55,968,897 | 100% | ||
anonymouswriter | 0 | 55,155,480 | 100% | ||
lizasoberano | 0 | 55,414,127 | 100% | ||
yegor | 0 | 54,165,586 | 100% | ||
landofcrypto | 0 | 53,109,574 | 100% | ||
skypilot | 0 | 54,472,545 | 100% | ||
steemafon | 0 | 52,870,213 | 100% | ||
rantanplan41 | 0 | 54,049,299 | 100% | ||
techtological | 0 | 51,876,993 | 100% | ||
bobbythegreat | 0 | 53,988,734 | 100% | ||
ramooz | 0 | 51,982,993 | 100% | ||
thecentreofitall | 0 | 53,162,680 | 100% | ||
bitcoinparadise | 0 | 106,605,560 | 100% | ||
kinghabib786 | 0 | 56,926,583 | 100% | ||
fpcvirtual | 0 | 53,497,847 | 100% | ||
mobilebestdeal | 0 | 54,354,587 | 100% | ||
steempowerwhale | 0 | 1,863,327,080 | 100% | ||
oscarroque88 | 0 | 53,598,929 | 100% | ||
krispysix | 0 | 424,941,174 | 100% | ||
echoesinthemind | 0 | 53,578,816 | 100% | ||
bellphorion | 0 | 52,571,606 | 100% | ||
moda1 | 0 | 53,322,730 | 100% | ||
nelyp | 0 | 51,136,493 | 100% | ||
f1111111 | 0 | 52,153,025 | 100% | ||
idmen | 0 | -119,435,462 | -100% | ||
tarekadam | 0 | 53,139,024 | 100% | ||
mtaplits | 0 | 15,385,007,964 | 100% | ||
wisdomx44 | 0 | 53,080,953 | 100% | ||
ascares | 0 | 52,013,554 | 100% | ||
watchoutharam | 0 | 52,011,740 | 100% | ||
fluffy | 0 | 56,041,254 | 100% | ||
cometa | 0 | 51,943,433 | 100% | ||
rynow | 0 | 52,970,036 | 100% | ||
oksano4ka | 0 | 62,284,508 | 100% | ||
gregorygarcia | 0 | 51,890,765 | 100% | ||
fenglosophy | 0 | 52,908,518 | 100% | ||
yangyang | 0 | 9,781,530,661 | 100% | ||
jimcruz22 | 0 | 53,635,316 | 100% | ||
inarix03 | 0 | 106,825,085 | 100% | ||
slipperyicarus13 | 0 | 52,829,494 | 100% | ||
ola1 | 0 | 51,766,777 | 100% | ||
jhermanbeans | 0 | 51,762,401 | 100% | ||
thenakedgod | 0 | 52,714,603 | 100% | ||
macnus | 0 | 52,698,373 | 100% | ||
monster87 | 0 | 52,690,275 | 100% | ||
sargon | 0 | 52,687,862 | 100% | ||
mariekk | 0 | 52,684,475 | 100% | ||
adges | 0 | 51,627,435 | 100% | ||
regeneration | 0 | 50,587,334 | 100% | ||
newk | 0 | 52,647,284 | 100% | ||
rls89zx | 0 | 52,634,630 | 100% | ||
bertolai | 0 | 51,589,136 | 100% | ||
joep | 0 | 52,618,436 | 100% | ||
damncourier | 0 | 52,616,779 | 100% | ||
legal.homicide | 0 | 51,581,842 | 100% | ||
irosariov | 0 | 51,564,823 | 100% | ||
victorizwekov | 0 | 51,564,466 | 100% | ||
awinkle | 0 | 51,563,349 | 100% | ||
steemwiki.com | 0 | 52,561,613 | 100% | ||
kumin84 | 0 | 51,527,891 | 100% | ||
mlbuczy | 0 | 51,525,325 | 100% | ||
ico-board | 0 | 52,542,326 | 100% | ||
kylemanning | 0 | 52,508,752 | 100% | ||
apolonxviii | 0 | 52,477,821 | 100% | ||
damm | 0 | 51,421,479 | 100% | ||
adaydreamer | 0 | 52,428,551 | 100% | ||
saifer87 | 0 | 51,384,632 | 100% | ||
mr189 | 0 | 51,383,543 | 100% | ||
marketanarchy | 0 | 52,392,989 | 100% | ||
jhebertnexus7 | 0 | 52,365,029 | 100% | ||
viktorvol | 0 | 52,360,280 | 100% | ||
max78 | 0 | 207,968,680 | 100% | ||
soul.ripper.ittu | 0 | 52,314,503 | 100% | ||
cryptomaje | 0 | 51,273,719 | 100% | ||
arnebolen | 0 | 66,048,721 | 100% | ||
ziogio | 0 | 173,634,017 | 100% | ||
always.new | 0 | 0 | -100% | ||
ninja25538 | 0 | 0 | 100% | ||
cryptomeeks | 0 | 0 | 100% | ||
wraithartist | 0 | 0 | 100% | ||
jacentys | 0 | 0 | 100% |
http://i.giphy.com/xT4uQkpdmRXh4iIxTG.gif
author | aeico |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t114427102z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["http://i.giphy.com/xT4uQkpdmRXh4iIxTG.gif"]} |
created | 2016-08-23 11:44:36 |
last_update | 2016-08-23 11:44:36 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 41 |
author_reputation | 3,711,649,657,534 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 949,332 |
net_rshares | 0 |
Congrats on going live! I'll have my e-commerce platform up with the Steem payment option when I get back to Canada! Next time, I should probably back everything up into the cloud... Should I fit this on my website?
author | angusleung100 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t105008471z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 10:43:06 |
last_update | 2016-08-23 10:43:06 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 216 |
author_reputation | 1,772,572,876,586 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 948,763 |
net_rshares | 0 |
Payment verification after the callback should not be considered recommended but rather *mandatory*, since you don't know who is actually making the callback request. Furthermore, the verification URL needs to use HTTPS, otherwise a man-in-the-middle attack can be used to tell the merchant the payment was a success even when it wasn't.
author | arhag |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t223256242z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:32:54 |
last_update | 2016-08-22 22:32:54 |
depth | 1 |
children | 3 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.212 HBD |
curator_payout_value | 0.288 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 337 |
author_reputation | 52,490,827,205,383 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,195 |
net_rshares | 3,511,587,853,878 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 28,856,884,642 | 0.1% | ||
abit | 0 | 1,316,542,375,599 | 20% | ||
theoretical | 0 | 298,375,511,160 | 100% | ||
boy | 0 | 3,092,923,054 | 100% | ||
bue-witness | 0 | 3,754,266,084 | 100% | ||
bunny | 0 | 703,374,217 | 100% | ||
arhag | 0 | 629,893,972,826 | 10% | ||
bue | 0 | 53,061,657,853 | 100% | ||
mini | 0 | 1,657,812,383 | 100% | ||
moon | 0 | 213,526,366 | 100% | ||
lee5 | 0 | 16,290,056,194 | 100% | ||
cass | 0 | 1,058,272,950,040 | 100% | ||
healthcare | 0 | 621,867,704 | 100% | ||
daniel.pan | 0 | 940,382,971 | 100% | ||
helen.tan | 0 | 287,911,296 | 100% | ||
furion | 0 | 62,044,689,158 | 100% | ||
igster | 0 | 24,409,975,497 | 100% | ||
brendio | 0 | 3,136,033,447 | 100% | ||
randyclemens | 0 | 7,697,354,178 | 100% | ||
shadowspub | 0 | 1,678,237,446 | 100% | ||
paulpuk2000 | 0 | 56,091,763 | 100% |
Agreed that HTTPS is better
author | abit |
---|---|
permlink | re-arhag-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t223829007z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:38:33 |
last_update | 2016-08-22 22:38:33 |
depth | 2 |
children | 2 |
last_payout | 2016-09-23 01:24: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 | 27 |
author_reputation | 141,171,499,037,785 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,264 |
net_rshares | 24,409,975,497 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
igster | 0 | 24,409,975,497 | 100% |
verification is using SSL but need to update my certificates since they block external requests for being selfsigned ;) ``` https://steempay.io/payment/verify?payid=Re3Hbl1ekAeSwVtzKS&receiver=steve-walschot&amount=0.001¤cy=SBD ``` works just fine, but once your curl it, it's getting blocked. Should be resolved in max 24h from now.
author | steve-walschot |
---|---|
permlink | re-abit-re-arhag-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224035661z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["https://steempay.io/payment/verify?payid=Re3Hbl1ekAeSwVtzKS&receiver=steve-walschot&amount=0.001&currency=SBD"]} |
created | 2016-08-22 22:40:36 |
last_update | 2016-08-22 22:40:36 |
depth | 3 |
children | 1 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.164 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 341 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,295 |
net_rshares | 323,028,247,029 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lee5 | 0 | 15,872,362,445 | 100% | ||
roelandp | 0 | 299,395,974,877 | 100% | ||
randyclemens | 0 | 7,697,354,178 | 100% | ||
iosif | 0 | 62,555,529 | 100% |
What a great thing you have done and I'm waiting for bigger things with Steem yet.
author | arvydas |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t055044829z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 05:50:48 |
last_update | 2016-08-23 05:50:48 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 82 |
author_reputation | 317,396,369,125 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 946,557 |
net_rshares | 0 |
I'm very grateful for the effort that went into this. This opens up a lot of different ways for people to use steem with necessarily needed to blog at all. I'm excited to see what else you have in store! <center>You have supercharged steemit!</center> <center>https://s4.postimg.org/883kzl8b1/chains_0101.jpg</center> This design may be my next tattoo I'm running a contest. (Maybe I can try paying out with steem pay) [Help Me Design My Steemit Tattoo And Get 25% Of The $ SBD This Post Makes](https://steemit.com/tattoo/@bendjmiller222/help-me-design-my-steemit-tattoo-and-get-25-of-the-usd-sbd-this-post-makes) Excited to start accepting steem payments. With people dedicated to programming like you @steve-walschot steemit is going to be around for a long time. I hope people realize what a big deal this is! I'm ecstatic.
author | bendjmiller222 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t225141868z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["steve-walschot"],"image":["https://s4.postimg.org/883kzl8b1/chains_0101.jpg"],"links":["https://steemit.com/tattoo/@bendjmiller222/help-me-design-my-steemit-tattoo-and-get-25-of-the-usd-sbd-this-post-makes"]} |
created | 2016-08-22 22:51:42 |
last_update | 2016-08-22 22:51:42 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 829 |
author_reputation | 24,513,111,975,788 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,403 |
net_rshares | 14,899,127,196 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bendjmiller222 | 0 | 14,899,127,196 | 100% |
Perfectly! Is it possible to make the payment not only STEEM currency. But some other major cryptocurrency, direct conversion to STEEM currency?
author | bertolai |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t225240242z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:52:42 |
last_update | 2016-08-22 22:52:42 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 144 |
author_reputation | 1,770,495,048 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,413 |
net_rshares | 51,589,136 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bertolai | 0 | 51,589,136 | 100% |
Wow this is an awesome app!!! I can use it for some of my YouTube giveaways in the future!! GREAT WORK!! YEAH BUDDAYYY!!! -bigedude
author | bigedude |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t023525306z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 02:35:30 |
last_update | 2016-08-23 02:35:30 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 132 |
author_reputation | 573,655,551,986 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 944,964 |
net_rshares | 0 |
please help and share Family in need about to loose everything gofund.me/bigs21024
author | bigs21024 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t222912319z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:29:24 |
last_update | 2016-08-22 22:29:24 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 83 |
author_reputation | -174,606,874,071 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,159 |
net_rshares | -91,180,613,952 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steve-walschot | 0 | -91,180,613,952 | -100% |
Steempay Steem Is The Free Paypal Of The Cryptocurrency Steemit World <p><img src="https://steemit-production-imageproxy-upload.s3.amazonaws.com/DQmYXgpCSeeYyidRNq2yVroHJ2TaGdGD3v7azSEYiS1q4mn" width="378" height="654"/></p> Why? Because users can buy more for less as Steem curreny is virtually free money that anyone can earn on Steemit.com. Moreover, sellers can sell more to buyers that have easy Steem money. Unlike Paypal customers who pay with hard-earned fiat currency, Steempay customers can very easily earn more Steem currency by simply creating more quality blogs on Steemit. <p><img src="https://steemit-production-imageproxy-upload.s3.amazonaws.com/DQmYcSscyb8cTtspZGTBfEY8NFxTDS8GFWquPCcCxcTcqED" width="400" height="639"/></p> Steempay is a win-win proposition for Steem buyers and sellers alike. SteemPay is the world's easiest digital currency wallet.  With the SteemPay wallet, your passwords and money remain in your control at all times. Your keys never leave the device and the code is 100% open source.
author | bitcoindoubler |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20180523t120446476z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["https://steemit-production-imageproxy-upload.s3.amazonaws.com/DQmYXgpCSeeYyidRNq2yVroHJ2TaGdGD3v7azSEYiS1q4mn","https://steemit-production-imageproxy-upload.s3.amazonaws.com/DQmYcSscyb8cTtspZGTBfEY8NFxTDS8GFWquPCcCxcTcqED","https://steemitimages.com/DQmNT351HSj8nBvu8YSY2EemUXL3zuxS1HRSH4KppDpXxua/image.png"],"app":"steemit/0.1"} |
created | 2018-05-23 12:00:33 |
last_update | 2018-05-23 17:10:12 |
depth | 1 |
children | 0 |
last_payout | 2018-05-30 12:00:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,123 |
author_reputation | 75,736,205,316 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 57,253,971 |
net_rshares | 2,191,277,043 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bitcoindoubler | 0 | 482,208,414 | 100% | ||
anthonypatch | 0 | 598,182,590 | 100% | ||
martinfisher64 | 0 | 509,651,497 | 100% | ||
kev-baker-46000 | 0 | 601,234,542 | 100% |
@steve-walschot Can I request a wordpress plugin please? Thanks much appreciated
author | bitminter |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t203513041z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["steve-walschot"]} |
created | 2016-08-23 20:35:09 |
last_update | 2016-08-23 20:37:18 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 80 |
author_reputation | 9,160,739,287,278 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 956,611 |
net_rshares | 5,762,318,927 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bitminter | 0 | 5,762,318,927 | 100% |
This is very exciting you guys great job!!!
author | brandon-rosano |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t010434000z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 01:04:33 |
last_update | 2016-08-23 01:04:33 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 43 |
author_reputation | 3,806,947,480,473 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 943,963 |
net_rshares | 0 |
https://img1.steemit.com/0x0/http://i.giphy.com/26ufkSznvNQHt1q2Q.gif
author | breathe3000 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t073132957z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["https://img1.steemit.com/0x0/http://i.giphy.com/26ufkSznvNQHt1q2Q.gif"]} |
created | 2016-08-23 07:31:33 |
last_update | 2016-08-23 07:31:33 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 69 |
author_reputation | 587,163,107,963 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 947,239 |
net_rshares | 0 |
This is really nice ;) congrats to all
author | brunopro |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t223105502z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:31:09 |
last_update | 2016-08-22 22:31:09 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 38 |
author_reputation | 13,253,460,317,058 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,178 |
net_rshares | 0 |
@christoryan
author | christoph3 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t011325892z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["christoryan"]} |
created | 2016-08-23 01:13:33 |
last_update | 2016-08-23 01:13:33 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 12 |
author_reputation | 840,068,240,324 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 944,066 |
net_rshares | 753,502,879 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
christoph3 | 0 | 753,502,879 | 100% |
This is so cool I cant wait to use this on some stores I have.
author | cmtzco |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160824t234824734z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-24 23:48:24 |
last_update | 2016-08-24 23:48:24 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 62 |
author_reputation | 1,876,603,009,707 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 974,900 |
net_rshares | 0 |
Step 1. Involve retailers to accept currency in shops. Status = Done. Steem growing.
author | coar |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t114842580z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 11:48:45 |
last_update | 2016-08-23 11:48:45 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 85 |
author_reputation | 4,231,602,317,552 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 949,379 |
net_rshares | 1,741,368,470 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coar | 0 | 1,537,342,729 | 100% | ||
ales | 0 | 272,053,813 | 100% | ||
eleny | 0 | 246,946,890 | 100% | ||
qonq99 | 0 | -539,835,047 | -100% | ||
alima | 0 | 62,764,099 | 100% | ||
areni | 0 | 54,339,350 | 100% | ||
nasmil | 0 | 54,777,320 | 100% | ||
mulag | 0 | 52,979,316 | 100% |
Holy Moly <img src="http://www.gifwave.com/media/802473_reaction-happy-dose-winfrey-giveaways-oprahs-mizz.gif" width="512" height="360" alt="reaction happy dose winfrey giveaways oprahs mizz gif" />
author | crowne |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t024430421z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["http://www.gifwave.com/media/802473_reaction-happy-dose-winfrey-giveaways-oprahs-mizz.gif"]} |
created | 2016-08-23 02:44:36 |
last_update | 2016-08-23 02:44:36 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 198 |
author_reputation | 697,511,228,682 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 945,079 |
net_rshares | 0 |
Awesome: Thanks for all you are doing <a href='https://steempay.io/payment?&receiver=crowne&amount=0¤cy=0&callback=https://steemit.com/@crowne'> <img src='https://steempay.io/img/donate.png'> </a>
author | crowne |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t120944903z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["https://steempay.io/img/donate.png"],"links":["https://steempay.io/payment?&receiver=crowne&amount=0¤cy=0&callback=https://steemit.com/@crowne"]} |
created | 2016-08-23 12:09:51 |
last_update | 2016-08-23 12:09:51 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 202 |
author_reputation | 697,511,228,682 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 949,606 |
net_rshares | 0 |
A big thanks to @steve-walschot @cass @roelandp You three guys have done a great job, which in turn makes my investment in Steem stronger. ^_^
author | cryptobiker |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t022250334z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["steve-walschot","cass","roelandp"]} |
created | 2016-08-23 02:22:51 |
last_update | 2016-08-23 02:22:51 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 143 |
author_reputation | 80,756,367,264 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 944,838 |
net_rshares | 15,454,668,697 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lee5 | 0 | 15,454,668,697 | 100% |
Pro shit! Big time support! Hope this rockets to the front page. Steemit to the #moon :D
author | cryptocameo |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t220454731z |
category | steempay |
json_metadata | {"tags":["moon","steempay"]} |
created | 2016-08-22 22:04:51 |
last_update | 2016-08-22 22:04:51 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 88 |
author_reputation | 5,855,219,094,623 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 941,873 |
net_rshares | 12,852,350,636 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tee-em | 0 | 1,965,310,336 | 100% | ||
cryptocameo | 0 | 10,887,040,300 | 100% |
In the words of Gil Scott Heron; *...this time around, the revolution will not be televised; the revolution will be live! *Cg*
author | cryptogee |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t062615473z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 06:26:15 |
last_update | 2016-08-23 06:26:15 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 127 |
author_reputation | 419,387,439,147,428 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 946,800 |
net_rshares | 0 |
Awesome!!!..well done:)
author | cryptoiskey |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t220305738z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:03:06 |
last_update | 2016-08-22 22:03:06 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 23 |
author_reputation | 12,705,614,368,854 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 941,854 |
net_rshares | 0 |
Maybe try and get it added to https://www.coinpayments.net/ it would definitelyβ get more exposure. And be easier for non techy guys to add to there shop etc
author | cryptoiskey |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t220734960z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["https://www.coinpayments.net/"]} |
created | 2016-08-22 22:07:36 |
last_update | 2016-08-22 22:08:30 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 157 |
author_reputation | 12,705,614,368,854 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 941,917 |
net_rshares | 0 |
We will implement it on the steemit apparel store at http://www.cryptojoy.com thank you very much!
author | cryptojoy.com |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t094854530z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["http://www.cryptojoy.com"]} |
created | 2016-08-23 09:48:48 |
last_update | 2016-08-23 09:48:48 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 99 |
author_reputation | 5,411,673,871,964 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 948,278 |
net_rshares | 7,216,056,403 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptojoy.com | 0 | 7,216,056,403 | 100% |
Why is there an option to accept Steem? Remove that option because it's only going to encourage stupidity. Accepting SBD on the other hand makes all the sense in the world.
author | dana-edwards |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t233416363z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 23:34:15 |
last_update | 2016-08-23 23:34:15 |
depth | 1 |
children | 1 |
last_payout | 2016-09-23 01:24: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 | 172 |
author_reputation | 353,623,611,191,427 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 958,889 |
net_rshares | 0 |
You can put it right into steem power... I don't see what's wrong.
author | vegeta |
---|---|
permlink | re-dana-edwards-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160824t005757917z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-24 00:58:21 |
last_update | 2016-08-24 00:58:21 |
depth | 2 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 66 |
author_reputation | 1,942,378,084,099 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 959,917 |
net_rshares | 0 |
Congratulations. This looks fantastic, I will no doubt be keeping a very close eye on your project. Keep up the great work! Bravo!!
author | darknet |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t221241514z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:12:42 |
last_update | 2016-08-22 22:13:00 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 133 |
author_reputation | 3,354,530,245,153 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 941,988 |
net_rshares | 1,079,826,763 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
darknet | 0 | 1,079,826,763 | 100% |
It would be nice if somehow using the button in my post, did not force the pay now button to be the thumbnail in the archive pages. Currently, it seems that even if the button that is embedded is the final item in a post, it is set as the thumbnail for the post. Great for you guys, however, as a user, I lose my nice thumbnails, which means I get less clickthroughs, and eventually, less clicks of your button, because all users see, graphically, about my post in a preview, is a 'pay now' button... :) Just my feedback so far, I love your work!!! Thank you so much! Keep up the absolutely amazing work! You can see my use of your button here: http://steemit.com/steemit/@darknet/steemtopia-donations Steemtopia donations accepted here: <a href='https://steempay.io/payment?&receiver=darknet&amount=1.000¤cy=SBD&callback=http://steemit.com/@darknet'> <img src='https://steempay.io/img/steempay-sbd--button@2x.png'> </a>
author | darknet |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t011746905z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["https://steempay.io/payment?&receiver=darknet&amount=1.000¤cy=SBD&callback=http://steemit.com/@darknet"],"image":["https://steempay.io/img/steempay-sbd--button@2x.png"]} |
created | 2016-08-23 01:17:48 |
last_update | 2016-08-23 01:19:54 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 931 |
author_reputation | 3,354,530,245,153 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 944,115 |
net_rshares | 913,699,568 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
darknet | 0 | 913,699,568 | 100% |
Nice, thanks! <a href='https://steempay.io/payment?&receiver=densmirnov&amount=0¤cy=0&callback=http://steemit.com'> <img src='https://steempay.io/img/steempay-sbd--button@2x.png'> </a>
author | densmirnov |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t003509562z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["https://steempay.io/img/steempay-sbd--button@2x.png"],"links":["https://steempay.io/payment?&receiver=densmirnov&amount=0¤cy=0&callback=http://steemit.com"]} |
created | 2016-08-23 00:35:09 |
last_update | 2016-08-23 00:35:09 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 191 |
author_reputation | 1,293,888,545,969 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 943,587 |
net_rshares | 707,782,959 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
densmirnov | 0 | 707,782,959 | 100% |
https://media4.giphy.com/media/Sb9g8EwGfrPqg/200_s.gif
author | doitvoluntarily |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t220508368z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["https://media4.giphy.com/media/Sb9g8EwGfrPqg/200_s.gif"]} |
created | 2016-08-22 22:05:09 |
last_update | 2016-08-22 22:05:09 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 54 |
author_reputation | 1,412,689,148,080,496 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 941,876 |
net_rshares | 730,949,195 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
christoph3 | 0 | 730,949,195 | 100% |
This is amazing, I'll be adding this to my website asap.
author | driv3n |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t015831729z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 02:00:21 |
last_update | 2016-08-23 02:00:21 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 56 |
author_reputation | 4,325,141,285,328 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 944,564 |
net_rshares | 15,454,668,697 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lee5 | 0 | 15,454,668,697 | 100% |
author | eleny |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t135456999z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 13:55:00 |
last_update | 2016-08-23 13:55:00 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 46 |
author_reputation | 1,406,559,229 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 951,002 |
net_rshares | 2,296,172,290 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coar | 0 | 1,581,488,821 | 100% | ||
ales | 0 | 272,053,813 | 100% | ||
eleny | 0 | 217,894,315 | 100% | ||
alima | 0 | 61,483,199 | 100% | ||
areni | 0 | 55,495,506 | 100% | ||
nasmil | 0 | 54,777,320 | 100% | ||
mulag | 0 | 52,979,316 | 100% |
oh this is truly fantastic! thanks!!!
author | emancipatedhuman |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t005258473z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 00:52:57 |
last_update | 2016-08-23 00:52:57 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 37 |
author_reputation | 45,458,642,997,238 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 943,800 |
net_rshares | 0 |
This is simply AWESOME! Thanks for sharing this great news with us, namaste :)
author | eric-boucher |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t191319528z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 19:13:18 |
last_update | 2016-08-23 19:13:18 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 68,503,601,066,539 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 955,454 |
net_rshares | 96,071,780,159 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eric-boucher | 0 | 96,071,780,159 | 100% |
This is really great, congratulations. I f I understand correctly the payments are already functional, beta or no beta? :) When you finish a Woo plugin I would be interested in porting it to Wordpress. In the meantime I'll find some use for it, I am sure. Great job, again!
author | ervin-lemark |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224502576z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:45:06 |
last_update | 2016-08-22 22:45:06 |
depth | 1 |
children | 1 |
last_payout | 2016-09-23 01:24: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 | 277 |
author_reputation | 467,957,066,045,492 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,337 |
net_rshares | 11,641,008,838 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ervin-lemark | 0 | 11,641,008,838 | 100% |
Correct, payments are **always** processed on the blockchain, even if our systems would fail.
author | steve-walschot |
---|---|
permlink | re-ervin-lemark-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224625696z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:46:27 |
last_update | 2016-08-22 22:46:27 |
depth | 2 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 93 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,349 |
net_rshares | 0 |
Hello, I am the founder of Etheroll - Ethereum based dice game. http://steemit.com/steemit/@etheroll/hello-steem-i-am-the-founder-of-etheroll-an-ethereum-based-provably-fair-dice-game-with-50-50-odds-and-a-low-1-house-edge-this I may be interested to port this sort of behaviour into a Steem based version of our dice game. I will be in touch. Congratulations on the progress!
author | etheroll |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t221710396z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["http://steemit.com/steemit/@etheroll/hello-steem-i-am-the-founder-of-etheroll-an-ethereum-based-provably-fair-dice-game-with-50-50-odds-and-a-low-1-house-edge-this"]} |
created | 2016-08-22 22:17:12 |
last_update | 2016-08-22 22:18:18 |
depth | 1 |
children | 3 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 17.402 HBD |
curator_payout_value | 5.781 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 380 |
author_reputation | 204,328,431,882 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,037 |
net_rshares | 11,365,129,877,650 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 28,856,952,660 | 0.65% | ||
rainman | 0 | 11,104,058,001,184 | 65% | ||
boy | 0 | 3,093,058,788 | 100% | ||
bue-witness | 0 | 3,754,436,183 | 100% | ||
bunny | 0 | 703,393,119 | 100% | ||
bue | 0 | 53,087,134,151 | 100% | ||
mini | 0 | 1,657,879,393 | 100% | ||
moon | 0 | 213,528,085 | 100% | ||
lee5 | 0 | 16,290,056,194 | 100% | ||
healthcare | 0 | 621,884,887 | 100% | ||
daniel.pan | 0 | 940,410,462 | 100% | ||
helen.tan | 0 | 287,916,452 | 100% | ||
sandwich | 0 | 15,186,273,303 | 100% | ||
christoryan | 0 | 5,191,974,790 | 100% | ||
wisehammer | 0 | 1,014,942,029 | 100% | ||
damirkatusic | 0 | 13,996,057,791 | 100% | ||
romanskv | 0 | 3,201,066,866 | 100% | ||
jasonmcz | 0 | 63,330,356,849 | 100% | ||
flyingmind | 0 | 18,035,239,533 | 100% | ||
cmpl | 0 | 64,403,009 | 100% | ||
darknet | 0 | 1,079,826,763 | 100% | ||
usnewspress | 0 | 106,989,064 | 100% | ||
xtester | 0 | 25,169,080,473 | 100% | ||
anjoke | 0 | 1,559,079,167 | 100% | ||
emptyspace | 0 | 2,048,624,792 | 100% | ||
contentjunkie | 0 | 283,980,791 | 100% | ||
ivet | 0 | 970,979,333 | 100% | ||
saintbitts | 0 | 56,436,574 | 100% | ||
paulpuk2000 | 0 | 57,213,599 | 100% | ||
reaction | 0 | 59,543,295 | 100% | ||
ascares | 0 | 50,973,283 | 100% | ||
adges | 0 | 51,627,435 | 100% | ||
bertolai | 0 | 50,557,353 | 100% |
You don't have to risk gettin locked up on the street corners now for shootin dice....Fantastic...I wanna take this to every hood :-)
author | crowne |
---|---|
permlink | re-etheroll-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t121103227z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 12:11:09 |
last_update | 2016-08-23 12:11:09 |
depth | 2 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 133 |
author_reputation | 697,511,228,682 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 949,629 |
net_rshares | 3,420,406,719 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dasan-oneia | 0 | 3,420,406,719 | 100% |
If you do, make sure to RSVP about it on the beyondbitcoin hangout! We are here to cover solid projects with people who care about their work [RSVP to Promote your Project Here](https://steemit.com/beyondbitcoin/@officialfuzzy/guest-signups-beyond-bitcoin-hangout-170-8-26-16-rsvp-to-friday-s-hangout-ask-q-s-suggest-topics-or-promote-your-favorite). We are the first hangout series to give the steem community the power to upvote what we cover. :)
author | fuzzyvest |
---|---|
permlink | re-etheroll-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t173506238z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["https://steemit.com/beyondbitcoin/@officialfuzzy/guest-signups-beyond-bitcoin-hangout-170-8-26-16-rsvp-to-friday-s-hangout-ask-q-s-suggest-topics-or-promote-your-favorite"]} |
created | 2016-08-23 17:35:15 |
last_update | 2016-08-23 17:35:15 |
depth | 2 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 449 |
author_reputation | 16,076,269,237,260 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 954,109 |
net_rshares | 0 |
http://s.quickmeme.com/img/df/dfd4e58ebe6504393463735fabf8f0d3af2142eb3a4e38c4a9b80681606eeed3.jpg
author | reaction |
---|---|
permlink | re-etheroll-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t092628795z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["http://s.quickmeme.com/img/df/dfd4e58ebe6504393463735fabf8f0d3af2142eb3a4e38c4a9b80681606eeed3.jpg"]} |
created | 2016-08-23 09:26:27 |
last_update | 2016-08-23 09:26:27 |
depth | 2 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 98 |
author_reputation | 3,858,728,171,643 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 948,089 |
net_rshares | 390,013,447 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
contentjunkie | 0 | 278,064,524 | 100% | ||
reaction | 0 | 59,543,295 | 100% | ||
vapecat | 0 | 52,405,628 | 100% |
I love when a post deserves what it earns :) very nice
author | exitmass |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t032617527z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 03:26:15 |
last_update | 2016-08-23 03:26:15 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 54 |
author_reputation | 3,737,464,641,083 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 945,483 |
net_rshares | 0 |
<?php if (isset($_GET['payid'])) { // Payment is success, confirm once again $url = "http://steempay.io/payment/verify?payid=" . $_GET['success'] . "& receiver=YOUR_USERNAME&amount=1.000¤cy=SBD"; $json = file_get_contents($url); if (json_decode($json->status) && json_decode($json->success) == "success") { // Payment is double verified, do whatever needed now. } }else{ // Some error occured echo $_GET['message']; }
author | f1111111 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160830t183744267z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-30 18:37:27 |
last_update | 2016-08-30 18:37:27 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 474 |
author_reputation | 35,747,770,521 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,059,752 |
net_rshares | 51,109,965 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
f1111111 | 0 | 51,109,965 | 100% |
https://img1.steemit.com/0x0/https://steempay.io/img/steempay-sbd--button@2x.png
author | f1111111 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160830t184024372z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["https://img1.steemit.com/0x0/https://steempay.io/img/steempay-sbd--button@2x.png"]} |
created | 2016-08-30 18:40:06 |
last_update | 2016-08-30 18:40:06 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 80 |
author_reputation | 35,747,770,521 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,059,798 |
net_rshares | 0 |
I cannot wait to earn my first $ out on Steem. Just got started like 4 days ago. I guess this earning aspect for most people might not apply if they don't blog in ways that appeal. On the flip side the more popular bloggers will surely seek to benefit as well as curators. Great job on this payment method. I love Steem already just need to research a bit more into Blockchain and Bitcoin. I admit I'm not knowledgeable on such subjects yet. Will catch up though. Thanks for hooking us all up and for the hard work you cool dudes do out here.
author | fpcvirtual |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t080111229z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 08:01:15 |
last_update | 2016-08-23 08:01:15 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 543 |
author_reputation | 80,920,831,153 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 947,434 |
net_rshares | 0 |
Here an Italian post where I speaks about steempay https://steemit.com/it-steem/@frick/perche-e-dove-usare-gli-steem-o-gli-steemdollars
author | frick |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t213714016z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["https://steemit.com/it-steem/@frick/perche-e-dove-usare-gli-steem-o-gli-steemdollars"]} |
created | 2016-08-23 21:37:24 |
last_update | 2016-08-23 21:37:24 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 135 |
author_reputation | 13,554,239,737,364 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 957,556 |
net_rshares | 572,300,754 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
frick | 0 | 572,300,754 | 100% |
good job!
author | fusan |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t042004666z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 04:20:06 |
last_update | 2016-08-23 04:20:06 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 9 |
author_reputation | 13,477,391,966,419 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 945,925 |
net_rshares | 0 |
good work @steve-walschot and the team behind, congrats dudes 8]
author | gekko |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t031035430z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["steve-walschot"]} |
created | 2016-08-23 03:10:36 |
last_update | 2016-08-23 03:10:36 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 64 |
author_reputation | 1,185,517,433,922 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 945,315 |
net_rshares | 2,137,374,515 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gekko | 0 | 2,137,374,515 | 100% |
I'd love to see a video showing a step by step process of the implementation on this for my company's website. (Blue Water Alchemy) as I'd love to be able to implement this! This is great!
author | giffordde2000 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t070010665z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 07:01:06 |
last_update | 2016-08-23 07:01:06 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 188 |
author_reputation | 1,840,965,263,137 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 947,016 |
net_rshares | 0 |
really good going, i think the Woo plugin for Wordpress will be a major milestone. Keep it up
author | gord0b |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t062711157z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 06:27:12 |
last_update | 2016-08-23 06:27:12 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 93 |
author_reputation | 1,606,374,376,310 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 946,813 |
net_rshares | 0 |
Really?
author | gregorygarcia |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t002621328z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 00:26:15 |
last_update | 2016-08-23 00:26:15 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 7 |
author_reputation | 39,967,971 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 943,475 |
net_rshares | 50,852,949 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gregorygarcia | 0 | 50,852,949 | 100% |
I find very cool this initiative. It really helps Steemit community to grow.
author | gregorygarcia |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t005245862z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 00:52:39 |
last_update | 2016-08-23 00:52:39 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 76 |
author_reputation | 39,967,971 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 943,795 |
net_rshares | 50,852,949 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gregorygarcia | 0 | 50,852,949 | 100% |
Tem algum brasileiro aqui?
author | gregorygarcia |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t023134726z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 02:31:27 |
last_update | 2016-08-23 02:31:27 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 26 |
author_reputation | 39,967,971 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 944,908 |
net_rshares | 51,890,765 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gregorygarcia | 0 | 51,890,765 | 100% |
This is awesome, i have been waiting for some one to do this. This is gonna be great for steemit and for me thank you. Upvoted and followed π @halo π
author | halo |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t002947187z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["halo"]} |
created | 2016-08-23 00:29:48 |
last_update | 2016-08-23 00:40:24 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 150 |
author_reputation | 289,402,421,793,942 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 943,519 |
net_rshares | 0 |
Congratulations!Big time support!
author | how2steemit |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224837628z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:48:36 |
last_update | 2016-08-22 22:48:36 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 33 |
author_reputation | 1,485,428,161,400 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,371 |
net_rshares | 0 |
*insert big, cheesy grin* :o)
author | jaytaylor |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t082231042z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 08:22:30 |
last_update | 2016-08-23 08:22:30 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 29 |
author_reputation | 14,201,726,372,569 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 947,615 |
net_rshares | 0 |
author | jesta |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224223388z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["cass","steve-walschot"]} |
created | 2016-08-22 22:42:24 |
last_update | 2016-08-22 22:42:24 |
depth | 1 |
children | 4 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.562 HBD |
curator_payout_value | 0.183 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 140,605,453,893,072 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,309 |
net_rshares | 1,103,002,197,127 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 28,856,884,642 | 1% | ||
lee5 | 0 | 15,872,362,445 | 100% | ||
cass | 0 | 1,058,272,950,040 | 100% |
There you go :-) <a href='https://steempay.io/payment?&receiver=steve-walschot&amount=0¤cy=0&callback=http://www.steemit.com'> <img src='https://steempay.io/img/steempay-sbd--button@2x.png'> </a> I know what you mean, a 'donate' text button. @cass is working on it. Should be ready soon!
author | steve-walschot |
---|---|
permlink | re-jesta-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224402883z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["cass"],"image":["https://steempay.io/img/steempay-sbd--button@2x.png"],"links":["https://steempay.io/payment?&receiver=steve-walschot&amount=0¤cy=0&callback=http://www.steemit.com"]} |
created | 2016-08-22 22:44:03 |
last_update | 2016-08-22 22:44:30 |
depth | 2 |
children | 3 |
last_payout | 2016-09-23 01:24: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 | 295 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,323 |
net_rshares | 7,697,354,178 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
randyclemens | 0 | 7,697,354,178 | 100% |
shame on me .. i will do this next .. first have to finish a logo for the "abuse" group ..
author | cass |
---|---|
permlink | re-steve-walschot-re-jesta-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t232304160z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 23:23:03 |
last_update | 2016-08-22 23:23:03 |
depth | 3 |
children | 0 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.056 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 87,554,098,144,619 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,733 |
net_rshares | 1,470,088,617,094 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 1,385,130,462,834 | 100% | ||
lee5 | 0 | 15,872,362,445 | 100% | ||
igster | 0 | 23,911,812,732 | 100% | ||
streetstyle | 0 | 44,676,050,153 | 100% | ||
steemitguide | 0 | 442,619,327 | 100% | ||
knoble | 0 | 55,309,603 | 100% |
Here's a donate button for you guys ;-) <a href='https://steempay.io/payment?&receiver=oleim&amount=0¤cy=0'> <img src='https://upl.io/i/4y0tsi.png'> </a> Also, great initiative. Just a friendly reminder, you might wanna turn debug mode off on your webapp :-)
author | oleim |
---|---|
permlink | re-steve-walschot-re-jesta-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t235605431z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["https://upl.io/i/4y0tsi.png"],"links":["https://steempay.io/payment?&receiver=oleim&amount=0¤cy=0"]} |
created | 2016-08-22 23:56:03 |
last_update | 2016-08-22 23:56:03 |
depth | 3 |
children | 1 |
last_payout | 2016-09-23 01:24: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 | 265 |
author_reputation | 8,450,404,673 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 943,120 |
net_rshares | 32,808,492,049 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
igster | 0 | 23,911,812,732 | 100% | ||
crowne | 0 | 1,401,887,091 | 100% | ||
randyclemens | 0 | 7,494,792,226 | 100% |
" Make sure to use 3 decimals!" I hope the code should detect and correct this kind of requirements.
author | joele |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t230550077z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 23:05:48 |
last_update | 2016-08-22 23:05:48 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 100 |
author_reputation | 2,761,532,307,555 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,533 |
net_rshares | 79,577,513,078 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
demotruk | 0 | 75,131,859,219 | 100% | ||
bbrewer | 0 | 4,445,653,859 | 100% |
@jrcornel is now accepting donations :)
author | jrcornel |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t211626324z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["jrcornel"]} |
created | 2016-08-23 21:16:27 |
last_update | 2016-08-23 21:16:27 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 39 |
author_reputation | 2,133,450,396,741,846 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 957,270 |
net_rshares | 0 |
What a time to be alive!
author | kaykunoichi |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t074318621z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 07:43:18 |
last_update | 2016-08-23 07:43:18 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 24 |
author_reputation | 14,581,104,630,393 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 947,320 |
net_rshares | 0 |
https://steemit.com/sega/@keyser/best-sega-classic-games
author | keyser |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t103818071z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["https://steemit.com/sega/@keyser/best-sega-classic-games"]} |
created | 2016-08-23 10:38:48 |
last_update | 2016-08-23 10:38:48 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 56 |
author_reputation | 1,954,946,872,909 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 948,720 |
net_rshares | 234,399,963 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
keyser | 0 | 234,399,963 | 100% |
great and voted up but one thing - there is forced SSL missing. this is a must this days IMO.
author | kingscrown |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t004502533z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 00:45:03 |
last_update | 2016-08-23 00:45:27 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 93 |
author_reputation | 2,113,705,347,129,712 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 943,689 |
net_rshares | 1,250,112,014 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jo-stonellord | 0 | 1,250,112,014 | 100% |
How did you get that special icon to show for your post?
author | knircky |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t194808165z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 19:48:09 |
last_update | 2016-08-23 19:48:09 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 56 |
author_reputation | 212,905,587,244,262 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 955,886 |
net_rshares | 0 |
Thats a way better looking payment processor then the previous ones I've seen. Congrats!
author | kuriko |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t212058892z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 21:20:18 |
last_update | 2016-08-23 21:20:18 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 88 |
author_reputation | 4,662,306,021,422 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 957,321 |
net_rshares | 11,091,400,669 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kuriko | 0 | 11,091,400,669 | 100% |
<div> <p> This post has been linked to from another place on Steem. </p> <ul> <li> <a href="https://steemit.com/steem/@ontofractal/top-linked-to-steem-posts-and-authors-ranking-for-august-2016"> Top linked to Steem posts and authors ranking for August 2016. </a> by <a href="https://steemit.com/@ontofractal"> @ontofractal </a> </li> <li> <a href="https://steemit.com/steem/@ontofractal/top-100-most-linked-to-posts-on-steem"> Top 100 most linked to posts on Steem </a> by <a href="https://steemit.com/@ontofractal"> @ontofractal </a> </li> <li> <a href="https://steemit.com/design/@cass/follow-join-my-blog-steem-blog-badges-playground-part-i"> [FOLLOW/JOIN MY BLOG] Steem blog badges (playground - part I) </a> by <a href="https://steemit.com/@cass"> @cass </a> </li> <li> <a href="https://steemit.com/ui/@timcliff/let-s-make-steemit-better-comprehensive-list-of-suggested-ui-ux-improvements-to-make-to-the-steemit-com-website"> Letβs Make Steemit Better - Comprehensive list of suggested UI/UX improvements to make to the Steemit.com website! </a> by <a href="https://steemit.com/@timcliff"> @timcliff </a> </li> <li> <a href="https://steemit.com/stats/@spiz0r/steem-power-top500-movers-and-shakers-4"> Steem Power TOP500 - Movers and shakers #4 </a> by <a href="https://steemit.com/@spiz0r"> @spiz0r </a> </li> <li> <a href="https://steemit.com/steemit/@lemooljiang/6ugene-hero-s-voice-daily"> Hero's voice daily / ζ―ζ₯εθ¨ε </a> by <a href="https://steemit.com/@lemooljiang"> @lemooljiang </a> </li> <li> <a href="https://steemit.com/kr/@morning/4gfzwf"> [μ€μ] μ€νλ¬λ¬μ λνμ¬ </a> by <a href="https://steemit.com/@morning"> @morning </a> </li> <li> <a href="https://steemit.com/kr/@woo7739/8-20160824-steemit-digest-korean-language"> #8. 20160824 Steemit Digest (Korean Language) </a> by <a href="https://steemit.com/@woo7739"> @woo7739 </a> </li> <li> <a href="https://steemit.com/design/@cass/ui-payable-with-steem-sbd-buttons-and-badges"> β³ [UI] Payable with STEEM, SBD -β Buttons & Badges - revised </a> by <a href="https://steemit.com/@cass"> @cass </a> </li> <li> <a href="https://steemit.com/it-steem/@frick/perche-e-dove-usare-gli-steem-o-gli-steemdollars"> PerchΓ¨ e dove usare gli STEEM o gli STEEMDOLLARS </a> by <a href="https://steemit.com/@frick"> @frick </a> </li> <li> <a href="https://steemit.com/steemit/@thebatchman/steemit-is-on-fire-and-i-am-celebrating-in-three-dimentions"> Steemit is on fire and I am celebrating... In three dimensions! </a> by <a href="https://steemit.com/@thebatchman"> @thebatchman </a> </li> <li> <a href="https://steemit.com/introduceyourself/@steempowerwhale/i-am-steempowerwhale-and-i-am-here-to-upvote-your-lifetime-dreams"> I am steempowerwhale and I am here to upvote your lifetime dreams </a> by <a href="https://steemit.com/@steempowerwhale"> @steempowerwhale </a> </li> <li> <a href="https://steemit.com/steem/@tracemayer/the-sweet-sound-of-cash-and-steempay"> The Sweet Sound of Cash and Steempay </a> by <a href="https://steemit.com/@tracemayer"> @tracemayer </a> </li> <li> <a href="https://steemit.com/design/@cass/brand-design-steemcleaners-logo-concept"> β¨ [Brand-Design] STEEMCLEANERs - Logo concept </a> by <a href="https://steemit.com/@cass"> @cass </a> </li> <li> <a href="https://steemit.com/steem/@steevc/shopping-with-steem"> Shopping with Steem </a> by <a href="https://steemit.com/@steevc"> @steevc </a> </li> <li> <a href="https://steemit.com/steemit/@darknet/steemtopia-donations"> Steemtopia donations - towards a better future, our future. Creating a community that is our own real life self-sustainable sharing and skills based steemit exchange/community on a beautiful parcel of land </a> by <a href="https://steemit.com/@darknet"> @darknet </a> </li> </ul> <p> <a href="https://steemit.com/steemit/@ontofractal/steem-linkback-bot-update-v0-2-release"> About linkback bot </a> </p></div>
author | linkback-bot-v0 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-linkbacks |
category | steempay |
json_metadata | {} |
created | 2016-09-07 21:51:57 |
last_update | 2016-09-07 21:51:57 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 4,308 |
author_reputation | 1,915,954,976,722 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,164,440 |
net_rshares | 0 |
Hi any chance this will work with woocommerce payment gateway?
author | loopholekid |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160828t054612360z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-28 05:46:21 |
last_update | 2016-08-28 05:46:21 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 62 |
author_reputation | 160,096,974,082 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,022,960 |
net_rshares | 0 |
I want to integrate FoxyCart with this. :)
author | lukestokes |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t004544537z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 00:45:45 |
last_update | 2016-08-23 00:45:45 |
depth | 1 |
children | 3 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 554,601,966,217,919 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 943,699 |
net_rshares | 58,559,893,760 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lee5 | 0 | 15,872,362,445 | 100% | ||
derekareith | 0 | 42,687,531,315 | 100% |
Hey! I've used your cart before without even knowing it at Vermont Flannel. Maybe I can buy a new hoodie with some steem dollars soon :)
author | derekareith |
---|---|
permlink | re-lukestokes-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t013655274z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 01:36:57 |
last_update | 2016-08-23 01:36:57 |
depth | 2 |
children | 2 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.102 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 137 |
author_reputation | 19,582,509,873,969 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 944,328 |
net_rshares | 240,893,072,727 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lee5 | 0 | 15,454,668,697 | 100% | ||
lukestokes | 0 | 225,438,404,030 | 100% |
Very cool! As I've talked about before in various comments, the biggest problem is getting merchants onboard to accept currencies their customers are not asking to pay them with. We integrated Bitpay back in 2013 so thousands of Foxy stores could use it, and almost none of them did. Same thing with our Coinbase integration. I've blogged about it many times, but stores don't care until their customers demand it. It's the customer that drives what the merchants do.
author | lukestokes |
---|---|
permlink | re-derekareith-re-lukestokes-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t020222924z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 02:02:24 |
last_update | 2016-08-23 02:02:24 |
depth | 3 |
children | 1 |
last_payout | 2016-09-23 01:24: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 | 468 |
author_reputation | 554,601,966,217,919 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 944,584 |
net_rshares | 5,028,811,010 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
theb0red1 | 0 | 5,028,811,010 | 100% |
This is fantastic! Your contributions keep rolling out and I greatly appreciate them. Thanks!
author | masterinvestor |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t222311635z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:23:12 |
last_update | 2016-08-22 22:23:12 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 93 |
author_reputation | 147,373,199,177 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,088 |
net_rshares | 0 |
Nice idea and nice button generator, that's easy to use for pay with steem dollar
author | meteor78 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t101205570z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 10:12:12 |
last_update | 2016-08-23 10:12:12 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 81 |
author_reputation | 184,361,553,890 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 948,480 |
net_rshares | 0 |
The payout of this post will be more than what will i earn in a year though.
author | mindfreak |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t094842672z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 09:48:45 |
last_update | 2016-08-23 09:49:09 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 76 |
author_reputation | 49,428,636,991,518 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 948,276 |
net_rshares | 0 |
Thank you very much for the valuable information
author | mobilebestdeal |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t121254188z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 12:12:57 |
last_update | 2016-08-23 12:12:57 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 48 |
author_reputation | 26,649,862,790 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 949,649 |
net_rshares | 0 |
That is so cool steve well done
author | mrgrey |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t075406735z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 07:54:03 |
last_update | 2016-08-23 07:54:03 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 31 |
author_reputation | 3,805,658,080,500 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 947,377 |
net_rshares | 0 |
@steve-walschot Thank you so much for putting this together! I'm a professional internet marketer (http://www.integrationprofits.com/) and the founder of Really American (http://www.reallyamerican.com) and I'm excited to use this payment button in my marketing and political activities. This rocks! Do you have any plans to try and figure out how to make it easier for people to purchase Steem without having to go through bitcoins?
author | nathanbrown |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t013648897z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["steve-walschot"],"links":["http://www.integrationprofits.com/"]} |
created | 2016-08-23 01:36:48 |
last_update | 2016-08-23 01:36:48 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 433 |
author_reputation | 2,103,445,647,020 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 944,325 |
net_rshares | 0 |
Awesome. Good job! Followed :)
author | nelyp |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t122503347z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 12:25:03 |
last_update | 2016-08-23 12:25:03 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 30 |
author_reputation | 258,605,913,011,246 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 949,811 |
net_rshares | 0 |
Nice job, will give it a try! If you want to use some of my SBD symbol ideas, be free to do so: https://dl.dropboxusercontent.com/u/84666869/steem/sbd_symbol.png For the SVG file: [CLICK HERE](https://app.box.com/s/yk1rbel1rx5g3gpi0x5qrdcd495lhxtc) Font use is KhanD by the way. ... Works like a charm!
author | oaldamster |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t074624481z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["https://dl.dropboxusercontent.com/u/84666869/steem/sbd_symbol.png"]} |
created | 2016-08-23 07:46:27 |
last_update | 2016-08-23 07:55:39 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 306 |
author_reputation | 114,576,445,738,151 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 947,335 |
net_rshares | 0 |
Wow im thinking to do some guitar lessons for Steem Power!
author | ozzy-vega |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t023827477z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 02:38:33 |
last_update | 2016-08-23 02:38:33 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 58 |
author_reputation | 13,346,145,639,350 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 945,008 |
net_rshares | 0 |
good job ; hope all futur stuff can be lunshed .
author | peace9 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t193102233z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 19:31:03 |
last_update | 2016-08-23 19:31:03 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 48 |
author_reputation | -176,583,081 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 955,665 |
net_rshares | 0 |
Tnx for your work!!!!
author | quant01 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t171533015z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 17:15:33 |
last_update | 2016-08-23 17:15:33 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 21 |
author_reputation | 152,354,141,988 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 953,833 |
net_rshares | 0 |
That certainly is a beautiful UI!
author | radioactivities |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t025215962z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 02:52:18 |
last_update | 2016-08-23 02:52:18 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 33 |
author_reputation | 12,328,337,528,865 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 945,141 |
net_rshares | 0 |
This is awesome @steve-walschot & @cass! I'd love to figure out how to allow for donations on my [new free custom URL shortener: <b>http://st33m.it!!</b>](http://st33m.it/launch) It's a tool I just launched that also provides stats & analytics exclusively for Steemit posts! Cheers!
author | randyclemens |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t035423520z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["http://st33m.it","http://st33m.it/launch"]} |
created | 2016-08-23 03:54:24 |
last_update | 2016-08-23 03:54:24 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 282 |
author_reputation | 12,025,835,317,574 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 945,720 |
net_rshares | 7,494,792,226 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
randyclemens | 0 | 7,494,792,226 | 100% |
[](https://steempay.io/payment?&receiver=ranko-k&amount=0¤cy=0&callback=http://steemit.com/@ranko-k)
author | ranko-k |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t233324036z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["https://steempay.io/img/steempay-sbd--button@2x.png"]} |
created | 2016-08-22 23:33:33 |
last_update | 2016-08-22 23:33:33 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 165 |
author_reputation | 6,755,527,628,023 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,878 |
net_rshares | 29,641,316,955 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ranko-k | 0 | 29,641,316,955 | 100% |
I know it's beta software but why are some links in this post http instead of https ? eg: http://steempay.io
author | revulv |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t223908885z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["http://steempay.io"]} |
created | 2016-08-23 22:39:09 |
last_update | 2016-08-23 22:39:09 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 109 |
author_reputation | 132,739,789,855 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 958,291 |
net_rshares | 0 |
Wow! Things are happening so quickly. Thanks y'all.
author | richardjuckes |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t024249115z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 02:42:54 |
last_update | 2016-08-23 02:42:54 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 51 |
author_reputation | 34,384,684,876,528 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 945,056 |
net_rshares | 0 |
congrats @steve-walschot great work (and also @cass for the beautiful design) and thanks for the mention :) I'm going to see how I can implement this in future projects! a few quick tips since it's now out in the open: - in the payment page's .js : uncomment <code>console.log</code>, it's unfortunately not a web standard: https://developer.mozilla.org/en-US/docs/Web/API/Console/log I think you forgot one :) - Maybe a <code><title/> </code> on the payment page - Maybe an instruction for people on how to make the payment on Steemit.com could be nice, hidden under an '?' - And/or store their 'username' in a cookie so you can auto-generate the 'transfers' page for future visits: <code> https://steemit.com/@USERNAME/transfers</code> Looking forward to the github / open sourcing! thx dude keep up the good work... Let the payments begin!
author | roelandp |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t230312707z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["https://developer.mozilla.org/en-US/docs/Web/API/Console/log"]} |
created | 2016-08-22 23:03:12 |
last_update | 2016-08-22 23:03:12 |
depth | 1 |
children | 1 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.095 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 854 |
author_reputation | 662,936,810,561,284 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,507 |
net_rshares | 1,515,323,327,142 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 1,385,130,462,834 | 100% | ||
lee5 | 0 | 15,872,362,445 | 100% | ||
derekareith | 0 | 42,687,586,293 | 100% | ||
ausbitbank | 0 | 20,364,661,706 | 100% | ||
streetstyle | 0 | 43,660,685,377 | 100% | ||
randyclemens | 0 | 7,494,792,226 | 100% | ||
nwoinfowarrior | 0 | 56,684,498 | 100% | ||
paulpuk2000 | 0 | 56,091,763 | 100% |
Thanks @roelandp, the log's are leftovers from debugging, removed now. There will be an option to go straight to the wallet in a popup, but this is planned for the next update.
author | steve-walschot |
---|---|
permlink | re-roelandp-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t230546159z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["roelandp"]} |
created | 2016-08-22 23:05:45 |
last_update | 2016-08-22 23:05:45 |
depth | 2 |
children | 0 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 176 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,532 |
net_rshares | 43,660,685,377 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
streetstyle | 0 | 43,660,685,377 | 100% |
https://steemit.com/steemit/@romanskv/boosters-time-on-steemit I have a suggestion for acceleration limits
author | romanskv |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t151312842z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["https://steemit.com/steemit/@romanskv/boosters-time-on-steemit"]} |
created | 2016-08-23 15:13:15 |
last_update | 2016-08-23 15:13:15 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 106 |
author_reputation | 131,670,789,764,978 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 952,138 |
net_rshares | 3,201,066,866 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
romanskv | 0 | 3,201,066,866 | 100% |
many many thanks. I've added a donation button at end of my recent post.......
author | royalmacro |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t183221419z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 18:32:18 |
last_update | 2016-08-23 18:32:18 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 78 |
author_reputation | 181,020,262,458,461 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 954,844 |
net_rshares | 0 |
wow!
author | rwgunderson |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t031014704z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 03:10:12 |
last_update | 2016-08-23 03:10:12 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 4 |
author_reputation | 716,390,377,150 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 945,309 |
net_rshares | 0 |
oh my god -- we are going to take over the web!
author | rwgunderson |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t123748856z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 12:37:48 |
last_update | 2016-08-23 12:37:48 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 47 |
author_reputation | 716,390,377,150 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 949,973 |
net_rshares | 0 |
Amazing work Steve! The payment page itself looks beautiful. I honestly think the creation of this service is a milestone for the Steemit community! You should definitely be proud of what you've done here.
author | ryno |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t221654090z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:16:54 |
last_update | 2016-08-22 22:16:54 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 205 |
author_reputation | 217,622,810,430 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,035 |
net_rshares | 0 |
Nice article. Nice to see I'm not the only one who thinks like this. The popularity of the cryptos is currently determined by the biggest group of uneducated investors in man kind. It's an interesting world we live in. Besides coinmarketcap.com there is: https://www.coincheckup.com Supposingly they researched every crypto coin in the scene based on: the team, the product, advisors, community, the business and the business model. They even score the coins stengths. Check for example: https://www.coincheckup.com/coins/Etheroll#analysis For a complete Etheroll Report.
author | salinapate011714 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20170923t144353581z |
category | steempay |
json_metadata | {"tags":["steempay"],"links":["https://www.coincheckup.com"],"app":"steemit/0.1"} |
created | 2017-09-23 14:43:51 |
last_update | 2017-09-23 14:43:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-30 14:43: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 | 575 |
author_reputation | -58,558,914,751 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,713,265 |
net_rshares | 0 |
I don't know a lot about the technical aspects of this.. in fact I know squat. But I'm really impressed with your initiative and the possibilities this opens up. Well done @steve-walschot and @cass
author | shadowspub |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t232057412z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["steve-walschot","cass"]} |
created | 2016-08-22 23:21:03 |
last_update | 2016-08-22 23:21:03 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 197 |
author_reputation | 624,479,696,249,713 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,708 |
net_rshares | 0 |
WOW, what a nice news! Steem getting ur place! Lets grow up steem! And nice job dude, keep working!
author | shootetxd |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t152312471z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 15:23:15 |
last_update | 2016-08-23 15:23:15 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 101 |
author_reputation | 18,321,827,912 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 952,307 |
net_rshares | 0 |
Congratulation on the release guys!
author | smooth |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t031246900z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 03:12:48 |
last_update | 2016-08-23 03:12:48 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 35 |
author_reputation | 253,602,537,834,068 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 945,344 |
net_rshares | 0 |
>STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included! This is exactly what I wanted, thank you! http://images.vfl.ru/ii/1471945156/39b4264a/13842580_m.jpg
author | sompitonov |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t094011457z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["http://images.vfl.ru/ii/1471945156/39b4264a/13842580_m.jpg"]} |
created | 2016-08-23 09:40:12 |
last_update | 2016-08-23 09:40:12 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 182 |
author_reputation | 7,884,205,652,521 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 948,207 |
net_rshares | 0 |
Once again you've done it!
author | steemitqa |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t232538683z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 23:25:39 |
last_update | 2016-08-23 23:25:39 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 26 |
author_reputation | 22,135,803,163,402 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 958,791 |
net_rshares | 0 |
Nice work Steve, this looks really great; clean simple payment interface :)
author | steempower |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t223036253z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:30:39 |
last_update | 2016-08-22 22:30:39 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 75 |
author_reputation | 258,723,926,062,198 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,173 |
net_rshares | 0 |
Awesome news indeed!! Will look at integrating this with my website if I can get the cart facility to do so!
author | stephenfrost |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t010532441z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 01:05:33 |
last_update | 2016-08-23 01:05:33 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 108 |
author_reputation | 9,969,442,529 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 943,974 |
net_rshares | 0 |
Support the dev :) <a href='https://steempay.io/payment?&receiver=steve-walschot&amount=0¤cy=0&callback=http://www.steemit.com'> <img src='https://steempay.io/img/steempay-sbd--button@2x.png'> </a>
author | steve-walschot |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t220222790z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["https://steempay.io/img/steempay-sbd--button@2x.png"],"links":["https://steempay.io/payment?&receiver=steve-walschot&amount=0¤cy=0&callback=http://www.steemit.com"]} |
created | 2016-08-22 22:02:24 |
last_update | 2016-08-22 22:44:15 |
depth | 1 |
children | 14 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.714 HBD |
curator_payout_value | 0.230 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 204 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 941,841 |
net_rshares | 3,138,384,765,063 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 28,856,884,642 | 1% | ||
liondani | 0 | 941,624,281,611 | 100% | ||
boy | 0 | 3,092,914,456 | 100% | ||
bue-witness | 0 | 3,754,254,048 | 100% | ||
bunny | 0 | 703,374,217 | 100% | ||
bue | 0 | 53,059,750,978 | 100% | ||
mini | 0 | 1,657,808,944 | 100% | ||
moon | 0 | 213,526,366 | 100% | ||
lee5 | 0 | 16,290,056,194 | 100% | ||
cass | 0 | 1,058,272,950,040 | 100% | ||
healthcare | 0 | 621,867,704 | 100% | ||
daniel.pan | 0 | 940,381,251 | 100% | ||
chitty | 0 | 221,803,793,713 | 100% | ||
helen.tan | 0 | 287,911,296 | 100% | ||
daowisp | 0 | 19,131,662,229 | 100% | ||
ervin-lemark | 0 | 11,641,008,838 | 100% | ||
oaldamster | 0 | 53,512,145,788 | 100% | ||
radioactivities | 0 | 7,565,442,776 | 100% | ||
blakemiles84 | 0 | 374,979,462,914 | 100% | ||
jo-stonellord | 0 | 1,250,112,014 | 100% | ||
magnebit | 0 | 5,965,331,513 | 100% | ||
acassity | 0 | 25,144,826,622 | 100% | ||
thebatchman | 0 | 18,931,306,787 | 100% | ||
seanmchughart | 0 | 9,523,813,831 | 100% | ||
cdubendo | 0 | 105,416,555,360 | 100% | ||
vi1son | 0 | 1,297,301,132 | 100% | ||
senseiteekay | 0 | 12,117,823,270 | 100% | ||
febird | 0 | 1,524,426,864 | 100% | ||
bendjmiller222 | 0 | 14,899,127,196 | 100% | ||
cryptocurrency1 | 0 | 1,417,482,125 | 100% | ||
cryptocameo | 0 | 10,887,040,300 | 100% | ||
darknet | 0 | 1,079,826,763 | 100% | ||
xtester | 0 | 25,169,080,473 | 100% | ||
sijoittaja | 0 | 60,157,817 | 100% | ||
emptyspace | 0 | 2,048,624,792 | 100% | ||
kyriacos | 0 | 8,906,577,056 | 100% | ||
dobbydaba | 0 | 58,132,384 | 100% | ||
shadowspub | 0 | 1,678,237,446 | 100% | ||
iosif | 0 | 62,555,529 | 100% | ||
simon-says | 0 | 38,715,360,673 | 100% | ||
tracemayer | 0 | 48,882,867,560 | 100% | ||
ivicaa | 0 | 5,183,663,186 | 100% | ||
ibringawareness | 0 | 102,396,381 | 100% | ||
adges | 0 | 52,659,984 | 100% |
``` Please follow the instructions carefully New donation to steve-walschot send any amount Using following memo code mTv41AjYsDQmubqQ2A Awaiting your payment ``` Send to whom? After sent some to `steve-walschot` the progress bar is still running and "Awaiting your payment"
author | abit |
---|---|
permlink | re-steve-walschot-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t225227707z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:52:39 |
last_update | 2016-08-22 22:54:51 |
depth | 2 |
children | 11 |
last_payout | 2016-09-23 01:24: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 | 277 |
author_reputation | 141,171,499,037,785 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,412 |
net_rshares | 18,401,236,515 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lee5 | 0 | 16,290,056,194 | 100% | ||
emptyspace | 0 | 2,048,624,792 | 100% | ||
iosif | 0 | 62,555,529 | 100% |
New donation **to** steve-walschot :-)
author | steve-walschot |
---|---|
permlink | re-abit-re-steve-walschot-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t225433252z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:54:33 |
last_update | 2016-08-22 22:54:33 |
depth | 3 |
children | 10 |
last_payout | 2016-09-23 01:24: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 | 39 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,432 |
net_rshares | 0 |
Thank you for this!
author | bellphorion |
---|---|
permlink | re-steve-walschot-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t002813603z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 00:28:12 |
last_update | 2016-08-23 00:28:12 |
depth | 2 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 19 |
author_reputation | 7,370,152,734 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 943,496 |
net_rshares | 0 |
Hey @steve-walschot. Great job! I was trying to test out the button right now and not sure why it's not working for me or my dev. Transactions do register on the blockchain but doesn't show the success screen. Any common issue we could be having? Thanks!
author | steemrollin |
---|---|
permlink | re-steve-walschot-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160905t215041452z |
category | steempay |
json_metadata | {"tags":["steempay"],"users":["steve-walschot"]} |
created | 2016-09-05 21:50:42 |
last_update | 2016-09-05 21:50:42 |
depth | 2 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 259 |
author_reputation | 85,821,573,953,798 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,139,878 |
net_rshares | 16,335,810,516 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemrollin | 0 | 16,335,810,516 | 1% |
## Donation button available The button switches to donation, well, if donation is selected in the generator. More buttons will be added ASAP. <a href='https://steempay.io/payment?&receiver=steve-walschot&amount=0¤cy=0&callback=http://www.steemit.com'> <img src='https://steempay.io/img/donate.png'> </a>
author | steve-walschot |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t054500993z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["https://steempay.io/img/donate.png"],"links":["https://steempay.io/payment?&receiver=steve-walschot&amount=0¤cy=0&callback=http://www.steemit.com"]} |
created | 2016-08-23 05:45:00 |
last_update | 2016-08-23 05:45:00 |
depth | 1 |
children | 1 |
last_payout | 2016-09-23 01:24: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 | 312 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 946,520 |
net_rshares | 15,454,668,697 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lee5 | 0 | 15,454,668,697 | 100% |
I used the button in your post to send you a test amount and it worked :) Indeed, the redirect to merchant didn't work but still. Great job man!!
author | anduweb |
---|---|
permlink | re-steve-walschot-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t062111379z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 06:21:12 |
last_update | 2016-08-23 06:21:12 |
depth | 2 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 145 |
author_reputation | 11,311,191,021,706 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 946,762 |
net_rshares | 0 |
Excellent. This is the kind of innovation that will tie Steemit into the larger market.
author | stevescoins |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t013711220z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 01:37:12 |
last_update | 2016-08-23 01:37:12 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 88 |
author_reputation | 96,661,038,698,119 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 944,332 |
net_rshares | 0 |
This is awesome! I think that this would definitely give SteemIt a jump start.
author | suprsape |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t175809972z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 17:57:42 |
last_update | 2016-08-23 17:57:42 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 78 |
author_reputation | -8,127,159,134 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 954,401 |
net_rshares | 0 |
Congratulations. Good job!
author | team101 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224823802z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-22 22:49:18 |
last_update | 2016-08-22 22:49:18 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 27 |
author_reputation | 12,700,047,182,916 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 942,378 |
net_rshares | 0 |
Sounds great! Im definitely checking this out! Upvoted and following
author | tee-em |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t004748866z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 00:47:48 |
last_update | 2016-08-23 00:47:48 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 68 |
author_reputation | 12,706,667,096,470 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 943,732 |
net_rshares | 2,018,238,916 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tee-em | 0 | 1,965,310,336 | 100% | ||
gregorygarcia | 0 | 52,928,580 | 100% |
Very exciting stuff thanks!
author | tom77 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t090938756z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 09:09:39 |
last_update | 2016-08-23 09:09:39 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 27 |
author_reputation | 4,881,403,451 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 947,977 |
net_rshares | 0 |
thank you for helping steemit move forward you truly deserve the recognition
author | uceph |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t111913570z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 01:20:03 |
last_update | 2016-08-23 01:20:03 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 76 |
author_reputation | 2,155,952,931,095 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 944,138 |
net_rshares | 0 |
I dare you to try it out! http://66.media.tumblr.com/37fe594b60c58c9538c8ed117b094b15/tumblr_mkee6dXRcA1s0soqwo1_500.gif <a href='https://steempay.io/payment?&receiver=vegeta&amount=0¤cy=0'> <img src='https://steempay.io/img/donate.png'> </a>
author | vegeta |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160824t005634520z |
category | steempay |
json_metadata | {"tags":["steempay"],"image":["https://steempay.io/img/donate.png"],"links":["https://steempay.io/payment?&receiver=vegeta&amount=0¤cy=0"]} |
created | 2016-08-24 00:56:57 |
last_update | 2016-08-24 00:56:57 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 250 |
author_reputation | 1,942,378,084,099 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 959,897 |
net_rshares | 0 |
Danke fΓΌr diesen Beitrag
author | viktorw |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t143943981z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 14:39:45 |
last_update | 2016-08-23 14:39:45 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 24 |
author_reputation | 573,054,186 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 951,629 |
net_rshares | 0 |
@ steve-walschot Great job! Look forward to checking out and using this!
author | virtualgrowth |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t015248716z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 01:52:51 |
last_update | 2016-08-23 01:52:51 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 72 |
author_reputation | 194,175,762,808,337 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 944,494 |
net_rshares | 0 |
Many Stories gonna had payment/donation button brace your self guys its a trap
author | wisdomx44 |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t125350489z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 12:53:54 |
last_update | 2016-08-23 12:53:54 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 78 |
author_reputation | 754,971,430 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 950,180 |
net_rshares | 52,040,150 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wisdomx44 | 0 | 52,040,150 | 100% |
This is finally a good idea, well done. now, I'm gonna wait for the generated buttons!
author | wisehammer |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t064537685z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 06:45:36 |
last_update | 2016-08-23 06:45:36 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 86 |
author_reputation | 2,502,745,411,790 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 946,935 |
net_rshares | 0 |
Btw I have an idea: if as callback I use a javascript alert box? would it work?
author | wisehammer |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t065852102z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 06:58:51 |
last_update | 2016-08-23 06:58:51 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 79 |
author_reputation | 2,502,745,411,790 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 947,003 |
net_rshares | 0 |
author | xeroc |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t081134648z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 08:11:33 |
last_update | 2016-08-23 08:11:33 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.042 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 118,819,064,085,695 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 947,522 |
net_rshares | 1,442,921,715,839 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anonymous | 0 | 1,442,848,319,509 | 100% | ||
russ512 | 0 | 73,396,330 | 100% |
Hmm, Something BIG is coming!!! Great work Steempay!!!
author | yuthavithi |
---|---|
permlink | re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t071302612z |
category | steempay |
json_metadata | {"tags":["steempay"]} |
created | 2016-08-23 07:13:09 |
last_update | 2016-08-23 07:13:09 |
depth | 1 |
children | 0 |
last_payout | 2016-09-23 01:24: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 | 54 |
author_reputation | 49,126,087 |
root_title | "STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 947,104 |
net_rshares | 0 |