Bitcoin Forum
June 26, 2024, 05:25:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining software (miners) / Re: BFGMiner 4.5.0: GBT+Strtm, RPC, Mac/Lnx/W64 on: July 26, 2014, 08:49:27 PM
Antminer U1 Trouble....

For some reason bfgminer wont detect my U1 anymore.  The green lights are on, so there is power.  Once I do m, +, all it will blink some but then say no devices found.  I've also tried ./bfgminer -S amu:all and -S antminer:all to no avail.  Any ideas? The jalapeno is running fine though.  This just stopped working one day and now it can't seem to pick it up. 

Thanks,

 Fuglie

P.S. - It might be the u1 itself....cgminer cant find the dang thing either.  But I like bfgminer more so if y'all can help that would be awesome.
2  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.4.2 on: July 19, 2014, 03:12:31 PM
Antminer U1 Help

Hey guys and girls,

Using CGMINER 4.0.0

Using a Jalapeno and also a U1. 

On USB [L]ist devices both will show up.

Bus 1 Device 5 ID: 10c4:ea60 Silicon Labs CP2102 USB to UART Bridge Controller inactive
Bus 1 Device 8 ID: 0403:6014 FTDI BitFORCE SHA256 SC active

However I am having trouble activating the U1 (assuming that is what is showing up as device 5).  When it ask for Device number, am I supposed to put Bus 1 Device 5 (the listed one for U1)?  Sorry for the newb question but can't seem to find out why it will not activate and have tried the normal google search, etc.

Thanks,

Fuglie
3  Bitcoin / Mining support / Re: Pool/Solo with Quotas Help (BFGMINER) on: January 17, 2014, 04:20:08 PM
Thanks, think it might be working now, but not sure how to tell if it is doing the solo mining correctly.  I set it to url 1 for solo and quota 9 for slush's.  Right now it is doing the slush part fine, going to let it catch up and see what the hashrate is hopefully its 10% less and that is going to the solo pool.  Also whats the difference in Balance and Load Balance? Also yes using the most current version as of two days ago.

- Fuglie
4  Bitcoin / Pools / Re: [450 TH] Slush's Pool (mining.bitcoin.cz); TX FEES + VarDiff on: January 17, 2014, 03:23:45 AM
Is the pool currently down?

same question.
5  Bitcoin / Mining software (miners) / Re: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB, HFA on: January 16, 2014, 02:01:36 PM

Hey guys and girls,

Trying to do a little solo mining on the side.  I have it set up and is running but it is either a) not working correctly or b) I dont fully understand load balance.

I am trying to get it where it does 90% of the work for the pool and 10% for solo mining.  However I only get about 1/3 or the hash rate on the pool as I used to and not the 90% I would like. Here is the code, without the load balance command because not sure where to put it so I do that manually:

Code:
{

"pools" : [
        {
                "quota" : "10;192.168.2.9:8332",
                "user" : "blah",
                "pass" : "blah",
"coinbase-addr" : "1DhHifvuR232342142424SsKJoQUqeC7Z5dc",
"coinbase-sig" : "Fuglie's solo lotto 10%"
        },
        {
                "quota" : "90;stratum.bitcoin.cz:3333",
                "user" : "blah",
                "pass" : "blah"
        }

]
,

"scan" : "all"

}

Is it not working correctly or is load balance not working how I think it should (sharing the max available hash rate between the pool/solo)?
Thanks!

- Fuglie
6  Bitcoin / Mining support / Pool/Solo with Quotas Help (BFGMINER) on: January 15, 2014, 05:04:03 PM
Hey guys and girls,

Trying to do a little solo mining on the side.  I have it set up and is running but it is either a) not working correctly or b) I dont fully understand load balance.

I am trying to get it where it does 90% of the work for the pool and 10% for solo mining.  However I only get about 1/3 or the hash rate on the pool as I used to and not the 90% I would like. Here is the code, without the load balance command because not sure where to put it so I do that manually:

