Search content
Sort by

Showing 20 of 42 results by EnzoMatrix
Post
Topic
Board Securities
Re: [GLBSE] BFLS.RIG - BFL Hardware mining & Sales
by
EnzoMatrix
on 26/11/2012, 13:36:09 UTC
I think the things that need to be considered is what was the original exchange rate that each party agreed to when purchasing the shares and the ratio should be calculated directly from that, any other factors would be almost purely imaginary in my opinion.

--Enzo
Post
Topic
Board Pools
Re: [2000 GH/s] EMC: No Fee/PPS/DGM/Dwolla Payout/SMS/Yubikey/GBT/Vardiff
by
EnzoMatrix
on 23/10/2012, 18:52:09 UTC
Try to US3 as opposed to US1.  Also send me you IP address via PM.

Code:
Tracing route to eclipsemc.com [96.43.135.180]
over a maximum of 30 hops:

  1     1 ms     1 ms     1 ms  192.168.1.1
  2     8 ms     8 ms     6 ms  L100.DLLSTX-VFTTP-77.verizon-gni.net [71.97.84.1]
  3    11 ms    10 ms     9 ms  G0-9-0-1.DLLSTX-LCR-21.verizon-gni.net [130.81.129.46]
  4     8 ms    10 ms     8 ms  so-5-0-0-0.DFW9-BB-RTR1.verizon-gni.net [130.81.199.34]
  5     9 ms     9 ms    10 ms  152.63.4.13
  6   154 ms   222 ms   219 ms  te3-4.ccr01.dfw03.atlas.cogentco.com [154.54.12.205]
  7    78 ms   215 ms   220 ms  te7-1.ccr02.dfw03.atlas.cogentco.com [154.54.25.6]
  8    11 ms    14 ms    12 ms  te0-4-0-3.ccr22.dfw01.atlas.cogentco.com [154.54.82.29]
  9    21 ms    22 ms    21 ms  te0-3-0-6.mpd22.mci01.atlas.cogentco.com [154.54.46.213]
 10    26 ms    23 ms    19 ms  te2-1.mag02.mci01.atlas.cogentco.com [154.54.30.166]
 11    23 ms    22 ms    22 ms  38.104.86.74
 12    22 ms    22 ms    21 ms  DC2SW1.KCMODATACENTER.com [96.43.134.54]
 13     *        *        *     Request timed out.
 14     *        *        *     Request timed out.
 15     *        *        *     Request timed out.
 16     *        *        *     Request timed out.
 17     *        *        *     Request timed out.
 18     *        *        *     Request timed out.
 19     *        *        *     Request timed out.
 20     *        *        *     Request timed out.
 21     *        *        *     Request timed out.
 22     *        *        *     Request timed out.
 23     *        *        *     Request timed out.
 24     *        *        *     Request timed out.
 25     *        *        *     Request timed out.


Code:
Tracing route to us3.eclipsemc.com [69.195.155.234]
over a maximum of 30 hops:

  1    <1 ms    <1 ms    <1 ms  192.168.1.1
  2     7 ms     7 ms     6 ms  L100.DLLSTX-VFTTP-77.verizon-gni.net [71.97.84.1]
  3    10 ms    10 ms    12 ms  G0-9-0-1.DLLSTX-LCR-21.verizon-gni.net [130.81.129.46]
  4     9 ms    10 ms     8 ms  so-5-0-0-0.DFW9-BB-RTR1.verizon-gni.net [130.81.199.34]
  5    75 ms    13 ms    11 ms  152.63.4.13
  6    12 ms     9 ms    10 ms  te3-4.ccr01.dfw03.atlas.cogentco.com [154.54.12.205]
  7    12 ms    16 ms    12 ms  te0-3-0-4.ccr21.dfw01.atlas.cogentco.com [154.54.82.17]
  8    12 ms    14 ms    12 ms  te0-1-0-0.ccr22.dfw01.atlas.cogentco.com [154.54.46.170]
  9    24 ms    22 ms    21 ms  te0-3-0-6.mpd22.mci01.atlas.cogentco.com [154.54.46.213]
 10    23 ms    21 ms    23 ms  te2-1.mag02.mci01.atlas.cogentco.com [154.54.30.166]
 11    21 ms    24 ms    22 ms  38.104.86.74
 12    61 ms    22 ms    21 ms  DC3SW1.KCMODATACENTER.COM [96.43.134.34]
 13    23 ms    24 ms    24 ms  69.195.155.234

