Pages:
Author

Topic: [ANN] [SHA256]+[CPU] MediterraneanCoin (MED) - REUSE your ERUPTER!! - page 23. (Read 227779 times)

legendary
Activity: 1162
Merit: 1000
let me play , a little more
now  i know to play only with Hex16a not an all



Thanks I really appreciate it. You have already gotten further then I ever could
sr. member
Activity: 386
Merit: 250
let me play , a little more
now  i know to play only with Hex16a not an all

legendary
Activity: 1162
Merit: 1000
i try to compile something , but don't have hexminer to try

no guaranty to work , but i hope  Wink

you have PM


Thanks that was really close it accepts the hexminer command and starts cgminer but as soon as it connects to the hexminer it closes
sr. member
Activity: 386
Merit: 250
i try to compile something , but don't have hexminer to try

no guaranty to work , but i hope  Wink

you have PM
legendary
Activity: 1162
Merit: 1000
mill what type of hexminer you use?

HEX16A.ASICs.........
  HEX16B.ASICs........
  HEX16C.ASICs........
  HEX8A1.ASICs.........
  HEX3A3.ASICs........
  HEX16U.ASICs.........


Hex16a
sr. member
Activity: 386
Merit: 250
mill what type of hexminer you use?

HEX16A.ASICs.........
  HEX16B.ASICs........
  HEX16C.ASICs........
  HEX8A1.ASICs.........
  HEX3A3.ASICs........
  HEX16U.ASICs.........
legendary
Activity: 1162
Merit: 1000
I have not been able to mine at all small please can you help with this.
legendary
Activity: 1162
Merit: 1000
can someone explain to me how do I set up the latest bfgminer? If I do git clone I still get bfgminer 3.9 and if I wget the 4.5 tar and do ./autogen.sh I get not a git repository

so then I do

./configure
make

But it fails in the make process

make[2]: Entering directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[2]: *** No rule to make target `../ccan-upstream/ccan/opt/helpers.c', needed by `../ccan-upstream/ccan/opt/libccan_a-helpers.o'.  Stop.
make[2]: Leaving directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jp/bfgminer-4.5.0-med'
make: *** [all] Error 2

I am relatively new to linux

small please see this post with whats going on at the moment.

you need to do:

./autogen.sh
./configure ...options....
make

I know thats exactly what I did and is exactly what my problem is that I cannot.

./autogen.sh does not work when downloading the zip file

you are missing one or more of the dependencies:

taken from "BUILDING BFGMINER"

Everything you probably want, condensed:
   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 hidapi





I wish I was but unfortunately I am not. Could you download the .zip and try ./autogen.sh so you can see what im talking about? Battsali has the same issue.

on debian squeeze:
downloading the zip from github, I get:

./autogen.sh
Getting submodules...
fatal: Not a git repository (or any parent up to mount parent /test)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)

the autogen requires a git structure (which seems to be not present in the zip) and so it does not work;
but autogen is necessary to create the configure script.... it cannot work this way. this seems to be a build bug with bfgminer.

But why aren't you using git to clone the repo? That would solve all the issues, probably.


Because with git clone I get bfgminer 3.9
sr. member
Activity: 386
Merit: 250
git clone build and get bfgminer 3.9.0-1115-ga842eea

i get the same error in my ubuntu for bfg45 zip

