Bitcoin Forum
April 27, 2024, 04:38:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 »  All
  Print  
Author Topic: [28 TH] pool.itzod.ru - RSMPPS/LongPoll/JSON API/Websockets/No Invalids/Stratum  (Read 50782 times)
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
June 07, 2012, 08:21:38 PM
 #21

Some payment system modifications implemented. Now pool pays for invalid blocks too.
1714192712
Hero Member
*
Offline Offline

Posts: 1714192712

View Profile Personal Message (Offline)

Ignore
1714192712
Reply with quote  #2

1714192712
Report to moderator
1714192712
Hero Member
*
Offline Offline

Posts: 1714192712

View Profile Personal Message (Offline)

Ignore
1714192712
Reply with quote  #2

1714192712
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714192712
Hero Member
*
Offline Offline

Posts: 1714192712

View Profile Personal Message (Offline)

Ignore
1714192712
Reply with quote  #2

1714192712
Report to moderator
1714192712
Hero Member
*
Offline Offline

Posts: 1714192712

View Profile Personal Message (Offline)

Ignore
1714192712
Reply with quote  #2

1714192712
Report to moderator
1714192712
Hero Member
*
Offline Offline

Posts: 1714192712

View Profile Personal Message (Offline)

Ignore
1714192712
Reply with quote  #2

1714192712
Report to moderator
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
June 19, 2012, 09:22:31 PM
 #22

Hi all.

1) Some new statistics and interface changes implemented. Roll Eyes
2) New server started, you can point your miners to http://worker_login:worker_pass@eloi.itzod.ru:80/.
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
June 25, 2012, 08:04:35 PM
 #23

2. Initial WebSocket support (channels ws://pool.itzod.ru/ws/ch1 and wss://pool.itzod.ru/ws/ch1 are online now, and broadcasts some statistics).
Sample client, written in python:

Code:
import websocket

def on_message(ws, message):
  print '-====JSON received ====-'
  print message
  print '-==== End of JSON ====-'

def on_error(ws, error):
  print error

def on_close(ws):
  print "### closed ###"

if __name__ == "__main__":
  websocket.enableTrace(True)
  ws = websocket.WebSocketApp("ws://pool.itzod.ru/ws/ch1",
      on_message = on_message,
      on_error = on_error,
      on_close = on_close)

ws.run_forever()

Client connects to channel, and just prints messages from server.

It uses websocket-client module:

http://pypi.python.org/pypi/websocket-client/0.7.0
Oh, I forgot publish user statistics client example.

Code:
import websocket
import urllib2
import json

# set up your api key here
api_key = 'xxx_xxx'

def auth(key):
    authReqResult = json.load(urllib2.urlopen('http://pool.itzod.ru/create_channel?api_key=' + key))

    if authReqResult["error"] == True:
        print authReqResult["msg"];
        exit()
    else:
        return authReqResult["channel_id"]

def connect(key):
  channel_id = auth(key)
  websocket.enableTrace(False)
  ws = websocket.WebSocketApp("ws://pool.itzod.ru/ws/" + channel_id,
      on_message = on_message,
      on_error = on_error,
      on_close = on_close)

  ws.run_forever()

def on_message(ws, message):
  print message
  data = json.load(message)

  # every 10 minutes server destroys channel, so we need to authorize again.
  if data["json"]["closing"] == True:
    ws.close()

def on_error(ws, error):
  print error

def on_close(ws):
  connect(api_key)

if __name__ == "__main__":
    connect(api_key)

P.S. It's just an example, provided "as is".  Smiley
ZPK
Legendary
*
Offline Offline

Activity: 1302
Merit: 1021



View Profile
August 23, 2012, 11:29:55 AM
 #24

now 190-250 gh/s..  Roll Eyes
slow go to th/s .....) Wink
paid work from accepted work = 90.50% for me.

Novacoin POS mining only now
Tittiez
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
August 27, 2012, 01:35:50 AM
 #25

