Bitcoin Forum
July 10, 2024, 06:40:53 AM *
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 »
121  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: February 03, 2014, 08:18:26 PM
sudo git pull - you need root access.
Code:
fatal: unable to access 'https://github.com/MineForeman/minepeon-base.git/': SSL certificate problem: certificate is not yet valid

Confirm that the RPI has the correct date/time.
122  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: February 03, 2014, 07:26:44 PM
Just installed a clean 0.2.4.3 to play around and try to get NXT running. After sshing in and trying a git pull following appeared:

[minepeon@minepeon minepeon]$ git pull
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
[minepeon@minepeon minepeon]$

I did this before and it worked fine, what am I doing wrong?
sudo git pull - you need root access.
123  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 31, 2014, 12:06:37 PM
Even on 0.2.5pr1 I did NOT hav ANY stats at all!! Not in IE11 or FF.

Even worst: When I played around with the empty stats, my USB Miners stopped hashing ...

In never tested the chart in any browser other than Chrome, but for me 0.2.5pr1 was working perfectly until I did the git pull tonight.  Now, the chart is blank in Chrome and FF.  For me, that appears to be the only ill effect of the git pull... everything else is working normally and it's mining away.
Yesterday I had to do a new SD with the 0.2.5 pr1 original image and did a git pull to actualize MinePeon. All works fine except the graphics. I get also a blank graphics using Chrome. I'll try later to do a git pull to my 3 RPI's @ home, to see if it happens also to those.
124  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 27, 2014, 08:44:07 PM
i have a little problem running bfgminer 3.10.0 with 2 block erupters.

ICA 0:       | 427.1/330.6/ 0.00Mh/s | A:  0 R:0+0(none) HW:1/100%
ICA 1:       | 402.2/332.2/326.8Mh/s | A:425 R:2+0(.47%) HW:0/none

ICA1 works like it should but ICA0 not.
i can see 427.1Mh/s on ICA0 but why there is A: 0?

please help
What type of powered HUB are you using? Each USB Block Erupter needs half ampere, if not overclocked and the RPI also needs some energy...
125  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 25, 2014, 06:15:40 PM
Query: is there any way to do the initial MinePeon setup without using the ethernet on my Pi?

You plug in a monitor and keyboard and set it up that way.

I copied the minepeon.dmg file onto a card, popped it into my Pi and nothing shows up on my monitor. Just a black screen. Waited a couple minutes.
Did you used Win32DiskImager.exe (if using Windows) to write the image into the SD? Copy doesn't create the partitions needed for the RPI to start...
126  Bitcoin / Pools / Re: [440 TH] BitMinter.com [1% PPLNS,Pays TxFees + MergedMining,Stratum,GBT,vardiff] on: January 25, 2014, 11:23:24 AM
Bad luck is not helping us...  Cry

Quote
Height       Created                Duration           Work            Difficulty           CDF      Total Thps     Type            Made by   Confirmations
282374   2014-01-25 09:46   1d 4h 55m   9,419,940,398   2,147,483,647   98.6%   388.6            BTC              Fefox           110 left
127  Bitcoin / Bitcoin Discussion / Re: BFL: Hardware Wallet?! on: January 24, 2014, 05:55:55 PM
It's a very sexy product but I won't give BFL a dime. My guess on price is somewhere near $1k.
Let's wait and see... But it is lovely!
128  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 22, 2014, 01:27:34 PM

Hi,

you need to delete first partition 5 than 2.
than create an new p2 "Extended" after that you need to create a new "logical" partition

do not forget
sudo resize2fs /dev/mmcblk0p5
I'll try it. Many thanks.
It worked! Thanks again, deagel.
129  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 21, 2014, 09:02:32 PM
Anyone else not getting any graph info?  Been running for about 30 mins or so and nothing.
The graphics values are there. If you use Google Chrome, you will see the graphics working. Neil will verify the problem, later today, as told in he's MinePeon forum.
130  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 21, 2014, 02:29:07 PM

Hi,

you need to delete first partition 5 than 2.
than create an new p2 "Extended" after that you need to create a new "logical" partition

do not forget
sudo resize2fs /dev/mmcblk0p5
I'll try it. Many thanks.
131  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 21, 2014, 12:21:44 PM
Did anyone tried to expand the Linux partition? As it's partition 5, when I delete it and try to recreate it, I have to create a partition 3 or 4, refusing to accept the number 5.

The initial fdisk -l gave me this info:
Quote
Disk /dev/mmcblk0: 3.7 GiB, 3947888640 bytes, 7710720 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x417ee54b

Device Boot Start End Blocks Id System
/dev/mmcblk0p1 2048 186367 92160 c W95 FAT32 (LBA)
/dev/mmcblk0p2 186368 3667967 1740800 5 Extended
/dev/mmcblk0p5 188416 3667967 1739776 83 Linux

With fdisk /dev/mmcblk0 I deleted partition 5 and had to create partition 3 (5 was invalid as already stated).
After reboot, the fdisk gave me:
Quote
Disk /dev/mmcblk0: 3.7 GiB, 3947888640 bytes, 7710720 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x417ee54b

