Bitcoin Forum
June 22, 2024, 04:51:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: March 09, 2014, 10:35:37 AM
Hi guys

I'm trying to setup a simple http request to stratum mining pool in c#. I'm getting this error: "Underlaying connection was closed."

Code:
string json = "{\"method\": \"getblocktemplate\", \"params\": [], \"id\": \"0\"}";
WebClient w = new WebClient();
w.Credentials = new NetworkCredential("user", "pass");
w.Headers.Add("Content-type", "application/stratum");
j = wc.UploadString("http://blabla.com:3333", json);

Please help
2  Bitcoin / Pools / Re: [1.3 TH] DeepBit.net PPS+Prop,instant payouts, we pay for INVALID BLOCKS too on: January 21, 2014, 10:48:20 AM
proportional
3  Bitcoin / Pools / Re: [1.3 TH] DeepBit.net PPS+Prop,instant payouts, we pay for INVALID BLOCKS too on: January 21, 2014, 10:07:46 AM
I use Diablo miner and it showed accept: 128. In my deepbit panel there is column shares 128, stale (0,00 %). So Shares aren't paid?
4  Bitcoin / Pools / Re: [1.3 TH] DeepBit.net PPS+Prop,instant payouts, we pay for INVALID BLOCKS too on: January 21, 2014, 08:48:03 AM
Hi, i solved more than 120 blocks and my balance still shows 0.00000000 BTC. It's written balance updates every hour but. Is it ok?
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!