Skip to content

Commit

Permalink
Merge pull request #399 from HiHat/patch-1
Browse files Browse the repository at this point in the history
Important details regarding address and fixes
  • Loading branch information
andyoknen authored Sep 8, 2022
2 parents 7806576 + 1cce975 commit aca3fe7
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ $
$ pocketcoin-cli --help
$ pocketcoin-tx --help
```

More information : https://hub.docker.com/r/pocketnetteam/pocketnet.core

# First full synchronization
Expand All @@ -101,7 +100,7 @@ $ pocketcoind --help
# Latest snapshot archive
https://snapshot.pocketnet.app/latest.tgz
```
4. There must be archive tgz with 5 directories:
3. There must be archive tgz with 5 directories:
```shell
blocks\
- ...
Expand Down Expand Up @@ -140,20 +139,32 @@ $ pocketcoind --help
# for bz2 archive
$ tar -xjf latest.tgz -C ./
# create wallets directory if not exist
$ mkdir wallets
```
5. Make sure the folders and files inside are not set to "read only"
5. Make sure the folders and files inside are not set to "read only" (grant permissions to all files for current user via ```chmod -R <username> ~/.pocketcoin/``` unix command)
6. Start the node.
**VERY IMPORTANT**: save the **wallet.dat** file or **wallets/** files before cleaning the directory. It is recommended to even save these files somewhere for backup.
# Get address (for PKOIN receiving) and private key info (Linux, Docker)
```shell
# get address for PKOIN receiving
$ pocketcoin-cli getnewaddress "node"
<received_adress>
$
# get private key info for private safe storage
$ pocketcoin-cli dumpprivkey "<received_address>"
```

# Build from source code
See `doc/build-*.md` files for build instructions.


# Help
You can get help and useful information from different sources:
- https://pocketnet.app/help
- https://bastyon.com/help
- https://github.com/pocketnetteam/pocketnet.core/blob/master/doc/public_access.md
- https://github.com/pocketnetteam/pocketnet.core/tree/master/doc/help
- https://github.com/pocketnetteam/pocketnet.core/blob/master/share/examples/pocketcoin.conf
Expand Down

0 comments on commit aca3fe7

Please sign in to comment.