Pages:
Author

Topic: BFGMiner 5.5.0: CPU/GPU/FPGA/ASIC mining software, GBT+Stratum, RPC, Linux/Win64 - page 26. (Read 834514 times)

legendary
Activity: 2576
Merit: 1186
Been going back in and out of trying to figure this out for about 2 days now..

--stratum-port just flat out doesnt work for me.

I can start bfgminer with the setting and port, but i just get the SSM: no 2d upstream error continuously scrolling.  I can telnet to the stratum port and submit commands which do show up in the miners monitor screen, but the Antminers dont see it as a stratum pool that is alive.


I can probably avoid having to do this all together if I could get BFGminer working on the OpenWRT of the Antminer S1
That error means your pools can't be proxied. Try using another pool.
legendary
Activity: 1066
Merit: 1098
Been going back in and out of trying to figure this out for about 2 days now..

--stratum-port just flat out doesnt work for me.

I can start bfgminer with the setting and port, but i just get the SSM: no 2d upstream error continuously scrolling.  I can telnet to the stratum port and submit commands which do show up in the miners monitor screen, but the Antminers dont see it as a stratum pool that is alive.


I can probably avoid having to do this all together if I could get BFGminer working on the OpenWRT of the Antminer S1

I tried solo-mining by running BFGMiner on the Beaglebone Black of a KNC Jupiter once, and the GBT protocol ate all the processor and wanted a lot more.

I don't know what embedded h/w the Antminers use, but it probably doesn't have the horsepower to run GBT.

full member
Activity: 142
Merit: 101
Been going back in and out of trying to figure this out for about 2 days now..

--stratum-port just flat out doesnt work for me.

I can start bfgminer with the setting and port, but i just get the SSM: no 2d upstream error continuously scrolling.  I can telnet to the stratum port and submit commands which do show up in the miners monitor screen, but the Antminers dont see it as a stratum pool that is alive.


I can probably avoid having to do this all together if I could get BFGminer working on the OpenWRT of the Antminer S1
member
Activity: 110
Merit: 10
Well I am just gonna do regular mining and declare mining solo with network gear as something only the bitcoin gods are capable of. I have months of research and work time trying to get this going and haven't ever managed it.
Fortunately I run my miners in place of the baseboard heaters here so my goals ar accomplished so far. Not paying for heat you might say.

I appreciate the words offered here but none of it works for me.

Later.

I will throw out one more long-shot possibility why you might be crashing when trying to use the stratum proxy...  That support requires libevent - and if you compiled BFGMiner on a machine that does not have that library present, the support will not be built.  I wouldn't expect it to crash, but it's possible.


I am running it on a windows computer. I did not compile it I downloaded the binary.

Just looked and it has libevent-2-0-5.dll included in that.
member
Activity: 110
Merit: 10
Well I am just gonna do regular mining and declare mining solo with network gear as something only the bitcoin gods are capable of. I have months of research and work time trying to get this going and haven't ever managed it.
Fortunately I run my miners in place of the baseboard heaters here so my goals ar accomplished so far. Not paying for heat you might say.

I appreciate the words offered here but none of it works for me.

Later.

I will throw out one more long-shot possibility why you might be crashing when trying to use the stratum proxy...  That support requires libevent - and if you compiled BFGMiner on a machine that does not have that library present, the support will not be built.  I wouldn't expect it to crash, but it's possible.


I am running it on a windows computer. I did not compile it I downloaded the binary.
legendary
Activity: 1066
Merit: 1098
Well I am just gonna do regular mining and declare mining solo with network gear as something only the bitcoin gods are capable of. I have months of research and work time trying to get this going and haven't ever managed it.
Fortunately I run my miners in place of the baseboard heaters here so my goals ar accomplished so far. Not paying for heat you might say.

I appreciate the words offered here but none of it works for me.

Later.

I will throw out one more long-shot possibility why you might be crashing when trying to use the stratum proxy...  That support requires libevent - and if you compiled BFGMiner on a machine that does not have that library present, the support will not be built.  I wouldn't expect it to crash, but it's possible.

member
Activity: 110
Merit: 10
Well I am just gonna do regular mining and declare mining solo with network gear as something only the bitcoin gods are capable of. I have months of research and work time trying to get this going and haven't ever managed it.
Fortunately I run my miners in place of the baseboard heaters here so my goals ar accomplished so far. Not paying for heat you might say.

I appreciate the words offered here but none of it works for me.

