Bitcoin Forum
April 30, 2024, 08:05:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 »
1441  Bitcoin / Mining support / Question about PDU's and a 220/40 line... on: May 03, 2014, 12:03:57 AM
Ok, so we have in my house 220/40 line for an electric dryer we don't use that's on if I recall correctly, will need to double check, a dual arm breaker consisting of two 30a switches.

1) Does the PDU need to match the total available amperage of the breaker ?
--- Will say a 24a PDU work just fine on a 220 line consisting of two 30a breakers ?

2) Will something that's say made for 120v line work on a PDU connected to a 220 line ?
--- The question itself seems obvious but I don't know how the PDU's work exactly, like does each plug down convert to 120 but is just connected to the 220 line for higher draws.

3) There was one other thin but it's slippin my mind right now...
1442  Bitcoin / Pools / Re: [8500 TH] BTC Guild - Pays TxFees+NMC, Stratum, VarDiff, Private Servers on: May 02, 2014, 02:46:52 AM
I really just need to remove that chart.  Eligius' thread doesn't get derailed this frequently over this crap and their 90 day luck is almost identical to ours. (Guild: 92.3%, Eligius 92.5% for the last 2000 blocks [calculated yesterday], which is ~88 days, p2pool 90.8%).

I'd say Eliguis is suffering from the same BS - you seem to want to run away from the stuff I mentioned

I'll go away and be back in two months since you want to call it 'crap'


Don't take it the wrong way, it's just eleuthria fields luck stuff more than a goalie at hockey game.

Ok, that analogy didn't word the way I hoped it would but the points still made. He gets it a lot.
1443  Bitcoin / Pools / Re: [8500 TH] BTC Guild - Pays TxFees+NMC, Stratum, VarDiff, Private Servers on: May 01, 2014, 08:09:54 AM
Waiting for a confirmation   2014-05-01 03:54 AM

Where exactly does this "confirmation" come from ?

When another block on the network confirms it.  That only shows up when BTC Guild just found a block and no new block on the network has built off it (IE:  We don't know if it's going to be orphaned or not yet).
Ahh, so when the next block is found / built off of it its a yay or nay to boot it off the island.

Yep.  The pool no longer pays for orphans, but it doesn't require a 100-120 confirmation wait.  The likelihood of a block getting orphaned after it is confirmed is extremely low, to the point it just doesn't seem worth delaying the application of rewards to wait for even more confirmations.
I was actually sad to see this go.

In the past, oh lets say 6 months, how many orphans has BTCGuild seen ?
1444  Bitcoin / Pools / Re: [8500 TH] BTC Guild - Pays TxFees+NMC, Stratum, VarDiff, Private Servers on: May 01, 2014, 08:02:06 AM
Waiting for a confirmation   2014-05-01 03:54 AM

Where exactly does this "confirmation" come from ?

When another block on the network confirms it.  That only shows up when BTC Guild just found a block and no new block on the network has built off it (IE:  We don't know if it's going to be orphaned or not yet).
Ahh, so when the next block is found / built off of it its a yay or nay to boot it off the island.
1445  Bitcoin / Pools / Re: [8500 TH] BTC Guild - Pays TxFees+NMC, Stratum, VarDiff, Private Servers on: May 01, 2014, 07:56:28 AM
Waiting for a confirmation   2014-05-01 03:54 AM

Where exactly does this "confirmation" come from ?
1446  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v0.9.9) on: April 27, 2014, 10:02:27 AM
If you must have a quick fix then you can open inc/admin/editcats.inc.php and replace this line:

       $cat_img = (empty($category['Image'])) ? 'None' : "<img src='".$category['Image']."' alt='' />";

With this line:

       $cat_img = (empty($category['Image'])) ? 'None' : "<img width='20' height='20' src='".$category['Image']."' alt='' />";   
Thx, not lik I plan on using large images from now on, just didn't want to resize existing ones.
1447  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v0.9.9) on: April 27, 2014, 09:53:32 AM
for the sake of argument though. What would the "patch" be or this problem ?
The patch would be to resize the images using MS Paint or what ever image editing software you usually use. You could just apply height and width styling to shrink the image in real time but I would highly recommend against it.
I had a feeling that'd be the answer lol... guess I'll live with it, not like I go in to the cat section a lot anyway.
1448  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v0.9.9) on: April 27, 2014, 09:46:17 AM
Patch worked, Ty.

Now I guess it's just the cat image thing ;-)