Code:
{

"pools" : [
        {
                "quota" : "10;192.168.2.9:8332",
                "user" : "blah",
                "pass" : "blah",
"coinbase-addr" : "1DhHifvuR232342142424SsKJoQUqeC7Z5dc",
"coinbase-sig" : "Fuglie's solo lotto 10%"
        },
        {
                "quota" : "90;stratum.bitcoin.cz:3333",
                "user" : "blah",
                "pass" : "blah"
        }

]
,

"scan" : "all"

}

Is it not working correctly or is load balance not working how I think it should (sharing the max available hash rate between the pool/solo)?
Thanks!

- Fuglie
7  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 15, 2014, 02:05:03 PM
Hey guys and gals,

I'm trying to get my miner running where it will do a a pool and then do a little bit (10%) solo mining based off a .conf script.  Right now though I can't even get it to solo mine normally.  Trying to use the wallet on my Windows machine. The Raspberry Pi is .2.38 and the Windows machine ip is .2.13.  New to Linux environment so might be something easy I'm missing.

Code:
Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
Pool: 0 URL: http:://192.168.2.13:8332 User: blah Password: blah

the bitcoin-qt conf file:

Code:
daemon=1
listen=1
server=1
rpcuser=blah
rpcpassword=blah
rpcallowip=192.168.2.38
rpcport=8832

Here is how I'm executing.  Without sudo it kicks back to my .conf script and won't try to solo mine.

Code:
sudo ./bfgminer -o http://192.168.2.13:8832 -u blah -p blah --coinbase-addr 4098uq049uqawlkjadlkfjadlksfjasdfkjasdjlfk

Thanks again! trying to figure this stuff out.

"Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
Pool: 0 URL: http:://192.168.2.13:8332 User: blah Password: blah"

rpcallowip=192.168.2.38
rpcport=8832

sudo ./bfgminer -o http://192.168.2.13:8832 -u blah -p blah --coinbase-addr

ports are different try to change the config file port to 8332 idk it might work i couldn't tell u if its a sure fix but it might i think its bfgminer config is stuck on port 8332 it happens sometimes when i overclock my K16 it stays stuck on 446mhz even tho i set it to 362

Thanks! That worked. Not just gotta get a script up and going.  I'm sure I'll have another question in a day or two  Grin

- Fuglie
8  Bitcoin / Mining software (miners) / Re: BFGMiner 3.9.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, Merry Christmas! on: January 15, 2014, 04:02:30 AM
Hey guys and gals,

I'm trying to get my miner running where it will do a a pool and then do a little bit (10%) solo mining based off a .conf script.  Right now though I can't even get it to solo mine normally.  Trying to use the wallet on my Windows machine. The Raspberry Pi is .2.38 and the Windows machine ip is .2.13.  New to Linux environment so might be something easy I'm missing.

Code:
Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
Pool: 0 URL: http:://192.168.2.13:8332 User: blah Password: blah

the bitcoin-qt conf file:

Code:
daemon=1
listen=1
server=1
rpcuser=blah
rpcpassword=blah
rpcallowip=192.168.2.38
rpcport=8832

Here is how I'm executing.  Without sudo it kicks back to my .conf script and won't try to solo mine.

Code:
sudo ./bfgminer -o http://192.168.2.13:8832 -u blah -p blah --coinbase-addr 4098uq049uqawlkjadlkfjadlksfjasdfkjasdjlfk

Thanks again! trying to figure this stuff out.
9  Other / Beginners & Help / Total time logged in ... not updating? on: January 14, 2014, 08:15:15 PM
Hey guys,

I've been stuck at 3hrs 8min for a while now.  I've been on the forum and posting a bit but it has been stuck for two days at this time.  Just wondering if bug or cookies screwed up, etc.

- Fuglie
10  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 13, 2014, 04:15:50 AM
Try a different frequency maybe.

Code:
--bmsc-freq 0781

- Fuglie


