Bitcoin Forum
April 26, 2024, 05:39:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 »
  Print  
Author Topic: BFGMiner 5.5.0: CPU/GPU/FPGA/ASIC mining software, GBT+Stratum, RPC, Linux/Win64  (Read 834123 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
October 08, 2015, 05:54:45 AM
 #481

@ toptek

THX i will test it at the evening Wink

For only Bitfury USB Sticks i don't need this?

sudo ./configure CFLAGS="-O3" --enable-scrypt --enable-broad-udevrules

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
1714109941
Hero Member
*
Offline Offline

Posts: 1714109941

View Profile Personal Message (Offline)

Ignore
1714109941
Reply with quote  #2

1714109941
Report to moderator
1714109941
Hero Member
*
Offline Offline

Posts: 1714109941

View Profile Personal Message (Offline)

Ignore
1714109941
Reply with quote  #2

1714109941
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
October 08, 2015, 06:09:15 AM
 #482

Note: -O3 is known to break some software, so please use -O2 if you want BFGMiner to be reliable.

hagie
Hero Member
*****
Offline Offline

Activity: 792
Merit: 501



View Profile
October 08, 2015, 10:06:16 AM
 #483

Hi,

is it possible to use bfgminer as a stratum -> getwork proxy ?

I like to use rented hashpower to mine on my local wallet. Nicehash only supports stratum targets.

I tried different combinations and I know it can used as getwork -> stratum proxy and stratum -> stratum as well as getwork-> getwork.

Did I make a error in the configuration ?

bfgminer -o 127.0.0.1:8888 -u user -p pass --stratum-port=3333 don't work

regards

Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
October 08, 2015, 02:32:41 PM
 #484

Hello, i have a a Debian System on my Pi:

Quote
Linux sunwatch 4.1.10+ #820 PREEMPT Sun Oct 4 15:33:59 BST 2015 armv6l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Oct  7 21:20:50 2015 from 192.168.0.48

But i can't install the Bfgminer on my system?

Quote
root@sunwatch:~# aptitude install bfgminer
Couldn't find any package whose name or description matched "bfgminer"
Couldn't find any package whose name or description matched "bfgminer"
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

Anyone have an idea?




how are you complliing  BFG ? .

try this

cd /opt
sudo apt-get -y install git-core build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev libevent-dev libmicrohttpd-dev libc-bin
sudo wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/5.3.0/bfgminer-5.3.0.zip
sudo unzip bfgminer-5.3.0.zip
sudo rm -rf bfgminer-5.3.0.zip
sudo mv /opt/bfgminer-5.3.0 /opt/bfgminer

cd /opt/bfgminer
 
sudo chmod +x ./configure  
sudo ./configure CFLAGS="-O2" --enable-scrypt --enable-broad-udevrules

sudo make

sudo ldconfig
lsusb

./bfgminer --version

and when you need to use BFG each time you may need to Cd to it then use it something like this .

cd /opt/bfgminer

sudo ./bfgminer -o stratum+tcp://your pool  -u your btc address -p your password if the pool needs one and your miners setting here

you can set the PI to cd to whatever  for you at login i just haven't bro to learn how yet, I will once i get tried of typing  CD / whatever at login ( most of the time if it works i won't learn much more beyond that unless it starts annoying me to much then i will ) . I'll automate my login more.


all his mean is it's all updated

No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

Hello so after the start i have my first problem:

cd /usr/src
sudo apt-get -y install git-core build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev libevent-dev libmicrohttpd-dev libc-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libjansson-dev

??

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
October 08, 2015, 02:36:39 PM
 #485

Hi,

is it possible to use bfgminer as a stratum -> getwork proxy ?

I like to use rented hashpower to mine on my local wallet. Nicehash only supports stratum targets.

I tried different combinations and I know it can used as getwork -> stratum proxy and stratum -> stratum as well as getwork-> getwork.

Did I make a error in the configuration ?

