All Projects → namecoin → namecoin-core

namecoin / namecoin-core

Licence: MIT license
Namecoin full node + wallet based on the current Bitcoin Core codebase.

Projects that are alternatives of or similar to namecoin-core

Zeronet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
Stars: ✭ 17,227 (+3953.41%)
Mutual labels:  decentralized, p2p, anticensorship, internet-freedom
Awesome Anti Censorship
curated list of open-source anti-censorship tools
Stars: ✭ 521 (+22.59%)
Mutual labels:  decentralized, p2p, anticensorship
Wikipedia Ipfs
An exploration to host Wikipedia in IPFS
Stars: ✭ 158 (-62.82%)
Mutual labels:  decentralized, p2p
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-61.18%)
Mutual labels:  decentralized, p2p
Arewedistributedyet
Website + Community effort to unlock the peer-to-peer web at arewedistributedyet.com ⚡🌐🔑
Stars: ✭ 189 (-55.53%)
Mutual labels:  decentralized, p2p
swarm-peer-server
🖧 A network swarm for creating secure P2P connections over BitTorrent DHT, DNS, and mDNS.
Stars: ✭ 41 (-90.35%)
Mutual labels:  decentralized, p2p
Gym Fx
Forex trading simulator environment for OpenAI Gym, observations contain the order status, performance and timeseries loaded from a CSV file containing rates and indicators. Work In Progress
Stars: ✭ 151 (-64.47%)
Mutual labels:  decentralized, p2p
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+3469.88%)
Mutual labels:  decentralized, p2p
Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (-69.18%)
Mutual labels:  decentralized, p2p
Ipfs Pubsub Room
IPFS Pubsub room
Stars: ✭ 229 (-46.12%)
Mutual labels:  decentralized, p2p
Newnode
NewNode decentralized Content Distribution Network
Stars: ✭ 223 (-47.53%)
Mutual labels:  decentralized, p2p
shapeshifter-transports
Shapeshifter Transports is a set of Pluggable Transports implementing the Go API from the Pluggable Transports 2.0 specification
Stars: ✭ 31 (-92.71%)
Mutual labels:  anticensorship, internet-freedom
Ensichat
Project discontinued
Stars: ✭ 143 (-66.35%)
Mutual labels:  decentralized, p2p
Bitcoin Kit Ios
Full Bitcoin library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash and Dash blockchains.
Stars: ✭ 134 (-68.47%)
Mutual labels:  decentralized, p2p
Meshenger Android
P2P Audio/Video calls over local networks. No server or Internet access needed.
Stars: ✭ 152 (-64.24%)
Mutual labels:  decentralized, p2p
Surge
Surge is a p2p filesharing app designed to utilize blockchain technologies to enable 100% anonymous file transfers. Surge is end-to-end encrypted, decentralized and open source.
Stars: ✭ 132 (-68.94%)
Mutual labels:  decentralized, p2p
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-57.65%)
Mutual labels:  decentralized, p2p
bebasdns
Membantumu berselancar dengan aman dan tidak terbatas!.
Stars: ✭ 56 (-86.82%)
Mutual labels:  anticensorship, internet-freedom
Orion
[Moved to Gitlab] Easy to Use, Inter Planetary File System (IPFS) desktop client
Stars: ✭ 115 (-72.94%)
Mutual labels:  decentralized, p2p
Cruzbit
A simple decentralized peer-to-peer ledger implementation
Stars: ✭ 118 (-72.24%)
Mutual labels:  decentralized, p2p

Namecoin Core integration/staging tree

Build Status

https://namecoin.org

What is Namecoin?

Namecoin is a decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency.

What does it do?

  • Securely record and transfer arbitrary names (keys).
  • Attach a value (data) to the names (up to 520 bytes, more in the future).
  • Transact namecoins, the digital currency (ℕ, NMC).

Namecoin was the first fork of Bitcoin and still is one of the most innovative altcoins. It was first to implement merged mining and a decentralized DNS. Namecoin squares Zooko's Triangle!

What can it be used for?

  • Protect free-speech rights online by making the web more resistant to censorship.
  • Access websites using the .bit domain (with TLS/SSL).
  • Store identity information such as email, GPG key, BTC address, TLS fingerprints, Bitmessage address, etc.
  • Human readable Tor .onion names/domains.
  • File signatures, Voting, bonds/stocks,/shares, web of trust, escrow and notary services (to be implemented).

For more information, as well as an immediately useable, binary version of the Namecoin Core software, see https://www.namecoin.org/download.

License

Namecoin Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is regularly built (see doc/build-*.md for instructions) and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Namecoin Core.

The contribution workflow is described in CONTRIBUTING.md and useful hints for developers can be found in doc/developer-notes.md.

The developer forum should be used to discuss complicated or controversial changes before working on a patch set.

Developer IRC can be found on Freenode at #namecoin-dev.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests, written in Python. These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py

The CI (Continuous Integration) systems make sure that every pull request is built for Windows, Linux, and macOS, and that unit/sanity tests are run automatically.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

Translations

Translation workflow is not yet set up for Namecoin Core. For strings which are common to Bitcoin Core, see below.

Changes to translations as well as new translations can be submitted to Bitcoin Core's Transifex page.

Translations are periodically pulled from Transifex and merged into the git repository. See the translation process for details on how this works.

Important: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].