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

MusicDAO: Bitcoin RegTest environment, Searching, swarm health, content gossiping, bitcoin faucet and various bug fixes #48

Merged
merged 55 commits into from
Dec 9, 2020

Conversation

Tim-W
Copy link
Contributor

@Tim-W Tim-W commented Sep 7, 2020

  • The app connects to a RegTest environment bootstrap node, so we can test transactions easily. This node is a remote server that I host on DigitalOcean. It contains a mining script that mines a block every 10 seconds on this 'private' testing environment.
  • Upon wallet creation, the app connects to a bitcoin faucet and asks for some starter money (10 'fake dollars')
  • End-to-end swarm health gossiping mechanism
  • Every device now uses a push mechanism to spread content: Send a 10 random Releases to a random device every couple seconds
  • Remote Keyword Search: when performing a search for content in the app, ask up to 20 peers around you if they have this content in their local database. Return the content by pushing the block directly to the original asker, if available.
  • Many bug fixes and stability improvements

See this comment for more information and gifs showing these features in action: #45 (comment)

Next priority: Loading TrustChain content from MusicCommunity peers is very slow with a low amount of devices. Is this an issue? What can we do about it?

… DigitalOcean droplet, so we can test BTC transactions
…sages and sorting playlist overview based on swarm health. Fix #6
@Tim-W Tim-W changed the title MusicDAO: Bitcoin RegTest environment, Searching and various bug fixes MusicDAO: Bitcoin RegTest environment, Searching, swarm health, content gossiping, bitcoin faucet and various bug fixes Dec 9, 2020
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 this pull request may close these issues.

1 participant