Site seems to load ok and they're just images I grabbed from the net... for the sake of argument though. What would the "patch" be or this problem ?
1449  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v0.9.9) on: April 27, 2014, 09:37:49 AM
Edit: Trying patch now...

-------

Here's an image showing what I mentioned in my last reply and a question about a previous comment that I don't recall if you ever noticed.

When using a large image for an icon, it shows nice as seen in image 2 but it image one (shows previous issue as well) you'll notice the images aren't resized like they are on the main sections of the site. Can you patch this in the next release please and maybe tell me how to patch it now since the large images are mind boggling when using that page, Ty.



1450  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v0.9.9) on: April 27, 2014, 09:26:16 AM
Sorry I was using mysqli code from a newer version of BitShop.

Change 'mysqli_fetch_assoc' to 'mysql_fetch_assoc'.
Now everything but the cat with childs holding items is 0 if that makes sense lol
1451  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v0.9.9) on: April 27, 2014, 09:07:29 AM
I musta missed something but I don't see how cause I backed out the previous lines... all I get now are all 0's.

Here's the entire code from side.inc.php
Code:
<div class="span3">
        <div class="well" id="side_nav">
          <ul class="nav nav-list" style="padding:8px 0;">
 
            <?php
            
if (!empty($a_action) && ($a_action == 'valid')) {
?>

            <li class="nav-header">Navigation</li>
<li <?php if (empty($page) || $page == 'home') { echo "class='active'"; } ?>><a href='admin.php?page=home'>Home</a></li>
            <li <?php if ($page == 'orders' || $page == 'editcodes') { echo "class='active'"; } ?>><a href='admin.php?page=orders'>Orders</a></li>
            <li <?php if ($page == 'items' || $page == 'editimages' || $page == 'edititem' || $page == 'newitem') { echo "class='active'"; } ?>><a href='admin.php?page=items'>Products</a></li>
            <li <?php if ($page == 'editcats') { echo "class='active'"; } ?>><a href='admin.php?page=editcats'>Categories</a></li>
            <li <?php if ($page == 'reviews') { echo "class='active'"; } ?>><a href='admin.php?page=reviews'>Reviews</a></li>
            <li <?php if ($page == 'settings' || $page == 'pages' || $page == 'blocks') { echo "class='active'"; } ?>><a href='admin.php?page=settings'>Settings</a></li>
            <li <?php if ($page == 'logout') { echo "class='active'"; } ?>><a href='admin.php?page=logout'>Log Out</a></li>

            <?php
            
} else {

              echo 
'<li class="nav-header">Categories</li>';
              if (empty(
$cat_id)) {
                
$cat_id = (($page == 'cats') && !empty($_GET['id'])) ? $_GET['id'] : 0;
              }
  
  $root_id $cat_id;
  if (($cat_id 0) && (($page == 'item') || ($page == 'cats'))) {
    $curr_cat get_cat(safe_sql_str($cat_id));
    if (!empty($curr_cat) && ($curr_cat != 'N/A')) {
      $curr_cat mysql_fetch_assoc($curr_cat);
  if ($curr_cat['Parent'] > 0) {
    $root_id $curr_cat['Parent'];
  }
    }
  }
  
  if (!empty($categories) && ($categories != 'N/A')) {
   mysql_data_seek($categories0);
                while (
$category mysql_fetch_assoc($categories)) {
  if ($category['Active']) {
                    
$c_active = ($root_id == $category['CatID']) ? ' class="active"' '' ;
$img_html = (empty($category['Image'])) ? '' "<img src='".$category['Image']."' alt='' width='20' height='20' />";
                    
$catc_count count_file_cat(safe_sql_str($category['CatID']));
$sub_cats get_scats($category['CatID']);
$subc_total 0;
$total_cats 0;

if (!empty($sub_cats) && ($sub_cats != 'N/A')) {   
  while ($row mysqli_fetch_assoc($sub_cats)) {
if ($row['Active']) {
  $subc_total += count_file_cat(safe_sql_str($row['CatID']));
}
  }
  $total_cats $subc_total $catc_count;
}

                    echo 
"<li$c_active><a href='index.php?page=cats&amp;id=".$category['CatID'].
               
"'>".$img_html.' '.safe_str($category['Name'])." ($total_cats)</a></li>";
  }
                }
  }
}
?>

          </ul>
        </div>
