这个问题可能属于加密货币论坛,但我会在这里尝试一下。我想使用非 http 协议连接到网站(矿池)。我读过的协议是“stratum+tcp”。所以我很快用curl尝试了这个......
localhost:tmp davea$ curl -U "myltcworker" -P anything
"stratum+tcp://stratum.ltcpool.com:3333"
Enter proxy password for user 'myltcworker':
curl: (1) Protocol "stratum+tcp" not supported or disabled in libcurl
我的问题是可以重新配置curl以支持这种非标准协议还是有其他我可以使用的命令行工具?