bfgminer -o 127.0.0.1:8888 -u user -p pass --stratum-port=3333 don't work

regards


It is impossible to translate getwork to stratum like that, but it doesn't matter because Core doesn't even support getwork anymore.
You can do GBT to stratum with the --stratum-port 3333 option, but no = in arguments...

Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
October 08, 2015, 02:49:57 PM
 #486

you have to CD into the BFG folder after it unziped and do it from there


you did do


sudo apt-get -y install git-core build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev libevent-dev libmicrohttpd-dev libc-bin


it right there in red



just boot the PI up do at the default see what that does it is a PI and you are doing with http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html in SSH


it might the folder you Cd to not sure .

Sorry but it's the same after this commands:

cd /usr/src
sudo wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/5.3.0/bfgminer-5.3.0.zip
sudo unzip bfgminer-5.3.0.zip
sudo rm -rf bfgminer-5.3.0.zip
sudo mv /opt/bfgminer-5.3.0 /opt/bfgminer
cd /usr/src/bfgminer-5-3-0
sudo apt-get -y install git-core build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev libevent-dev libmicrohttpd-dev libc-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libjansson-dev
root@sunwatch:/usr/src/bfgminer-5.3.0#

Can i install the "libjansson-dev" manuelly??

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
October 08, 2015, 02:59:02 PM
 #487

you have to CD into the BFG folder after it unziped and do it from there


you did do


sudo apt-get -y install git-core build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev libevent-dev libmicrohttpd-dev libc-bin


it right there in red



just boot the PI up do at the default see what that does it is a PI and you are doing with http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html in SSH


it might the folder you Cd to not sure .

Sorry but it's the same after this commands:

cd /usr/src
sudo wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/5.3.0/bfgminer-5.3.0.zip
sudo unzip bfgminer-5.3.0.zip
sudo rm -rf bfgminer-5.3.0.zip
sudo mv /opt/bfgminer-5.3.0 /opt/bfgminer
cd /usr/src/bfgminer-5-3-0
sudo apt-get -y install git-core build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev libevent-dev libmicrohttpd-dev libc-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libjansson-dev
root@sunwatch:/usr/src/bfgminer-5.3.0#

Can i install the "libjansson-dev" manuelly??



or try


sudo apt-get upgrade
sudo apt-get update


then try


sudo apt-get -y install git-core build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev libevent-dev libmicrohttpd-dev libc-bin


I don't know but always the same...

root@sunwatch:~# sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@sunwatch:~# sudo apt-get update
Hit http://ftp.uk.debian.org squeeze Release.gpg
Ign http://ftp.uk.debian.org/debian/ squeeze/main Translation-en
Ign http://ftp.uk.debian.org/debian/ squeeze/main Translation-en_GB
Ign http://ftp.uk.debian.org/debian/ squeeze/non-free Translation-en
Ign http://ftp.uk.debian.org/debian/ squeeze/non-free Translation-en_GB
Hit http://ftp.uk.debian.org squeeze Release
Hit http://ftp.uk.debian.org squeeze/main armel Packages
Hit http://ftp.uk.debian.org squeeze/non-free armel Packages
Reading package lists... Done
root@sunwatch:~# sudo apt-get -y install git-core build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev libevent-dev libmicrohttpd-dev libc-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libjansson-dev
root@sunwatch:~#

 Huh Huh

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
October 09, 2015, 06:28:54 PM
 #488

skip that and try

cd /usr/src
sudo wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/5.3.0/bfgminer-5.3.0.zip
sudo unzip bfgminer-5.3.0.zip
sudo rm -rf bfgminer-5.3.0.zip
sudo mv /usr/src/bfgminer-5.3.0 /usr/src/bfgminer


cd /usr/src/bfgminer


sudo chmod +x ./configure  
sudo ./configure CFLAGS="-O2" --enable-broad-udevrules
sudo make

sudo ldconfig
lsusb

