Bitcoin Forum
June 16, 2024, 01:29:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Poll closed
Yes, please I absolutely need it!
Yes, but it's not a priority
Not sure, I'd prefer other features
No, I don't need it
-
-

Pages: « 1 ... 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 [116] 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 ... 185 »
  Print  
Author Topic: [Minera v0.9.1] Your next mining dashboard - Antminer/CPUminer/CGminer/BFGminer  (Read 850312 times)
Bluecheese
Member
**
Offline Offline

Activity: 104
Merit: 18


View Profile
May 09, 2015, 04:26:42 AM
 #2301

Hello,

Does anyone have any issues with the export button?  I select it and all I get is the spend of death.  Before the update, it used to work.  If I can get this to work, it'll save me some time building new systems.

toptekk
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 09, 2015, 04:42:43 AM
 #2302

Hello,

Does anyone have any issues with the export button?  I select it and all I get is the spend of death.  Before the update, it used to work.  If I can get this to work, it'll save me some time building new systems.


i do but i think it works diff now it backs up everything it says while it spinning . i haven't let it set and see what happens yet have you ?. or it might be bugged im letting it set to see .
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 09, 2015, 06:18:11 AM
 #2303

Hello,

Does anyone have any issues with the export button?  I select it and all I get is the spend of death.  Before the update, it used to work.  If I can get this to work, it'll save me some time building new systems.

ah sh*t! There is a really stupid bug, I missed a / in a url.
If you can change the line 222 of the file assets/js/minera.js https://github.com/michelem09/minera/blob/master/assets/js/minera.js#L222

Now it looks like this:

Code:
var saveUrl = _baseUrl+"app/save_settings";

Change it to this:

Code:
var saveUrl = _baseUrl+"/app/save_settings";

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
Flep182
Legendary
*
Offline Offline

Activity: 938
Merit: 1007


View Profile
May 10, 2015, 01:06:15 PM
 #2304

Hello,

Does anyone have any issues with the export button?  I select it and all I get is the spend of death.  Before the update, it used to work.  If I can get this to work, it'll save me some time building new systems.

ah sh*t! There is a really stupid bug, I missed a / in a url.
If you can change the line 222 of the file assets/js/minera.js https://github.com/michelem09/minera/blob/master/assets/js/minera.js#L222

Now it looks like this:

Code:
var saveUrl = _baseUrl+"app/save_settings";

Change it to this:

Code:
var saveUrl = _baseUrl+"/app/save_settings";

Or wait for the next update if it's not mission critical  Roll Eyes
toptekk
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 10, 2015, 02:46:30 PM
 #2305

Hello,

Does anyone have any issues with the export button?  I select it and all I get is the spend of death.  Before the update, it used to work.  If I can get this to work, it'll save me some time building new systems.

ah sh*t! There is a really stupid bug, I missed a / in a url.
If you can change the line 222 of the file assets/js/minera.js https://github.com/michelem09/minera/blob/master/assets/js/minera.js#L222

Now it looks like this:

Code:
var saveUrl = _baseUrl+"app/save_settings";

Change it to this:

Code:
var saveUrl = _baseUrl+"/app/save_settings";

Or wait for the next update if it's not mission critical  Roll Eyes



that fix does work Smiley i used this http://winscp.net/eng/index.php to get into the files , if it helps any ...


Mich sent off some PIC how I rewired my Tx6 ,i think it's that psu it's not bad just how that one works i have the same PSU i use for others things.
DaveF
Legendary
*
Offline Offline

Activity: 3514
Merit: 6347


Crypto Swap Exchange


View Profile WWW
May 10, 2015, 04:41:00 PM
 #2306

I just updated to 5 and bfgminer will not run. Running in via ssh with gives me this error

minera@minera ~ $  /var/www/minera/minera-bin/bfgminer --scrypt -S gsd:all --set gsd:clock=800 -c /var/www/minera/conf/miner_conf.json

/var/www/minera/minera-bin/bfgminer: error while loading shared libraries: libusb-1.0.so.2: cannot open shared object file: No such file or directory

