filmov
tv
Creating a Local Bitcoin Testnet / Regtest - Programming Bitcoin
Показать описание
UPDATE: a few specifics have changed, see below for up-to-date commands
In this video we create a local bitcoin testnet within a docker container. Then we'll connect to our testnet from Bitcoin-Qt on our desktop (host) machine.
Essentially, run:
docker pull freewil/bitcoin-testnet-box
docker run -t -i --name bitcoind -P -p 49020:19000 freewil/bitcoin-testnet-box
make start
Now we'll have a local testnet we can use for test transactions.
Tips: 1FfxymRtVTJbqtFg5ZK9p16mABVFCjqg6J
------------------
It's been a few years since I recorded this and the commands for `freewil/bitcoin-testnet-box` have changed.
* Make sure you expose port 19000, too: `docker run -t -i -p 19000:19000 -p 19001:19001 -p 19011:19011 freewil/bitcoin-testnet-box`
* Instead of using bitcoind at 9:31, use: `bitcoin-cli -datadir=1 stop`
* Now use bitcoin-cli for most functions instead of bitcoind
* E.g. `bitcoin-cli -datadir=1 listaccounts`
Show less
In this video we create a local bitcoin testnet within a docker container. Then we'll connect to our testnet from Bitcoin-Qt on our desktop (host) machine.
Essentially, run:
docker pull freewil/bitcoin-testnet-box
docker run -t -i --name bitcoind -P -p 49020:19000 freewil/bitcoin-testnet-box
make start
Now we'll have a local testnet we can use for test transactions.
Tips: 1FfxymRtVTJbqtFg5ZK9p16mABVFCjqg6J
------------------
It's been a few years since I recorded this and the commands for `freewil/bitcoin-testnet-box` have changed.
* Make sure you expose port 19000, too: `docker run -t -i -p 19000:19000 -p 19001:19001 -p 19011:19011 freewil/bitcoin-testnet-box`
* Instead of using bitcoind at 9:31, use: `bitcoin-cli -datadir=1 stop`
* Now use bitcoin-cli for most functions instead of bitcoind
* E.g. `bitcoin-cli -datadir=1 listaccounts`
Show less
Creating a Local Bitcoin Testnet / Regtest - Programming Bitcoin
How to use Testnet Bitcoin in Sparrow Wallet
BitIDE - How to make your first pay to tapscript transaction on Bitcoin
Tutorial - Bitcoin Testnet Node
Blockchain tutorial 25: Testnet and faucets
Padawan App - Beginner Bitcoin Testnet Wallet - Tutorial
Learn Bitcoin Script with Super Testnet
Apertus 0.3 How to activate the bitcoin core testnet
Apertus 0.3 How to embed a youtube video on the bitcoin testnet
BITCOIN TESTNET ON A SMARTPHONE AND TEST-ONLY BTCs
Using TestNet To Do Bitcoin Transactions
How To Run A Bitcoin Node (Bitcoin For Beginners)
Bitcoin Full Node Implementation (Bitcoin Testnet) | How to Send/Receive Test Bitcoins
AltQuick.com - How To Buy or Sell Bitcoin Testnet with Bitcoin.
Set up Bitcoin Core from a script | bitcoin-cli -regtest
Trying bitcoin core and using 'testnet' for the first time | only 50Gb #épisode2
Crypto 101 - What Is A Testnet?
Open Source Live and Testnet Block Explorer for Bitcoin, Ethereum, Litecoin, Neo, Stellar
Bitcoin Testnet Faucet (tBTC faucet) - WordPress Bitcoin Plugin for Woocommerce
Mining on Ravencoin testnet (Or any other bitcoin based fork testnet)
How to install Bitcoin Vault's Testnet
HOW TO COMPLETE THE NOMIC / BITCOIN TESTNET
Building Bitcoin & Ethereum Apps on Hemi with LocalNet
KCN News: YoursNetwork has implemented Bitcoin Testnet
Комментарии