./bfgminer --version

 and try it all without the Sudo line . one of two of those OSes don't need it . it may ask for your password thu

I had that issue once i just dumped the OS and went with one i knew i had working on PI's and cubieboards


BERRYBOOT

 this is very nice http://www.berryterminal.com/doku.php/berryboot  

but you need to make sure you get the one that works with your baord or it won't

i think i read some place about the squeeze Release having issue to some extent might be wrong .


Sorry but without the "libjansson-dev" e bfgminer don't compile to the end??

Anyone have the "libjansson-dev.deb" then i can install it manuelly...

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
October 10, 2015, 12:12:20 PM
 #489

if your not willing to reinstall the OS to another one  that works solid on PI  there may not be a manual install for it,I'm all most sure it some thing in the squeeze Release your using wrong path or corp files etc , I'll even bet it's on that PI it just can't find it due to a bad path bad update etc or some thing is blocking it.


looks like it was replaced

http://www.debian.org/releases/squeeze/



with

http://www.debian.org/releases/wheezy/  


Wheezy is one of the official PI releases that work in fact i use https://ubuntu-mate.org/raspberry-pi/  on one PI .



https://www.raspberrypi.org/downloads/raspbian/   try those and get back to us please, were getting off topic.


cya and gl



THX for your help, i found a way to install the bfgminer successful Wink

I load this packages manuelly:

- libjansson4_2.7-3_armel.deb
- uthash-dev_1.9.5-1_all.deb

then i install the packeges with "dpkg -i"

so yet i can install the bfgminer Wink with this commands:

cd /usr/src
sudo wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/5.3.0/bfgminer-5.3.0.zip
sudo unzip bfgminer-5.3.0.zip
sudo rm -rf bfgminer-5.3.0.zip
sudo mv /usr/src/bfgminer-5.3.0 /usr/src/bfgminer


cd /usr/src/bfgminer


sudo chmod +x ./configure  
sudo ./configure CFLAGS="-O2" --enable-broad-udevrules
sudo make

Then i start to test with:

./bfgminer --config /home/pi/bfgminer.conf --quiet

So the bfgminer starts YEAH

bfgminer version 5.3.0 - Started: [2015-10-10 14:05:40] - [  0 days 00:02:22]
 Manage devices Pool management Settings Display options                                      Help Quit
 Pool 0: mint.bitminter.com  Diff:64  +Strtm  LU:[14:07:35]  User:xxx
 Block #378265: ...27ea72e7  Diff:60.8G (435.3P)  Started: [14:05:40]  I: 6.65uBTC/hr
 ST:18  F:0  NB:1  AS:0  BW:[ 60/ 12 B/s]  E:126.47  BS:1.38k
 11/15  30.3C | 37.22/37.20/36.49Gh/s | A:3 R:0+0(none) HW:166/ 12%
--------------------------------------------------------------------------------------------------------------------
 BIF 0: 30.3C |  4.84/ 4.70/ 4.70Gh/s | A:0 R:0+0(none) HW: 14/8.2%
 BIF 1: 30.1C |  6.35/ 5.28/ 5.28Gh/s | A:0 R:0+0(none) HW:  6/3.3%
 BIF 2: 29.7C |  5.62/ 4.70/ 4.70Gh/s | A:1 R:0+0(none) HW: 11/6.6%
 BIF 3: 30.2C |  6.14/ 4.98/ 4.98Gh/s | A:0 R:0+0(none) HW: 17/9.3%
 BPM 0:       |  2.30/ 2.27/ 2.23Gh/s | A:0 R:0+0(none) HW:  3/3.9%
 BPM 1:       |  2.60/ 2.58/ 2.84Gh/s | A:1 R:0+0(none) HW: 21/ 18%
 BPM 2:       |  2.62/ 2.61/ 2.65Gh/s | A:0 R:0+0(none) HW: 12/ 12%
 BPM 3:       |  2.58/ 2.56/ 2.29Gh/s | A:0 R:0+0(none) HW: 26/ 25%
 BPM 4:       |  2.16/ 2.14/ 1.96Gh/s | A:0 R:0+0(none) HW: 21/ 24%
 BPM 5:       |  2.65/ 2.63/ 2.50Gh/s | A:1 R:0+0(none) HW: 22/ 21%
 BPM 6:       |  2.74/ 2.72/ 2.38Gh/s | A:0 R:0+0(none) HW: 15/ 16%

