Last active
April 28, 2024 21:23
-
-
Save DaWe35/51f8441f476b14cd39c638334e5c05b5 to your computer and use it in GitHub Desktop.
Bitcoin Core CPU mining bash loop for testnet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while [ 1 ] | |
do | |
bitcoin-cli generatetoaddress 1 "2N5fJkfCv4cF6vsa5QQJnsazBKWNXynn9zp" 10000000 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just open terminal (bash), this command is already a loop