Any ideas? cpuminer works fine for the gridseeds.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 10, 2015, 04:48:26 PM
 #2307

I just updated to 5 and bfgminer will not run. Running in via ssh with gives me this error

minera@minera ~ $  /var/www/minera/minera-bin/bfgminer --scrypt -S gsd:all --set gsd:clock=800 -c /var/www/minera/conf/miner_conf.json

/var/www/minera/minera-bin/bfgminer: error while loading shared libraries: libusb-1.0.so.2: cannot open shared object file: No such file or directory

Any ideas? cpuminer works fine for the gridseeds.

-Dave


Try this:

Code:
        cd /var/www/minera/minera-bin/src/libusb
        sudo make install
        cd ../libusb-fix
        sudo cp libusb-1.0.so.2.0.0 /usr/local/lib
        sudo cd /usr/local/lib
        sudo rm libusb-1.0.so
        sudo ln -s libusb-1.0.so.2.0.0 libusb-1.0.so
        sudo ln -s libusb-1.0.so.2.0.0 libusb-1.0.so.2


Get Minera. Your next bitcoin mining dashboard. Donations are welcome
DaveF
Legendary
*
Offline Offline

Activity: 3514
Merit: 6347


Crypto Swap Exchange


View Profile WWW
May 10, 2015, 05:10:07 PM
 #2308


Try this:

Code:
        cd /var/www/minera/minera-bin/src/libusb
        sudo make install
        cd ../libusb-fix
        sudo cp libusb-1.0.so.2.0.0 /usr/local/lib
        sudo cd /usr/local/lib
        sudo rm libusb-1.0.so
        sudo ln -s libusb-1.0.so.2.0.0 libusb-1.0.so
        sudo ln -s libusb-1.0.so.2.0.0 libusb-1.0.so.2



Had to take the sudo out of the cd /usr/loca/lib

but still no go.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
onunez177
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 11, 2015, 12:56:14 AM
 #2309

Do you or anyone knows the settings for fury 1.3 by GAW..I been trying but the settings I don't think are right. Thanks
Sincerely , Orlando
Ps. I have 5 - Fury 1.3 by GAW


michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 11, 2015, 06:51:49 AM
 #2310


Try this:

Code:
        cd /var/www/minera/minera-bin/src/libusb
        sudo make install
        cd ../libusb-fix
        sudo cp libusb-1.0.so.2.0.0 /usr/local/lib
        sudo cd /usr/local/lib
        sudo rm libusb-1.0.so
        sudo ln -s libusb-1.0.so.2.0.0 libusb-1.0.so
        sudo ln -s libusb-1.0.so.2.0.0 libusb-1.0.so.2



Had to take the sudo out of the cd /usr/loca/lib

but still no go.

-Dave

Dave last try is to re-build bfgminer:

cd /var/www/minera
./build_miner.sh bfgminer

If you wanna skip this, I strongly suggest to start from scratch by flushing your SD Card with the latest image file, that will work without issues.

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
Flep182
Legendary
*
Offline Offline

Activity: 938
Merit: 1007


View Profile
May 11, 2015, 07:31:01 AM
 #2311

Do you or anyone knows the settings for fury 1.3 by GAW..I been trying but the settings I don't think are right. Thanks
Sincerely , Orlando
Ps. I have 5 - Fury 1.3 by GAW

Which option are you using? I read the most options about BFGMiner: http://fuk.io/gawminers-fury-13-mhs-asic-scrypt-review-setup-guide-and-unboxing/
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 11, 2015, 07:36:50 AM
 #2312

Do you or anyone knows the settings for fury 1.3 by GAW..I been trying but the settings I don't think are right. Thanks
Sincerely , Orlando
Ps. I have 5 - Fury 1.3 by GAW

We need at least the miner software used and the relative options.

With Cgminer DmaxL fork you can run them with these options:

Code:
--scrypt --scan-serial zeus:auto --zeus-chips 6 --zeus-clock 328 --zeus-nocheck-golden

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
DaveF
Legendary
*
Offline Offline