But i have a mistake in my bfgconfig, at cgminer the Pool config (QUOTA)are OK?? I use only 4 Bi*Fury and 7 RedFury USB miner...

This Pool,

 "quota" : "9;stratum+tcp://miner-control.de:3330",
        "user" : "xxx",
        "pass" : "egalo"

is a "Altcoin" (eMark) Pool?

Quote
{
"pools" : [
    {
        "quota" : "0;stratum+tcp://mint.bitminter.com:3333",
        "user" : "xxxi",
        "pass" : "egalo"
    },
    {
        "quota" : "1;stratum+tcp://miner-control.de:3335",
        "user" : "xxx",
        "pass" : "egalo"
    },
    {
        "quota" : "9;stratum+tcp://miner-control.de:3330",
        "user" : "xxx",
        "pass" : "egalo"
    }
]
,
"api-listen" : true,
"api-port" : "4028",
"api-allow" : "W:0/0",
"expiry" : "120",
"failover-only" : true,
"log" : "5",
"no-pool-disable" : true,
"queue" : "2",
"scan-time" : "60",
"worktime" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"usb" : ":11",
"scan" : ["bigpic:all"],
"scan" : ["bifury:all"]
}


█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
toptek
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


View Profile
October 10, 2015, 12:51:38 PM
Last edit: October 10, 2015, 01:03:52 PM by toptek
 #490

sorry not really sure what you want to know but here is link to that coin

  

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


I see the 4 Bi*Fury and 7 RedFury USB mine on the BFG Command line GUI.  they are all loaded it looks like  ? Smiley


and

"api-allow" : "W:127.0.0.1,W:192.168.1.0/24"  i know you can use it your way but i all way use it like this,but I'm not to sure how that would work in your case never used either of those miner.

but really don't know whats wrong  ?  it all looks good now ? .

 I'll bet you can tweak out some of those Hardware error  by speed adjustments but there i might be wrong never used either of those miner so don't really know the command line other then do what you did and do auto load .

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
October 10, 2015, 01:11:38 PM
Last edit: October 10, 2015, 03:13:04 PM by Buchi-88
 #491

sorry not really sure what you want to know but here is link to that coin

  

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


I see the 4 Bi*Fury and 7 RedFury USB mine on the BFG Command line GUI.  they are all loaded it looks like  ? Smiley


and

"api-allow" : "W:127.0.0.1,W:192.168.1.0/24"  i know you can use it your way but i all way use it like this,but I'm not to sure how that would work in your case never used either of those miner.

but really don't know whats wrong  ?  it all looks good now ? .

 I'll bet you can tweak out some of those Hardware error  by speed adjustments but there i might be wrong never used either of those miner so don't really know the command line other then do what you did and do auto load .

Yes i only mine with this 7 USB miners for tests... i don't use a API i only look over "putty".

But i have a problem with the config:

Is this right for the 11 miners in the bfgminer.conf:

"scan" : ["bigpic:all"]
"scan" : ["bifury:all"]

or

"scan" : ["BPM:all"]
"scan" : ["BIF:all"]

??

And the pool with the Quota have problems??

0: Enabled  Strtm Quota 1 Pool 0: stratum+tcp://mint.bitminter.com:3333  Userxxx
1: Misbehav Strtm Quota 9 Pool 2: stratum+tcp://miner-control.de:3330  User:xxx
2: Enabled  Strtm Quota 1 Pool 1: stratum+tcp://miner-control.de:3335  User:xxx

