1 Star 0 Fork 0

liulinhui/nxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run-tor.sh 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# WARNING: java still bypasses the tor proxy when sending DNS queries and
# this can reveal the fact that you are running Nxt, however blocks and
# transactions will be sent over tor only. Requires a tor proxy running
# at localhost:9050. Set nxt.shareMyAddress=false when using tor.
if [ -x jre/bin/java ]; then
JAVA=./jre/bin/java
else
JAVA=java
fi
${JAVA} -DsocksProxyHost=localhost -DsocksProxyPort=9050 -cp classes:lib/*:conf:addons/classes:addons/lib/* nxt.Nxt
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liulinhui1994/nxt.git
git@gitee.com:liulinhui1994/nxt.git
liulinhui1994
nxt
nxt
master

搜索帮助