Bitcoin Forum
June 25, 2024, 06:35:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
141  Bitcoin / Pools / Re: [440 TH] BitMinter.com [1% PPLNS,Pays TxFees + MergedMining,Stratum,GBT,vardiff] on: January 05, 2014, 05:17:59 PM
Again? A new DDoS attack?
142  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: December 31, 2013, 08:44:04 PM
Happy New Year to Neil, tk1337 and to all participants of this thread.
143  Economy / Games and rounds / Re: Free 0.001 bitcoin for Bitcointalk members on: December 31, 2013, 01:35:39 PM
i couldn't wait to try your game, so i deposited 0.001 and wait for the confirmation.
I answered correctly the thrivially simple first question (the heatrow airport is located in london --->yes), and then go on to the second question. The second question was "the city of bonn is located in france", i answerd no (that i feel is correct) and lost my money...

.... what's going on here  Huh
Someone from QUIZBTC doesn't know where Bonn is... eheheh

Quote
Bonn (disambiguation)
From Wikipedia, the free encyclopedia
Bonn may refer to:
Bonn, a city in Germany
Bonn (district), a district in the German city of Bonn
Bonn Agreement (disambiguation), the name of several agreements
Bonn Hauptbahnhof a railway station located on the left bank of the Rhine along the Cologne–Mainz line
Bonn Minster, a German church built between the 11th and 13th centuries
Bonn Square, a square in Oxford
Bonn Stadtbahn, a city rail in Bonn and the surrounding Rhein-Sieg area
Bonn, a parish in the County of Rodney, Victoria, Australia
Bonn (A 1413), a Berlin class replenishment ship built for the German Navy
144  Economy / Games and rounds / Re: Free 0.001 bitcoin for Bitcointalk members on: December 31, 2013, 01:27:55 PM
I created the user ct1aic

Happy New Year.
145  Bitcoin / Pools / Re: [440 TH] BitMinter.com [1% PPLNS,Pays TxFees + MergedMining,Stratum,GBT,vardiff] on: December 28, 2013, 09:30:35 AM
Are there still issues? I am trying to connect a stratum pool. It will work for about 10 mins then workers shows 0 and full size stats shows a missing box even though the mining_proxy.py shows activity. Later on it might start working again then it repeats with zero activity.
I had same problem... 3 of my RPI's with bfgminer 3.9.0 went to the second pool, for more than 1 hour. For them, the BitMinter pool was down, but I still had 2 other mining to same pool. Very strange indeed.
146  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: December 23, 2013, 10:47:12 AM
I'll do. Thanks again for your kind help and support.

You might have also done something to your permissions, you should always do git work as minepeon and not root via sudo so your shopuld probably;-

sudo chown -R minepeon.minepeon /opt/minepeon

The "git reset --hard origin/master" may have also changed the branch you are working on as well, you want to be on the 0.2.4 branch NOT the master branch.  The master branch is used for development and requires a different OS build so you should make sure your on the correct branch by doing;-

cd /opt/minepeon
git checkout -b 0.2.4

Neil
Code:
[minepeon@minepeon ~]$ cd /opt/minepeon
[minepeon@minepeon minepeon]$ git checkout -b 0.2.4
fatal: A branch named '0.2.4' already exists.

I think this error is ok, confirming that I'm in the correct branch...

Many thanks for your continuous help and support, Neil. Have a Merry Christmas and a Happy New Year.

And don't forget old ideas, like a program to "condensate" the mining info of several MinePeon's/cgminer's/bfgminer's in a real-time screen, using another RPI...
147  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: December 22, 2013, 07:35:50 PM
Did I solved correctly the problem? I think I need to stop to do the git fetch --all followed by git reset --hard origin/master or am I wrong?

Stop using fetch...

Code:
git reset --hard
git pull

^ should be all you need...

git pull does a git fetch followed by a git merge, you should always use git pull to bring the repo up to date.

I'll do. Thanks again for your kind help and support.
148  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: December 22, 2013, 08:25:44 AM
Yesterday I did to my 3 RPI's, a sudo -i, cd /opt/minepeon/, git fetch --all followed by git reset --hard origin/master in minepeon folder, as I do more or less every day.

After that, I always get the following error, trying to git pull minepeon and after the reboot of one of the RPI's, it reverted from version 0.2.4.2 to version 0.2.4 pr2 and bfgminer 3.3.0.

Quote
minepeon /opt/minepeon # git pull
remote: Counting objects: 128, done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 39 (delta 19), reused 36 (delta 16)
Unpacking objects: 100% (39/39), done.
From https://github.com/MineForeman/minepeon-base
   d7d3fc1..374537a  master     -> origin/master

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'root@minepeon.(none)')

