Clarify some common workflow confusion

This commit is contained in:
j3s
2020-05-20 23:01:14 -05:00
parent 7f3fb8b898
commit 4b9d56f610
3 changed files with 25 additions and 29 deletions

View File

@ -110,7 +110,7 @@ Generate a private key and the accompanying bitpay SIN for the btcpay API client
I used this code as an example: https://github.com/bitpay/bitpay-python/blob/master/bitpay/key_utils.py#L6
```
$ python ./readme/generate_btcpay_keys.py
$ pipenv run python ./readme/generate_btcpay_keys.py
```
It should output something looking like this:
@ -156,4 +156,4 @@ NOTE: make sure to use single quotes and replace the new lines with \n.
```
BTCPAY_PRIVATE_KEY='-----BEGIN EC PRIVATE KEY-----\nEXAMPLEIArx/EXAMPLEKH23EXAMPLEsYXEXAMPLE5qdEXAMPLEcFHoAcEXAMPLEK\noUQDQgAEnWs47PT8+ihhzyvXX6/yYMAWWODluRTR2Ix6ZY7Z+MV7v0W1maJzqeqq\nNQ+cpBvPDbyrDk9+Uf/sEaRCma094g==\n-----END EC PRIVATE KEY-----'
```
```