Bitcoin
Bitcoin Core integration/staging tree (by bitcoin)
naivecoin
A cryptocurrency implementation in less than 1500 lines of code (by conradoqg)
Bitcoin | naivecoin | |
---|---|---|
909 | 8 | |
83,733 | 1,252 | |
1.3% | 0.3% | |
10.0 | 0.0 | |
2 days ago | 12 months ago | |
C++ | JavaScript | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Bitcoin
Posts with mentions or reviews of Bitcoin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-01.
- PR changes Bitcoin allowing arbitrarily large data storage on transactions
- Bitcoin Core Contributors
-
Release Radar · October 2024: Major updates from the open source community
Well AI is the new blockchain, but that doesn't mean blockchain is dead. Bitcoin is here with a new release of Bitcoin Core. Bitcoin Core connects to the Bitcoin network to download and fully validate blocks and transactions. The project includes a wallet and graphical user interface. The latest update includes new features such as support for Testnet4, policy changes, updates to RPCs and REST APIs, detection of wallet transactions when they conflict with the mempool, and lots more. Read up on all the changes in the Bitcoin release notes.
-
Analyzing Bitcoin Transactions with Lightning Node Insights
Ubuntu/Debian: Install LND: https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md#install-lnd Install Bitcoin Core: https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#linux-instructions
-
Simulate your first Lightning transaction on the Bitcoin regtest network Part 1 (MacOS)
To be able to follow along, you must have both bitcoind and lnd installed.
-
Generating and Working With ScriptPubKeys in Bitcoin Transactions
As mentioned previously, ScriptPubKeys are scripts that embody the locking conditions of bitcoins in a Bitcoin transaction. They are a crucial element of a Bitcoin transaction that specifies the requirements that must be met before an unspent transaction output (UTXO) is used. The ScriptPubKey, combined with the Amount, creates an output of a Bitcoin transaction. Like every other script, ScriptPubKeys are made up of operators and data. During the encoding of a transaction, both data and the operands are represented in hexadecimal format. You can find the hex representation for all operands used in Bitcoin Scripts here.
-
Understanding BTC Software
Which article? Have a look at Luke's CVE and pull request https://nvd.nist.gov/vuln/detail/CVE-2023-50428 https://github.com/bitcoin/bitcoin/pull/28408
- On chain censorship "war" heats up on BTC with a CVE raised against Ordinals
- What are some of the arguments for / against limiting datacarriersize ?
- BTC's Luke Dashjr: '24 Bitcoin Core Update Will Disrupt Ordinals, BRC-20
naivecoin
Posts with mentions or reviews of naivecoin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-11.
-
Looking for advice for making coin for school
Use Naivecoin as basis. Its the shortest working blockchain out there
-
How easy is it to make a coin?
Just take some already existing tech like naivecoin (very little code) and learn from it.
-
I will create my own cryptocurrency, once I know how
Take a look at naivecoin. Its the smallest cryptocurrency code. Much easier to learn from
-
Naivecoin - a cryptocurrency implementation in less than 1500 lines of code
Here's the link: https://github.com/conradoqg/naivecoin
-
What are the best Resources for becoming a blockchain developer?
I just found this, take a look! https://github.com/conradoqg/naivecoin Super interesting coin in very little code.
-
In-depth software programming
JavaScript: A cryptocurrency implementation in less than 1500 lines of code
-
I wrote a toy cryptocoin using C#
Another Naivecoin, which I think wasn't related to the previous one.
What are some alternatives?
When comparing Bitcoin and naivecoin you can also consider the following projects:
BitcoinJS - A javascript Bitcoin library for node.js and browsers.
build-your-own-shell - Guidance for mollusks (WIP)
webtorrent - ⚡️ Streaming torrent client for the web
minipack - 📦 A simplified example of a modern module bundler written in JavaScript
umbrel - A beautiful home server OS for self-hosting with an app store. Buy a pre-built Umbrel Home with umbrelOS, or install on a Raspberry Pi or any x86 system.
SavjeeCoin - A simple blockchain in Javascript. For educational purposes only.