Later.
member
Activity: 110
Merit: 10
the S3 is set something like this to join the proxy ?.


stratum+tcp://your miner ip :3333  port most be 3333 for the proxy for stratum+tcp to work right . other wise don't know .


why not use a PI as the proxy they don't cost much and hell of a lot easier to set up as a proxy sever even with bfg .

or get one of these

for the wallets

https://bitseed.org/product/pre-order-bitseed-v2/


and

xyzzy099 is right that's old school way for asicminer blades

well the log thing didn't work but I did a conf write and it is as :

{
"pools" : [
   {
      "url" : "http://127.0.0.1:12832",
      "user" : "clark",
      "pass" : "forfun64",
      "pool-priority" : "0"
   }
]
,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"expiry-lp" : "3600",
"failover-switch-delay" : "300",
"log" : "20",
"no-pool-disable" : true,
"no-client-reconnect" : true,
"no-show-processors" : true,
"no-show-procs" : true,
"no-unicode" : true,
"queue" : "1",
"quiet-work-updates" : true,
"quiet-work-update" : true,
"scan-time" : "60",
"skip-security-checks" : "0",
"submit-stale" : true,
"temp-hysteresis" : "3",
"shares" : 0,
"kernel-path" : "C:\\Program Files\\BFGMiner\\/share/bfgminer",
"http-port" : 8330
}

If I change the port to 3333 it just crashes bfgminer and it happens fast enough I can't catch the error. I am not exactly a novice at mining and have done plenty of solo with gpu and usb stuff. This network device setup has me beaten.


Just add '2>logfilename' to the end of the command line you start BFGMiner with.  That will save the output to 'logfilename' so you can read it at your leisure.


member
Activity: 66
Merit: 10
So can somebody let me know how to install the latest version of BFGminer on Ubuntu ? I can only get 5.2.0 to install.
legendary
Activity: 1066
Merit: 1098
the S3 is set something like this to join the proxy ?.


stratum+tcp://your miner ip :3333  port most be 3333 for the proxy for stratum+tcp to work right . other wise don't know .


why not use a PI as the proxy they don't cost much and hell of a lot easier to set up as a proxy sever even with bfg .

or get one of these

for the wallets

https://bitseed.org/product/pre-order-bitseed-v2/


and

xyzzy099 is right that's old school way for asicminer blades

If I change the port to 3333 it just crashes bfgminer and it happens fast enough I can't catch the error. I am not exactly a novice at mining and have done plenty of solo with gpu and usb stuff. This network device setup has me beaten.


Just add '2>logfilename' to the end of the command line you start BFGMiner with.  That will save the output to 'logfilename' so you can read it at your leisure.

legendary
Activity: 1274
Merit: 1000
the S3 is set something like this to join the proxy ?.


stratum+tcp://your miner ip :3333  port most be 3333 for the proxy for stratum+tcp to work right . other wise don't know .


why not use a PI as the proxy they don't cost much and hell of a lot easier to set up as a proxy sever even with bfg .

or get one of these

for the wallets

https://bitseed.org/product/pre-order-bitseed-v2/


and

xyzzy099 is right that's old school way for asicminer blades

If I change the port to 3333 it just crashes bfgminer and it happens fast enough I can't catch the error. I am not exactly a novice at mining and have done plenty of solo with gpu and usb stuff. This network device setup has me beaten.


does it have to be bfg and windows PC ?.   the S3's use CGminer unless you got bfg working on a s3 . i would rather use bfg my self but some times i can't .
member
Activity: 110
Merit: 10
the S3 is set something like this to join the proxy ?.


stratum+tcp://your miner ip :3333  port most be 3333 for the proxy for stratum+tcp to work right . other wise don't know .


why not use a PI as the proxy they don't cost much and hell of a lot easier to set up as a proxy sever even with bfg .

or get one of these

for the wallets

https://bitseed.org/product/pre-order-bitseed-v2/


and

xyzzy099 is right that's old school way for asicminer blades

If I change the port to 3333 it just crashes bfgminer and it happens fast enough I can't catch the error. I am not exactly a novice at mining and have done plenty of solo with gpu and usb stuff. This network device setup has me beaten.
legendary
Activity: 1274
Merit: 1000
the S3 is set something like this to join the proxy ?.


stratum+tcp://your miner ip :3333  port most be 3333 for the proxy for stratum+tcp to work right . other wise don't know .


why not use a PI as the proxy they don't cost much and hell of a lot easier to set up as a proxy sever even with bfg .

