YihaoPeng

Results 39 comments of YihaoPeng

Same issue on my 2TB SSD. GDB trace: ![截图录屏_20200619062201](https://user-images.githubusercontent.com/26923506/85077639-59357180-b1f5-11ea-91b6-739353a91c26.png) If running in Windows, the program will exit without any output, but the file system is not converted.

Met the same issue and fixed by `.replace(/^\/c\//, "/C:/");` :smiley:

The mod is currently maintained by me, and you can see some of the details of the mod in my README.md. https://github.com/YihaoPeng/DragonbornSpeaksNaturally The mod is loaded by skyrim.exe in the...

Therefore, the "algorithm" of the program involves the following parts: 1. Get the dialogue lines for Skyrim: Find the address of the function involved in the dialogue line inside Skyrim...

[https://www.nexusmods.com/skyrimspecialedition/mods/29828](Dragonborn Unlimited) shows us how DSN communicates with a esp mod. It creates a series of console commands, when DSN executes one of them, the operation in its esp will...

修改蓝色血条:在“界面设置>插件>NeatPlates>默认配置文件”里面找到“反应类型”,把“按仇恨”改为其他类型就可以。

看这一节: https://github.com/SwimmingTiger/oraykvm#%E6%8E%A7%E6%8E%A7%E5%9B%BA%E4%BB%B6%E4%BF%AE%E6%94%B9%E5%88%B6%E4%BD%9C%E8%87%AA%E5%AE%9A%E4%B9%89%E5%9B%BA%E4%BB%B6 打包固件。 ``` sudo mksquashfs squashfs-root new.bin -comp xz -b 131072 ```

目前stratumSwitcher模块实现的非常不好,并且很多问题除非重写难以解决: 1. 内存占用过多。我不知道为什么。 2. 断线重连的时候可能会崩溃。 3. 断线重连的时候可能会给矿机发送不完整的JSON消息,导致某些矿机掉出AsicBoost模式。 所以,目前我们已经将switcher的所有功能都移植到了sserver本身上面,并且`stratumSwitcher`组件已经不再维护。 看这个配置文件了解sserver的多链模式: https://github.com/btccom/btcpool/blob/master/src/bitcoin/cfg/sserver(multi-chains).cfg 它依然使用与stratumSwitcher兼容的币种切换控制组件(init-user-coin和switcher-api)。把`case_insensitive = true;`改成`case_insensitive = false;`就可以和旧版`init-user-coin`和`switcher-api`部署兼容。

Hi I'm the BTC.com's maintainer and I have read your email. We support and welcome this soft fork. In addition, because this soft fork doesn‘t seem to have any effect...