狂梦

Results 6 comments of 狂梦

64位私钥导只能导出24位助记词,有的人导出12位,是怎么做到的? The 64-bit private key can only export 24-bit mnemonics, and some people export 12-bit. How did they do it?

配置项Cursorcode: Prompt又是什么东西?

Compress public key to export uncompressed public key, find a python code: ``` def pow_mod(x, y, z): "Calculate (x ** y) % z efficiently" number = 1 while y: if...

@grkamil 你的方法可以 我引用我本地现有的成功: ```

我这里修改了 minter-php-bip-44 里的 HDkey.php 文件: ``` protected $data = [ 'version' => null, 'depth' => 0, 'index' => '00000000', 'privateKey' => null, 'publicKey' => null, 'publicKeyFull' => null, 'chainCode' =>...

我也获取的空body(TP5.1+PHP7.2.9) > 配合QueryList使用有个bug:PHP Warning: Declaration of JonnyW\PhantomJs\DependencyInjection\ServiceContainer::load() ...,需要修改源代码函数为 load($file = null) > PHP7.3以上报错一个函数不再支持,所以切到7.2.9 > win10下 二进制文件路径只能这样设置,其他报错,跟演示不一样 $ql = QueryList::use(PhantomJs::class,'D:/Program Files/phantomjs-2.1.1/bin/phantomjs.exe'); $html = $ql->browser('https://www.baidu.com')->getHtml(); print_r($html); > 获取结果为没有BODY的