Skip to content

Commit 3f53751

Browse files
authored
Replace 3rd party Tx broadcasting with blocksteam testnet
1 parent 3377d6a commit 3f53751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code-ch07/answers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Create a testnet transaction that sends 60% of a single UTXO to `mwJn1YPMq7y5F8J3LkC5Hxg9PHyZ5K4cFv`. The remaining amount minus fees should go back to your own change address. This should be a one-input, two-output pass:[<span class="keep-together">transaction</span>].
66
7-
You can broadcast the transaction at https://live.blockcypher.com/btc/pushtx[].
7+
You can broadcast the transaction at https://blockstream.info/testnet/tx/push[].
88
# end::exercise4[]
99
# tag::answer4[]
1010
>>> from ecc import PrivateKey
@@ -48,7 +48,7 @@
4848
4949
Advanced: Get some more testnet coins from a testnet faucet and create a two-input, one-output transaction. One input should be from the faucet, the other should be from the previous exercise; the output can be your own address.
5050
51-
You can broadcast the transaction at https://live.blockcypher.com/btc/pushtx/[].
51+
You can broadcast the transaction at https://blockstream.info/testnet/tx/push[].
5252
# end::exercise5[]
5353
# tag::answer5[]
5454
>>> from ecc import PrivateKey

0 commit comments

Comments
 (0)