When i will enable the (eMark/altcoin) Pool 1,

 [2015-10-10 15:10:17] Coinbase check: multiple inputs in coinbase: 0x4b
 [2015-10-10 15:10:17] Pool 1 misbehaving (coinbase check), disabling!

??

So i have change the config:

Quote
{
"pools" : [
    {
        "quota" : "1;stratum+tcp://miner-control.de:3335",
        "user" : "xxx",
        "pass" : "egalo"
    },
    {
        "quota" : "9;stratum+tcp://miner-control.de:3330",
        "user" : "xxx",
        "pass" : "egalo"
    },
    {
        "quota" : "0;stratum+tcp://mint.bitminter.com:3333",
        "user" : "xxx",
        "pass" : "egalo"
    }
]
,
"load-balance" : true,
"api-listen" : true,
"api-allow" : "W:0/0",
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"log" : "5",
"no-pool-disable" : true,
"queue" : "2",
"scan-time" : "60",
"worktime" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"usb" : ":11",
"scan" : ["bigpic:all"],
"scan" : ["bifury:all"]
}



█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
October 10, 2015, 01:33:29 PM
 #492

That normal now it stop lag and other issue by disabling like that . what that does is do a coin check with coinbase that was causing issue at times to a lot of miner if I remember right .



what makes BFG so good over all the others is it leaves in a lot of old stuff that might be use full at another time but disables it as needed .



+--coinbase-check-addr <arg> A list of address to check against in coinbase payout list received from the previous-defined pool, separated by ','
+--coinbase-check-total <arg> The least total payout amount expected in coinbase received from the previous-defined pool
+--coinbase-check-percent <arg> The least benefit percentage expected for the sum of addr(s) listed in --cbaddr argument for previous-defined pool

So a new test, for the "alcoin" pool "eMark"

http://miner-control.de:8000/workers

I can't add the sha256 "eMark" pool always come this massage?

 [2015-10-10 15:26:08] Coinbase check: multiple inputs in coinbase: 0x10
 [2015-10-10 15:26:08] Pool 3 misbehaving (coinbase check), disabling!

Can i disabling the "Coinbase check" per config file?

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
toptek
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


View Profile
October 10, 2015, 01:37:16 PM
Last edit: October 11, 2015, 06:48:26 PM by toptek
 #493

I would use  /#xnsub  in your case like below and the command line to disable the coin base check is /#skipcbcheck per pool . not sure how that works in a BFG.config  like you im still learning and loving it .

but per pool like this

9;stratum+tcp://miner-control.de:3330/#xnsub#skipcbcheck (mind the slash '/' before #xnsub) -u NTYNy7JWo1LyK9Z51ZxdcpsdzEpfT5C6VV -p egalo

or in the config maybe
 {
        "quota" : "9;stratum+tcp://miner-control.de:3330/#skipcbcheck", that slash is needed.
        "user" : "NTYNy7JWo1LyK9Z51ZxdcpsdzEpfT5C6VV",
        "pass" : "egalo",
        "enableExtranonceSubscribe" : true  this >  /#xnsub in the config file ( sorry never had to add /#skipcbcheck to a config file ).
     },

"pools" : [
    {
        "quota" : "1;stratum+tcp://miner-control.de:3335",
        "user" : "13gtAPBFkrTq5QEnyd4pBKF2wDWvdKd7mw",
        "pass" : "egalo",
         "enableExtranonceSubscribe" : true    
    },
    {
        "quota" : "9;stratum+tcp://miner-control.de:3330",
        "user" : "NTYNy7JWo1LyK9Z51ZxdcpsdzEpfT5C6VV",
        "pass" : "egalo",
        "enableExtranonceSubscribe" : true
    },
    {
        "quota" : "0;stratum+tcp://mint.bitminter.com:3333",
        "user" : "Buchinger84.Buchi",
        "pass" : "egalo",
        "enableExtranonceSubscribe" : true
    }
]

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Buchi-88
Legendary
*
Offline Offline

