Skip to content

Commit 49c8754

Browse files
authored
Update README.md
1 parent 401928c commit 49c8754

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ My challenge was to send raw transactions for broadcasting over Lora, but using
1414
If you don't know how to use Python, please go and find some training for this. If you do know how to use python, simply install the Meshtastic, pyserial and requests libraries if you do not have them installed. Then you can run the python file included.
1515

1616
# Commands
17-
* -mempool- : Ask the Bitcoin Core machine for the latest midpoint of fees. This will help you construct your raw transaction offline, especially helpful if you have an offline phone wallet.
18-
* \+ : Add the + symbol and then approximately 200 characters of the raw transaction hex to start constructing the long string
19-
* \== : Add == to terminate the string and send the transaction
20-
* -clear- : If you make a mistake, you can clear the string and start over
17+
* **-mempool-** : Ask the Bitcoin Core machine for the latest midpoint of fees. This will help you construct your raw transaction offline, especially helpful if you have an offline phone wallet.
18+
* **\+** : Add the + symbol and then approximately 200 characters of the raw transaction hex to start constructing the long string
19+
* **\==** : Add == to terminate the string and send the transaction
20+
* **-clear-** : If you make a mistake, you can clear the string and start over
2121

2222
# Example

0 commit comments

Comments
 (0)