# Run FPGA Bitcoin miner + 4 core CPU miner on a real Bitcoin mining pool
# Difficulty will be too high so don't expect to ever find a valid share

# 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://btc-na.f2pool.com:1314 -u greatesttamarin.001 -p 21235365876986800 -D -P -t 5
