Skip to content

Commit

Permalink
Adding a note to readme and creating bitcoin data directory if it doe…
Browse files Browse the repository at this point in the history
…s not exist
  • Loading branch information
bjohnson5 committed Dec 30, 2024
1 parent 9eabb20 commit fe3081d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ go install google.golang.org/grpc/cmd/[email protected]
export PATH=$PATH:$HOME/go/bin
```

> You might want to add the two `export` commands to your `.bashrc` file so that new sessions with be able to see go
### Install blast
```bash
git clone https://github.com/bjohnson5/blast.git
Expand Down
1 change: 1 addition & 0 deletions blast_core/start_bitcoind.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

mkdir -p ~/.bitcoin
echo "server=1" > ~/.bitcoin/bitcoin.conf
echo "regtest=1" >> ~/.bitcoin/bitcoin.conf
echo "rpcuser=user" >> ~/.bitcoin/bitcoin.conf
Expand Down

0 comments on commit fe3081d

Please sign in to comment.