I did the git config's with email and name and after that, I got:

Quote
minepeon /opt/minepeon Sad # git config --global user.email "bitcoin.PT@gmail.com"
minepeon /opt/minepeon # git config --global user.name "Rui Costa"
minepeon /opt/minepeon # git pull
error: Your local changes to the following files would be overwritten by merge:
        bin/bfgminer
Please, commit your changes or stash them before you can merge.
Aborting

Code:
MinePeon Version
MinePeon 0.2.4 pr2
Miner Version
bfgminer3.3.0
Donation Minutes
15

What did I do wrong this time? How can I correct this?

UPDATE: I did again a git fetch --all followed by git reset --hard origin/master and I got:

Quote
minepeon /opt/minepeon Sad # git fetch --all
Fetching origin
minepeon /opt/minepeon # git reset --hard origin/master
HEAD is now at 374537a Start of pool switching
minepeon /opt/minepeon # git pull
warning: Cannot merge binary files: lib/libhidapi-libusb.so.0.0.0 (HEAD vs. 82c4f503ec19f6862550c3df5b2706bd48cf8ff2)
warning: Cannot merge binary files: lib/libhidapi-libusb.a (HEAD vs. 82c4f503ec19f6862550c3df5b2706bd48cf8ff2)
warning: Cannot merge binary files: lib/libhidapi-hidraw.so.0.0.0 (HEAD vs. 82c4f503ec19f6862550c3df5b2706bd48cf8ff2)
warning: Cannot merge binary files: lib/libhidapi-hidraw.a (HEAD vs. 82c4f503ec19f6862550c3df5b2706bd48cf8ff2)
warning: Cannot merge binary files: bin/bfgminer (HEAD vs. 82c4f503ec19f6862550c3df5b2706bd48cf8ff2)
Auto-merging share/doc/bfgminer/NEWS
CONFLICT (content): Merge conflict in share/doc/bfgminer/NEWS
Auto-merging lib/libhidapi-libusb.so.0.0.0
CONFLICT (add/add): Merge conflict in lib/libhidapi-libusb.so.0.0.0
Auto-merging lib/libhidapi-libusb.a
CONFLICT (add/add): Merge conflict in lib/libhidapi-libusb.a
Auto-merging lib/libhidapi-hidraw.so.0.0.0
CONFLICT (add/add): Merge conflict in lib/libhidapi-hidraw.so.0.0.0
Auto-merging lib/libhidapi-hidraw.a
CONFLICT (add/add): Merge conflict in lib/libhidapi-hidraw.a
Auto-merging http/index.php
Auto-merging http/inc/miner.inc.php
Auto-merging bin/bfgminer
CONFLICT (content): Merge conflict in bin/bfgminer
Automatic merge failed; fix conflicts and then commit the result.
minepeon /opt/minepeon Sad #

Code:
MinePeon Version
MinePeon 0.2.4.2
Miner Version
bfgminer3.8.1
Donation Minutes
15
I could correct minepeon version, with the new option to modify the position of a pool and new 'plugins' option.

The problem now is the version of bfgminer as, when the version of bfgminer reverted to 3.3.0, my bluefury's didn't get detected any more and I download/compiled version 3.8.1 of bfgminer, that is newer than the one @ minepeon git.

if I try a git commit, I get:

Quote
minepeon /opt/minepeon/http # git commit
U       bin/bfgminer
U       lib/libhidapi-hidraw.a
U       lib/libhidapi-hidraw.so.0.0.0
U       lib/libhidapi-libusb.a
U       lib/libhidapi-libusb.so.0.0.0
U       share/doc/bfgminer/NEWS
error: 'commit' is not possible because you have unmerged files.
hint: Fix them up in the work tree,
hint: and then use 'git add/rm <file>' as
hint: appropriate to mark resolution and make a commit,
hint: or use 'git commit -a'.
fatal: Exiting because of an unresolved conflict.

After a google search, I did a git commit -am and got:

Quote
minepeon /opt/minepeon/http Sad # git commit -am "bfgminer update to 3.8.1"
[0.2.4 c9b21c8] bfgminer update to 3.8.1
 

Did I solved correctly the problem? I think I need to stop to do the git fetch --all followed by git reset --hard origin/master or am I wrong?
149  Economy / Services / Re: BFL Single/LS OverClocking, REMOTE SERVICE FLASHING .... on: December 20, 2013, 10:36:26 AM
***I CAN FLASH YOUR DEVICE REMOTELY***

I can flash your underperforming single or little single and get it to acceptable speeds.  typical speed increase is 63 ghs on single and 32 ghs on LS. 

I offer this service via mail, and also in-person.  for those that live abroad, or do not feel comfortable with mailing their devices, i can flash your device remotely.  Yes you read correctly, I can flash your devices remotely.  Please take a moment and view my CL advert. 

