Search content
Sort by

Showing 17 of 17 results by BTC_Toronto
Post
Topic
Board Reputation
Re: BTC_Toronto Reputation Thread
by
BTC_Toronto
on 31/07/2014, 23:48:59 UTC
well i must apologize! i guess the cautiously cautious are perhaps a bit to cautious.
good job guys.
I understand, you can't be too cautious in the BTC world :-).

BTC TO
Post
Topic
Board Trading Discussion
Re: Cortex7 Trading Client - Multi Exchange - Multi OS
by
BTC_Toronto
on 31/07/2014, 17:46:27 UTC
Is this going to be FOSS?

BTC TO
Post
Topic
Board Reputation
Re: BTC_Toronto Reputation Thread
by
BTC_Toronto
on 14/07/2014, 18:31:16 UTC
Post
Topic
Board Reputation
Re: lemming78 rep thread
by
BTC_Toronto
on 14/07/2014, 16:52:21 UTC
Purchased ltcgear.com shares in two transactions, paid first and shares were send immediately after payment confirmed.

Seamless, fast transactions and excellent communication. Small problem with the transaction (not at fault) was clearly communicated and a refund was issued in a timely fashion.

Would recommend.

BTC TO
Post
Topic
Board Reputation
Topic OP
BTC_Toronto Reputation Thread
by
BTC_Toronto
on 08/07/2014, 14:42:21 UTC
This is my reputation thread for all trades, loans, etc.
Post
Topic
Board Mining
Re: Spitting your miner hashing into multiple shares
by
BTC_Toronto
on 16/06/2014, 07:09:18 UTC
@jonnybravo0311

I am not sure if I am following correctly, but wouldn't Balance or Load Balance strategies in cgminer/bfgminer allow you to do this? Most of the pools allow you to use the pay address as username. So if you setup your S2 to user Load Balance strategy, then create a bunch of different pools in it with the same quotas and then get all of them to mine to the same URL but with different usernames, you will have a fairly even distribution of payouts between the different addresses. e.g.

Code:
"pools" : [
        {
                "quota" : "1;pool1:port1",
                "user" : "1PayAddress1",
                "pass" : "passa",
        },
        {
                "quota" : "1;pool1:port1",
                "user" : "1PayAddress2",
                "pass" : "passb",
        },
        {
                "quota" : "1;pool1:port1",
                "user" : "1PayAddress3",
                "pass" : "passc",
        },
        {
                "quota" : "1;pool1:port1",
                "user" : "1PayAddress4",
                "pass" : "passa",
        }
}

FM
Post
Topic
Board Mining
Re: Spitting your miner hashing into multiple shares
by
BTC_Toronto
on 14/06/2014, 05:02:15 UTC
See this post re adding more than 3 pools to the S1. I guess that doing this for the S2 should be similar.

https://bitcointalk.org/index.php?topic=623672.msg6915286#msg6915286