or get one of these

for the wallets

https://bitseed.org/product/pre-order-bitseed-v2/


and

xyzzy099 is right that's old school way for asicminer blades
member
Activity: 110
Merit: 10
what's the error if it is what i think it is you may have to disable get work for bfg to work right and use  stratum+tcp.


Besides  stratum+tcp works better then http in this case .

Have tried that as well. if getwork i get HW errors reported for all shares.  If stratum I get "SSM: No usable 2D work upstream!"

ports are all open in computer and router as related to this.
legendary
Activity: 1274
Merit: 1000
what's the error if it is what i think it is you may have to disable get work for bfg to work right and use  stratum+tcp.


Besides  stratum+tcp works better then http in this case .
member
Activity: 110
Merit: 10
Guess I should specify.
I am running bfgminer on a windows computer where I have my wallets running.
I am using bfgminer as a proxy to connect my antminers to my computer to solo mine.

I can make the connections but all I get are hardware erros in bfgminer
legendary
Activity: 1274
Merit: 1000
I use this Proxy on a PI
https://bitcointalksearch.org/topic/new-stratumgetwork-proxy-with-web-based-gui-and-pools-management-611338
 
for the .conf to join the proxy first . disable getwork, BFG doesn't work to well with get work then use stratum+tcp.


{  
  "disableGetwork": true,
  "pools" : [ {
    "name" : "pool name or solo pool",
    "host" : "your ming pool",
    "user" : "",
    "password" : "x",
   } ]
}




for the miner it self or to join the proxy


bfgminer.bat = bfgminer -o stratum+tcp://your miner's IP:3333 -u username -p pw

And to see the proxy's UI in your browser

 http://your miners IP :8888/

You have BFG running on a S3 ?. best i can do is get it running on a S5, mine sharing your how to for the S3 ?.



legendary
Activity: 1066
Merit: 1098
Ok, thought I would try asking one more time before giving up.

I am trying to run bfgminer 5.4.1 as a proxy so I can solo mine to my wallets with some antminer S3 units. I can easily get it to connect to my wallet and I can get the miner to connect to the proxy, but all I get are HW errors.

bfgminer.bat = bfgminer --http-port 8330 -o 127.0.0.1:coin_rpc_port -u my_rpc_username -p my_rpc_pw

miner setup = ip of computer:8330
                     coin addy
                    x

So can any one answer as to why this does not work?

The --http-port' switch is for old-school getwork mining h/w like asicminer blades.

My guess is that your S3s are using stratum, not getwork.  Maybe '--stratum-port' will work for you.



I tried the stratum-port option and my miners won't connect on that.(--stratum-port 3330) I get the "SSM: no usable 2D work upstream

Maybe a dumb question, but when you changed to '--stratum-port 3330' for BFGMiner, did you also reconfigure the miners to 'ip-of-host:3330'?

member
Activity: 110
Merit: 10
Ok, thought I would try asking one more time before giving up.

I am trying to run bfgminer 5.4.1 as a proxy so I can solo mine to my wallets with some antminer S3 units. I can easily get it to connect to my wallet and I can get the miner to connect to the proxy, but all I get are HW errors.

bfgminer.bat = bfgminer --http-port 8330 -o 127.0.0.1:coin_rpc_port -u my_rpc_username -p my_rpc_pw

miner setup = ip of computer:8330
                     coin addy
                    x

So can any one answer as to why this does not work?

The --http-port' switch is for old-school getwork mining h/w like asicminer blades.

My guess is that your S3s are using stratum, not getwork.  Maybe '--stratum-port' will work for you.



I tried the stratum-port option and my miners won't connect on that.(--stratum-port 3330) I get the "SSM: no usable 2D work upstream
legendary
Activity: 1066
Merit: 1098
Ok, thought I would try asking one more time before giving up.

I am trying to run bfgminer 5.4.1 as a proxy so I can solo mine to my wallets with some antminer S3 units. I can easily get it to connect to my wallet and I can get the miner to connect to the proxy, but all I get are HW errors.

bfgminer.bat = bfgminer --http-port 8330 -o 127.0.0.1:coin_rpc_port -u my_rpc_username -p my_rpc_pw

miner setup = ip of computer:8330
                     coin addy
                    x

So can any one answer as to why this does not work?

The --http-port' switch is for old-school getwork mining h/w like asicminer blades.

My guess is that your S3s are using stratum, not getwork.  Maybe '--stratum-port' will work for you.

Pages:
Jump to: