mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
0.10.1 special instructions removed
This commit is contained in:
parent
b33eaa0133
commit
3e4a6b694b
1 changed files with 0 additions and 8 deletions
|
@ -119,10 +119,6 @@ someone else, that second transaction would not be displayed in our
|
|||
list of UTXOs.
|
||||
|
||||
{% highlight bash %}
|
||||
## Bitcoin Core 0.10.1 and earlier
|
||||
> bitcoin-cli -regtest setgenerate true 1
|
||||
|
||||
## Later versions of Bitcoin Core
|
||||
> bitcoin-cli -regtest generate 1
|
||||
|
||||
> unset NEW_ADDRESS
|
||||
|
@ -349,10 +345,6 @@ would usually then broadcast it to other peers, but we're not currently
|
|||
connected to other peers because we started in regtest mode.
|
||||
|
||||
{% highlight bash %}
|
||||
## Bitcoin Core 0.10.1 and earlier
|
||||
> bitcoin-cli -regtest setgenerate true 1
|
||||
|
||||
## Later versions of Bitcoin Core
|
||||
> bitcoin-cli -regtest generate 1
|
||||
|
||||
> unset UTXO_TXID UTXO_VOUT NEW_ADDRESS RAW_TX SIGNED_RAW_TX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue