Bitcoin Forum
April 20, 2024, 02:28:30 AM *
News: Latest Bitcoin Core release: 26.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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 »
  Print  
Author Topic: LinuxCoin A lightweight Debian based OS with everything ready to go.  (Read 285062 times)
TripHammer
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 21, 2011, 10:05:11 PM
 #981

Indeed brilliant, I have added it to the WiKi though I think I created a few garbage pages trying to work out the catagory thing, and I have not been through and fixed all the formatting yet.

No credit to me, all credit to gopher!


Trip
1713580110
Hero Member
*
Offline Offline

Posts: 1713580110

View Profile Personal Message (Offline)

Ignore
1713580110
Reply with quote  #2

1713580110
Report to moderator
1713580110
Hero Member
*
Offline Offline

Posts: 1713580110

View Profile Personal Message (Offline)

Ignore
1713580110
Reply with quote  #2

1713580110
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713580110
Hero Member
*
Offline Offline

Posts: 1713580110

View Profile Personal Message (Offline)

Ignore
1713580110
Reply with quote  #2

1713580110
Report to moderator
gnar1ta$
Donator
Hero Member
*
Offline Offline

Activity: 798
Merit: 500


View Profile
July 21, 2011, 11:07:10 PM
 #982

@gopher  very nice - would have saved me days of work a few weeks ago. Since I use almost the exact same configuration but remotely, let me just add you can start each of your miners in a screen session that you can attach to remotely by adding
Code:
screen -d -m -S <screen name> <miner start>

so your script would look something like this:
Code:
#!/bin/bash

sudo aticonfig --od-enable

sudo AMDOverdriveCtrl -i0 &
sudo AMDOverdriveCtrl -i4 &
sudo AMDOverdriveCtrl -i8 &
sudo AMDOverdriveCtrl -i12 &

cd /opt/miners/phoenix/

screen -d -m -S one ./phoenix.py -u http://user1:pass1@bitcoins.lc:8080 -k poclbm DEVICE=0 BFI_INT VECTORS AGGRESSION=5 &

sleep 2

screen -d -m -S two ./phoenix.py -u http:// user2:pass2@bitcoins.lc:8080 -k poclbm DEVICE=1 BFI_INT VECTORS AGGRESSION=5 &

Then you can ssh into the machine and use screen -r <screen name> to view and "Ctrl+a","d" to detach.
I don't know how to do a web dashboard so this is my simple way of viewing my miner windows remotely.

Losing hundreds of Bitcoins with the best scammers in the business - BFL, Avalon, KNC, HashFast.
Jonathan Ryan Owens
Donator
Sr. Member
*
Offline Offline

Activity: 392
Merit: 252



View Profile WWW
July 22, 2011, 04:48:12 AM
 #983

@gopher  very nice - would have saved me days of work a few weeks ago. Since I use almost the exact same configuration but remotely, let me just add you can start each of your miners in a screen session that you can attach to remotely by adding
Code:
screen -d -m -S <screen name> <miner start>

so your script would look something like this:
Code:
#!/bin/bash

sudo aticonfig --od-enable

sudo AMDOverdriveCtrl -i0 &
sudo AMDOverdriveCtrl -i4 &
sudo AMDOverdriveCtrl -i8 &
sudo AMDOverdriveCtrl -i12 &

cd /opt/miners/phoenix/

screen -d -m -S one ./phoenix.py -u http://user1:pass1@bitcoins.lc:8080 -k poclbm DEVICE=0 BFI_INT VECTORS AGGRESSION=5 &

sleep 2

screen -d -m -S two ./phoenix.py -u http:// user2:pass2@bitcoins.lc:8080 -k poclbm DEVICE=1 BFI_INT VECTORS AGGRESSION=5 &

Then you can ssh into the machine and use screen -r <screen name> to view and "Ctrl+a","d" to detach.
I don't know how to do a web dashboard so this is my simple way of viewing my miner windows remotely.

+1

drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
July 22, 2011, 08:50:02 AM
 #984

Excellent work guys !!! I'm working on patching up aufs so that we can run with linux 3.0 !! It's compiling now so fingers crossed it compiles OK and aufs work lol.
Smalleyster
Member
**
Offline Offline

Activity: 84
Merit: 10


I yam what I yam. - Popeye


View Profile WWW
July 22, 2011, 08:56:21 AM
 #985

