Bitcoin Forum
April 18, 2024, 05:10:10 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 »  All
  Print  
Author Topic: complete CD/USB/PXE bootable p2pool miner - p2pcoin  (Read 24142 times)
kjj (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
February 28, 2012, 07:41:18 PM
 #21

The name is confusing.  Makes me think it's another altcoin.

I took linuxcoin and added p2pool.  The first name that popped into my head was p2pcoin, and as far as I can tell, nothing else is using that name.

I'm open to suggestions, but I don't really think it is confusing.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
1713460210
Hero Member
*
Offline Offline

Posts: 1713460210

View Profile Personal Message (Offline)

Ignore
1713460210
Reply with quote  #2

1713460210
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713460210
Hero Member
*
Offline Offline

Posts: 1713460210

View Profile Personal Message (Offline)

Ignore
1713460210
Reply with quote  #2

1713460210
Report to moderator
1713460210
Hero Member
*
Offline Offline

Posts: 1713460210

View Profile Personal Message (Offline)

Ignore
1713460210
Reply with quote  #2

1713460210
Report to moderator
1713460210
Hero Member
*
Offline Offline

Posts: 1713460210

View Profile Personal Message (Offline)

Ignore
1713460210
Reply with quote  #2

1713460210
Report to moderator
stevegee58
Legendary
*
Offline Offline

Activity: 916
Merit: 1003



View Profile
February 28, 2012, 07:43:29 PM
 #22

Everything including forum usernames has a combination of the words "bit", "coin", "pool", "BTC" etc in them.  What's to be confused about? Cheesy

You are in a maze of twisty little passages, all alike.
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
February 28, 2012, 07:47:41 PM
 #23

I would be careful here.  After months of field testing with BAMT (a usb based linux that makes every attempt not to write to the USB more than required) we see that some USB keys will die after a surprisingly short time (sometimes only a few weeks, with considerably less writes than running p2pool would generate).  It varies greatly from one model of key to another, but I would expect crappy keys to die in a matter of days running p2pool.  Maybe you don't care, but it would be best to warn users of this potential clearly.

If you are doing everything you can to avoid writes, and you are still killing drives, the problem is the drives.  I'll put a note at the top, but the answer in p2pcoin is to boot from CD or PXE if anyone is concerned about their flash drive.  Or even just not bother taking the extra time to add persistent storage.
So when you reboot you have to download the block chain again? That sounds like it could add a lot of downtime.

EDIT: Oh. you mention rsync. I missed that.  This sounds nice for someone with only one miner.

kjj (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
February 28, 2012, 08:14:20 PM
 #24

I would be careful here.  After months of field testing with BAMT (a usb based linux that makes every attempt not to write to the USB more than required) we see that some USB keys will die after a surprisingly short time (sometimes only a few weeks, with considerably less writes than running p2pool would generate).  It varies greatly from one model of key to another, but I would expect crappy keys to die in a matter of days running p2pool.  Maybe you don't care, but it would be best to warn users of this potential clearly.

If you are doing everything you can to avoid writes, and you are still killing drives, the problem is the drives.  I'll put a note at the top, but the answer in p2pcoin is to boot from CD or PXE if anyone is concerned about their flash drive.  Or even just not bother taking the extra time to add persistent storage.
So when you reboot you have to download the block chain again? That sounds like it could add a lot of downtime.

EDIT: Oh. you mention rsync. I missed that.  This sounds nice for someone with only one miner.

It is even nicer for someone with a fleet of miners that wants to configure once and walk away.

I have 4 rigs, each with 1 to 3 cards.  After I made the 0.1 release this morning, I copied it up to my PXE server and rebooted all of the boxes.  Bam, I'm done.  If I didn't have PXE, I could just burn 4 CDs or write 4 new flash drives and swap them.  Since all of the details are stored on the network, I don't have to customize the CD or USB stick for each rig.

Also, if you have enough RAM to use the RAM disk for bitcoin, but you also have persistent storage, stopping the bitcoin service cleanly (which happens during a normal reboot) will update the stored copy.  When it comes back up, it will only have to catch up to what happened when it was down.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
February 28, 2012, 09:36:00 PM
 #25

I would be careful here.  After months of field testing with BAMT (a usb based linux that makes every attempt not to write to the USB more than required) we see that some USB keys will die after a surprisingly short time (sometimes only a few weeks, with considerably less writes than running p2pool would generate).  It varies greatly from one model of key to another, but I would expect crappy keys to die in a matter of days running p2pool.  Maybe you don't care, but it would be best to warn users of this potential clearly.

If you are doing everything you can to avoid writes, and you are still killing drives, the problem is the drives.  I'll put a note at the top, but the answer in p2pcoin is to boot from CD or PXE if anyone is concerned about their flash drive.  Or even just not bother taking the extra time to add persistent storage.
So when you reboot you have to download the block chain again? That sounds like it could add a lot of downtime.

EDIT: Oh. you mention rsync. I missed that.  This sounds nice for someone with only one miner.

It is even nicer for someone with a fleet of miners that wants to configure once and walk away.

I have 4 rigs, each with 1 to 3 cards.  After I made the 0.1 release this morning, I copied it up to my PXE server and rebooted all of the boxes.  Bam, I'm done.  If I didn't have PXE, I could just burn 4 CDs or write 4 new flash drives and swap them.  Since all of the details are stored on the network, I don't have to customize the CD or USB stick for each rig.

Also, if you have enough RAM to use the RAM disk for bitcoin, but you also have persistent storage, stopping the bitcoin service cleanly (which happens during a normal reboot) will update the stored copy.  When it comes back up, it will only have to catch up to what happened when it was down.
With a fleet of rigs, I feel like BAMT is a better choice.  Running a p2pool node on every one of your miners is unnecessary.

kjj (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
February 29, 2012, 02:10:30 PM
 #26

With a fleet of rigs, I feel like BAMT is a better choice.  Running a p2pool node on every one of your miners is unnecessary.

Yeah, probably unnecessary.  But it takes no more effort to do.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
rTech
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


Trust but confirm!


View Profile
March 12, 2012, 05:28:20 PM
 #27

0.2 torrent file is missing, fix link please so i can add it to my share machine Cheesy
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
March 12, 2012, 05:53:56 PM
 #28

With a fleet of rigs, I feel like BAMT is a better choice.  Running a p2pool node on every one of your miners is unnecessary.

Yeah, probably unnecessary.  But it takes no more effort to do.
Until updates come around.

norulezapply
Hero Member
*****
Offline Offline

Activity: 481
Merit: 502


View Profile
March 12, 2012, 06:18:17 PM
 #29

This is a fantastic idea! Well done sir! I think i'll start using it soon myself Smiley Probably on a HDD rather than a USB stick though..

One thing I would say is please change the name! When I clicked on this I was expecting to see another crazy alt-coin!
kjj (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
March 12, 2012, 08:11:44 PM
 #30

0.2 torrent file is missing, fix link please so i can add it to my share machine Cheesy

Fixed.  Not sure how my script missed that.  Thanks for pointing it out.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
kjj (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
March 12, 2012, 08:18:01 PM
 #31

This is a fantastic idea! Well done sir! I think i'll start using it soon myself Smiley Probably on a HDD rather than a USB stick though..

One thing I would say is please change the name! When I clicked on this I was expecting to see another crazy alt-coin!

Because of the network provisioning, I get the best results with PXE booting and RAM drive.  No storage in my nodes at all.

Any suggestions for a new name?  I wanted to keep it similar to linuxcoin out of respect for Drgr33n's base that I built on, but clearly indicate that it uses p2pool.

With a fleet of rigs, I feel like BAMT is a better choice.  Running a p2pool node on every one of your miners is unnecessary.

Yeah, probably unnecessary.  But it takes no more effort to do.
Until updates come around.

Updates are super easy.  Just burn a new CD, write a new flash drive, or replace your PXE image, then reboot fully.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
rTech
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


Trust but confirm!


View Profile
March 14, 2012, 01:37:32 AM
Last edit: March 14, 2012, 02:17:19 AM by rTech
 #32

How about BitKnot that is short and easy to remember..



kjj (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
March 30, 2012, 10:17:12 PM
 #33

p2pcoin users need to update to version 0.3 ASAP.  This is due to a change in p2pool.  Sorry for the short notice.  I was out of town last week and somehow missed forrestv's post when I was catching up.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
Nyaaan
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile WWW
April 15, 2012, 07:34:11 AM
 #34

How about BitKnot that is short and easy to remember..





That makes no sense bro, and it has the word 'bit' in it.

This is less confusing, and doesn't have bit, coin, miner, or anything in the name

kjj (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
April 15, 2012, 02:38:14 PM
 #35

Ha!

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
RandomQ
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
April 22, 2012, 07:21:55 PM
 #36

I tried version .3 from a DVD and USB. When booting from the DVD I got the p2pcoin screen and it just counts down from 10 and keep restarting back to 10. When I tried from USB using UNETBOOTIN it just brought up a blank terminal window with "BOOT:". I will keep watching this and test when the next version comes out.
kjj (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
April 22, 2012, 11:52:45 PM
 #37

I tried version .3 from a DVD and USB. When booting from the DVD I got the p2pcoin screen and it just counts down from 10 and keep restarting back to 10. When I tried from USB using UNETBOOTIN it just brought up a blank terminal window with "BOOT:". I will keep watching this and test when the next version comes out.

That's odd.  I've never seen that before.  I'll check it out tomorrow morning.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
lodcrappo
Hero Member
*****
Offline Offline

Activity: 616
Merit: 506


View Profile
April 23, 2012, 12:28:37 AM
 #38

How about BitKnot that is short and easy to remember..





That makes no sense bro, and it has the word 'bit' in it.

This is less confusing, and doesn't have bit, coin, miner, or anything in the name




may i suggest...



rjk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


1ngldh


View Profile
April 23, 2012, 12:31:45 AM
 #39

may i suggest...


Hahahahaha, awesome.

Mining Rig Extraordinaire - the Trenton BPX6806 18-slot PCIe backplane [PICS] Dead project is dead, all hail the coming of the mighty ASIC!
kjj (OP)
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
April 23, 2012, 06:07:55 PM
 #40

I tried version .3 from a DVD and USB. When booting from the DVD I got the p2pcoin screen and it just counts down from 10 and keep restarting back to 10. When I tried from USB using UNETBOOTIN it just brought up a blank terminal window with "BOOT:". I will keep watching this and test when the next version comes out.

That's odd.  I've never seen that before.  I'll check it out tomorrow morning.

Ok, the 0.3 ISO posted does fail to boot when burned to a CD.  I'll have 0.3.1 out with a fix soon.

I just tested it by using unetbootin on a Windows box to write it to a formatted USB stick.  For me, the USB boot still works fine.  Is the partition on your USB device marked as bootable?

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
Pages: « 1 [2] 3 4 »  All
  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!