Trace complete.
Post
Topic
Board Pools
Re: [2000 GH/s] EMC: No Fee/PPS/DGM/Dwolla Payout/SMS/Yubikey/GBT/Vardiff
by
EnzoMatrix
on 23/10/2012, 16:16:51 UTC
Everything seems to be up and running at the moment. Are you still having issues?

i've actually been having problems going to the website itself from my home connection.. but i can connect to the pools...  it just seems to be the web service i cant reach..  but I can from work ..  and other friend on the same provider also works.. 

this is the resolved ip for eclipsemc.com: 96.43.135.180

im getting connection timeouts over port 80:
Connecting to 96.43.135.180:80... failed: Connection timed out.

Yea I am having the same issue connecting to the Site from my home connection but I can access the pool servers ok
Post
Topic
Board Securities
Re: Verifing account of GLBSE discussion
by
EnzoMatrix
on 15/10/2012, 23:32:57 UTC
I got my BTC whit only email and BTC address. 
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
EnzoMatrix
on 02/08/2011, 00:56:36 UTC
You may also want to consider adding the command "xhost +"

I know to launch my SmartCoin on the Prefinal from ssh I have to run the following
Code:
DISPLAY=:0 xhost +
DISPLAY=:0 sudo smartcoin

Otherwise SmartCoin will error

here's a safer way lol it was already on the wiki Wink

Code:
sudo su
chmod uog+rw /dev/ati/card*
xauth merge /home/user/.Xauthority
export DISPLAY=:0
smartcoin

will all of those commands need to be run after each reboot or will the chmod and xauth part stick around?  I am using persistence on this setup
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
EnzoMatrix
on 01/08/2011, 23:22:33 UTC
You may also want to consider adding the command "xhost +"

I know to launch my SmartCoin on the Prefinal from ssh I have to run the following
Code:
DISPLAY=:0 xhost +
DISPLAY=:0 sudo smartcoin

Otherwise SmartCoin will error
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Smartcoin Linux mining administration. [NEW LOCKUP DETECTION & FAILOVER SUPPORT]
by
EnzoMatrix
on 01/08/2011, 23:03:24 UTC
Does anyone have a machine that they could donate to me for a few days to test multi-machine support?  All I need is ssh access.  I'm kind of stuck at the moment as I only have 1 machine myself, so testing multi-machine support is kind of hard for me to do.  Nothing on your machine will be changed, and I can restart your local mining stuff in between bouts of experimenting.  PM me if you can help!

thanks

Just sent you a PM would love to help you in the Multi-machine cause Smiley

Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
EnzoMatrix
on 30/07/2011, 05:12:19 UTC
Hmm, trying to use Linuxcoin, but having a problem

Followed the guide here to the letter.

When I reboot, it looks like it's going to start up, but then shuts down AMDOverdriveCtrl windows and nothing happens.

I tried to run the startminers.sh solo, and I get this, whether I type sudo or not:

Code:
root@linuxcoin:/usr/local/bin# sudo startminers.sh
ATI Overdrive(TM) enabled
/usr/local/bin/startminers.sh: line 6: ./phoenix.py: Permission denied
INF: Nr. of Adapters: 6
INF: Nr. of Adapters: 6
INF: Adapter index: 0, active, ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 0, active, ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 1, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 2, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 1, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 3, active, ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 2, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 3, active, ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 4, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 5, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 4, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 5, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index 3 choosen.
INF: Adapter index 0 choosen.
INF: Nr. of Performance Levels: 3
INF: Card's default Perf Level 0: GPU 157MHz Memory 300MHz Voltage 0.968V
INF: Card's default Perf Level 1: GPU 550MHz Memory 900MHz Voltage 1.068V
INF: Card's default Perf Level 2: GPU 725MHz Memory 1000MHz Voltage 1.118V
INF: Nr. of Performance Levels: 3
INF: Card's default Perf Level 0: GPU 157MHz Memory 300MHz Voltage 0.968V
INF: Card's default Perf Level 1: GPU 550MHz Memory 900MHz Voltage 1.068V
INF: Card's default Perf Level 2: GPU 725MHz Memory 1000MHz Voltage 1.118V
ACT: Set fan speed to default
ACT: Set fan speed to default
INF: Nr. of Displays to check 4
INF: Color temp disp(2) :
INF: current 6500K default 6500K
INF: min 4000K max 10000K step 100K
WRN: color temperature setting not supported.
INF: Nr. of Displays to check 4
WRN: color temperature setting not supported.
ACT: Set fan speed to default
INF: FanCtrl mode off
ACT: SetOverdriveValues: Level 0: 157MHz, 300MHz, MHz, 0.968V
ACT: SetOverdriveValues: Level 1: 550MHz, 425MHz, MHz, 1.068V
ACT: SetOverdriveValues: Level 2: 875MHz, 425MHz, MHz, 1.118V
INF: Default profile found and loaded.
ACT: Set fan speed to default
INF: FanCtrl mode off
ACT: SetOverdriveValues: Level 0: 157MHz, 300MHz, MHz, 0.968V
ACT: SetOverdriveValues: Level 1: 550MHz, 425MHz, MHz, 1.068V
ACT: SetOverdriveValues: Level 2: 875MHz, 425MHz, MHz, 1.118V
INF: Default profile found and loaded.
root@linuxcoin:/usr/local/bin# /usr/local/bin/startminers.sh: line 8: ./phoenix.py: Permission denied

startminers.sh:

Code:
#!/bin/bash
sudo aticonfig --od-enable
sudo AMDOverdriveCtrl -i0 &
sudo AMDOverdriveCtrl -i3 &
cd /opt/miners/phoenix/
./phoenix.py -u http://Cyberphunk.priory:pw@api2.bitcoins.cz:8080 -k p$
sleep 2
./phoenix.py -u http://Cyberphunk.secunda:pw@api2.bitcoins.cz:8080 -k $

Help?

You may want to verify that phoenix.py is executable
Code:
sudo chmod +x /opt/miners/phoenix/phoenix.py
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
EnzoMatrix
on 30/07/2011, 03:45:17 UTC
What needs to be done to run LinuxCoin on a non ATI graphics card ( don't need to mine ) but would be nice to make it easier to configure things and run a bitcoin client from going to use it to pxe my mining rigs from and run SmartCoin once it is fully multi rig compatible


--Enzo
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
EnzoMatrix
on 30/07/2011, 00:06:08 UTC

Everythings included to do that checkout /opt/PXE. I have a video ready to upload talking you through it but here's a quick guide.

cd over to /opt/PXE and open up globals.sh
Set your parameters and make sure you enter a nameserver. most can stay as they are you jest want to worry about
NET_NIC = internet facing network adapter
SRV_NIC = adapter you want to run the server from
NAMESERVERS = your nameserver. You can run nameserver.sh to get yours or use googles which is 8.8.8.8

save and close.

next run pxe_menu.sh
choose option 1
choose option 2
quit

and your golden Cheesy Plug your nodes into your switch and each computer will boot linuxcoin PXE and be ready to roll.


How does persistence work with this type of setup for things like passwords and custom scripts timezone settings and this sort of thing?
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
EnzoMatrix
on 29/07/2011, 21:04:02 UTC
How hard would it be to setup linuxcoin to act as a internet gateway?  I am wanting to install LinuxCoin on a older laptop that will simply be there to act as a internet connection and a PXE server for my actual mining rigs that way it can isolate the mining rigs from the outside world and I wont need a drive / cdrom / thumb drive for the mining rigs.

--Enzo
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
EnzoMatrix
on 27/07/2011, 20:36:44 UTC
Two things about linuxcoin-v0.2-prefinal.iso:

1. "Install LinuxCoin onto a HDD"-YouTube manual doesn't work any more. Grub can't be installed ... How can I do it now? I had to move back to linuxcoin-v0.2.1b.iso.

2. Why is /opt/miners/phoenix/phoenix.py not executable by default now? In the previous version it was!


Glad you said something I was going to attempt to move my install to HD but I am waiting on the 0.2-final

--Enzo
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Smartcoin Linux mining administration. [NEW LOCKUP DETECTION & FAILOVER SUPPORT]
by
EnzoMatrix
on 27/07/2011, 17:30:59 UTC
Feature request:  If lm-sensors is installed, it would be nice if the CPU temperature was displayed alongside the GPU temps. 

+1 for this.
And I can't wait for the multi-machine support for this to be ready! Excellent job so far.

I've had a bit of a problem trying to figure out why my failover settings aren't working.
I had the failover thresholds (apparently there's 3 of them?) set to 1 (not sure what exactly they're measured in. I was expecting it'd be how many minutes of downtime, but i guess not) just to test and I had the failover profile selected.

The pool went down and I waited just under 10 minutes and it still sat there without changing to another profile.
Any ideas why this isn't working? Sad

Other than that though, great job!

There was a push that had a issue in it this should be resolved in the latest may want to try and update should clear up the multiple threshholds ( which will prevent failover from working )

--Enzo
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
EnzoMatrix
on 27/07/2011, 16:43:00 UTC
Quote

1) Yes I have noticed this and I think it has something to do with plymouth. I'm looking into it now ;.)
2) Could do ? Not really considered this but it sounds like a good idea !!
3) May be due to the added security features of linuxcoin ? I will take a look later.
4) Umm it was tested ? What exactly is happening your end ?

Thanks for reporting these issues guys. I'll keep you updated as usual Cheesy

1) thank you
2) just a thought
3) no worries I can adjust
4) I have spoken with the SmartCoin Author an it appears that there is a specific process to set it up
     a) sudo su
     b) svn update
     c) bash ./smartcoin_install.sh
     d) smartcoin needs to be run as rot due to added security ( so far I have only been able to get it to work by launching it from xwindows )

--Enzo
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
EnzoMatrix
on 27/07/2011, 15:04:25 UTC
Hey again guys Cheesy !! I've had no feedback what so ever lol I don't know if this is a good thing or bad lol ??

I have some feed back and this may be directly related to me since I use smartcoin

-1) I noticed that the prefinal version of linuxcoin does not cleanly reboot ( could be an issue for remote administration
-2) may want to make the final default persistent boot option
-3) for some reason I have to run my aticonfig commands as root now where that wasn't needed on the .2b version ( causes issues with smartcoin)
-4) the packaged install of smartcoin does not work ( may be easier to just include a install script that will install the latest version if the end user would like to utilize it )
+5) it does boot faster
+6) I like the secure bitcoin client ( even though I dont use a local wallet )

This is just what I have noticed when playing with it in the last 30 min may have more later
Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
EnzoMatrix
on 27/07/2011, 01:10:10 UTC
what would the command that I would need to utilize to create a persistence file like in the initial post I am setting this up on an 8GB drive and would like to have a 6GB persistence file

--Enzo
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Smartcoin Linux mining administration. [NEW LOCKUP DETECTION & FAILOVER SUPPORT]
by
EnzoMatrix
on 26/07/2011, 23:58:09 UTC
Hello,

  I am not sure if it is something I am going wrong but I am unable to trigger the failover

I have a profiles setup to mine on 3 different server on the same pool and I have tried simulating an outage using /etc/hosts file but it never fails over is there any specific data that might help in locating this.. ? it is a fresh smartcoin install

Smartcoin r495s

here is the failover order
1 was a deleted profile

2) BTCGuild All
3) BTCGuild US
4) BTCGuild USWest
5) BTCGuild USEast
6) BitClockers


Found the solution apparently I ended up with 2 menu options / database entries for failover threshold that was confusing the system as soon as I deleted one of them failover started working.

--Enzo
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Smartcoin Linux mining administration. [NEW LOCKUP DETECTION & FAILOVER SUPPORT]
by
EnzoMatrix
on 26/07/2011, 21:31:22 UTC
Have you ever considered an optional ncurses interface that would allow for some fairly nice console displays? I realize that this would cause for another dependency however if it was optional then it would give the end use the option of taking advantage of that or not.

--Enzo
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Smartcoin Linux mining administration. [NEW LOCKUP DETECTION & FAILOVER SUPPORT]
by
EnzoMatrix
on 26/07/2011, 16:50:37 UTC
in r512e there appears to be an issue with the status display of the auto donate function and it keeps flashing an error on refresh about =python command not found the error is reporting line 355 of smartcoin_ops.sh as the culprit

--Enzo
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Smartcoin Linux mining administration. [NEW LOCKUP DETECTION & FAILOVER SUPPORT]
by
EnzoMatrix
on 25/07/2011, 17:50:13 UTC
If you are going to utilize the load / cpu averages make sure that the thresholds are adjustable as my mining box also runs a minecraft server so my cpu runs at around 30% - 35% pretty constantly.