中文社区的小伙伴可能或多或少地都知道一点我创建并维护的[cutehive.com](https://www.cutehive.com/),查询了一下这个域名注册于2020-04-26,网站正式上线于2020-06-07,没想到这一转眼就过去了五年。  (插图由ChatGPT协助生成) 当你在浏览器中输入cutehive.com这个域名,会直接打开我的这个网站,里边提供HIVE见证人列表、转发查询、代理查询等诸多功能,反正我自己觉得挺好用的。 但是你有没有想过,为什么我们输入域名就会打开相应的网站呢?这看起来似乎是理所当然且非常简单的事情,但实质上,这背后可还真就不简单呢。 今天,就让我们从访问cutehive.com说起,看看这背后到底发生了些什么事情。 # IP地址 现在我们都知道,互联网上有无数台联网设备,网络上给出的数据***预计到 2024 年,联网设备数量将达到 271 亿台***,但我觉得可能远远不止这些。 那么问题来了,这么多设备怎么互联互通呢?比如之前的帖子中我说过我在一些服务商处有N多VPS,那么我在家里如何访问到我的某台VPS呢? 答案很简单,就是IP地址,百度百科上介绍一下: >IP地址是IP协议提供的一种统一的地址格式,它为互联网上的每一个网络和每一台主机分配一个逻辑地址,以此来屏蔽物理地址的差异。 IP地址的分配以及绑定等也是一个复杂的话题,不过这不是我们这篇文章学习的重点,我们可以简单粗暴地认为:***互联网上的每台设备都有(可能不止一个)IP地址,我们可以通过IP地址访问设备(如果允许访问的话)***。 所以,我在家中的电脑上,使用ssh(或者putty等工具),通过IP地址,就可以访问我远在世界各地的VPS啦。 # 域名 现在我们有了IP地址,但是新的问题来了,如果我在VPS上建立了一个网站,我自己访问,显然没啥大问题,我可以记住IP或者把IP写在记事本中。但是让别人记住IP,显然很难,尤其是在互联网上有无数网站的情况下。 比如我问你Google.com又或者Hive.blog站点的对应IP,你知道嘛?我也不知道。这就好比我们可能会记住父母、爱人、孩子的手机号码,但是我们不可能记得住同学、同事等每个需要打交道的人的电话号码。 对于电话号码,我们一般会将电话号码存进通讯录,比如张三(139xxxxxxxxx)、李四(888812xx)、酱油厂厂长(222211xx),这样就建立了名字和电话号码之间的对应关系。 互联网上也是一样,我们可以建立名字和IP地址之间的对应关系,比如在本地的hosts文件中保存: >`198.58.99.7 cutehive.com` 这样,当我们访问cutehive.com就会等同于访问198.58.99.7。 但是作为cutehive.com的站长,我们肯定希望所有人都可以访问这个站点,而我们又不能要求所有人都去修改本地的hosts文件,所以需要有一套通用的名字到IP的解析方案。 这时候就不得不提到域名,百度百科中介绍如下: >由于IP地址不方便记忆并且不能显示地址组织的名称和性质,人们设计出了域名,并通过域名系统(DNS,Domain Name System)来将域名和IP地址相互映射,使人更方便地访问互联网,而不用去记住能够被机器直接读取的IP地址数串。 # DNS 好,现在我们已经创建好了网站,并且已经在注册商处注册好了域名cutehive.com,那么如何把域名指向IP地址呢?这时候就要提到DNS啦。 百度百科中介绍如下: >DNS(Domain Name Server,域名服务器)是进行域名(domain name)和与之相对应的IP地址 (IP address)转换的服务器。DNS中保存了一张域名(domain name)和与之相对应的IP地址 (IP address)的表,以解析消息的域名。 这么一看,似乎和我之前提到的保存在本地(hosts)中的解析表没啥区别,只不过是放在网络上了。当然了,实际情况要比这个复杂多啦。 简单来讲,域名注册商将域名的DNS写入到对应的全球域名数据库中,当我们访问域名时,本地的解析器会向电脑中设置的DNS或者ISP的DNS请求将域名解析成IP。 如果缓存中存在相应的解析记录,那么直接就会返回对应的IP。否则本地(ISP的)DNS会向根服务器发送DNS请求,根服务器会逐层处理,返回域名的DNS,最后由域名的DNS返回IP。 # 实例 还是有些抽象,我们拿cutehive.com实例来讲吧。 我们通过域名注册商,在全球域名数据库中写入如下信息(主要是Name Server): .png) 而在域名解析商(不是注册商哦)我们设置了如下解析记录: .png) 当我们需要解析cutehive.com时,完整的数据链条如下: ``` ---------------------------MSG Received--------------------------- ; <<>> EzDig 3.0 <<>> @8.8.8.8 cutehive.com A +trace com 172800 IN NS c.gtld-servers.net com 172800 IN NS h.gtld-servers.net com 172800 IN NS a.gtld-servers.net com 172800 IN NS l.gtld-servers.net com 172800 IN NS e.gtld-servers.net com 172800 IN NS b.gtld-servers.net com 172800 IN NS f.gtld-servers.net com 172800 IN NS g.gtld-servers.net com 172800 IN NS d.gtld-servers.net com 172800 IN NS i.gtld-servers.net com 172800 IN NS k.gtld-servers.net com 172800 IN NS j.gtld-servers.net com 172800 IN NS m.gtld-servers.net ;; Received 490 bytes from 192.112.36.4#53(g.root-servers.net) in 344 ms cutehive.com 172800 IN NS ns29.domaincontrol.com cutehive.com 172800 IN NS ns30.domaincontrol.com ;; Received 170 bytes from 192.31.80.30#53(d.gtld-servers.net) in 344 ms cutehive.com 3600 IN A 198.58.99.7 cutehive.com 3600 IN NS ns30.domaincontrol.com cutehive.com 3600 IN NS ns29.domaincontrol.com ;; Received 98 bytes from 97.74.104.15#53(ns29.domaincontrol.com) in 359 ms ``` 简单来讲就是 >* 通过根服务器查询.com域名的解析服务器 >* 通过上边的结果查询对应cutehive.com的解析服务器 >* 通过查询结果进一步查询,得到相应的A记录 以上查询使用的是我好久以前实现的一个小工具 .png) 可惜这个工具我好久没有更新和维护啦,哎,总是做一些半途而废的事情呢。 好了,关于域名解析这个就给大家分享到这里,你学废了嘛? # 相关链接 * [介绍一个我几年前做的小工具 EzDig](https://hive.blog/cn/@oflyhigh/ezdig)
author | oflyhigh |
---|---|
permlink | ip-cutehive-com |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","domain","ip","dns"],"image":["https://images.hive.blog/DQmT95vgvEcYZwFykB7vzuAZLdaPs5c37WvL7p2GBg8Q1eM/235fc033-650d-4ed0-a941-d0181e72bfa6.webp"],"links":["https://www.cutehive.com/"],"app":"hiveblog/0.1","format":"markdown"} |
created | 2025-04-24 09:43:42 |
last_update | 2025-04-24 09:43:42 |
depth | 0 |
children | 22 |
last_payout | 2025-05-01 09:43:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 35.822 HBD |
curator_payout_value | 35.788 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,830 |
author_reputation | 6,356,095,332,114,270 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,289,380 |
net_rshares | 204,730,867,674,197 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 24,852,002,786,598 | 100% | ||
adm | 0 | 24,977,057,244,353 | 100% | ||
team | 0 | 184,283,475,098 | 20% | ||
good-karma | 0 | 11,434,160,720 | 1% | ||
deanliu | 0 | 4,785,062,828,618 | 100% | ||
ace108 | 0 | 1,371,742,469,934 | 26% | ||
logic | 0 | 25,445,390,334 | 80% | ||
kaykunoichi | 0 | 1,040,777,148 | 50% | ||
magicmonk | 0 | 7,396,578,942,357 | 100% | ||
laoyao | 0 | 73,845,661,216 | 100% | ||
midnightoil | 0 | 261,242,621,305 | 100% | ||
xiaohui | 0 | 22,890,177,311 | 100% | ||
joele | 0 | 4,620,121,126 | 100% | ||
rivalhw | 0 | 2,145,843,947,636 | 100% | ||
helene | 0 | 1,058,128,806,335 | 100% | ||
ffcrossculture | 0 | 2,268,279,508 | 100% | ||
netaterra | 0 | 5,669,159,817 | 15% | ||
daveks | 0 | 2,659,580,920,392 | 51% | ||
penguinpablo | 0 | 141,080,360,187 | 14% | ||
titusfrost | 0 | 28,183,293,701 | 100% | ||
cnfund | 0 | 5,416,772,118 | 50% | ||
funnyman | 0 | 1,456,480,818 | 5.6% | ||
justyy | 0 | 820,870,669,132 | 100% | ||
btshuang | 0 | 729,658,907 | 50% | ||
esteemapp | 0 | 3,001,429,171 | 1% | ||
walterjay | 0 | 96,405,194,555 | 3.9% | ||
azazqwe | 0 | 262,111,588,108 | 100% | ||
newhope | 0 | 7,926,924,675,667 | 52% | ||
automaton | 0 | 1,637,628,883 | 100% | ||
bxt | 0 | 1,037,428,138,082 | 100% | ||
evildeathcore | 0 | 8,289,820,186 | 100% | ||
trafalgar | 0 | 55,112,450,884,060 | 100% | ||
raindrop | 0 | 856,807,220,070 | 100% | ||
passion-fruit | 0 | 13,092,737,215 | 92% | ||
fortune-master | 0 | 13,048,583,496 | 92% | ||
broncnutz | 0 | 7,464,579,474,403 | 100% | ||
trayan | 0 | 10,554,671,223 | 100% | ||
mobbs | 0 | 329,649,451,594 | 100% | ||
nanosesame | 0 | 8,122,981,483 | 80% | ||
exec | 0 | 2,041,497,101,312 | 100% | ||
eval | 0 | 4,083,339,865,864 | 100% | ||
alphacore | 0 | 7,080,565,235 | 7.12% | ||
chinito | 0 | 5,915,301,635 | 100% | ||
joeyarnoldvn | 0 | 552,272,402 | 1.76% | ||
geekgirl | 0 | 6,376,665,535,417 | 100% | ||
susanli3769 | 0 | 1,490,535,277,258 | 100% | ||
summertooth | 0 | 2,635,586,010 | 2.62% | ||
felt.buzz | 0 | 23,558,897,867 | 3.9% | ||
travelgirl | 0 | 43,768,857,433 | 100% | ||
mygod | 0 | 726,148,645 | 50% | ||
catwomanteresa | 0 | 525,832,757,815 | 100% | ||
dine77 | 0 | 60,738,489,222 | 70% | ||
twoitguys | 0 | 8,832,538,335 | 25% | ||
pocketrocket | 0 | 7,753,078,792 | 100% | ||
francosteemvotes | 0 | 1,129,976,033 | 7.8% | ||
ahlawat | 0 | 30,059,062,316 | 50% | ||
idx | 0 | 28,666,052,084 | 100% | ||
aafeng | 0 | 866,189,726,700 | 100% | ||
sylvia1997 | 0 | 70,476,282,082 | 100% | ||
tvb | 0 | 14,560,182,886 | 30% | ||
santigs | 0 | 422,316,861,946 | 76% | ||
floatinglin | 0 | 8,662,037,559 | 100% | ||
spaminator | 0 | 523,360,100,584 | 80% | ||
mrspointm | 0 | 1,110,807,999,126 | 100% | ||
stoodkev | 0 | 8,656,882,297,646 | 70% | ||
tipu | 0 | 11,118,385,975,405 | 64% | ||
kimzwarch | 0 | 16,121,126,343 | 4% | ||
artonmysleeve | 0 | 4,880,256,527 | 25.5% | ||
aidefr | 0 | 1,382,604,389 | 6.24% | ||
joshman | 0 | 9,517,977,267 | 25% | ||
chenlocus | 0 | 2,284,509,937 | 100% | ||
davidke20 | 0 | 128,283,944,058 | 100% | ||
rosatravels | 0 | 820,908,909,134 | 100% | ||
minloulou | 0 | 5,474,756,061 | 70% | ||
critic-on | 0 | 28,399,754,465 | 100% | ||
sayee | 0 | 623,808,304 | 0.9% | ||
esteem.app | 0 | 366,997,433 | 1% | ||
namchau | 0 | 5,578,306,406 | 70% | ||
japanguide | 0 | 1,587,637,827 | 100% | ||
arabisouri | 0 | 83,699,603,420 | 100% | ||
afzalqamar | 0 | 783,480,487 | 32% | ||
halleyleow | 0 | 6,575,347,617 | 80% | ||
travoved | 0 | 84,100,413,879 | 100% | ||
angelina6688 | 0 | 49,262,758,640 | 100% | ||
armentor | 0 | 616,111,197 | 100% | ||
traf | 0 | 4,689,414,449,507 | 100% | ||
ioioioioi | 0 | 2,317,241,922 | 100% | ||
itchyfeetdonica | 0 | 790,407,868,914 | 100% | ||
robotics101 | 0 | 2,381,983,926 | 7.8% | ||
lpv | 0 | 502,193,417 | 1.56% | ||
wiseagent | 0 | 186,080,234,033 | 15% | ||
cryptonized | 0 | 235,858,992 | 14% | ||
tikatarot | 0 | 520,974,287 | 26% | ||
soufianechakrouf | 0 | 2,445,426,004 | 100% | ||
belemo | 0 | 55,304,899,893 | 100% | ||
mermaidvampire | 0 | 2,147,923,230 | 100% | ||
seikatsumkt | 0 | 5,319,490,582 | 75% | ||
dragibusss | 0 | 1,411,122,178 | 50% | ||
dynamicrypto | 0 | 888,607,183 | 1.75% | ||
yumisee | 0 | 797,231,672 | 50% | ||
joeliew | 0 | 4,039,091,396 | 100% | ||
atongis | 0 | 28,302,830,204 | 10% | ||
emmali | 0 | 312,681,542,275 | 90% | ||
vamos-amigo | 0 | 4,414,638,552 | 100% | ||
orlandumike | 0 | 23,685,747,792 | 20% | ||
rubelynmacion | 0 | 46,043,990,619 | 100% | ||
movement19 | 0 | 1,402,680,293 | 5% | ||
lisfabian | 0 | 4,605,548,189 | 100% | ||
anasuleidy | 0 | 1,230,444,864 | 100% | ||
louis88 | 0 | 675,305,430,217 | 20% | ||
aellly | 0 | 449,388,445,261 | 100% | ||
radard | 0 | 535,716,205 | 100% | ||
memepress | 0 | 1,075,143,149 | 32% | ||
springlining | 0 | 22,868,809,286 | 100% | ||
cedricguillas | 0 | 296,703,367,305 | 70% | ||
el-dee-are-es | 0 | 3,481,348,748 | 10% | ||
beco132 | 0 | 9,616,591,778 | 54% | ||
solominer | 0 | 4,650,919,893,897 | 20% | ||
leomolina | 0 | 661,257,119 | 9% | ||
archisteem | 0 | 1,279,660,573 | 7.5% | ||
digital.mine | 0 | 122,433,455,601 | 100% | ||
longer | 0 | 6,099,561,740 | 16% | ||
roozeec | 0 | 514,449,364 | 10% | ||
mightypanda | 0 | 1,407,370,107 | 44.8% | ||
rufruf | 0 | 721,721,183 | 100% | ||
smartvote | 0 | 82,273,875,259 | 4% | ||
vixmemon | 0 | 9,251,481,332 | 29.93% | ||
julian2013 | 0 | 60,985,089,246 | 100% | ||
voxmortis | 0 | 37,843,527,697 | 20% | ||
pet.society | 0 | 14,841,578,527 | 6% | ||
minminlou | 0 | 576,173,776 | 56% | ||
annepink | 0 | 501,551,853,851 | 100% | ||
bichen | 0 | 1,887,744,366 | 100% | ||
sasaadrian | 0 | 15,794,135,593 | 20% | ||
dallas27 | 0 | 526,004,978 | 50% | ||
aiuna | 0 | 2,779,406,373 | 35% | ||
muntaharaceh | 0 | 6,475,589,064 | 20% | ||
jacuzzi | 0 | 654,451,854 | 1.4% | ||
steemegg | 0 | 22,669,770,395 | 50% | ||
crowdwitness | 0 | 36,390,024,321 | 75% | ||
hungrybear | 0 | 621,357,801 | 14% | ||
fintian | 0 | 543,482,353 | 100% | ||
kryptogames | 0 | 25,428,744,199 | 64% | ||
lovelemon | 0 | 534,825,636,082 | 100% | ||
photographercr | 0 | 1,089,422,721 | 20% | ||
minigame | 0 | 243,042,363,859 | 100% | ||
dailyke20 | 0 | 2,464,701,181 | 100% | ||
cxy | 0 | 1,922,691,206 | 50% | ||
cryptogambit | 0 | 1,444,869,138 | 7.5% | ||
jimhawkins | 0 | 520,923,422 | 64% | ||
votebetting | 0 | 18,517,637,483 | 100% | ||
atyh | 0 | 509,970,652,005 | 100% | ||
janaveda | 0 | 26,679,502,135 | 100% | ||
whangster79 | 0 | 5,474,196,214 | 20% | ||
urun | 0 | 12,703,316,221 | 100% | ||
bilpcoinbot | 0 | 2,333,498,065 | 50% | ||
korver | 0 | 1,748,349,066 | 30% | ||
moleah | 0 | 634,192,004 | 100% | ||
travelcontest | 0 | 2,018,203,284 | 100% | ||
bcm | 0 | 6,297,277,652 | 48% | ||
vickyli | 0 | 181,861,019,514 | 100% | ||
natural.alfa | 0 | 1,350,768,428 | 100% | ||
dappstats | 0 | 4,690,121,583 | 15% | ||
marygong77777 | 0 | 359,550,089,206 | 100% | ||
axel-blaze | 0 | 17,152,092,350 | 32.5% | ||
bilpcoin.pay | 0 | 545,745,466 | 10% | ||
unpopular | 0 | 27,471,575,560 | 3% | ||
lnakuma | 0 | 58,643,404,521 | 100% | ||
rus-lifestyle | 0 | 1,474,939,014 | 100% | ||
stoodmonsters | 0 | 33,940,252,498 | 70% | ||
bpcvoter4 | 0 | 0 | 100% | ||
im-ridd | 0 | 8,610,702,169 | 50% | ||
warmstill | 0 | 844,541,777 | 50% | ||
hivewatchers | 0 | 2,157,564,171 | 55% | ||
hivequebec | 0 | 515,971,907 | 7.8% | ||
laruche | 0 | 13,470,741,149 | 7.8% | ||
softworld | 0 | 343,290,997,429 | 81% | ||
hydrodino | 0 | 453,640,119 | 100% | ||
meppij | 0 | 10,585,025,435 | 16.25% | ||
ambarvegas | 0 | 1,841,406,295 | 100% | ||
ecency | 0 | 436,769,007,511 | 1% | ||
balvinder294 | 0 | 3,933,805,692 | 20% | ||
jywahaha | 0 | 2,167,117,045 | 100% | ||
roberto58 | 0 | 9,507,165,095 | 100% | ||
hivebuilder | 0 | 4,450,558,507 | 100% | ||
olaunlimited | 0 | 579,578,830 | 45% | ||
ecency.stats | 0 | 391,439,755 | 1% | ||
recoveryinc | 0 | 6,565,256,053 | 10% | ||
evahe | 0 | 468,635,793,786 | 100% | ||
dying | 0 | 720,730,701 | 20% | ||
clifth | 0 | 760,919,173 | 50% | ||
philipmak | 0 | 1,617,542,478 | 50% | ||
hyper.speed | 0 | 3,016,784,936 | 100% | ||
netaterra.leo | 0 | 1,001,673,327 | 13.5% | ||
cocaaladioxine | 0 | 15,622,183,296 | 97% | ||
blockbroccoli | 0 | 880,278,537 | 57.6% | ||
belemo.leo | 0 | 489,686,550 | 100% | ||
samrisso | 0 | 7,067,669,790 | 10% | ||
tomtothetom | 0 | 3,069,210,666 | 20% | ||
drricksanchez | 0 | 44,219,773,189 | 7.5% | ||
reidenling90 | 0 | 7,631,258,579 | 100% | ||
hive.friends | 0 | 863,009,556 | 50% | ||
tingjie | 0 | 217,042,396,073 | 100% | ||
celeste413 | 0 | 20,617,367,895 | 100% | ||
zhangyan-123 | 0 | 165,164,670,984 | 50% | ||
menzo | 0 | 3,569,037,129 | 6.4% | ||
alpha-omega | 0 | 159,049,031,401 | 100% | ||
bai123 | 0 | 4,372,892,155 | 100% | ||
aequi | 0 | 36,730,984,585 | 70% | ||
elderdark | 0 | 39,157,243,874 | 56% | ||
tub3r0 | 0 | 522,024,802 | 7% | ||
acantoni | 0 | 2,928,411,130 | 10% | ||
astrocat-3663 | 0 | 709,116,293 | 50% | ||
mimi.ruby | 0 | 152,971,286,961 | 70% | ||
eolianpariah2 | 0 | 1,217,258,082 | 0.55% | ||
sunflor | 0 | 42,845,679,429 | 100% | ||
hylene74 | 0 | 72,258,689,600 | 100% | ||
michupa | 0 | 134,344,556,949 | 70% | ||
beffeater | 0 | 7,562,300,061 | 35% | ||
pappyelblanco | 0 | 3,101,111,471 | 50% | ||
diochen | 0 | 121,099,000,703 | 100% | ||
almajandra | 0 | 3,462,425,047 | 100% | ||
heutorybr | 0 | 1,053,317,810 | 35% | ||
adyiron | 0 | 33,876,410,732 | 100% | ||
thgaming | 0 | 1,095,368,978 | 3.5% | ||
hoffmeister84 | 0 | 10,539,198,750 | 70% | ||
littlebee4 | 0 | 105,668,719,604 | 20% | ||
henrietta27 | 0 | 5,668,948,027 | 25% | ||
bungongjaro | 0 | 677,170,093 | 90% | ||
amakauz | 0 | 6,212,575,821 | 25% | ||
pero82 | 0 | 2,577,699,955 | 40% | ||
xianlaiyiju | 0 | 27,773,814,333 | 100% | ||
love5200 | 0 | 16,454,968,161 | 100% | ||
caelum1infernum | 0 | 2,190,963,365 | 10% | ||
kam5iz | 0 | 3,275,709,925 | 25.6% | ||
franzpaulie | 0 | 47,425,255,950 | 100% | ||
mukadder | 0 | 6,564,563,323 | 6.4% | ||
elisilva05 | 0 | 13,238,336,941 | 100% | ||
abreusplinter | 0 | 2,890,915,806 | 35% | ||
bgmoha | 0 | 478,411,025 | 55% | ||
fortune1m | 0 | 2,294,345,366,244 | 100% | ||
oasiskp2 | 0 | 10,775,397,924 | 100% | ||
queercoin | 0 | 91,526,797,232 | 50% | ||
fredaig | 0 | 2,405,858,973 | 28% | ||
hive-195880 | 0 | 864,689,018 | 20% | ||
carolinawnn | 0 | 1,191,930,357 | 100% | ||
hive-176147 | 0 | 109,885,384,791 | 100% | ||
the-lead | 0 | 3,296,457,372 | 32% | ||
ecency.waves | 0 | 0 | 1% | ||
criptovalor | 0 | 80,220,224 | 100% | ||
marianosdeath | 0 | 23,279,981,144 | 100% | ||
nana-hive | 0 | 7,855,654,689 | 100% | ||
eddyss | 0 | 10,868,661,694 | 100% | ||
cur8 | 0 | 1,161,854,879,350 | 32.5% | ||
monzo | 0 | 2,579,253,248 | 40% | ||
blackalas | 0 | 1,088,330,228 | 35% | ||
ifhy | 0 | 4,360,737,448 | 35% | ||
kaveira | 0 | 592,014,914 | 35% | ||
fee-service-new | 0 | 7,791,086,644 | 100% | ||
soyernesto | 0 | 6,529,996,563 | 32% | ||
menny.trx | 0 | 895,712,948 | 16.25% | ||
darknightlive | 0 | 2,768,292,917 | 100% | ||
afia3344 | 0 | 10,191,162,934 | 100% | ||
endhivewatchers | 0 | 0 | -0.01% | ||
trina77 | 0 | 28,658,202,186 | 100% | ||
carolin77 | 0 | 7,600,085,879 | 100% | ||
arshadkhan4421 | 0 | 1,100,216,896 | 32% | ||
honeyjean24 | 0 | 626,813,681 | 35% | ||
linos | 0 | 6,877,998,520 | 100% | ||
coffee-lovers | 0 | 850,102,175 | 100% | ||
davideastman | 0 | 994,935,093 | 100% |
是的,时间过得好快呀,一周里面过了周三,就快到周五,周末很快就到了🙂🙂🙂
author | adyiron |
---|---|
permlink | re-oflyhigh-2025425t1327244z |
category | hive-105017 |
json_metadata | {"type":"comment","tags":["hive-105017","cn","life","blog","domain","ip","dns"],"app":"ecency/3.2.0-mobile","format":"markdown+html"} |
created | 2025-04-24 17:03:27 |
last_update | 2025-04-24 17:03:27 |
depth | 1 |
children | 1 |
last_payout | 2025-05-01 17:03:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 116,309,559,057,282 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,296,903 |
net_rshares | 0 |
马上五一了,半年过去了,2026在向我们招手
author | oflyhigh |
---|---|
permlink | sv8yb4 |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-04-24 23:52:18 |
last_update | 2025-04-24 23:52:18 |
depth | 2 |
children | 0 |
last_payout | 2025-05-01 23:52:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.132 HBD |
curator_payout_value | 0.132 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 6,356,095,332,114,270 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,302,919 |
net_rshares | 757,165,572,685 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justyy | 0 | 757,165,572,685 | 100% | ||
endhivewatchers | 0 | 0 | -0.01% |
沙发🛋学废了😂 @tipu curate 7
author | annepink |
---|---|
permlink | re-oflyhigh-2025424t182230685z |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","domain","ip","dns"],"app":"ecency/3.2.0-vision","format":"markdown+html"} |
created | 2025-04-24 10:22:33 |
last_update | 2025-04-24 10:22:33 |
depth | 1 |
children | 3 |
last_payout | 2025-05-01 10:22: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 | 22 |
author_reputation | 1,032,326,288,444,586 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,289,803 |
net_rshares | 0 |
谢谢萍萍,和O哥一起努力学习吧
author | oflyhigh |
---|---|
permlink | sv83a5 |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-04-24 12:42:06 |
last_update | 2025-04-24 12:42:06 |
depth | 2 |
children | 1 |
last_payout | 2025-05-01 12:42:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.078 HBD |
curator_payout_value | 0.078 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 6,356,095,332,114,270 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,292,113 |
net_rshares | 447,429,741,495 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
annepink | 0 | 447,429,741,495 | 100% |
好呐!向O哥好好学习!😄
author | annepink |
---|---|
permlink | re-oflyhigh-2025425t162118154z |
category | hive-105017 |
json_metadata | {"tags":["ecency"],"app":"ecency/3.2.0-vision","format":"markdown+html"} |
created | 2025-04-25 08:21:21 |
last_update | 2025-04-25 08:21:21 |
depth | 3 |
children | 0 |
last_payout | 2025-05-02 08:21:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 1,032,326,288,444,586 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,308,304 |
net_rshares | 0 |
<a href="https://tipu.online/hive_curator?annepink" target="_blank">Upvoted 👌</a> (Mana: 0/64) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
author | tipu |
---|---|
permlink | re-re-oflyhigh-2025424t182230685z-20250424t102240z |
category | hive-105017 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2025-04-24 10:22:39 |
last_update | 2025-04-24 10:22:39 |
depth | 2 |
children | 0 |
last_payout | 2025-05-01 10:22:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 215 |
author_reputation | 55,937,652,527,393 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,289,805 |
net_rshares | 0 |
报告:已经学废
author | carolin77 |
---|---|
permlink | re-oflyhigh-2025424t19057207z |
category | hive-105017 |
json_metadata | {"type":"comment","tags":["hive-105017","cn","life","blog","domain","ip","dns"],"app":"ecency/3.2.1-mobile","format":"markdown+html"} |
created | 2025-04-24 11:00:57 |
last_update | 2025-04-24 11:00:57 |
depth | 1 |
children | 1 |
last_payout | 2025-05-01 11:00:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 60,720,872,335,192 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,290,370 |
net_rshares | 0 |
不要学费所以学废嘛?哈哈
author | oflyhigh |
---|---|
permlink | sv83bl |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-04-24 12:43:00 |
last_update | 2025-04-24 12:43:00 |
depth | 2 |
children | 0 |
last_payout | 2025-05-01 12:43:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.116 HBD |
curator_payout_value | 0.117 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 6,356,095,332,114,270 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,292,135 |
net_rshares | 670,741,583,286 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justyy | 0 | 670,741,583,286 | 100% | ||
endhivewatchers | 0 | 0 | -0.01% |
废了废了😅不得不说这个域名很可爱🐱🐱
author | celeste413 |
---|---|
permlink | re-oflyhigh-2025424t193047617z |
category | hive-105017 |
json_metadata | {"type":"comment","tags":["hive-105017","cn","life","blog","domain","ip","dns"],"app":"ecency/3.2.1-mobile","format":"markdown+html"} |
created | 2025-04-24 11:30:48 |
last_update | 2025-04-24 11:30:48 |
depth | 1 |
children | 1 |
last_payout | 2025-05-01 11:30:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 463,735,977,235,663 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,290,905 |
net_rshares | 0 |
嗯,可爱的HIVE
author | oflyhigh |
---|---|
permlink | sv83b6 |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-04-24 12:42:45 |
last_update | 2025-04-24 12:42:45 |
depth | 2 |
children | 0 |
last_payout | 2025-05-01 12:42:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.118 HBD |
curator_payout_value | 0.118 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 6,356,095,332,114,270 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,292,129 |
net_rshares | 675,480,604,926 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justyy | 0 | 657,332,059,751 | 100% | ||
celeste413 | 0 | 18,148,545,175 | 100% | ||
endhivewatchers | 0 | 0 | -0.01% |
Congratulations @oflyhigh! Your post has been a top performer on the Hive blockchain and you have been rewarded with this rare badge <table><tr><td><img src="https://images.hive.blog/60x60/https://hivebuzz.me/badges/toppayoutday.png"></td><td>Post with the highest payout of the day.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@oflyhigh) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>
author | hivebuzz |
---|---|
permlink | notify-1745539476 |
category | hive-105017 |
json_metadata | {"image":["https://hivebuzz.me/notify.t6.png"]} |
created | 2025-04-25 00:04:36 |
last_update | 2025-04-25 00:04:36 |
depth | 1 |
children | 0 |
last_payout | 2025-05-02 00:04:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 572 |
author_reputation | 369,406,942,165,678 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,303,129 |
net_rshares | 0 |
sexyhive.com 有吗?
author | jychbetter |
---|---|
permlink | re-oflyhigh-2025424t16358611z |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","domain","ip","dns"],"app":"ecency/4.0.3-vision","format":"markdown+html"} |
created | 2025-04-24 14:03:57 |
last_update | 2025-04-24 14:03:57 |
depth | 1 |
children | 1 |
last_payout | 2025-05-01 14:03:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 1,246,709,541,475,764 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,293,857 |
net_rshares | 0 |
哈哈,你去抢注一个
author | oflyhigh |
---|---|
permlink | sv8yad |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-04-24 23:51:51 |
last_update | 2025-04-24 23:51:51 |
depth | 2 |
children | 0 |
last_payout | 2025-05-01 23:51:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.130 HBD |
curator_payout_value | 0.130 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 6,356,095,332,114,270 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,302,915 |
net_rshares | 742,021,261,232 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justyy | 0 | 742,021,261,232 | 100% | ||
endhivewatchers | 0 | 0 | -0.01% |
是学“废了”,我觉得自己就是一个“小废物”︿( ̄︶ ̄)︿
author | love5200 |
---|---|
permlink | re-oflyhigh-2025424t181743767z |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","domain","ip","dns"],"app":"ecency/4.0.3-vision","format":"markdown+html"} |
created | 2025-04-24 10:18:12 |
last_update | 2025-04-24 10:18:12 |
depth | 1 |
children | 1 |
last_payout | 2025-05-01 10:18:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 541,065,924,839,019 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,289,742 |
net_rshares | 0 |
︿( ̄︶ ̄)︿ 哈哈哈,这表情不错呀
author | oflyhigh |
---|---|
permlink | sv83at |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-04-24 12:42:33 |
last_update | 2025-04-24 12:42:33 |
depth | 2 |
children | 0 |
last_payout | 2025-05-01 12:42:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.112 HBD |
curator_payout_value | 0.113 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 6,356,095,332,114,270 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,292,123 |
net_rshares | 644,190,726,688 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justyy | 0 | 644,190,726,688 | 100% | ||
endhivewatchers | 0 | 0 | -0.01% |
👍🏻👍🏻
author | marygong77777 |
---|---|
permlink | re-oflyhigh-2025424t215944611z |
category | hive-105017 |
json_metadata | {"type":"comment","tags":["hive-105017","cn","life","blog","domain","ip","dns"],"app":"ecency/3.3.2-mobile","format":"markdown+html"} |
created | 2025-04-24 13:59:45 |
last_update | 2025-04-24 13:59:45 |
depth | 1 |
children | 0 |
last_payout | 2025-05-01 13:59: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 | 409,952,889,412,452 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,293,774 |
net_rshares | 0 |
补充个链接 >[cutehive.com 上线啦!](https://hive.blog/hive-105017/@oflyhigh/cutehive-com)
author | oflyhigh |
---|---|
permlink | sv83jk |
category | hive-105017 |
json_metadata | {"links":["https://hive.blog/hive-105017/@oflyhigh/cutehive-com"],"app":"hiveblog/0.1"} |
created | 2025-04-24 12:47:45 |
last_update | 2025-04-24 12:47:45 |
depth | 1 |
children | 3 |
last_payout | 2025-05-01 12:47:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.458 HBD |
curator_payout_value | 0.458 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 6,356,095,332,114,270 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,292,231 |
net_rshares | 2,614,633,250,003 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oflyhigh | 0 | 437,837,317,958 | 10% | ||
justyy | 0 | 698,393,774,799 | 100% | ||
jychbetter | 0 | 1,012,543,110,474 | 100% | ||
annepink | 0 | 465,859,046,772 | 100% | ||
endhivewatchers | 0 | 0 | -0.01% |
人工置顶 哎,一转眼五年过去了 人生又有多少个五年呢?
author | oflyhigh |
---|---|
permlink | sv83l4 |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-04-24 12:48:42 |
last_update | 2025-04-24 12:48:42 |
depth | 2 |
children | 2 |
last_payout | 2025-05-01 12:48:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.124 HBD |
curator_payout_value | 0.125 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 6,356,095,332,114,270 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,292,245 |
net_rshares | 712,647,729,387 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justyy | 0 | 712,647,729,387 | 100% | ||
endhivewatchers | 0 | 0 | -0.01% |
顶顶,更健康
author | jychbetter |
---|---|
permlink | re-oflyhigh-2025424t1637174z |
category | hive-105017 |
json_metadata | {"tags":["ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"} |
created | 2025-04-24 14:03:09 |
last_update | 2025-04-24 14:03:09 |
depth | 3 |
children | 1 |
last_payout | 2025-05-01 14:03:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 1,246,709,541,475,764 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,293,840 |
net_rshares | 0 |
补充一些参考资料: >* [百度百科·域名](https://baike.baidu.com/item/%E5%9F%9F%E5%90%8D/86062) >* [百度百科·IP地址](https://baike.baidu.com/item/IP%E5%9C%B0%E5%9D%80/150859) >* [百度百科·DNS](https://baike.baidu.com/item/%E5%9F%9F%E5%90%8D%E7%B3%BB%E7%BB%9F/2251573) >* [百度百科·根域名服务器](https://baike.baidu.com/item/%E6%A0%B9%E5%9F%9F%E5%90%8D%E6%9C%8D%E5%8A%A1%E5%99%A8/5907519)
author | oflyhigh |
---|---|
permlink | sv91nr |
category | hive-105017 |
json_metadata | {"links":["https://baike.baidu.com/item/%E5%9F%9F%E5%90%8D/86062"],"app":"hiveblog/0.1"} |
created | 2025-04-25 01:04:42 |
last_update | 2025-04-25 01:04:42 |
depth | 1 |
children | 0 |
last_payout | 2025-05-02 01:04:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.291 HBD |
curator_payout_value | 0.291 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 349 |
author_reputation | 6,356,095,332,114,270 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,303,724 |
net_rshares | 1,667,870,891,141 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oflyhigh | 0 | 438,707,059,456 | 10% | ||
justyy | 0 | 772,612,514,851 | 100% | ||
annepink | 0 | 456,551,316,834 | 100% | ||
endhivewatchers | 0 | 0 | -0.01% |
購買、出售和交換TVST https://beeswap.dcity.io/tokens/TVST
author | veritastvst |
---|---|
permlink | re-oflyhigh-2025424t222739319z |
category | hive-105017 |
json_metadata | {"type":"comment","tags":["cn","life","blog","domain","ip","dns"],"app":"ecency/3.3.2-mobile","format":"markdown+html"} |
created | 2025-04-24 21:27:39 |
last_update | 2025-04-24 21:27:39 |
depth | 1 |
children | 0 |
last_payout | 2025-05-01 21:27:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | -624,426,252,969 |
root_title | 从域名到IP:从cutehive.com的解析说起 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,301,081 |
net_rshares | 0 |