11  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 12, 2014, 07:42:52 PM
If ya'll would have stopped being suborn you could use the link Laxe and I posted and run bfgminer which would run your BE and U1's in one single instance/program. Just install the dependencies required in the readme for bfgminer then follow the instructions on the link.  Sure is a lot easier than trying to make cgminer work correctly until they update it.

Anyway for future users of Pi...read the linkage. 

- Fuglie
12  Other / Beginners & Help / Re: 2 TH/s rig for $200 profitable??? on: January 11, 2014, 07:54:49 PM
think you need to revise that $200 figure lol
13  Other / Beginners & Help / Re: Bitmain AntMiner U1 on Debian - not found on: January 11, 2014, 07:01:48 PM
Make sure you have the newest version of bfgminer that supports the U1.

https://bitcointalk.org/index.php?topic=168174.1940

This works for meh.

- Fuglie
14  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 11, 2014, 06:53:14 PM
Aha, I wasn't dare enough to run cgminer under GUI, but now I can imagine it, thx for the pic. Otherwise I have two Rpi, and I've dedicated one to mine only.

Yeah most of the work is done by the miners so it really isn't a strain on the Pi.  I just use mine to learn linux and python so I don't use the GUI at all; I got enough pretty computes lol.

- Fuglie
15  Other / Beginners & Help / Re: Help with bfgminer script on: January 11, 2014, 05:43:11 PM
Hey guys. Just bumping up for today since still not allowed in the big boy section.

- Fuglie
16  Other / Beginners & Help / Re: Raspberry Pi Running Antminer U1 on: January 10, 2014, 09:05:52 PM
I've been following the developments of the new version of BFG Miner and they've released a beta build that supports the U1's and BE's.  

I'm on Windows but am using the modified BFG Miner with both U1's and BE's on the same hub just fine.  There are posts that you may find helpful there at: https://bitcointalk.org/index.php?topic=168174.1940

Hope this helps.

This works. I have both a Jalapeno and a U1 running for a total of around 8gh/s. All mine is done in terminal and using one instance of bfgminer. Trying now to set it up to allow some of the hashes to go towards solo "lotto" minning (around 10%). No luck on doing that yet!

- Fuglie
17  Other / Beginners & Help / Re: Help with bfgminer script on: January 10, 2014, 08:36:27 PM
Actually I need even more help.  Keep getting:

Code:
Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
Pool: 0 URL: http:://192.168.2.13:8332 User: blah Password: blah

the bitcoin-qt conf file:

Code:
daemon=1
listen=1
server=1
rpcuser=blah
rpcpassword=blah
rpcallowip=192.168.2.38
rpcport=8832

Trying to run off of my Windows wallet from Rasp Pi using bfgminer.

Code:
sudo ./bfgminer -o http://192.168.2.13:8832 -u blah -p blah --coinbase-addr 4098uq049uqawlkjadlkfjadlksfjasdfkjasdjlfk

Thanks again! trying to figure this stuff out.
18  Other / Beginners & Help / Help with bfgminer script on: January 10, 2014, 06:42:02 PM
Hey guys and gals,

Trying to set up a bfgminer .conf script to run off of.  Running a Jalapeno and an Ant U1.  Got them both working together last night but now I want to do a little solo mining on the side (think lotto). This is the start but after this I'm kinda clueless.  New to this whole thing and has been about 15 years since i've done any programming.  Thanks for the help!

Code:
"pools" : [
        {
                "url" : "198.168.2.13:8897",
                "user" : "usernameA",
                "pass" : "passA"
        },
        {
                "quota" : "9;stratum.bitcoin.cz:3333",
                "user" : "usernameB",
                "pass" : "passB"
        }
]

Would this set up 10% of my miners to be used for solo mining? Also where in the script would I need to add the coinbase:

    --coinbase-addr 1QATWksNFGeUJCWBrN4g6hGM178Lovm7Wh \
    --coinbase-sig "rig1: This is Joe's block!"

Also I have no clue about this part if anyone can help explain/setup:

If your bitcoin node does not support longpolling (for example, bitcoind 0.8.x), you
should consider setting up a failover pool to provide you with block
notifications.

- Fuglie
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!