Bitcoin Software for Linux

View 208 business solutions

Browse free open source Bitcoin software and projects for Linux below. Use the toggles on the left to filter open source Bitcoin software by OS, license, language, programming language, and project status.

  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    Umbrel

    Umbrel

    A beautiful personal server OS for Raspberry Pi or any Linux distro

    Run your personal server with a Bitcoin and Lightning node in your home, self-host open source apps like Nextcloud and Matrix to break away from big tech, and take full control of your data. For free. All our interactions on the internet today are mediated by a few companies who offer “free” services in exchange for storing our data on their servers to spy on us. Running a personal server fundamentally changes that. You and your family’s photos, videos, files, notes, passwords, everything, have nothing to do with someone else’s computer. They’re a part of your private life, and now they can all be stored by you, in your home, on your Umbrel. The Bitcoin network is made up of thousands of nodes that verify every single transaction in the blockchain. Some of them mine Bitcoin too, but unlike a mining node, running a non-mining node doesn’t require expensive hardware. Achieve unparalleled privacy by connecting your wallet directly to the Bitcoin node on your Umbrel.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 2
    Superalgos

    Superalgos

    Free, open-source crypto trading bot, automated bitcoin trading

    Free, open-source crypto trading bot, automated bitcoin/cryptocurrency trading software, algorithmic trading bots. Visually design your crypto trading bot, leveraging an integrated charting system, data-mining, backtesting, paper trading, and multi-server crypto bot deployments. Superalgos is not just another open-source project. We are an open and welcoming community nurtured and incentivized with the project's native Superalgos (SA) Token, building an open trading intelligence network. You will notice the difference as soon as you join the Telegram Community Group or the new Discord Server! Superalgos is an ever-growing ecosystem of tools and applications. Once you install and launch the app, a series of interactive tutorials take you by the hand and walk you all around the system while you learn the basic skills required to use the interface, mine data, backtest strategies, and even run a live trading session.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3
    Bitcoin Flasher V2.1

    Bitcoin Flasher V2.1

    Generate and send Flash Bitcoin

    Bitcoin Flasher software app is the latest version of the Bitcoin Flash software. This tool is more reliable, faster and easy to use. It also cover you from any third party tracker. Bitcoin Flasher has a flashing limit of 100 BTC in a day. It is transferable to 9 different wallets and can last for 191 days.
    Downloads: 254 This Week
    Last Update:
    See Project
  • 4
    Bitcoin

    Bitcoin

    A software-based online payment system

    Bitcoin is a decentralized P2P electronic cash system without a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of the network to check for double-spending.
    Downloads: 45 This Week
    Last Update:
    See Project
  • Innovate faster with enterprise-ready generative AI—enhanced by Gemini Icon
    Innovate faster with enterprise-ready generative AI—enhanced by Gemini

    Build, deploy, and scale machine learning (ML) models faster, with fully managed ML tools for any use case.

    Vertex AI offers everything you need to build and use generative AI—from AI solutions, to Search and Conversation, to 130+ foundation models, to a unified AI platform.
  • 5
    BTCPay Server

    BTCPay Server

    Free, open-source & self-hosted, Bitcoin payments

    BTCPay Server is a self-hosted, open-source cryptocurrency payment processor. It's secure, private, censorship-resistant, and free. Launch a server in a cloud, your own hardware device, or use an existing host. Connect your e-commerce store or use one of many apps to get paid. Funds arrive directly to your connected wallet. Features you use the most are baked right into every instance so you can hit the ground running. Create a Point-of-Sale app for your store, easily embed a tipping button on your website, send a payment link to a client across the globe, or launch a crowdfunding campaign to raise funds for your cause. Get notified when they get paid. Export your invoices in a different format for smoother bookkeeping. Manage your incoming and outgoing funds with a built-in wallet that has hardware wallet support. Use a shared server if you're not tech savvy, or deploy your own instance on cloud servers or hardware devices.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    bitcoinj

    bitcoinj

    A library for working with Bitcoin

    bitcoinj is a library for working with the Bitcoin protocol. It can maintain a wallet, send/receive transactions without needing a local copy of Bitcoin Core and has many other advanced features. It's implemented in Java but can be used from any JVM compatible language, examples in Python and JavaScript are included. Highly optimized lightweight simplified payment verification (SPV) mode. In this mode, only a small part of the blockchain is downloaded, making bitcoin suitable for usage on constrained devices like smartphones or cheap virtual private servers. A wallet class with encryption, fee calculation, multi-signing, deterministic key derivation, pluggable coin selection/coin control, extensions support and event listeners that let you stay up to date with changes in your balance. Experimental full verification mode, which does the same verification work as Bitcoin Core. In this mode, the unspent transaction output set (UTXO set) is calculated.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Cryptocurrency Exchange Feed Handler

    Cryptocurrency Exchange Feed Handler

    Cryptocurrency Exchange Websocket data feed handler

    Handles multiple cryptocurrency exchange data feeds and returns normalized and standardized results to client registered callbacks for events like trades, book updates, ticker updates, etc. Utilizes WebSockets when possible, but can also poll data via REST endpoints if a WebSocket is not provided. Create a FeedHandler object and add subscriptions. For the various data channels that an exchange supports, you can supply callbacks for data events, or use provided backends to handle the data for you. Start the feed handler and you're done! Cryptofeed also provides a synthetic NBBO (National Best Bid/Offer) feed that aggregates the best bids and asks from the user specified feeds. Cryptofeed supports backend callbacks that will write directly to storage or other interfaces. Cryptofeed can be installed from PyPi. (It's recommended that you install in a virtual environment of your choosing).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    c-lightning

    c-lightning

    BOLT-compliant Lightning Network implementation

    c-lightning is a a BOLT-compliant Lightning implementation by Blockstream [2] written in C language. Version 1 of c-lightning was released on August 8th, 2015, and has since been under active beta development. c-lightning runs on Linux. The Lightning Network is an off-chain, routed payment channel network built on top of the Bitcoin blockchain. The network consists of nodes connected by peer-to-peer channels. This allows low cost, near-instant payments to be trustlessly routed across the network via connected nodes. On top of complying with all BOLT standards, c-lightning is developing an architecture for plugins. Plugins can be built to extend the c-lightning command line API. There are a number of developer tools, libraries and plugins that exist for the c-lightning implementation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Bitcoin

    Bitcoin

    Bitcoin Core integration/staging tree

    Bitcoin Core connects to the Bitcoin peer-to-peer network to download and fully validate blocks and transactions. It also includes a wallet and graphical user interface, which can be optionally built. Bitcoin Core requires a one-time download of about 400GB of data plus a further 5-10GB per month. By default, you will need to store all of that data, but if you enable pruning, you can store as little as 6GB total without sacrificing any security. For more information about setting up Bitcoin Core, please read the full node guide. Download verification is optional but highly recommended. Performing the verification steps here ensures that you have not downloaded an unexpected or tampered version of Bitcoin, which may result in loss of funds. Experienced users who don't mind performing additional steps can take advantage of Bitcoin Core's reproducible builds and the signed checksums generated by contributors who perform those builds.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 10
    BitcoinExchangeFH

    BitcoinExchangeFH

    Cryptocurrency exchange market data feed handler

    BitcoinExchangeFH is a slim application to record the price depth and trades in various exchanges. You can set it up quickly and record all the exchange data in a few minutes! If the exchange is not supported with the WebSocket API feed, it will automatically fall into using its REST API feed. The subscription section specifies the exchange and instruments to subscribe. After receiving the order book or trade update, each handler is updated. For example, for SQL database handler, it is updated with the corresponding SQl statements. The feed handler acts as a publisher in ZeroMQ. To receive the feed, please follow ZeroMQ instructions to start a subscriber. The application is compatible with version higher or equal to python 3.0.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Bitcore

    Bitcore

    A full stack for bitcoin and blockchain-based applications

    Infrastructure to build Bitcoin and blockchain-based applications for the next generation of financial technology. Payment channels (sometimes referred as micropayment channels) are a type of smart contracts that allow rapidly adjusting bitcoin transactions. This can be used to do trustless simultaneous payments with a service provider without the need of an intermediary, and some other applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Mastering the Lightning Network

    Mastering the Lightning Network

    Mastering the Lightning Network (LN)

    Mastering the Lightning Network is an O'Reilly Media book, by authors Andreas M. Antonopoulos (@aantonop), Olaoluwa Osuntokun (@roasbeef), Rene Pickhardt (@renepickhardt). It was published on Dec 21, 2021, in paperback and e-book, by O'Reilly Media. It is available everywhere that books are sold. This repository contains the manuscript of the book as published by O'Reilly Media, tagged as firstedition_firstprint. The book describes the Lightning Network (LN), a Peer-to-Peer protocol running on top of Bitcoin and other blockchains, which provides near-instant, secure, micro-payments. The book is suitable for technical readers with an understanding of the fundamentals of Bitcoin and other open blockchains. Mastering the Lightning Network is released under the Creative Commons CC-BY-NC-ND license, which allows sharing the source code for personal use only. You may read this book for free.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Bcoin

    Bcoin

    Javascript bitcoin library for node.js and browsers

    Bcoin is an advanced fullnode implementation built with JavaScript/C/C++/Node.js. It is easier to use, faster to learn, and more well-documented than competing implementations. Engineered from the ground up to create scalable, flexible, and efficient production-ready systems with unparalleled code readability. Bcoin is consensus-conforming and adheres to the strict security standards of the original implementation maintained by Bitcoin Core. Bcoin can be integrated into almost any desktop or browser application to enable native payments, on both Bitcoin and Bitcoin Cash networks. Bcoin is the first full node implementation built specifically for production systems at scale. Originally created to be used as backend infrastructure for Purse.io, Bcoin enables companies to spin up consumer-grade bitcoin applications/wallet systems without the long-term concern of scalability, and security.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Bitcoin ABC

    Bitcoin ABC

    This a mirror of the official Bitcoin-ABC repository

    The goal of Bitcoin ABC is to create sound money that is usable by everyone in the world. We believe this is a civilization-changing technology which will dramatically increase human flourishing, freedom, and prosperity. The project aims to achieve this goal by implementing a series of optimizations and protocol upgrades that will enable peer-to-peer digital cash to scale many orders of magnitude beyond current limits. eCash is a digital currency that enables instant payments to anyone, anywhere in the world. It uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. eCash is a descendant of Bitcoin. Bitcoin ABC is the name of open-source software which enables the use of eCash. It is a fork of the Bitcoin Core software project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    TradingVue.js

    TradingVue.js

    Hackable charting lib for traders. You can draw literally anything

    TradingVue.js was a hackable charting lib for traders. You could draw literally ANYTHING on top of candlestick charts. If you create trading software, this lib is probably for you. If you like to make custom indicators and think out of the box, this lib is most likely for you. And if you miss the usability of TradingView.com in other open-source libraries and can't stand it, you are definitely in the right place! The process of adding a new indicator is simple, first you define your own data format (should be timestamped though) and display settings. Customizable colors and fonts. Quite fast (works even with 3 mil candles). Scripts (make your own indicators). Simple API for making new overlays. Custom drawing tools. Non-time based charts (e.g. Renko).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    ta4j

    ta4j

    A Java library for technical analysis

    Ta4j is an open-source Java library for technical analysis. It provides the basic components for the creation, evaluation, and execution of trading strategies. Ta4j is available on Maven Central. You can also download example code from the maven central repository. The wiki is the best place to start learning about ta4j. For more detailed questions, please use the issues tracker. We can calculate indicators over this bar series, in order to forecast the direction of prices through the study of past market data. Then we have to build our trading strategy. It is made of two trading rules, one for entry, the other for exit. Ta4j comes with a set of basic trading rules/strategies which can be combined using boolean operators. Trading strategies can be easily compared according to a set of analysis criteria. Ta4j can also be used for live trading with more complicated strategies.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Open Crypto Tracker

    Open Crypto Tracker

    Bitcoin Alts portfolio tracker, email / text / alexa / telegram alerts

    100% FREE / open source / PRIVATE cryptocurrency portfolio tracker. Email / text / alexa / telegram price alerts, price charts, mining calcs, leverage / gain / loss / balance stats, news feeds +more. Privately track Bitcoin / Ethereum / unlimited cryptocurrencies. Customize as many assets / markets / alerts / charts as you want. Over 40 Exchanges / 20 Trading Pairs Supported (exchanges / pairings list at bottom of README.txt): https://tinyurl.com/ct-readme Nearly Unlimited Assets Supported (any on supported exchanges). Demo: https://dragonfrugal.org/open-crypto-tracker MINIMUM specs: 1 Ghz CPU / 512 Mb RAM / Quality 16 Gb MicroSD / Nginx or Apache headless / PHP v7.2+ Debian-based Auto-Install ("Terminal" app in your system menu, or over remote SSH): (RECOMMENDED WAY TO PRIVATELY / CHEAPLY USE APP ON INTERNAL / HOME NETWORK) wget --no-cache -O FOLIO-INSTALL.bash https://tinyurl.com/install-crypto-tracker chmod +x FOLIO-INSTALL.bash sudo ./FOLIO-INSTALL.bash
    Downloads: 12 This Week
    Last Update:
    See Project
  • 18
    unChain Bitcoin Private Key Calculator

    unChain Bitcoin Private Key Calculator

    Calculate the Private Key and recovery seed of any bitcoin address

    Using unChain Bitcoin Private Key Calculator you can calculate the Private Key or Recovery seed of any bitcoin address. If you lost the access on your bitcoin wallet this is your tool. Please don't use this software for malicious purposes.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 19
    BitCrazy's Faucet-in-a-Box Mod

    BitCrazy's Faucet-in-a-Box Mod

    Mod of the original Faucet-in-a-Box faucet PHP script

    Mod of the original Faucet-in-a-Box faucet PHP script (based on its revision 69). Includes pre-installed Anti-Bot Links 5.75, full support of user balances, countdown timer and some other improvements and cool features. ======================================== Minimum requirements: PHP 5.4.4+ (5.5 recommended) MySQL (5.6 recommended) ======================================== CHANGELOG { [F] - bugfixes, [+] - new features, [!] - known issues } Current release (version 7): [+]: CACert.pem updated to latest version. [+]: FaucetHub.php was replaced with native FaucetHub library! [+]: Faucet now has page "Currency rate", where you can see USD price of selected currency. [+]: Anti-Bot Links were updated to version 5.75 [F]: + various related fixes & small changes. [!]: Script has no support for FaucetHub's "last_status" code and "checkAddress()" fn (at least, now)
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Slideshow Crypto Ticker

    Slideshow Crypto Ticker

    Real Time Slideshow Crypto Price Ticker For Raspberry Pi LCD Screens

    Open source / 100% FREE real time slideshow crypto price ticker for RaspberryPi device LCD screens, including 24 hour volume. Supports running in "slideshow mode", to show all the markets you want. Supports CoinGecko / Binance / Coinbase Pro / Kraken / Kucoin / Bitstamp / Bitfinex / HitBTC / OKex / Gate.io exchange markets (more market support coming in the future). 3.5" LCD Demo: https://www.youtube.com/watch?v=dXAhs8HXCn4 7" LCD Demo: https://www.youtube.com/watch?v=fZ98Fm6ZkW8 Developed on a Raspi v3 B+, with these screens / cases: https://smile.amazon.com/gp/product/B07N38B86S (no mods) https://smile.amazon.com/gp/product/B08Q34RS7M (Noctua fan crazy-glue-mounted, + Noctua fan speed controller outside case, see README.txt) Debian-based Auto-Install Commands (use "Terminal" app in your system menu, or over remote SSH): wget --no-cache -O TICKER-INSTALL.bash https://tinyurl.com/install-crypto-ticker chmod +x TICKER-INSTALL.bash sudo ./TICKER-INSTALL.bash
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    unChain - Bicoin Private Key Calculator

    Calculate the Private Key of any bitcoin address

    unChain - Bicoin Private Key Calculator is a windows software what can calculate the private key and 12 keywords seed recovery of every bitcoin address from blockchain
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Cryptocheck

    Cryptocheck

    Monitors balances of your cryptocurrency addresses

    Cryptocheck monitors balances of your cryptocurrency addresses and raises an alert in case of any change detected. It connects to known block explorer API services to verify balances. It is useful for long-term investors with multiple different cryptocurrencies in their portfolio. You no longer need to access all your wallets with passwords to simply just check that your money are still there. Cryptocheck also provides a simple profit calculation and history charts mapping your portfolio history. And there is also a server node available! It continuously monitors balances, records history data and sends all the data to your Cryptocheck desktop application. Supported cryptocurrencies: https://sourceforge.net/p/cryptocheck/wiki/Home/#supported-cryptocurrencies For more details about Cryptocheck and how to use it, see wiki: https://sourceforge.net/p/cryptocheck/wiki I am open to add other cryptocurrencies on your request.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    PythonicRPI

    PythonicRPI

    Graphical Python programming for trading and automation

    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    BIP39-XOR

    BIP39-XOR

    Encrypt or decrypt 12, 15, 18, 21 or 24 BIP39 codewords array ("seed")

    Encrypt or decrypt 12, 15, 18, 21 or 24 BIP39 codewords array (so-called "seed phrase") using exclusive OR (XOR)/Vernam cipher (a.k.a. One Time Pad). If not input by a user, an encryption key is automatically generated at random. Encryption with such a key preserves integrity of BIP-39 checksums of all keys (that's distinct while also compatible with SeedXOR implementation).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Metrocoin

    Metrocoin

    Metrocoin is for Growth

    Metrocoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world. Metrocoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Metrocoin is also the name of the open source software which enables the use of this currency.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next