Device Boot Start End Blocks Id System
/dev/mmcblk0p1 2048 186367 92160 c W95 FAT32 (LBA)
/dev/mmcblk0p2 186368 3667967 1740800 5 Extended
/dev/mmcblk0p3 3667968 7710719 2021376 83 Linux
/dev/mmcblk0p5 188416 3667967 1739776 83 Linux
132  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 19, 2014, 10:03:08 PM
I need to stop editing my comments after I release them, as Neil is so fast in answering them, that some questions are edited after Neil answered the others. Sorry by that, Neil. What about bfgminer 3.10.0?
133  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 19, 2014, 09:29:42 PM

There is an issue with that version that will not allow resizeing.

I am about to release 0.2.5 PR1 with that issue fixed if you want to try it out (within the next 24 hours, I am just letting it "burn in").  Check back here later.

Neil

Greetings.

With git pull from today, I think I see the new 0.2.5 branch. How can I upgrade my 0.2.4.3 versions of MinePeon to the new version, without having to do another SD's?

Quote
minepeon ~ # cd /opt/minepeon/
minepeon /opt/minepeon # git pull
remote: Counting objects: 16, done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 16 (delta 2), reused 15 (delta 1)
Unpacking objects: 100% (16/16), done.
From https://github.com/MineForeman/minepeon-base
 * [new branch]      RaspberryPi-0.2.5 -> origin/RaspberryPi-0.2.5
Already up-to-date.

It's going to be a new image sorry ct1aic, there are a few changes under the hood that require it.

Neil
Thanks for your answer, Neil. 3 more questions...

  • Can I backup all settings and statistics with 0.2.4.3 version and restore them with the new 0.2.5 image without loss of data?
  • Can I expand the file system of the new 0.2.5 image to the full size of my SD's with the commands somewhere in this thread?
  • Are you "releasing" bfgminer 3.10.0 to 0.2.4.3 version via git pull?
134  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 19, 2014, 11:15:20 AM

There is an issue with that version that will not allow resizeing.

I am about to release 0.2.5 PR1 with that issue fixed if you want to try it out (within the next 24 hours, I am just letting it "burn in").  Check back here later.

Neil

Greetings.

With git pull from today, I think I see the new 0.2.5 branch. How can I upgrade my 0.2.4.3 versions of MinePeon to the new version, without having to do another SD's?

Quote
minepeon ~ # cd /opt/minepeon/
minepeon /opt/minepeon # git pull
remote: Counting objects: 16, done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 16 (delta 2), reused 15 (delta 1)
Unpacking objects: 100% (16/16), done.
From https://github.com/MineForeman/minepeon-base
 * [new branch]      RaspberryPi-0.2.5 -> origin/RaspberryPi-0.2.5
Already up-to-date.
135  Economy / Service Discussion / Re: BitBillions GBBG on: January 17, 2014, 08:36:05 PM
Latest Update on site

COMMISSIONS HAVE BEEN PAID.
We truly appreciate your patience during this time. We are growing very fast and working hard to keep up with demand.

STILL IN PROGRESS

    Site modifications – iwantacar.com
    Database modifications – iwantacar.com
    Points reporting – iwantacar.com
    Blog post explaining all changes and upcoming events

FULLY COMPLETED

    Commissions reports/payments for January
    Server modifications: bitbillions.com, bitfeud.com, iwantacar.com, mybitcoinrewards.com
    Site modifications: bitbillions.com, bitfeud.com, mybitcoinrewards.com
    Database modifications: bitfeud.com, mybitcoinrewards.com
    Security & Anti-DDOS enhancements

Thank you for being patient during this major overhaul of our server environments and databases. We appreciate your continued support! From time to time we may be forced to jump difficult hurdles such as these. Just remember, this means GBBG is GROWING and this is GREAT NEWS!


Great! Keep the good work.
136  Bitcoin / Pools / Re: [440 TH] BitMinter.com [1% PPLNS,Pays TxFees + MergedMining,Stratum,GBT,vardiff] on: January 15, 2014, 01:17:10 PM
Bad Luck again... Cry

Height   Created   Duration   Work   Difficulty   CDF   Total Thps   Type   Made by   Confirmations
280611   2014-01-15 11:26   1d 0h 24m   7,758,538,494   1,789,546,951   98.7%   379.1   BTC   ttyp9   107 left
137  Local / Criptomoedas Alternativas / Re: [ANN ] [ RAD ] radioativo Coin- seguro, estável, Taxas , Piscinas , Jogos e mais on: January 14, 2014, 02:45:49 PM
I like the name of this coin... / Adoro o nome desta moeda virtual... Cool
138  Bitcoin / Pools / Re: [440 TH] BitMinter.com [1% PPLNS,Pays TxFees + MergedMining,Stratum,GBT,vardiff] on: January 10, 2014, 12:57:45 PM
I think we do need Harry Potter to work this block... Undecided
139  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 08, 2014, 10:04:31 PM
Github is was down.

Quote
minepeon /opt/minepeon # git pull
fatal: unable to access 'https://github.com/MineForeman/minepeon-base.git/': The requested URL returned error: 502

Quote
github:status
21:54 UTCGitHub and Gist are down. We're working to recover the site.
140  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: January 06, 2014, 01:36:26 PM
It's only me, or the python2 program cgminerLCDStats.py stopped getting the BTC value of MtGox, some 3 weeks ago? It is getting all info from bfgminer, when installed in a RPI with MinePeon, but stopped getting the BTC value, displaying always $000.00.
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!