Thank you for viewing. 

http://sfbay.craigslist.org/sby/sys/4217998968.html

feel free to PM me text message me with inquiries, or you can reply to this posting and I will do my best to get back to you in a timely manner.  .

502.498.5836
Greetings, eoakland.

What type of interface do I need to buy prior of the remote upgrade, to interface a PC with the Jalapeño motherboard?

Meanwhile, have a Merry Christmas and a Happy New Year.

Rui @ Portugal
150  Bitcoin / Pools / Re: [360 TH] BitMinter.com [1% PPLNS,Pays TxFees + MergedMining,Stratum,GBT,vardiff] on: December 05, 2013, 08:33:31 PM
Hey Doc, on the stats page that shows the top 50. Would you consider adding a 51st block but displays your place in line if the list were to continue going ?

Ex.

47
48
49
50
86

If you get the idea, Thx.
I like the idea.
151  Local / Esquina Libre / Re: Regalo 1 Bitcoin por las fiestas on: December 05, 2013, 03:21:49 PM
Recibido, muchas gracias.
152  Local / Esquina Libre / Re: Regalo 1 Bitcoin por las fiestas on: December 05, 2013, 12:00:45 PM
dvdman es un genio!

1NG8guAew3N3jdPeokWza9HhU5VVVykykj

¡Feliz Navidad!
153  Bitcoin / Pools / Re: [360 TH] BitMinter.com [1% PPLNS,Pays TxFees + MergedMining,Stratum,GBT,vardiff] on: December 03, 2013, 07:40:20 PM
Thanks for your updates, DrHaribo.
154  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: December 03, 2013, 11:10:22 AM
I'm using 0.2.4.2 and somehow I upgraded BFGMiner to 3.6.0 .  I was trying to upgrade it to 3.7.0 but I'm damned if I can remember how I did it, and my googlefu is weak today...

Neil, when can we get the new 3.7.0 version of bfgminer to git pull? Sorry to ask... but this time, I didn't used my usual sarcasm or even bold or gigantic letters...

Neil may be busy; I went ahead and compiled 3.7.0 for MinePeon and made a pull request in github, so all Neil has to do is merge it and it will be available, just trying to help ya out Neil Smiley
I also did the 3.7.0 compilation, with the help of tk1337. Many thanks.
The git pull from today already has the 3.7.0 bfgminer. I already compiled the new 3.8.0 version and I'm using it with Bluefury's, Block Erupters and Jalapeños.
155  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: November 30, 2013, 10:05:05 AM
I'm using 0.2.4.2 and somehow I upgraded BFGMiner to 3.6.0 .  I was trying to upgrade it to 3.7.0 but I'm damned if I can remember how I did it, and my googlefu is weak today...

Neil, when can we get the new 3.7.0 version of bfgminer to git pull? Sorry to ask... but this time, I didn't used my usual sarcasm or even bold or gigantic letters...

Neil may be busy; I went ahead and compiled 3.7.0 for MinePeon and made a pull request in github, so all Neil has to do is merge it and it will be available, just trying to help ya out Neil Smiley
I also did the 3.7.0 compilation, with the help of tk1337. Many thanks.
156  Bitcoin / Pools / Re: [300 TH] BitMinter.com [1% PPLNS,Pays TxFees + MergedMining,Stratum,GBT,vardiff] on: November 28, 2013, 08:45:02 PM
One more stale... indeed very strange.
157  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: November 28, 2013, 03:27:50 PM
I'm using 0.2.4.2 and somehow I upgraded BFGMiner to 3.6.0 .  I was trying to upgrade it to 3.7.0 but I'm damned if I can remember how I did it, and my googlefu is weak today...

Neil, when can we get the new 3.7.0 version of bfgminer to git pull? Sorry to ask... but this time, I didn't used my usual sarcasm or even bold or gigantic letters...
158  Bitcoin / Hardware / Re: [ANN] Twin Bitfury USB miner on: November 25, 2013, 05:49:22 PM
Waiting for the final price and shipping cost to EU...
159  Bitcoin / Group buys / Re: [EU/UK GROUP BUY] Blue Fury USB miner 2.2 - 2.7 GH/s on: November 14, 2013, 05:50:56 PM
Already received my 3 USB Blue Fury Gizmos and already left positive trust to Outcast3K.

Many thanks for your kind help and support.
160  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: November 14, 2013, 10:46:12 AM
I'll stop both announcements/comments and donation period to you.

If that is what you need to do to satiate your sense of entitlement to nag I am good with that.

Neil
And you still don't know my level of sarcasm... I was just joking with you!  Grin

Rui
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!