From e7295be1f0e877d9fbe75d63e10e8d1ee324ed16 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 26 Jun 2021 02:08:10 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/README.md b/README.md index 2110654..8ef5f66 100644 --- a/README.md +++ b/README.md @@ -75,28 +75,7 @@ These are some related Gitea issues: https://git.hush.is/hush/hush3/issues/34 https://git.hush.is/hush/hush3/issues/33 -## Port BTC Core bitcoin-asmap to Hush -``` -Type: Coding -Languages: C/C++, Rust, Makefile -Difficulty: Challenging -``` - -This is currently a Bitcoin Core Pull Request on Github: - -https://github.com/bitcoin/bitcoin/pull/18573 - -This is something the Hush community also wants, as it helps protect against -new network-level attacks like the "Erebus Attack" https://erebus-attack.comp.nus.edu.sg - -This is an active topic in the Bitcoin community and may be a way for the interested -student to become a Bitcoin Core Contributor, if we send code upstream to Bitcoin. - -Related info: - -BTC Core review club: https://bitcoincore.reviews/16702 -BitMex research: https://blog.bitmex.com/call-to-action-testing-and-improving-asmap/ ## web: Improving Hush Smart Chain Creator with Interactive Docs ``` @@ -143,25 +122,6 @@ at https://github.com/bitcoin/bitcoin , which recently gained support for Tor v3 This task involves coding in C++, and doing network-based tests over Tor to verify things work correctly, which will require running at least two and potentially many nodes to simulate some network conditions. This will be done with various other developers that can help students learn how to setup the environment and run the test suite. -## SilentDragon: GUI tab showing Peer Info -``` -Type: Coding -Languages: C++14 with QT5 -Difficulty: Easy to Medium -``` - -Add a GUI tab to SD that shows information from `getpeerinfo`, specifically: - - * IP address - * Ping time - * TLS cipher used - * ASN (Autonomous System Number) - -This is important to make it easier for users to see who their peers are, including -metrics to decide if they are under attack. This data is currently very hard to see except for command-line users. - -This "Peers Tab" should also show a list of Banned Peers and Disconnected Peers, to further help debug and research potential network attacks. - ## SilentDragon: HushDEX QT GUI ``` Type: Coding