Bitcoin Forum
June 23, 2024, 06:17:24 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner Remoting & MobileMiner: Your rigs. Your coins. Your pools. Your way. on: January 31, 2014, 10:09:03 PM
Hi,
Is there a way to avoid to push in background bfgminer output  better then modify and compiling the source?
I had a look at source code and your comment about the hashrate improvement but I'd like to have the possibility to enable "-q" option by using it or not in the string for miner configuration (or better in the GUI as a tick  Grin )


2  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/Linux/Mobile on: January 05, 2014, 11:41:32 PM
Version 2.3.3 of MultiMiner is now available

Hi and first of all TNX for the great software.
I've lost a setting after update to 2.3.3  Undecided Undecided
Where is the menu to choose time delay between coin switching ?   Huh Huh
The one that was under Strategies  .

3  Bitcoin / Pools / Re: How to create a mining pool? on: December 10, 2013, 02:32:26 PM
For millions of years mankind lived just like the animals
Then something happenend which unleashed the power of our imagination
We learned to talk

[Pink Floyd - Keep Talking, The Division Bell - 1994]

If you don't know that, you probably shouldn't even attempt it.
First of all, you'll need a very fast server with a fast internet connection.
To do it reasonably well, you'll need programming knowledge.

If you don't know how to create one you probably shouldn't be creating one in the first place...
Quit being lazy and look on the forum because everything needed to run a pool is already here...

Look mama what letter is this ?
Oh little boy if you don't know to read you'd better  shouldn't even attempt to do it.


If he would knew how to do it , he'd not be here asking for that.
So what kind of anwser is "if you don't know how to do something  you should not do it" 

I can go bike because my father taught me to do it , before that I was NOT able to do it
I can swim because my uncle explained me how, same thing.

If anyone he ask to would reply like you two,  he (and we all)  will NEVER learn anything.
Human being has a great advantage on other animals on Earth :  we are able to EXPLAIN to similar what we learned  so that they can do the same thing without  repeating same test and research; I'm not sure if is the right word in English but in my country we call that "Progress".


I hate this kind of answer. Most of the times you'd better ignore a post you don't want to reply to.


Darkest



4  Alternate cryptocurrencies / Altcoin Discussion / Re: CoinChoose - alternative site to show respective profitability of the alt coins on: November 09, 2013, 01:50:15 PM
Please consider to remove CoinEx quotation for ANC .
They say their wallet has issue and there is a total out of market buy offer there.
IMHO  It is just smoke and mirrors and it modifies at the limit of lecit profitability for that coin.

Darkest


 
5  Alternate cryptocurrencies / Altcoin Discussion / Re: CoinChoose - alternative site to show respective profitability of the alt coins on: September 27, 2013, 09:49:40 PM
Same here.  It would be great if noirbits could be removed until we find out if there is a fork.

I tried  solo with client 2.2.5 . I think is fine.
I moved a mined coin on cryptsy and I've  received it. I sent it back to my wallet and all was fine.
Usually the guy who manage that site is enough premptive to coins issue, so I think his wallet chain-block is good.

Coming back to Coinchoose
... pls try to get the right difficulty and hash rate.  ATM diff  is  106K = ~1.617





 
6  Alternate cryptocurrencies / Altcoin Discussion / Re: CoinChoose - alternative site to show respective profitability of the alt coins on: September 27, 2013, 06:08:48 PM
I think NoirBits is broken.
I have same doubt. I was mining with too different rig and  difficulty was ~10K  in pool and 104K in solo mining.


 
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GLC] Global Coin Pre-Release Info Thread | Released | Store Opening! on: September 24, 2013, 08:03:44 PM
had 4 block rejects so far anyone else getting rejects
15 min mining at 2.4Mh/s
7 rejected
1 stale
0 block in my wallet

Not more tnx
8  Other / Beginners & Help / 1st POST on: August 12, 2013, 12:20:59 PM
Hi all

I was reading a post on this forum about the use of google spreadsheet, JSON and API key:

https://bitcointalk.org/index.php?PHPSESSID=r99941oq967hvd3uk0nfrj51h6&topic=167635.2260

Well, I'd like to ask directly to the author but I cannot for my  newbie status ...  so here I am.
I have to admit I know NOTHING about JAVA scripts so please excuse my incompetence 
This Are steps I tried to follow
I've  opened a new  spreadsheet in google docs then I  selected tools >>  manage script >>  new
I copied and past the code the author suggested (down here), I  set my api key  and tried to click run function ...  the page blame about "ss" is not defined .

Any suggestion or link to howto/guide to help this old donk (aka me)     will be appreciated.
TNX in advance for your help




   
ReferenceError: "ss" non definito. (riga 9, file "Codice")


CODE 



var range = ss.getSheets()[0].getRange("A1:A1");
var url = 'https://multipool.us/api.php?api_key=<12345_MYAPI_KEY_6789>';
var content = UrlFetchApp.fetch(url).getContentText();
var mydata = Utilities.jsonParse(content);
/* LTC */
  var datacut = mydata['currency']['ltc']['confirmed_rewards'];
     SpreadsheetApp.setActiveRange(range);
     SpreadsheetApp.getActiveRange().setValue(datacut);
  var range = ss.getSheets()[0].getRange("A2:A2");
  var mydata = Utilities.jsonParse(content);
  var datacut = mydata['currency']['ltc']['estimated_rewards'];
     SpreadsheetApp.setActiveRange(range);
     SpreadsheetApp.getActiveRange().setValue(datacut);
  var range = ss.getSheets()[0].getRange("A3:A3");
  var mydata = Utilities.jsonParse(content);
  var datacut = mydata['currency']['ltc']['hashrate'];
     SpreadsheetApp.setActiveRange(range);
     SpreadsheetApp.getActiveRange().setValue(datacut);

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!