aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejavu Moe <[email protected]>2023-05-12 15:27:07 +0800
committerDejavu Moe <[email protected]>2023-05-12 15:27:07 +0800
commit186a631e6230ccdba9bd9f2cd2295e0080b13065 (patch)
tree15d484cc4a4b34279179377256e225dd0f4d0237
parent5f5998dac3f2bed1718bc90c569a6551c10019fb (diff)
downloadpaddle-vanity-pgp-186a631e6230ccdba9bd9f2cd2295e0080b13065.tar.gz
paddle-vanity-pgp-186a631e6230ccdba9bd9f2cd2295e0080b13065.zip
update README.md
-rw-r--r--README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/README.md b/README.md
index c559216..3b5d8a9 100644
--- a/README.md
+++ b/README.md
@@ -14,28 +14,5 @@ Calculating vanity PGP with AI Studio.
- `-j` For nVidia Tesla V100 `4096` is a nice choice
- `-t` Recommendation not to exceed 60,000,000
- ```bash
- #!/bin/bash
-
- mkdir libs
-
- tar -zxvf libgpg-error-1.46.tar.gz
- tar -zxvf libgcrypt-1.10.1.tar.gz
-
- cd libgpg-error-1.46
- ./configure --prefix="/home/aistudio/libs" && make && make install
-
- cd ../libgcrypt-1.10.1
- ./configure --prefix="/home/aistudio/libs" CFLAGS="-I/home/aistudio/libs/include" LDFLAGS="-L/home/aistudio/libs/lib" && make && make install
-
- cd ..
- export LIBRARY_PATH=$LIBRARY_PATH:/home/aistudio/libs/lib
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/aistudio/libs/lib
-
- chmod +x gpg-fingerprint-filter-gpu
-
- ./gpg-fingerprint-filter-gpu -a ed25519 -j 4096 -t 59654321 "x{16}|x{15}|x{14}|x{8}y{8}|x{4}y{12}" /root/paddlejob/workspace/output/output.pgp
- ```
-
- change `start command` bash run.sh
- submit script task \ No newline at end of file