Activity: 3780
Merit: 2496



View Profile
October 10, 2015, 02:44:00 PM
Last edit: October 10, 2015, 02:57:08 PM by Buchi-88
 #494

THX

it looks with these config file good!!!

Quote
{
"pools" : [
    {
        "quota" : "1;stratum+tcp://miner-control.de:3335",
        "user" : "xxx",
        "pass" : "egalo",
         "enableExtranonceSubscribe" : true    
    },
    {
        "quota" : "9;stratum+tcp://miner-control.de:3330/#skipcbcheck",
        "user" : "xxx",
        "pass" : "egalo",
        "enableExtranonceSubscribe" : true
    },
    {
        "quota" : "0;stratum+tcp://mint.bitminter.com:3333",
        "user" : "xxx",
        "pass" : "egalo",
        "enableExtranonceSubscribe" : true
    }
]
,
"load-balance" : true,
"api-listen" : true,
"api-allow" : "W:0/0",
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"log" : "5",
"no-pool-disable" : true,
"queue" : "2",
"scan-time" : "60",
"worktime" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"usb" : ":11",
"scan" : ["bifury:all"],
"scan" : ["bigpic:all"]
}

Quote
bfgminer version 5.3.0 - Started: [2015-10-10 16:32:23] - [  0 days 00:09:59]
 Manage devices Pool management Settings Display options                                                    Help Quit
 Pools: 2 (0,1)              Diff:32-76  +  LU:[16:41:26]
 Block: ...5122b689ec11e3db  Diff:1.73M (12.35T)  Started: [16:41:49]  I:?
 ST:18  F:0  NB:9  AS:0  BW:[ 44/ 14 B/s]  E:321.03  BS:6.34k
 11/15  36.3C | 40.63/36.35/35.18Gh/s | A:50 R:0+0(none) HW:637/ 11%
----------------------------------------------------------------------------------------------------------------------------------
 BIF 0: 36.3C |  6.49/ 4.96/ 4.96Gh/s | A: 2 R:0+0(none) HW: 49/6.8%
 BIF 1: 32.4C |  6.35/ 4.97/ 4.97Gh/s | A: 7 R:0+0(none) HW: 62/8.4%
 BIF 2: 31.2C |  6.39/ 5.19/ 5.19Gh/s | A:10 R:0+0(none) HW: 31/4.2%
 BPM 0:       |  2.58/ 2.58/ 2.22Gh/s | A: 3 R:0+0(none) HW:114/ 28%
 BPM 1:       |  2.15/ 2.15/ 1.93Gh/s | A: 4 R:0+0(none) HW: 70/ 21%
 BPM 2:       |  2.58/ 2.57/ 2.55Gh/s | A: 7 R:0+0(none) HW: 98/ 22%
 BPM 3:       |  2.73/ 2.72/ 2.52Gh/s | A: 3 R:0+0(none) HW:107/ 24%
 BIF 3: 35.6C |  5.99/ 5.17/ 5.18Gh/s | A: 4 R:0+0(none) HW: 38/5.2%
 BPM 4:       |  2.29/ 2.28/ 2.16Gh/s | A: 2 R:0+0(none) HW: 15/5.0%
 BPM 5:       |  2.61/ 2.61/ 2.39Gh/s | A: 4 R:0+0(none) HW: 25/7.3%
 BPM 6:       |  2.64/ 2.64/ 2.54Gh/s | A: 4 R:0+0(none) HW: 29/8.1%
----------------------------------------------------------------------------------------------------------------------------------
0: Enabled  Strtm Quota 1 Pool 0: stratum+tcp://miner-control.de:3335  User:xxx
DWvdKd7mw
1: Enabled  Strtm Quota 9 Pool 1: stratum+tcp://miner-control.de:3330/#skipcbcheck  User:xxx
K9Z51ZxdcpsdzEpfT5C6VV
2: Failover Strtm Quota 0 Pool 2: stratum+tcp://mint.bitminter.com:3333  User:xxx