Activity: 3514
Merit: 6347


Crypto Swap Exchange


View Profile WWW
May 11, 2015, 12:28:50 PM
 #2313

If you wanna skip this, I strongly suggest to start from scratch by flushing your SD Card with the latest image file, that will work without issues.

That is what I am going to do. Not a big deal, but was just hoping to avoid that as it involves taking apart the case to get to them.

Thanks,
Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Jhawkfan101
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 14, 2015, 06:25:40 AM
 #2314

Ok, I am just lost! I have no idea why 5.0 will not work for my asicminer tubes! The previous versions (4.1) have all worked but not 5.0!

I have them connected via usb to the rpi. But no matter what it still says no devices found.
I have both the superuser option and the detect all options enabled
I have tried CGminer after compiling it with the --enable-blockerupter (which has worked with previous versions) but not working with 5.0
I have NEVER been able to get bfgminer to work on minera. It never finds the devices either
I have tried a fresh install of 5.0 and then compiled it twice. Still no devices found.

Is there something I am not doing? Do I need to do anything so it will read the usb? Do I need to put in certain settings I did not need to before (extra options) or to get bfgminer working.

Any help would be appreciated Im pulling my hair out trying to get this figured out!
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 14, 2015, 07:13:22 AM
Last edit: May 14, 2015, 07:38:43 AM by michelem
 #2315

Ok, I am just lost! I have no idea why 5.0 will not work for my asicminer tubes! The previous versions (4.1) have all worked but not 5.0!

I have them connected via usb to the rpi. But no matter what it still says no devices found.
I have both the superuser option and the detect all options enabled
I have tried CGminer after compiling it with the --enable-blockerupter (which has worked with previous versions) but not working with 5.0
I have NEVER been able to get bfgminer to work on minera. It never finds the devices either
I have tried a fresh install of 5.0 and then compiled it twice. Still no devices found.

Is there something I am not doing? Do I need to do anything so it will read the usb? Do I need to put in certain settings I did not need to before (extra options) or to get bfgminer working.

Any help would be appreciated Im pulling my hair out trying to get this figured out!

Well, you should firstly try to remove the autodetect option (this should enable libusb detection). Then please can you tell me the exact hardware you are using? Can you find and paste a link to it? Because I'm not sure what you are trying to connect and I need more info about the HW before tell you something more.

EDIT: while I don't think it's a cgminer version problem this is the previous binary there was in Minera, you could try with this too (add it as custom miner or overwrite it as default one) https://github.com/michelem09/minera/blob/fa17a35255bdd7ba48569d0507dc0e9e4f788ecd/minera-bin/cgminer?raw=true

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
marcusstair
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 14, 2015, 01:27:48 PM
 #2316

michelem - I'm using a gridseed 5-chip gc3355. I would really like to dual or sha256 mine. Can I do that with minera and if so can you give a little direction. I've been working on it for a few days and not able to locate a solution.

thanks.
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 14, 2015, 01:39:50 PM
 #2317

michelem - I'm using a gridseed 5-chip gc3355. I would really like to dual or sha256 mine. Can I do that with minera and if so can you give a little direction. I've been working on it for a few days and not able to locate a solution.

thanks.

I answered a question like this a couple of days ago here: https://bitcointalk.org/index.php?topic=1057936.msg11349805#msg11349805

I hadn't time to test what I wrote, but I'll do it in few days and if everything works fine I'll add that cgminer fork to the next Minera release as built-in.

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
marcusstair
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 14, 2015, 01:41:35 PM
Last edit: May 14, 2015, 01:55:28 PM by marcusstair
 #2318

michelem - I'm using a gridseed 5-chip gc3355. I would really like to dual or sha256 mine. Can I do that with minera and if so can you give a little direction. I've been working on it for a few days and not able to locate a solution.

thanks.

I answered a question like this a couple of days ago here: https://bitcointalk.org/index.php?topic=1057936.msg11349805#msg11349805

I hadn't time to test what I wrote, but I'll do it in few days and if everything works fine I'll add that cgminer fork to the next Minera release as built-in.