<?php
if (empty($a_action)) {
  if ($best_prods) { require(dirname(__FILE__).'/bestfiles.inc.php'); }
  if ($top_prods) { require(dirname(__FILE__).'/topfiles.inc.php'); }
}
?>

      </div>
1452  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v0.9.9) on: April 27, 2014, 05:40:52 AM
Replace this line:

                    echo "<li$c_active><a href='index.php?page=cats&amp;id=".$category['CatID'].
               "'>".$img_html.' '.safe_str($category['Name'])."</a></li>";

With these lines:

               $catc_count = count_file_cat(safe_sql_str($category['CatID']));
                    echo "<li$c_active><a href='index.php?page=cats&amp;id=".$category['CatID'].
               "'>".$img_html.' '.safe_str($category['Name'])." ($catc_count)</a></li>";

Quote
Also, how can I use more than 5 images / thumbnails per item and have them break after 4 on item view since the 5th gets squished due to set frame size in the code ?
I'll look into it.
Thx for that, in regards to the code. Parents show 0 totals even when there's children with items.
1453  Bitcoin / Pools / Re: [8500 TH] BTC Guild - Pays TxFees+NMC, Stratum, VarDiff, Private Servers on: April 27, 2014, 12:47:48 AM
Hey Eleu, any idea when you might be able to do something about renaming workers to where it doesn't really "apply" unless the pools reset.

I renamed a couple of workers and the one running work I have right now is running on a "name" it's not supposed to be.

I guess ATM all I can hope for is an unexpected pool reset like when you removed the PPS stuff.

This will be resolved the next time the stratum servers are restarted.  Unfortunately, right now it's not a high priority since this problem only happens when people rename workers to a previously used name...which really doesn't happen often.  If it really bugs you...name them something you haven't used before, and the problem will go away.

If there is a reason to restart the stratum servers, the issue will be gone.  Otherwise they won't be restarted until something else comes along that warrants restarting them.
Not really a OMG I'm gonna throw a fit bother but minor annoyance.

I do recall you at one point talking about trying to "patch" that when you have a bit of free time or something heh.
1454  Bitcoin / Pools / Re: [8500 TH] BTC Guild - Pays TxFees+NMC, Stratum, VarDiff, Private Servers on: April 27, 2014, 12:21:38 AM
Hey Eleu, any idea when you might be able to do something about renaming workers to where it doesn't really "apply" unless the pools reset.

I renamed a couple of workers and the one running work I have right now is running on a "name" it's not supposed to be.

I guess ATM all I can hope for is an unexpected pool reset like when you removed the PPS stuff.
1455  Economy / Digital goods / Re: BitShop - digital bitcoin shop script [PHP/MYSQL] (v0.9.9) on: April 26, 2014, 07:26:51 AM
I asked before, never really got an answer. Ben trying to do it on my own but all I keep doing is breaking the damn thing, can you PLEASE help me out here bitfreak ?

No matter how I edit it even when borrowing code from the category block or w/e it is it doesn't seem to work.

What I am trying to achieve is the same look seen when viewing the categories tab.

Cat 1 (count)
Cat 2 (4)

So on and so forth... so can you please help me out here ?

I copied below what should be all of the code to modify.

Ty.

side.inc.php
Code:
            <?php
            
} else {

              echo 
'<li class="nav-header">Categories</li>';
              if (empty(
$cat_id)) {
                
$cat_id = (($page == 'cats') && !empty($_GET['id'])) ? $_GET['id'] : 0;
              }
  
  $root_id $cat_id;
  if (($cat_id 0) && (($page == 'item') || ($page == 'cats'))) {
    $curr_cat get_cat(safe_sql_str($cat_id));
    if (!empty($curr_cat) && ($curr_cat != 'N/A')) {
      $curr_cat mysql_fetch_assoc($curr_cat);
  if ($curr_cat['Parent'] > 0) {
    $root_id $curr_cat['Parent'];
  }
    }
  }
  
  if (!empty($categories) && ($categories != 'N/A')) {
   mysql_data_seek($categories0);
                while (
$category mysql_fetch_assoc($categories)) {
  if ($category['Active']) {
                    
$c_active = ($root_id == $category['CatID']) ? ' class="active"' '' ;
$img_html = (empty($category['Image'])) ? '' "<img src='".$category['Image']."' alt='' width='20' height='20' />";
                    echo 
"<li$c_active><a href='index.php?page=cats&amp;id=".$category['CatID'].
"'>".$img_html.' '.safe_str($category['Name'])."</a></li>";
  }
                }
  }
}
?>