Current pool management strategy: Load Balance
[F]ailover only enabled
Pool [A]dd [R]emove [D]isable [E]nable [P]rioritize [Q]uota change
[C]hange management strategy witch pool nformation
Or press any other key to continue


BIG THX

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
bmoscato
Sr. Member
****
Offline Offline

Activity: 361
Merit: 267


View Profile
October 12, 2015, 01:43:43 PM
 #495

I'm trying to request a starting diff by using --request-diff 48, but the command doesn't seem to work.

My entire batch files is:

Code:
bfgminer.exe -o stratum+tcp://solo.ckpool.org:3333 -u 1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.bmoscatosticks -p x -S rockminer:all --set rockminer:clock=280 --set compac:clock=x0d82 --request-diff 48 --api-listen --api-allow W:10.0.0/24
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
October 12, 2015, 05:19:53 PM
 #496

I have never had success with the --suggest-diff command, I don't think it is implemented properly.
xyzzy099
Legendary
*
Offline Offline

Activity: 1062
Merit: 1041



View Profile
October 12, 2015, 05:34:57 PM
 #497

I have never had success with the --suggest-diff command, I don't think it is implemented properly.

I don't think BFGMiner supports any such switch as '--suggest-diff'.  BFGMiner has a '--request-diff' switch, but I seem to recall reading somewhere that it does not work on ckpool specifically.

Libertarians:  Diligently plotting to take over the world and leave you alone.
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
October 12, 2015, 06:38:41 PM
 #498

I'm trying to request a starting diff by using --request-diff 48, but the command doesn't seem to work.

My entire batch files is:

Code:
bfgminer.exe -o stratum+tcp://solo.ckpool.org:3333 -u 1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.bmoscatosticks -p x -S rockminer:all --set rockminer:clock=280 --set compac:clock=x0d82 --request-diff 48 --api-listen --api-allow W:10.0.0/24
CKPool does not honour target requests.

bmoscato
Sr. Member
****
Offline Offline

Activity: 361
Merit: 267


View Profile
October 12, 2015, 07:58:00 PM
 #499

I'm trying to request a starting diff by using --request-diff 48, but the command doesn't seem to work.

My entire batch files is:

Code:
bfgminer.exe -o stratum+tcp://solo.ckpool.org:3333 -u 1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.bmoscatosticks -p x -S rockminer:all --set rockminer:clock=280 --set compac:clock=x0d82 --request-diff 48 --api-listen --api-allow W:10.0.0/24
CKPool does not honour target requests.

I'm assuming that it works with CG Miner 4.9.2 which I use to run my U3's because it's written by the same people? I set the diff to lower number than the 1000 in CG Miner than the poll initially requests.
xyzzy099
Legendary
*
Offline Offline

Activity: 1062
Merit: 1041



View Profile
October 12, 2015, 08:42:56 PM
 #500

I'm trying to request a starting diff by using --request-diff 48, but the command doesn't seem to work.

My entire batch files is:

Code:
bfgminer.exe -o stratum+tcp://solo.ckpool.org:3333 -u 1JiWuyX94wrCr7JhkAn7x5qNMCEef1KhqX.bmoscatosticks -p x -S rockminer:all --set rockminer:clock=280 --set compac:clock=x0d82 --request-diff 48 --api-listen --api-allow W:10.0.0/24
CKPool does not honour target requests.

I'm assuming that it works with CG Miner 4.9.2 which I use to run my U3's because it's written by the same people? I set the diff to lower number than the 1000 in CG Miner than the poll initially requests.

ckolivas says that BFGMiner does not set the diff correctly:

https://bitcointalk.org/index.php?topic=763510.msg9453275#msg9453275

I don't claim to know which is actually correct.

Libertarians:  Diligently plotting to take over the world and leave you alone.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 »
  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!