Excellent work guys !!! I'm working on patching up aufs so that we can run with linux 3.0 !! It's compiling now so fingers crossed it compiles OK and aufs work lol.

Fingers, toes and eyes crossed!

Feel like investing in a Miner?:
http://bitcointalk.org/index.php?topic=30044.msg377773#msg377773
A soup to nuts newbee system for a secure, portable USB wallet (free instructions):
NoobHowTo: http://bitcointalk.org/index.php?topic=27088.msg341387#msg341387
netrin
Sr. Member
****
Offline Offline

Activity: 322
Merit: 251


FirstBits: 168Bc


View Profile
July 22, 2011, 12:46:55 PM
 #986

Three promising locked down Live Linux projects:

http://www.spi.dod.mil/lipose.htm (US Dept. of Defense)
http://tails.boum.org/index.en.html (Tails)
http://dee.su/liberte (Liberte Linux)

Greenlandic tupilak. Hand carved, traditional cursed bone figures. Sorry, polar bear, walrus and human remains not available for export.
drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
July 22, 2011, 04:11:29 PM
 #987

Three promising locked down Live Linux projects:

http://www.spi.dod.mil/lipose.htm (US Dept. of Defense)
http://tails.boum.org/index.en.html (Tails)
http://dee.su/liberte (Liberte Linux)

Your on to something there !! the 3.0 kernel was nothing special and didn't really make any performance increases so I'm going to revert back to my original one and add grsecurity and PaX Wink
gopher
Full Member
***
Offline Offline

Activity: 135
Merit: 100


View Profile
July 22, 2011, 04:28:03 PM
 #988

Indeed brilliant, I have added it to the WiKi though I think I created a few garbage pages trying to work out the catagory thing, and I have not been through and fixed all the formatting yet.

No credit to me, all credit to gopher!


Trip

Trip, thanks for putting it on the wiki - great work, I could do not have done the formatting better!

drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
July 22, 2011, 06:52:55 PM
Last edit: July 23, 2011, 12:21:03 AM by drgr33n
 #989

Great news !! the grsecurity patch was a success after a bit of patching here and there Wink So we are rocking Debian hardened linux-2.6.29 with grsecurity, PaX, ck optimizations & my own little pepper Cheesy !! Also included is tor / privoxy / firestarter !!

I need people to test this out ? I'm looking for five people with 0 to lots of experience that can trial for a few days and report back to me with your likes / dislikes and suggestions. Also looking for bugs. If you would like to trial linuxcoin please send me a PM sharpish and I'll be giving out the copy of the ISO tomorrow.

PS we just hit 1000 replies Cheesy

Just built & tested a rig for a friend. here's the figures Cheesy I'd say were pretty good.  ? I know its a bit overkill on the hardware bit he's planning to use it as a gaming machine if he ever gets bored of mining Cheesy

Asus Crosshair IV Formula AMD 890FX (Socket AM3/AM3+) DDR3 Motherboard
Kingston HyperX Genesis Grey 8GB (2x4GB) DDR3 PC3-12800C9 1600MHz Dual Channel Kit
Corsair Flash Voyager Mini 8GB USB2.0 Flash Drive
4 x Sapphire ATI Radeon HD 5850 Extreme 1024MB GDDR5 PCI-Express Graphics Card **OcUK Exclusive**
OCZ ZX Series 1000W '80 Plus Gold' Modular Power Supply
AMD Phenom II X4 Quad Core 850 "95W Edition" 3.30GHz (Socket AM3

hashrate: 1500MH/s
clocks: 910,300
miner: Phoenix svn BFI_INT VECTORS WORKSIZE=128 AGGRESSION=11 FASTLOOPS=false
power: 675w peak 650w average 2.90A (headless)

Jonathan Ryan Owens
Donator
Sr. Member
*
Offline Offline

Activity: 392
Merit: 252



View Profile WWW
July 24, 2011, 08:43:23 AM
 #990

New distro?Huh

Please?

drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
July 24, 2011, 03:00:21 PM
 #991

New distro?Huh

Please?

lol keep ya pants on do you realize how much work it is to rip out the stock kernel and basically change the way it works ? It's not easy stuff and I've only just been exposed to grsecurity so working through the small things that have come up after the upgrade.

It's getting there I'm not going to put a deadline to this anymore as I can't keep up with the ones I set myself hehehe so trust me it's on its way and it will be worth the wait Wink
sharky112065
Sr. Member
****
Offline Offline

Activity: 383
Merit: 250



View Profile
July 24, 2011, 09:32:11 PM
 #992

New distro?Huh

Please?

lol keep ya pants on do you realize how much work it is to rip out the stock kernel and basically change the way it works ? It's not easy stuff and I've only just been exposed to grsecurity so working through the small things that have come up after the upgrade.

It's getting there I'm not going to put a deadline to this anymore as I can't keep up with the ones I set myself hehehe so trust me it's on its way and it will be worth the wait Wink

The only problem I see with this is that going from beta to release means you fix the bugs and release. If you are adding new stuff it will still be beta. IMO you should have squashed bugs in the beta and released then any new features should have been re-released as a beta.

The way you are doing it, we will always have beta and no release versions.

Don't get me wrong, I like that you are adding to and refining it.


Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
Jessi
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250


View Profile WWW
July 25, 2011, 12:06:29 AM
 #993

I would like to be part of the beta test, too. Why not make it "open beta"?  Cheesy

www.Bitcoin-Tools.de - Price Alert & Calculator [OUTDATED!]
A little tool to keep you informed or wake you up, if Mt.Gox reaches a defined price level and a calculator to convert  BTC or USD based on live Prices. It´s not working any more, because of Mt.Gox... but it was fun to code that time... keeping this link just for reminding... Thanks to everyone for donations done that time!
BTC: 1BQTankpeCZict849JRHxxYFnwZARV3YX7 | LTC: LecEsSJMYZK7wk493QvyNzA4BxHpXviAEA | PPC: PQdjfxTbjnXThwJ5bbEgJkc9GZcKpib9DM
Reckman
Hero Member
*****
Offline Offline

Activity: 711
Merit: 500


View Profile
July 25, 2011, 01:42:22 AM
Last edit: July 25, 2011, 02:09:15 AM by Reckman
 #994

How is everyone keeping their miners running? im having trouble with a miner restart script.

Thanks for the help

Dedicated thread with bounty

http://forum.bitcoin.org/index.php?topic=31473.0
mikeo
Full Member
***
Offline Offline

Activity: 196
Merit: 100

Oikos.cash | Decentralized Finance on Tron


View Profile
July 25, 2011, 01:49:43 AM
 #995

Looks like my Bitcoin client is corrupt. I get a some sort of "Error: Debian Exception..." shortly after it opens then it automatically closes the client :-/

Running 0.2.1b persistent. How do I repair and/or extract my bitcoins from it?
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
July 25, 2011, 03:08:07 AM
 #996

Looks like my Bitcoin client is corrupt. I get a some sort of "Error: Debian Exception..." shortly after it opens then it automatically closes the client :-/

Running 0.2.1b persistent. How do I repair and/or extract my bitcoins from it?

please say "and i *did* back it up"

copy the wallet.dat file somewhere safe, delete directory and reinstall new bitcoin client. copy wallet.dat file over to new directory. had to do this a few times my self.

Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
mikeo
Full Member
***
Offline Offline

Activity: 196
Merit: 100

Oikos.cash | Decentralized Finance on Tron


View Profile
July 25, 2011, 05:02:39 AM
 #997

Looks like my Bitcoin client is corrupt. I get a some sort of "Error: Debian Exception..." shortly after it opens then it automatically closes the client :-/

Running 0.2.1b persistent. How do I repair and/or extract my bitcoins from it?

please say "and i *did* back it up"

copy the wallet.dat file somewhere safe, delete directory and reinstall new bitcoin client. copy wallet.dat file over to new directory. had to do this a few times my self.

Copied the Wallet.dat file to a safe place and deleted directory. What's the best way for thix linux noob to install a new Bitcoin client?
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
July 25, 2011, 05:16:29 AM
 #998

download here: http://www.bitcoin.org/

unpack it, and the instructions for installation are in the README.

Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
July 25, 2011, 07:32:29 AM
 #999

Chill Wink most of the changes are trivial Cheesy the kernel will be released as a beta and there will be a standard kernel option. After this release I promise not to change much else Wink I just thought grsecurity was a no brainer Cheesy
Jonathan Ryan Owens
Donator
Sr. Member
*
Offline Offline

Activity: 392
Merit: 252



View Profile WWW
July 25, 2011, 08:46:39 AM
Last edit: July 25, 2011, 09:02:02 AM by pigki
 #1000

16 GH/s running linuxcoin..


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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 »
  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!