Edit: Also, how can I use more than 5 images / thumbnails per item and have them break after 4 on item view since the 5th gets squished due to set frame size in the code ?
1456  Bitcoin / Hardware / Re: Bitmain Antminer U2 on: April 25, 2014, 09:20:11 PM
Yes, I posted about this a couple pages back: https://bitcointalk.org/index.php?topic=490559.msg6095762#msg6095762
Whats Multiminer and how about with CGMiner ?

Even if it's the same lined posted, I would have no idea how to use it since I don't recall a way to enter commands unless it goes in the config file in one way or another.

FWIW, here's my CGMiner config file.

Code:
{
"pools" : [
{
"url" : "stratum+tcp://stratum.btcguild.com:3333",
"user" : "MoreBloodWine_Laptop",
"pass" : "128"
},
{
"url" : "stratum+tcp://us1.ghash.io:3333",
"user" : "MoreBloodWine.Laptop",
"pass" : "128"
},
{
"url" : "stratum+tcp://mint.bitminter.com:3333",
"user" : "MoreBloodWine_Laptop",
"pass" : "128"
}
]
,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
1457  Bitcoin / Hardware / Re: Bitmain Antminer U2 on: April 25, 2014, 08:15:39 AM
Any way to clock past 2.2 with bfg?  I have two of these plugged in my desktop usb  ports running at 2.2 with 0 errors so I figure I can overclock it a bit more..... 
Not sure but speaking of OC'ing.

I'm running CGminer on a windows laptop running the exe in a minimized cmd window. Unlike linux where commands can be given etc., how might one go about trying to OC woth my setup ?

Not looking to tweak it to 2.2 or more like the quote which will more than likely burn the ASIC's out in no time. I just want to try and get a steady 2.0 from the current 1.58/9 average.
1458  Bitcoin / Project Development / Re: Place LIMIT orders on Coinbase - online app on: April 22, 2014, 11:40:59 PM
I'd be interested in using this "app" but only if you would add the google 2fa. Simply because if the quoted does happen, you can't go crying to coinbase to get the "deal" reversed which depending on coin price you can easily lose money. Not just on say a dip if someone bought at $500 and you notice it at $450 but the money lost in coinbase fees and bank fees for transfers you weren't prepared for thus causing $35 NSF fees.

Just because the attacker can't get the coin doesn't mean they still can't fuck you over.

You need to look at the motivation though. What has an "attacker" to gain from buying coins on your account?

That being said, I will support any effort to add Google 2 Factor, the code is open source after all. Anyone who wants to look into this, I'll be happy to help you out.
The thing an attacker has to gain is just being able to mess with someone by accumulating banking fees etc that they're not responsible for.
1459  Bitcoin / Pools / Re: [8500 TH] BTC Guild - Pays TxFees+NMC, Stratum, VarDiff, Private Servers on: April 22, 2014, 05:56:20 PM
My mails locked bu I never locked my address for fear of not bein able to change it if I needed to.

Since it is a case by case basis, could you say what might not allow a lock change to occur even with a signed message which I have nooo idea how to do lol.

Edit: The only thing that is locked is my email.

Edit 2: What about google 2FA, this would solve a lot of things and has been asked about by me and others in the past.
1460  Bitcoin / Pools / Re: [8500 TH] BTC Guild - Pays TxFees+NMC, Stratum, VarDiff, Private Servers on: April 22, 2014, 12:44:03 AM
To clarify my point, I don't have any scrypt rigs yet but I have my eye on one after I earn a bit of BTC to buy it. That said, when I get the scrypt unit, how will it work when I want to mine BTC with my current rig(s) as well as, at the same time, mine LTC wih my scrypt rig ?

All the while still displaying relevant stats on the dashboard for the scypt and sha progress.

So in my case, I would like to see BTC, NMC and all relevant scrypt stats... earned, paid owed etc.

Also, with this merge will the convert to BTC be forced or like it is now on scrypt guild where one can choose to auto convert or just accumulate coin ?

You would point your BTC rigs to the regular servers, and your scrypt rig to the scrypt server.  They'll be on different ports.

The scrypt coins will be mined as those coins, and credited to your account as such.  There will not be a convert to BTC option.
That kinda sucks... isn't this something currently on scyptguild, why not import that feature with the merge ?

That being said, I guess the only option then is that doge becomes useless and LTC gets sent to ghash ;-/
Pages: « 1 ... 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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!