Great! Thanks. I'll test it for you this morning and report back.

EDIT: reporting "No local devices found". Tried:
--gridseed-options=baud=115200,freq=800,chips=5,modules=1,usefifo=0,btc=16

and

--gridseed-options=baud=115200,freq=800,chips=5,modules=1,usefifo=0,btc=16 --hotplug=0
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 14, 2015, 02:16:38 PM
 #2319

michelem - I'm using a gridseed 5-chip gc3355. I would really like to dual or sha256 mine. Can I do that with minera and if so can you give a little direction. I've been working on it for a few days and not able to locate a solution.

thanks.

I answered a question like this a couple of days ago here: https://bitcointalk.org/index.php?topic=1057936.msg11349805#msg11349805

I hadn't time to test what I wrote, but I'll do it in few days and if everything works fine I'll add that cgminer fork to the next Minera release as built-in.

Great! Thanks. I'll test it for you this morning and report back.

EDIT: reporting "No local devices found". Tried:
--gridseed-options=baud=115200,freq=800,chips=5,modules=1,usefifo=0,btc=16

and

--gridseed-options=baud=115200,freq=800,chips=5,modules=1,usefifo=0,btc=16 --hotplug=0

Just tried it works very well without any option, just use "--retries 1" in manual setting and remember to enable "Miner superuser (root)" it needs it.

EDIT: There is "only" a problem with the stats, Minera can't collect API stats from that cgminer fork because it's really obsolete, I have to rewrite a couple of lines of code. I will add this in next release for sure, there are many folks around the net asking for this.

One more things, remember to enable the miner fan if you had removed/disabled it! Mining btc with gridseed needs more power and it will become very hot in few minutes.

Final command is: /var/www/minera/minera-bin/custom/cgminer-dual-gridseed --retries 1 -c /var/www/minera/conf/miner_conf.json
Where the miner_conf has only the pools config. This command doesn't display stats on Minera but it works to mine Bitcoin with Gridseeds. Stay tuned for full working version.


Get Minera. Your next bitcoin mining dashboard. Donations are welcome
marcusstair
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 14, 2015, 03:01:10 PM
 #2320

michelem - I'm using a gridseed 5-chip gc3355. I would really like to dual or sha256 mine. Can I do that with minera and if so can you give a little direction. I've been working on it for a few days and not able to locate a solution.

thanks.

I answered a question like this a couple of days ago here: https://bitcointalk.org/index.php?topic=1057936.msg11349805#msg11349805

I hadn't time to test what I wrote, but I'll do it in few days and if everything works fine I'll add that cgminer fork to the next Minera release as built-in.

Great! Thanks. I'll test it for you this morning and report back.

EDIT: reporting "No local devices found". Tried:
--gridseed-options=baud=115200,freq=800,chips=5,modules=1,usefifo=0,btc=16

and

--gridseed-options=baud=115200,freq=800,chips=5,modules=1,usefifo=0,btc=16 --hotplug=0

Just tried it works very well without any option, just use "--retries 1" in manual setting and remember to enable "Miner superuser (root)" it needs it.

EDIT: There is "only" a problem with the stats, Minera can't collect API stats from that cgminer fork because it's really obsolete, I have to rewrite a couple of lines of code. I will add this in next release for sure, there are many folks around the net asking for this.

One more things, remember to enable the miner fan if you had removed/disabled it! Mining btc with gridseed needs more power and it will become very hot in few minutes.

Final command is: /var/www/minera/minera-bin/custom/cgminer-dual-gridseed --retries 1 -c /var/www/minera/conf/miner_conf.json
Where the miner_conf has only the pools config. This command doesn't display stats on Minera but it works to mine Bitcoin with Gridseeds. Stay tuned for full working version.



Not sure what I'm missing. Enabled root, and using:
--gridseed-options=baud=115200,freq=800,chips=5,modules=1,usefifo=0,btc=16 --retries 1

Still not detecting the device.
Pages: « 1 ... 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 [116] 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 ... 185 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!