Better wording
This commit is contained in:
parent
5836433c92
commit
fca75ae839
2 changed files with 10 additions and 8 deletions
|
@ -20,8 +20,8 @@ Examples: `0xc0ffee254729296a45a3885639AC7E10F9d54979`, or `0x999999cf1046e68e36
|
||||||
|
|
||||||
First of all, visit [`git.io/veth`](https://git.io/veth)
|
First of all, visit [`git.io/veth`](https://git.io/veth)
|
||||||
|
|
||||||
Enter the prefix of your choice, then click 'generate' to start. Your browser is going to generate a ton of random
|
Enter the prefix of your choice below, and click ‘generate’ to start. Your browser will generate lots of random
|
||||||
addresses until one of them starts with your prefix.
|
addresses until one begins with your prefix.
|
||||||
|
|
||||||
Once an address is found, you can reveal the private key, or click the 'save' button to download a password-encrypted keystore file.
|
Once an address is found, you can reveal the private key, or click the 'save' button to download a password-encrypted keystore file.
|
||||||
|
|
||||||
|
@ -47,8 +47,8 @@ The keystore file is encrypted with a AES-128-CTR cipher using the BKDF2-SHA256
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
|
|
||||||
For some reason, the performance of Vanity-ETH can vary a lot from a browser to another. Right now, Chrome seems to be
|
For some reason, the performance of Vanity-ETH can vary a lot from a browser to another.
|
||||||
the one providing the best results.
|
Currently, Chrome provides the best results.
|
||||||
|
|
||||||
Using Vanity-ETH on your phone or tablet will work, but don't expect to reach the speed of a good old computer.
|
Using Vanity-ETH on your phone or tablet will work, but don't expect to reach the speed of a good old computer.
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
|
|
||||||
<h2>Usage</h2>
|
<h2>Usage</h2>
|
||||||
<p>
|
<p>
|
||||||
Enter the prefix of your choice below, then click 'generate' to start. Your browser is going to generate a
|
Enter the prefix of your choice below, and click ‘generate’ to start. Your browser will generate lots of random
|
||||||
ton of random addresses until one of them starts with your prefix.<br>
|
addresses until one begins with your prefix.<br>
|
||||||
Once an address is found, you can reveal the private key, or click the 'save' button to download
|
Once an address is found, you can reveal the private key, or click the 'save' button to download
|
||||||
a password-encrypted keystore file.<br>
|
a password-encrypted keystore file.<br>
|
||||||
You can increase the number of working threads to reach higher speeds, or decrease it if you computer
|
You can increase the number of working threads to reach higher speeds, or decrease it if you computer
|
||||||
|
@ -39,8 +39,8 @@
|
||||||
</p>
|
</p>
|
||||||
<h2>Performance</h2>
|
<h2>Performance</h2>
|
||||||
<p>
|
<p>
|
||||||
For some reason, the performance of Vanity-ETH can vary a lot from a browser to another. Right now, Chrome
|
For some reason, the performance of Vanity-ETH can vary a lot from a browser to another.
|
||||||
seems to be the one providing the best results.<br>
|
Currently, Chrome provides the best results.<br>
|
||||||
Using Vanity-ETH on your phone or tablet will work, but don't expect to reach the speed of a good old computer.
|
Using Vanity-ETH on your phone or tablet will work, but don't expect to reach the speed of a good old computer.
|
||||||
</p>
|
</p>
|
||||||
<h2>Compatibility</h2>
|
<h2>Compatibility</h2>
|
||||||
|
@ -61,6 +61,8 @@
|
||||||
p
|
p
|
||||||
margin: 15px 0 20px
|
margin: 15px 0 20px
|
||||||
color: $text-alt
|
color: $text-alt
|
||||||
|
overflow-x: hidden
|
||||||
|
text-overflow: ellipsis
|
||||||
.monospace
|
.monospace
|
||||||
font-family: $monospace-font
|
font-family: $monospace-font
|
||||||
font-size: 0.85em
|
font-size: 0.85em
|
||||||
|
|
Loading…
Add table
Reference in a new issue