You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sed -i '' 's|"bitcoinDataDirectory": ".*"|"bitcoinDataDirectory": "'$BITCOIN_DATA'"|g' $ION_CONFIG/mainnet-bitcoin-config.json
359
359
```
360
360
361
-
Now you will need to edit some of these configuration files to add the parameters specific to your system. These instructions use the `pico` text editor, but you can use whichever editor you like.
361
+
Set the `bitcoinRpcUsername` parameter: TODO.
362
362
363
-
=== "Mainnet"
363
+
Set the `bitcoinRpcPassword` parameter: TODO.
364
364
365
-
Open the file `mainnet-bitcoin-config.json` in the `pico` text editor:
366
-
```console
367
-
$ pico $ION_CONFIG/mainnet-bitcoin-config.json
368
-
```
369
-
TODO.
365
+
Set the `bitcoinWalletImportString` parameter TODO. Note: this can be left unchanged for now *only* on testnet. On mainnet it must be a mainnet-compatible WIF.
370
366
371
367
=== "Testnet"
372
368
373
-
OLD:
374
-
Open the file `testnet-bitcoin-config.json` in the `pico` text editor:
369
+
Next, copy the template ION configuration files to your `ION_CONFIG` directory:
0 commit comments