./autogen.sh
Getting submodules...
fatal: Not a git repository (or any parent up to mount parent /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
sr. member
Activity: 386
Merit: 250
 Countdown finish and result from my pool     https://bitcointalksearch.org/topic/m.8400915  

is

Question: Would do you like to see in Google Play ?

Option 1
Yes I want. It's useful. Also Mediterraneancoin TipBot system is cool ;-)

Total vote: 2    
Amount:     2000 MED

Option 2
No I don't. It's useless. Also Mediterraneancoin TipBot system is sick ;-(

Total vote: 0  
Amount:     0 MED

As i promise : 50% of all collected MED will be donated to @MEDDevTeam

I will donate 75% ,  MEDDevTeam will use in better way: Total 1500 MED
proof
http://explorer.mediterraneancoin.org/tx/24a1c8cf62b46fccea5df2bbf501a2ea12487c902c47d404f34107f092ee4ce8

Thank you small and second member who vote !!!

sr. member
Activity: 266
Merit: 250
can someone explain to me how do I set up the latest bfgminer? If I do git clone I still get bfgminer 3.9 and if I wget the 4.5 tar and do ./autogen.sh I get not a git repository

so then I do

./configure
make

But it fails in the make process

make[2]: Entering directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[2]: *** No rule to make target `../ccan-upstream/ccan/opt/helpers.c', needed by `../ccan-upstream/ccan/opt/libccan_a-helpers.o'.  Stop.
make[2]: Leaving directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jp/bfgminer-4.5.0-med'
make: *** [all] Error 2

I am relatively new to linux

small please see this post with whats going on at the moment.

you need to do:

./autogen.sh
./configure ...options....
make

I know thats exactly what I did and is exactly what my problem is that I cannot.

./autogen.sh does not work when downloading the zip file

you are missing one or more of the dependencies:

taken from "BUILDING BFGMINER"

Everything you probably want, condensed:
   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 hidapi





I wish I was but unfortunately I am not. Could you download the .zip and try ./autogen.sh so you can see what im talking about? Battsali has the same issue.

on debian squeeze:
downloading the zip from github, I get:

./autogen.sh
Getting submodules...
fatal: Not a git repository (or any parent up to mount parent /test)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)

the autogen requires a git structure (which seems to be not present in the zip) and so it does not work;
but autogen is necessary to create the configure script.... it cannot work this way. this seems to be a build bug with bfgminer.

But why aren't you using git to clone the repo? That would solve all the issues, probably.
legendary
Activity: 1162
Merit: 1000
can someone explain to me how do I set up the latest bfgminer? If I do git clone I still get bfgminer 3.9 and if I wget the 4.5 tar and do ./autogen.sh I get not a git repository

so then I do

./configure
make

But it fails in the make process

make[2]: Entering directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[2]: *** No rule to make target `../ccan-upstream/ccan/opt/helpers.c', needed by `../ccan-upstream/ccan/opt/libccan_a-helpers.o'.  Stop.
make[2]: Leaving directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jp/bfgminer-4.5.0-med'
make: *** [all] Error 2

I am relatively new to linux

small please see this post with whats going on at the moment.

you need to do:

./autogen.sh
./configure ...options....
make

I know thats exactly what I did and is exactly what my problem is that I cannot.

./autogen.sh does not work when downloading the zip file

you are missing one or more of the dependencies:

taken from "BUILDING BFGMINER"

Everything you probably want, condensed:
   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 hidapi





I wish I was but unfortunately I am not. Could you download the .zip and try ./autogen.sh so you can see what im talking about? Battsali has the same issue.
sr. member
Activity: 266
Merit: 250
can someone explain to me how do I set up the latest bfgminer? If I do git clone I still get bfgminer 3.9 and if I wget the 4.5 tar and do ./autogen.sh I get not a git repository

so then I do

./configure
make

But it fails in the make process

make[2]: Entering directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[2]: *** No rule to make target `../ccan-upstream/ccan/opt/helpers.c', needed by `../ccan-upstream/ccan/opt/libccan_a-helpers.o'.  Stop.
make[2]: Leaving directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jp/bfgminer-4.5.0-med'
make: *** [all] Error 2

I am relatively new to linux

small please see this post with whats going on at the moment.

you need to do:

./autogen.sh
./configure ...options....
make

I know thats exactly what I did and is exactly what my problem is that I cannot.

./autogen.sh does not work when downloading the zip file

you are missing one or more of the dependencies:

taken from "BUILDING BFGMINER"

Everything you probably want, condensed:
   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 hidapi



legendary
Activity: 1162
Merit: 1000
can someone explain to me how do I set up the latest bfgminer? If I do git clone I still get bfgminer 3.9 and if I wget the 4.5 tar and do ./autogen.sh I get not a git repository

so then I do

./configure
make

But it fails in the make process

make[2]: Entering directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[2]: *** No rule to make target `../ccan-upstream/ccan/opt/helpers.c', needed by `../ccan-upstream/ccan/opt/libccan_a-helpers.o'.  Stop.
make[2]: Leaving directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jp/bfgminer-4.5.0-med'
make: *** [all] Error 2

I am relatively new to linux

small please see this post with whats going on at the moment.

you need to do:

./autogen.sh
./configure ...options....
make

I know thats exactly what I did and is exactly what my problem is that I cannot.

./autogen.sh does not work when downloading the zip file
sr. member
Activity: 266
Merit: 250
sr. member
Activity: 266
Merit: 250
can someone explain to me how do I set up the latest bfgminer? If I do git clone I still get bfgminer 3.9 and if I wget the 4.5 tar and do ./autogen.sh I get not a git repository

so then I do

./configure
make

But it fails in the make process

make[2]: Entering directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[2]: *** No rule to make target `../ccan-upstream/ccan/opt/helpers.c', needed by `../ccan-upstream/ccan/opt/libccan_a-helpers.o'.  Stop.
make[2]: Leaving directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jp/bfgminer-4.5.0-med'
make: *** [all] Error 2

I am relatively new to linux

small please see this post with whats going on at the moment.

you need to do:

./autogen.sh
./configure ...options....
make
legendary
Activity: 1162
Merit: 1000
also is there any way to build your custom cgminer with hexminer drivers? I can build the regular cgminer with the drivers but when I try to build your cgminer with drivers I get errors. It would be a whole lot easier because right now I have cgminer connecting to bfgminer then to the pool and its a pain in the ass and causing me a lot of issues.

here is the latest patch for cgminer 4.5 http://technobit.eu/0_3_8.rar if that helps at all
legendary
Activity: 1162
Merit: 1000
can someone explain to me how do I set up the latest bfgminer? If I do git clone I still get bfgminer 3.9 and if I wget the 4.5 tar and do ./autogen.sh I get not a git repository

so then I do

./configure
make

But it fails in the make process

make[2]: Entering directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[2]: *** No rule to make target `../ccan-upstream/ccan/opt/helpers.c', needed by `../ccan-upstream/ccan/opt/libccan_a-helpers.o'.  Stop.
make[2]: Leaving directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jp/bfgminer-4.5.0-med'
make: *** [all] Error 2

I am relatively new to linux

small please see this post with whats going on at the moment.
sr. member
Activity: 266
Merit: 250
is everything in bfgminer contained in the 1 folder? If so would it be possible for you to share your build? Thanks for all the help.

bfgminer, when building, does a git of other libraries; so the first time you build it, it needs an internet connection and the git tool.
sr. member
Activity: 266
Merit: 250
Welcome Med coin supporters!. MED now traded on Cryptsy

Hurrah!!!  Cheesy Cheesy Cheesy Cheesy
Pages:
Jump to: