Jump to content

Search the Community

Showing results for tags 'dns'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • BlockForums Announcements
    • Denarius Announcements
    • Kronos Wallet Announcements
    • The Crypto News Feed
  • Cryptocurrency Discussions
    • Cryptocurrencies
    • Altcoin Announcements
    • General Discussion
    • Tutorials & Help
  • Denarius Discussions
    • General Discussion
    • Tutorials & Help
    • Marketing & PR
    • Development
    • Mining & Staking
    • Trading & Exchanges
    • Marketplace
  • Programming & Design
    • Development QA
    • Design QA
  • Gaming
    • Bot Downloads & Discussion
    • Gaming Discussion
  • Classifieds
    • Buy Sell and Trade
  • Other Discussions
    • Element 115
    • The Lounge
    • Hardware & IoT
    • Tutorials & Guides
    • Domains & Hosting

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


BTC Address

Found 5 results

  1. A really nice fork of sipa dns seeder that makes everything easy for basically any bitcoin fork (altcoin) like a Denarius. https://github.com/team-exor/generic-seeder Clone and make the binary sudo apt-get install build-essential libboost-all-dev libssl-dev libcurl4-openssl-dev libconfig++-dev git clone https://github.com/team-exor/generic-seeder cd generic-seeder make settings.conf protocol_version="33900" init_proto_version="33900" min_peer_proto_version="33900" caddr_time_version="33900" pchMessageStart_0 = "0xfa" pchMessageStart_1 = "0xf2" pchMessageStart_2 = "0xef" pchMessageStart_3 = "0xb4" wallet_port="33369" explorer_url="https://chainz.cryptoid.info/d/api.dws?q=getblockcount" second_explorer_url="" explorer_requery_seconds="60" block_count="3272984" seed_1="dnsseed.denarius.guide" seed_2="dnsseed.denarius.pro" seed_3="mseed.denarius.guide" seed_4="" seed_5="" seed_6="" seed_7="" seed_8="" seed_9="" seed_10="" cf_domain="" cf_domain_prefix="" cf_username="[email protected]" cf_api_key="" cf_seed_dump="dnsseed.dump" Using bseed.denarius.guide as the sample seeder that's in Denarius wallet already. A record setup NS setup Give that a few minutes to propagate and then run the seeder like this which matches the above. ./dnsseed -h bseed.denarius.guide -n vps.denarius.guide -m buzz.denarius.guide Wait to get some seeds. Then check propagation from https://www.whatsmydns.net/#A/vps.denarius.guide  Then check your seeder is working https://www.whatsmydns.net/#A/bseed.denarius.guide Then spinup a linux vm and type nslookup bseed.denarius.guide and you should see Server: 127.0.0.53 Address: 127.0.0.53#53 Non-authoritative answer: Name: bseed.denarius.guide Address: 95.111.245.53 Name: bseed.denarius.guide Address: 67.172.231.51 Name: bseed.denarius.guide Address: 77.56.152.58 Name: bseed.denarius.guide Address: 92.106.177.110 And your seeder is setup. huge thanks to @joeuhren for getting this to work on Denarius extremely easy. To exit and leave screen session open type ctrl a+d to get back in type screen -ls will show There is a screen on: 13441.generic-seeder (05/18/2020 06:36:18 AM) (Detached) type screen -r 13441.generic-seeder to get back in. example: screen -r number then push tab to autocomplete the rest and push enter
  2. Simply navigate to your "Internet" settings in your Unifi Network Controller, select DNS Servers and enter in 107.172.214.168 and 192.3.62.20
  3. Top Free DNS Servers by Speed 5/27/2020: Speed Data from https://www.dnsperf.com/#!dns-resolvers 1.1.1.1 - 1.0.0.1 (Cloudflare) 8.8.8.8 - 8.8.4.4 (Google) 208.67.222.222 - 208.67.220.220 (OpenDNS) 45.90.28.21 - 45.90.30.21 (NextDNS) 156.154.70.5 - 156.154.71.5 (Neustar) 199.85.126.10 199.85.127.10 (Norton) 8.26.56.26 8.20.247.20 (NuSEC by Comodo) 9.9.9.9 - 149.112.112.112 (Quad9) 195.46.39.39, 195.46.39.40 (SafeDNS) ------------------------------------------------------ The speed might not be as fast as 1.1.1.1, but https://www.opennic.org/ also has great censorship resistant DNS servers available and additional domain support. Feel free to add the DNS servers you use in this thread!
  4. Blocklist located here ->Â https://github.com/buzzkillb/hosts I am using this on pihole and will be updating the links anytime I get dm spam, mainly from Discord. Raw File ->Â https://raw.githubusercontent.com/buzzkillb/hosts/master/hosts How to add to pihole. Â Â
  5. I am using he.net free dns for the setup of nameservers. https://dns.he.net Get a domain like denarius.guide for our example. The dns seeder nameserver will be dnsseed.denarius.guide Go to your domain and point it to the given he.net servers so he.net is handling your records. Lets add the first part. This creates dnsseed.denarius.guide. 86400 IN NS seeder.denarius.guide. Now lets point seeder.denarius.guide to our vps ip. This creates seeder.denarius.guide. 86400 IN A 163.172.157.116 Also can create an AAAA record because IPv6 is the future right? This creates seeder.denarius.guide. 86400 IN AAAA 2001:bc8:47a0:1933::1 On the vps side we need our dns seeder. Clone a seeder repo, get dependencies, and compile. This could vary depending on OS and VPS. git clone https://github.com/buzzkillb/d-seeder sudo apt-get install build-essential libboost-all-dev libssl-dev make -j2 Run the seeder for a while, and wait for the DNS to propagate. I also sudo apt install tor just because ./dnsseed -h dnsseed.denarius.guide -n seeder.denarius.guide -m buzz.denarius.io -o 127.0.0.1:9050 How to check if this is working. https://www.whatsmydns.net/#NS/dnsseed.denarius.guide
×
×
  • Create New...