Skip to content

Commit

Permalink
Merge pull request #130 from pedromvpg/patch-1
Browse files Browse the repository at this point in the history
Replace 3rd party Tx broadcasting with blocksteam testnet
  • Loading branch information
jimmysong authored Apr 19, 2019
2 parents ccf4b28 + 3f53751 commit 2a65582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code-ch07/answers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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>].
You can broadcast the transaction at https://live.blockcypher.com/btc/pushtx[].
You can broadcast the transaction at https://blockstream.info/testnet/tx/push[].
# end::exercise4[]
# tag::answer4[]
>>> from ecc import PrivateKey
Expand Down Expand Up @@ -48,7 +48,7 @@
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.
You can broadcast the transaction at https://live.blockcypher.com/btc/pushtx/[].
You can broadcast the transaction at https://blockstream.info/testnet/tx/push[].
# end::exercise5[]
# tag::answer5[]
>>> from ecc import PrivateKey
Expand Down

0 comments on commit 2a65582

Please sign in to comment.