Love the pool, just switched from abc today, lets see how it goes. Smiley
needbmw
Legendary
*
Offline Offline

Activity: 1302
Merit: 1008



View Profile
September 02, 2012, 04:45:45 AM
 #26

The pool was extremely lucky last 24h - seven short valid blocks at ~250Ghps  Cheesy

NO PSAKING!
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
September 12, 2012, 04:42:02 AM
 #27

uh, where is the pool?  you guys still have a bunch of my btc

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
needbmw
Legendary
*
Offline Offline

Activity: 1302
Merit: 1008



View Profile
September 12, 2012, 05:15:19 AM
 #28

The world was saved, pool is up and running now.
All balances are still in place  Roll Eyes

NO PSAKING!
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
September 12, 2012, 05:18:30 AM
 #29

Yay, i pointed my miners back there.

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
September 15, 2012, 12:37:20 PM
 #30

uh, where is the pool?
I'm sorry for some downtime at 12 September, there was some technical problems. Roll Eyes
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
September 27, 2012, 06:42:44 PM
 #31

Round 379. Fight! Grin
DrGuns4Hands
Hero Member
*****
Offline Offline

Activity: 910
Merit: 550


View Profile
October 10, 2012, 02:59:10 AM
 #32

Is the pool ready for, or will it be ready for ASIC? In time for the Bitforce miners that are coming out.
gr0bi42
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
October 11, 2012, 08:09:11 AM
 #33

Hi,

what about future round payments? Is there any problem?

Since (around) the last invalid block, it goes only up and not down on short rounds.
I got NO extra payment on short rounds!
Also I got no payment for the last invalid block, although I've stated that you pay for invalids too.

Thanks

Donations are welcome: 1Btf3BqUegfe5iFdWsgfBf1Ew3YsAvsrLT
gigica viteazu`
Sr. Member
****
Offline Offline

Activity: 458
Merit: 250

beast at work


View Profile
October 14, 2012, 02:09:58 AM
 #34

Hi all. Smiley

https://pool.itzod.ru/graphs.php

Unpaid PPS work graph has been implemented. Paid PPS work graph coming soon.

finally Smiley


P.S.
Highcharts JS look way better Smiley
jkminkov
Hero Member
*****
Offline Offline

Activity: 698
Merit: 500


View Profile
October 22, 2012, 10:08:24 AM
 #35

Is the pool ready for, or will it be ready for ASIC? In time for the Bitforce miners that are coming out.

there's work in progress for selecting difficulty 1,2,4,8,16,32x shares for your workers

.:31211457:. 100 dollars in one place talking - Dudes, hooray, Bitcoin against us just one, but we are growing in numbers!
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
October 24, 2012, 04:10:19 PM
 #36

Diff32 shares support disabled temporarily. It will be back soon.

there's work in progress for selecting difficulty 1,2,4,8,16,32x shares for your workers
1/2/4/8/16x shares difficulty works now.
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
October 24, 2012, 04:12:40 PM
 #37

Highcharts JS look way better Smiley
Thanks for advice, I'll try it out.
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
October 24, 2012, 08:32:56 PM
 #38

Added D1A column to this page. It's calculated as

Code:
D1 + 2*D2 + 4*D4 + 8*D8 + 16*D16 + 32*D32
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
October 24, 2012, 11:00:27 PM
 #39

Diff32 shares support disabled temporarily. It will be back soon.
x32 shares are supported now.
DrGuns4Hands
Hero Member
*****
Offline Offline

Activity: 910
Merit: 550


View Profile
October 25, 2012, 10:10:20 PM
Last edit: October 25, 2012, 11:53:28 PM by DrGuns4Hands
 #40

Can someone please explain to me the benefits of choosing a different difficulty for your miners D1, D2, D4 etc. I am running BFL Singles will this allow me to get more shares in? Also is BFGMiner compatible with this function?
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!