Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outdated DNS seed for SPV #1025

Closed
FirstClassCitizenFCC opened this issue Jan 7, 2022 · 2 comments · Fixed by #1545
Closed

outdated DNS seed for SPV #1025

FirstClassCitizenFCC opened this issue Jan 7, 2022 · 2 comments · Fixed by #1545

Comments

@FirstClassCitizenFCC
Copy link

What happened:

If bitseed.xf2.org is the only DNS seed available for SPV, running defid results in sending multiple (25-30) DNS queries per second.

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

What are your environment parameters:

docker defi/defichain:latest

Anything else we need to know?:

  • Allowing all DNS seeds resolved the issue.
  • Bitcoin Core removed this seed in #9730
  • dns query-status is SERVFAIL
# dig @1.1.1.1 bitseed.xf2.org

; <<>> DiG 9.16.15-Debian <<>> @1.1.1.1 bitseed.xf2.org
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 44015
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; EDE: 22 (No Reachable Authority)
;; QUESTION SECTION:
;bitseed.xf2.org.		IN	A

;; Query time: 32 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Fri Jan 07 18:44:36 CET 2022
;; MSG SIZE  rcvd: 50
@defichain-bot
Copy link
Member

@FirstClassCitizenFCC: Thanks for opening an issue, it is currently awaiting triage.

The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.

Details

I am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository.

@prasannavl
Copy link
Member

Thanks @FirstClassCitizenFCC. Add to high priority lists for v3, where ICX is planned to be re-enabled.

prasannavl pushed a commit that referenced this issue Feb 18, 2022
* DeFiCh/ain - Implement getaccounthistory RPC on upstream #1025

* Input param height and txn types were changed to number + test case update

* Removed history search in wallet

* Simplify getaccounthistory

Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>

* Update src/masternodes/rpc_accounts.cpp

Co-authored-by: surangap <surangatco@gmail.com>

Co-authored-by: Anthony Fieroni <bvbfan@abv.bg>
Co-authored-by: surangap <surangatco@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants