add new nodes #15

Closed
wowario wants to merge 2 commits from <deleted>:master into master

@ -12,11 +12,11 @@
"ty7ppqozzodz75audgvkprekiiqsovbyrkfdjwadrkbe3etyzloatxad.onion:34568",
"ewynwpnprbgqllv2syn3drjdrqkw7ehoeg73znelm6mevvmpddexsoqd.onion:34568",
"mqkiqwmhhpqtzlrf26stv7jvtaudbyzkbg3lttkmvvvauzgtxm62tgyd.onion:34568",
"zao3w6isidntdbnyee5ufs7fyzmv7wzchpw32i3uo5eldjwmo4bxg2qd.onion:34568"
"zao3w6isidntdbnyee5ufs7fyzmv7wzchpw32i3uo5eldjwmo4bxg2qd.onion:34568",
"u7xzyafhv4am27574wcla5mt34flzz5rrz3bnljfah6khb467hbok7qd.onion:34568",
"td4fsadmkyxw6bimh3fq3254gmjnjdnfxl2qpqsd45dygaaypiizh3id.onion:34568"
],
"clearnet": [
"global.wownodes.com:34568",
"super.fast.node.xmr.pm:34568",
"node.wownero.club:34568",
"node.suchwow.xyz:34568",
"eu-west-1.wow.xmr.pm:34568",
@ -30,7 +30,9 @@
"very.wow.such.money:34568",
"169.119.33.174:34568",
"wow.bot.tips:34568",
"idontwanttogototoronto.wow.fail:34568"
"idontwanttogototoronto.wow.fail:34568",
"wownero.mooo.com:34568",
"wownero.fyi:34568"
]
},
"stagenet": {

@ -4,7 +4,7 @@
import re, os, sys, requests
current_height = 664767
current_height = 349718
f = open("heights.txt", "a")
for i in range(0, current_height, 1500):
if i == 0:
@ -12,8 +12,8 @@ for i in range(0, current_height, 1500):
if i % (1500*8) == 0:
print(f"[*] {current_height-i}")
url = f"https://stagenet.xmrchain.net/block/{i}"
resp = requests.get(url, headers={"User-Agent": "Feather"})
url = f"https://explore.wownero.com/block/{i}"
resp = requests.get(url, headers={"User-Agent": "Wowlet"})
resp.raise_for_status()
content = resp.content.decode()
timestamp = wow = re.findall(r"\((\d{10})\)", content)[0]

Loading…
Cancel
Save