#
bitcoin-core
Here are 152 public repositories matching this topic...
Multi-wallet for Bitcoin, Ethereum, Binance Smart Chain and other emerging blockchains. Non-custodial storage, decentralized exchange, and extensive analytics for thousands of tokens and NFTs. Implemented on Kotlin.
kotlin
bitcoin
ethereum
cryptocurrencies
bitcoin-wallet
ethereum-wallet
crypto-wallet
crypto-toolkit
bitcoin-core
nft
multi-wallet
crypto-exchange
cryptocurrency-portfolio
cryptocurrency-wallet
defi
ethereum-sdk
multiwallet
defi-sdk
hd-wallets
crypto-sdk
-
Updated
Apr 22, 2022 - Kotlin
Multi-wallet for Bitcoin, Ethereum, Binance Smart Chain and other emerging blockchains. Non-custodial storage, decentralized exchange, and extensive analytics for thousands of tokens and NFTs. Implemented on Swift.
swift
bitcoin
ethereum
cryptocurrencies
bitcoin-wallet
ethereum-wallet
crypto-wallet
crypto-toolkit
bitcoin-core
nft
multi-wallet
crypto-exchange
cryptocurrency-portfolio
cryptocurrency-wallet
defi
ethereum-sdk
multiwallet
defi-sdk
hd-wallets
crypto-sdk
-
Updated
Apr 22, 2022 - Swift
Comprehensive Bitcoin development library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash, Litecoin and Dash blockchains. Comprehensive Bitcoin development library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash, Litecoin and Dash blockchains. Fully compliant with existing standards and BIPs.
swift
ios
bitcoin
p2p
dash
btc
bitcoin-wallet
dashcoin
hd-wallet
bitcoin-transaction
spv
blockchain-wallet
bitcoin-core
dashcore
btc-e
bitcoin-cash
light-client
dash-wallet
btc-wallet
spv-wallet-toolkit
-
Updated
Apr 7, 2022 - Swift
Bitcoin Programming with BitcoinJS, Bitcoin Core and LND
-
Updated
Jan 27, 2022 - CSS
Comprehensive Bitcoin development library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash, Litecoin and Dash blockchains. Fully compliant with existing standards and BIPs.
kotlin
bitcoin
decentralized
p2p
dash
btc
bitcoin-wallet
dashcoin
hd-wallet
bitcoin-transaction
litecoin
spv
blockchain-wallet
bitcoin-core
dashcore
bch
bitcoin-cash
dash-wallet
btc-wallet
spv-wallet-toolkit
-
Updated
Mar 17, 2022 - Kotlin
Scripts, tools & info for doing Bitcoin Core development and code review
-
Updated
Mar 11, 2022 - Dockerfile
Raspberry Pi 4 Bitcoin Full Node tutorial
raspberry-pi
tutorial
bitcoin
raspberrypi
guide
tor
raspbian
noobs
bitcoind
bitcoin-core
noobs-guide
bitcoin-configuration
raspberry-pi-4
-
Updated
Nov 8, 2019
EXPERIMENTAL: Bitcoin Core Prometheus exporter based on User-Space, Statically Defined Tracing and eBPF.
-
Updated
Mar 28, 2022 - Rust
vincenzopalazzo
commented
Aug 20, 2020
Glog doesn't have the logger level 3.
Maybe I can use some string value to disable log, and not use the log level 3.
Open
Progress bar issue
Open
Building the project
4
Async blockchain nodes interacting tool with ORM-like API.
-
Updated
Jul 22, 2020 - Python
Bitcoin ACKs is a PR review dashboard web app for Bitcoin Core.
-
Updated
May 21, 2020 - Python
Simple tool for interact with bitcoin nodes (BCH & BTC) at protocol level.
-
Updated
Oct 25, 2018 - M4
Tutorial for Setting up and Interacting with a Bitcoin FullNode
-
Updated
Mar 14, 2022
GraphQL proxy for the Bitcoin Core client.
-
Updated
Apr 18, 2021 - JavaScript
Bitcoind chainstate UTXOs to CSV
-
Updated
Apr 17, 2022 - Python
Chef cookbook for Bitcoin
-
Updated
Apr 11, 2022 - Ruby
Easily hack bitcoin accounts
bitcoin
bitcoin-wallet
bitcoin-transaction
bitcoin-api
bitcoind
bitcoin-core
bitcoin-hacking
bitcoin-payment
bitcoin-price
bitcoin-cash
bitcoin-hack
-
Updated
Jul 21, 2021 - PHP
Blockchain Block explorer in ruby using Bitcoin Core's RPC API (status: MVP)
-
Updated
Mar 30, 2022 - Ruby
Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins
c-sharp
bitcoin
dotnet
cryptocurrency
exchange
dash
crypto-library
mit-license
litecoin
dogecoin
bitcoin-api
bitcoind
bitcoin-core
exchange-api
bitcoin-payment
cryptocurrency-exchanges
smartcash
cryptean
bitcoinlib
cryptocurren
-
Updated
Aug 23, 2018 - C#
Run a full Bitcoin node with one command
-
Updated
Mar 13, 2020 - Dockerfile
Support the ⚡ -Network and serve compact block filters using bitcoin core now!
-
Updated
May 19, 2020 - Dockerfile
Simple JSONRPC client for bitcoin core node. https://github.com/bitcoin/bitcoin
-
Updated
May 4, 2018 - Go
[RU]FeedBackCoin это первая в мире криптовалюта реализующая отрицательную обратную связь денег в обществе [EN]FeedBackCoin is the first cryptocurrency to implement the negative feed back rating for the world economics scheme
-
Updated
Jun 13, 2018 - C++
Simple analysis tools that work over the result of SpyCblock https://github.com/vincenzopalazzo/SpyCblock and make simple analysis, such as the analysis of transaction type used in Bitcoin Blockchain (JSON version).
-
Updated
Mar 23, 2021 - Python
Improve this page
Add a description, image, and links to the bitcoin-core topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bitcoin-core topic, visit your repo's landing page and select "manage topics."
Can this library be use to handle more than 1 wallet, bitcoin-cli.exe have the
createwalletcommand with a unique id and the connection can have the--rpcwalletwith the same id.What are the alternative if I need to handle more than 1 wallet. Thanks