# Run FPGA + CPU Miner against locally-hosted Stratum V2 -> Stratum V1 translated mining pool
# Note: This requires that you run a Bitcoin (testnet) node and a Stratum V2 pool, job declarator server, job declarator
# client, and translator proxy on another computer. This isn't practical to run on the Ultra96V2 board because of
# resource limitations.

# To run on only FPGA change last argument to "-t 1". To run on FPGA + all 4 cores, use "-t 5"
sudo ./minerd -a sha256d -o stratum+tcp://192.168.137.1:34255 -u greatesttamarin.001 -p 21235365876986800 -D -P -t 5
