testpub.bat

来自「加密算法实现 Pegwit is a program for perfor」· Batch 代码 · 共 16 行

BAT
16
字号
rem Here is a pubkey interspersed
rem with other text to demonstrate
rem the 'fold into .sig' capability
rem
pegwit -e <test.jnk testpub.bat test.txt testpub.tx0
pegwit -d <test.pri testpub.tx0 con
rem {pegwit v8 public key =cc23}
pegwit -v testpub.bat test.txt <test.sig
rem {ea8bc28aac71ee19befcb2beba}
pegwit -V testpub.bat test.tx2
rem {4b349cbdc020965e2411d48f6d}
pegwit -fe testpub.bat test.jnk <test.txt >testpub.tx3
pegwit -fd test.pri <testpub.tx3 
rem {fa28f4fd}
pegwit -fV testpub.bat <test.tx5
rem All done

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?