BTC TO
Post
Topic
Board Pools
Re: [6600Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB (New Thread)
by
BTC_Toronto
on 14/06/2014, 04:07:42 UTC
According to: http://eligius.st/~wizkid057/newstats/blocks.php

http://eligius.st/~wizkid057/newstats/userstats.php/1Gu8zxRi8cyENV8CQe52D7QEsiZ7ruT73u

found two blocks and is owed 103 BTC.

http://eligius.st/~wizkid057/newstats/userstats.php/17JkL94B2ngJg4QQZuiozDQjnxXB6B7yTc

found five blocks and is owed 122 BTC.

These stats do not seem out of the ordinary.

Maybe wizkid can enlighten us as to how he has deduced that these addresses below to the block withholder.

To be clear, I'm not on anyone's side here and have suffered a 50 BTC loss from eligius' bad luck. I'd just like to know all of the facts and how wizkid came to his conclusions.

5 of the 7 blocks you mentioned were discovered after the potential scam or custom mining software mistake was discovered and the miner notified (May 3rd). It might have been that he fixed or change the mining software or that he stop the scam once he was discovered. The problem is with all the time he spent mining before that time without submitting any shares that were found.

BTC TO
Post
Topic
Board Pools
Re: ==== Eligius, please pay my 200+ BTC ====
by
BTC_Toronto
on 13/06/2014, 14:42:04 UTC
According to: http://eligius.st/~wizkid057/newstats/blocks.php

http://eligius.st/~wizkid057/newstats/userstats.php/1Gu8zxRi8cyENV8CQe52D7QEsiZ7ruT73u

found two blocks and is owed 103 BTC.

http://eligius.st/~wizkid057/newstats/userstats.php/17JkL94B2ngJg4QQZuiozDQjnxXB6B7yTc

found five blocks and is owed 122 BTC.

These stats do not seem out of the ordinary.

Maybe wizkid can enlighten us as to how he has deduced that these addresses below to the block withholder.

To be clear, I'm not on anyone's side here and have suffered a 50 BTC loss from eligius' bad luck. I'd just like to know all of the facts and how wizkid came to his conclusions.

5 of the 7 blocks you mentioned were discovered after the potential scam or custom mining software mistake was discovered and the miner notified (May 3rd). It might have been that he fixed or change the mining software or that he stop the scam once he was discovered. The problem is with all the time he spent mining before that time without submitting any shares that were found.

BTC TO
Post
Topic
Board Service Announcements
Re: [ANN] BTCJam Implements Net Annualized Return (NAR) for Investors
by
BTC_Toronto
on 13/06/2014, 06:49:08 UTC
Instead of implementing so many un-requested features why don't you work on making your current pages better (decent?). Your loan pages don't indicate when a loan was activated, when the payments are actually due (payment xth of the months means nothing and so does expiry date), etc. The My Investments page (https://btcjam.com/listing_investments) is currently giving a 500 error. Based on the posts in this forum, no one understands how you calculate the rates, and APR does not seem to help anyone either. And lots of people are complaining that you don't provide any meaningful help when someone defaults on their loans.

BTC TO
Post
Topic
Board Hardware
Re: Overclocking - Hardware error rate vs. Hash rate tradeoff
by
BTC_Toronto
on 13/06/2014, 05:40:04 UTC
Quick and dirty Java code if anyone interested.

Code:
package com.btctoronto.antminer.s1;

import org.openqa.selenium.By;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.htmlunit.HtmlUnitDriver;

public class FindS1sEffHashrate {
public static void main(String[] args) {
  try {
    WebDriver wdDriver = new HtmlUnitDriver();
    //Get login page
    wdDriver.get("http://192.168.1.102/"); //Put your S1's IP here.

    //Find the username and password input fields and enter your values
    WebElement weUsername = wdDriver.findElement(By.className("cbi-input-user"));
    weUsername.clear();
    weUsername.sendKeys("root");
    WebElement wePassword = wdDriver.findElement(By.className("cbi-input-password"));
    wePassword.clear();
    wePassword.sendKeys("YourPrettyComplicated(IHope)Password");
    wePassword.submit();

    //Go to Miner Status page and pull the required data
    WebElement weMinerStatus = wdDriver.findElement(By.linkText("Miner Status"));
    String sLink = weMinerStatus.getAttribute("href");
    wdDriver.get(sLink);
    double fGHs = Double.parseDouble(wdDriver.findElement(By.id("cbi-table-1-ghsav")).getText().replaceAll(",", ""));
    long fHWE = Long.parseLong(wdDriver.findElement(By.id("cbi-table-1-hw")).getText().replaceAll(",", ""));
    long fDiffA = Long.parseLong(wdDriver.findElement(By.id("cbi-table-1-diffaccepted")).getText().replaceAll(",", ""));
    long fDiffR = Long.parseLong(wdDriver.findElement(By.id("cbi-table-1-diffrejected")).getText().replaceAll(",", ""));
    double fEffGHs = 1.0 * (fDiffA + fDiffR) / (fDiffA + fDiffR + fHWE) * fGHs;

    //Display the data
    System.out.println("Miner has been running for: " + wdDriver.findElement(By.id("cbi-table-1-elapsed")).getText());
    System.out.println("Reported GH/s: " + fGHs);
    System.out.println("HW errors: " + fHWE);
    System.out.println("Accepted difficulty: " + fDiffA);
    System.out.println("Rejected difficulty: " + fDiffR);
    System.out.println("Effective hash rate: " + fEffGHs);
    } catch (NoSuchElementException e) {
      e.printStackTrace();
    }
  catch (Exception e) {
      // TODO: handle exception
    }
}
}

BTC TO
Post
Topic
Board Service Announcements
Re: Mining.MinerTechnologies.Com - Cloud mining starting from 10 Gh/S $50 / Daily $
by
BTC_Toronto
on 13/06/2014, 04:21:11 UTC
Too expensive!!!

Code:
Mining Cloud 1 - 200 GH/s - $850.00

You can get an Antminer S1 for less than $300, plus $473 for 1 year of electricity (at $0.15 x kh/w). You are saving about $100 (more if you pay less for the miner and the electricity), no risk of anyone disappearing with your money and you still have the miner mining some pennies for you after the end of the year if it still worth it.

BTC TO
Post
Topic
Board Off-topic
Re: Messiah or Antechrist?!
by
BTC_Toronto
on 12/06/2014, 11:39:25 UTC
Bitcoin is a neutral technology. Sorta like the ability to trigger a nuclear reaction. You could easily use it to cause another Fukushima or Hiroshima (Why is it that Japan always has the bad luck when it comes to nuclear reactions?!). Or you could use it to create a nice, green, highly abundant source of energy.

Are your freaking forgetting about Chernobyl?

BTC TO
Post
Topic
Board Hardware
Re: Overclocking - Hardware error rate vs. Hash rate tradeoff
by
BTC_Toronto
on 12/06/2014, 11:13:14 UTC
I had the same doubt, so I wrote a small Java program that calculates the "effective" GH/s for the S1 based on this formula based on the values reported by the S1:
Code:
EffGHs = (DiffA + DiffR) / (DiffA + DiffR + HWE) * GHs
Where:
  • EffGHs = Effective GH/s
  • DiffA = DiffA reported by the S1
  • DiffR = DiffR reported by the S1
  • HWE = HW reported by the S1
  • GHs = GH/S(avg)reported by the S1

I let the miner run for about a week with each setting and then calculate this value. So far by best value is 193.8396 GH/s for a frequency of 381.25 (5e05 freq value) and a timeout of 37.

BTC TO
Post
Topic
Board Reputation
Re: usekevin Reputation Thread
by
BTC_Toronto
on 11/06/2014, 01:28:01 UTC
Angry
 Angry
 Angry

I'm almost done with a 10 hour lease of your rig asicminer01. The rig is listed (and I was charge for) as a 230Gh/s rig but it never got close to that hash rate. The average so far is 173 Gh/s. When I logged in to check the status I found you were using the miner to mine for your account on ghash.io (usekevin.worker5555). And also during a full hour I was not getting any hashes at all, probably while you were hashing on ghash.io. Is that how you treat the people that do business with you?  Huh


EDIT: BTCs were refunded after tikcet opened with leaserig.net.

BTC TO
Post
Topic
Board Mining (Deutsch)
Re: Neue DiamantMiner ist da. Sehr stark und schnell.
by
BTC_Toronto
on 09/06/2014, 23:35:17 UTC
Hallo Leute ich möchte das meine Programm wird multisprachen. Bitte um hilfe. Bitte wenn sie können übersetzen sie das Programm help auf einer dieser Sprachen.
Senden sie die Übersetzung an diamantminer@gmx.de. Ich werde es in Program einbauen.

ARA: Arabic (Saudi Arabia)    
CHS: Chinese (Simplified)        
CHT: Chinese (Traditional)        
CSY: Czech                        
DAN: Danish                      
NLD: Dutch                        
FIN: Finnish                      
FRA: French (International)                          
ELL: Greek                        
HEB: Hebrew                      
HUN: Hungarian                  
ITA: Italian                    
JPN: Japanese                    
KOR: Korean          
NOR: Norwegian          
PLK: Polish          
PTB: Portuguese (Brazil)  
PTG: Portuguese (Standard)          
ESP: Spanish          
SVE: Swedish          
THA: Thai          
TRK: Turkish          

Danke
I can help with the translation to Spanish. What exactly need to be transalated?

BTC Toronto
Post
Topic
Board Games and rounds
Re: Hash.Rentals 100 GH 5 year contract Giveaway Cheapest 0.0033 BTC Gh/s
by
BTC_Toronto
on 04/06/2014, 20:41:52 UTC
Name: BTC_Toronto
Why should we pick you: Because I'm not a whiner and complain about everything :-). If I like the service I will recommend it for sure instead on trying to find what's wrong about it.
What do you think about our site (Hash.rentals): Neat design, I like the subdomain.domain combination.
Would do you think of our service: Great price, good to have new players into the market
Would you use our services: If payouts are reasonable for the GH/s for sure
Your Username wanted on our site: BTC_Toronto
Your BTC Address for payout: 1BTCTorKPeSQ5iezAmhYXuSpF2nVXaojeb