Skip to content

Commit

Permalink
Merge pull request #433 from barton2526/master
Browse files Browse the repository at this point in the history
Fix a mistake on the Vanity address page. Sidock is greylisted
  • Loading branch information
barton2526 authored Jan 14, 2025
2 parents 841d61d + f69cefe commit 3e23556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _data/whitelist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ projects:
gdpr: 'no'
team: https://www.sidock.si/sidock/team_display.php?teamid=54
stats: https://www.gridcoinstats.eu/project/sidock@home
greylisted: 'no'
greylisted: 'yes'

- name: SRBase
link: http://srbase.my-firewall.org/sr5/
Expand Down
4 changes: 2 additions & 2 deletions wiki/vanity.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Windows GPU (OpenCL): `oclvanitygen.exe -C GRC -o results.txt -i -k YOUR_PREFIX`
1. Open results.txt
2. Choose your desired address
3. Open your wallet and navigate to Help -> Debug window
4. Execute `importprivkey PRIVATE_KEY LABEL False` - More details can be found in `help importprivkey`
4. Execute `importprivkey PRIVATE_KEY LABEL false` - More details can be found in `help importprivkey`
* `importprivkey` : command to import private keys (addresses) into the wallet
* `PRIVATE_KEY` : the private key of the address you have chosen
* `LABEL` : a friendly name that you can assign to your new address
* `False` : since the address has not been used before you can skip the long process of checking the chain for pre-existing transactions using your new address
* `false` : since the address has not been used before you can skip the long process of checking the chain for pre-existing transactions using your new address

# Valid Prefixes
Gridcoin addresses start with either R or S. There are also a restricted set of characters which are allowed for the second character (see the table below). The rest of the address can only have base58 characters (`123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz`)
Expand Down

0 comments on commit 3e23556

Please sign in to comment.