It is important for me that traffic goes through TOR. My ISP blocks all mining pools using the DPI system.
I need the traffic to go encrypted through the TOR. How can I set a proxy server on this device?
You can't. It does not have that ability. Best you can do is use a different ISP.I need the traffic to go encrypted through the TOR. How can I set a proxy server on this device?
tip: in cases like this it would be a GREAT help if:
a. you say what country you are in
b. give the name of the offending ISP
Most countries and ISP's do not care if you mine so frankly most folks here have never had those problems.
Can I run my own mining pool on a computer on a local network and redirect traffic from it to another mining pool via the Tor network?
To your question, yes of course, but I bet people could help you much better if you answer NotFuzzyWarm's questions.
How do I setup Avalon Nano 3 to work with Bitcoin Core v.27
I changed the configuration Bitcoin Core v.27:
server=1
listen=1
daemon=1
rpcuser=USER
rpcpassword=PASS
rpcallowip=192.168.1.3
rpcallowip=192.168.1.0/255.255.255.0
rpcallowip=127.0.0.1
rpcbind=192.168.1.2
rpcport=3333
I changed the configuration Avalon Nano 3:
-o http://192.168.1.2:3333 -u USER -p PASS --btc-address XXXXXXXXXXX
But it still doesn't work.