Bitcoin Forum
June 04, 2024, 02:59:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
161  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XMR] Monero stratum proxy (open-source) on: August 13, 2014, 03:31:03 PM
Hi, nice work, will make a try.

But a fork of this proxy with web stats could be great too !

https://bitcointalk.org/index.php?topic=611338.160;topicseen

To make a fork of Java-based proxy is a lot of work. My proxy is on Python.
But you have the full statistic on the pool if you use options "ENABLE_WORKER_ID" and "MONITORING"
162  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XMR] Monero stratum proxy (open-source) on: August 13, 2014, 02:58:13 PM
Is it possible for you to write a detailed installation guide to use in Windows?

HOW-TO install proxy on Windows:

1) Download Python Version 2.7.8 for Windows
https://www.python.org/downloads/

2) Modify PATH variable (how-to http://www.java.com/en/download/help/path.xml) and add
Code:
C:\Python27;C:\Python27\Scripts;

3) Install python setuptools
https://pypi.python.org/pypi/setuptools/#windows-7-or-graphical-install

4) Install Python-Twisted
File Twisted-13.2.0.win32-py2.7.msi (select 32 or 64bit)
https://pypi.python.org/pypi/Twisted/13.2.0

5) Install zope.interface, in console run
Code:
easy_install -U zope.interface

6) Install PyWin32 v2.7
pywin32-219.win32-py2.7.exe or pywin32-219.win-amd64-py2.7.exe
http://sourceforge.net/projects/pywin32/files/pywin32/

7) Download xmr-proxy
https://github.com/Atrides/xmr-proxy/archive/master.zip
Extract xmr-proxy-master.zip
Change settings in config.py and start with command
Code:
python xmr-proxy.py

Now works!

163  Alternate cryptocurrencies / Pools (Altcoins) / Re: [XMR][JPC][TAC][MAX][GRS]Reliable DwarfPool- Anonymous, failover CA/EU/Asia on: August 13, 2014, 02:06:57 PM

I have released Monero stratum proxy (open source).

https://bitcointalk.org/index.php?topic=735738.msg8310952#msg8310952

164  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XMR] Monero stratum proxy (open-source) on: August 12, 2014, 05:14:12 PM
Which version of Python Twisted is need.
Shall we download from https://twistedmatrix.com/trac/?

I use standard from repo of ubuntu.
165  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XMR] Monero stratum proxy (open-source) on: August 12, 2014, 04:11:24 PM
Does it work on other pools such as http://monero.crypto-pool.fr/

Not now, I'll send patch to zone117x
166  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XMR] Monero stratum proxy (open-source) on: August 12, 2014, 03:51:15 PM
Can we use Claymore's GPU miner?
Will it bypass Claymore's fee?

I doesn't know how claymore's miner work. Just test it.

Can it be used in Windows?

I developed and tested it on Linux, windows must works but I can not guarantee it.
If you really need it you can buy 1$-VPS to install it.
167  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XMR] Monero stratum proxy (open-source) on: August 12, 2014, 02:28:49 PM
Looks nice.
When will this proxy release?
It's released
https://github.com/Atrides/xmr-proxy
168  Alternate cryptocurrencies / Pools (Altcoins) / Re: [XMR] Monero Mining on: August 12, 2014, 11:33:58 AM


I have released Monero stratum proxy (open source).

https://bitcointalk.org/index.php?topic=735738.msg8310952#msg8310952

169  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: August 12, 2014, 11:33:03 AM

I have released Monero stratum proxy (open source).

https://bitcointalk.org/index.php?topic=735738.msg8310952#msg8310952

170  Alternate cryptocurrencies / Mining (Altcoins) / [XMR] Monero stratum proxy (open-source) on: August 12, 2014, 11:31:26 AM
Hi all, I have released open source Monero stratum proxy.

What is it?

This is Stratum Proxy for Monero-pools (RPCv2) using asynchronous networking written in Python Twisted.
Based on stratum protocol and proxy by Slush0 (RPCv1 for all non cryptonight-coins)

Features
  • Central Wallet configuration, miners doesn't need wallet as username
  • Support mining to exchange
  • Support monitoring via email
  • Bypass worker_id for detailed statistic and per rig monitoring
  • Only one connection to the pool
  • Individually Vardiff for workers.

How it works and Who need it?

Code:

   Pool A <---+                        +-------------+ Rig1 / PC1
 (Active)      |                       |                                                
               |                       +-------------+ Rig2 / PC2
               |                       |                                                
  Pool B <---+-----StratumProxy  <-----+-------------+ Rig3 / PC3
(FailOver)                             |                                                
                                       +-------------+ Rig4 / PC4
                                       |                                                
                                       +-------------+ Leaserigs

Miner start command like:
Code:
    ./minerd -a cryptonight -o stratum+tcp://127.0.0.1:8080 -u 123456 -p 1

Use of case:

 - you have a lot of rigs or corporate PCs, you can install proxy on one PC with internet connection, and all miners can be inside of intranet

 - you have some geo-distributed miners, so via proxy installed on 1$VPS you can easy to control them

 - on one windows-machine if you use two miners (cpu+gpu) or if you want to control your miner fully and absolutely.


Where to find?

https://github.com/Atrides/xmr-proxy

How to install?

* Tested only on Linux, you need python-twisted
* Clone git
* Put your wallet in config.py and configure other settings
* Start xmr-proxy.py

How to install on Windows
https://bitcointalk.org/index.php?topic=735738.msg8331755#msg8331755

ToDo

* Automatically failover via proxy, also for non-supported miners (ccminer)
* Restartless after config change

Requirements
Works only with pools which support stratum-proxy.
Patch to node-cryptonote-pool by zone117x will be available soon.
Currently works on both DwarfPool servers.

Support
admin@dwarfpool.com

Donation for development
XMR = 466KoUjvbFE2SduDyiZQUb5QviKo6qnbyDGDB46C6UcTDi5XmVtSXuRYJDmgd6mhYPU92xJHsTQyrSj LbsxdzKQc3Z1PZQM


FAQ

Quote
Is it possible to give a more detailed description of the principle of the proxy?
If I have 6 rigs, will it use much less bandwidth with the proxy? Does the proxy get a very high difficulty work from the pool and then divide/distribute it to the rigs? If so, how does it divide the work?

For your rigs this proxy looks like a pool.

Proxy set only one connection to the pool (socket) so than inside this physical connection makes virtual login-connections to the pool for every Rig/PC. Therefore every rig get its own difficulty from the pool.

It doesn't reduce the traffic (anyway it's insufficient), but you have better control (wallet and pool settings in one place).
Just put to your miner the proxy as a pool, any number as username and password. Your miners don't need any changes more and forever. Your miners never need changes anymore.
If you want to change the wallets or other settings, you change it in config.py of proxy and restart it. Miners will be reconnected automatically. In the next version I'll make it without restart, on the fly.

Quote
I notice that my rigs usually get 100001 difficulty work from pools, not Dwarf. Is this the maximum a pool will send out? What is the maximum difficulty Dwarf will send out to the proxy?

DwarfPool has currently vardiff from 5000 up to 100000. 100k is very rare )) because the pool creates the personally vardiff for each.

Quote
The log file grows too fast. Is it possible to disable saving to the file?
Can we disable it totally?

Yes, just comment it like here

Code:
#LOGFILE = "logfile.log"

171  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Ф365Coin - Your daily currency. ★0% Premine★ SHA3 Keccak Poll Added! on: August 08, 2014, 11:18:57 PM
Dawrfpool has stopped responding to emails requesting assistance for 365 coin. The 365 website is offline....  Is it time for 365 to RIP?  Without the block data, we can not sync the wallets to get credit for any mining or transactions.....
which mail do you mean?
172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: August 05, 2014, 05:05:09 PM
@Atrides,  your total hash rate number is something not right. Sometimes it is lower than your own pool hash rate.


Hashrate of pool is based on my own formula, very approximate.
Some day I'll recheck the formula and make it preciser. But currently it's just cosmetic, payment calculation based on real shares

But Total hashrate is from Wallet and it shows always wrong data because of error in wallet. Sometimes lower then dwarfpool-hashrate, sometimes double more
173  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: August 05, 2014, 12:36:14 PM
521214   14-08-05, 13:57:59 (8 minutes ago)   22853915.6615   immature

Congrats user JKsu7wDwjMjUN82qYhEDnqB2JaUsuVBhro  (3th biggest user)
Jackpot block 521213 found by PoS block 521214

you gave the wrong one Grin

Should be this
http://dwarfpool.com/jpc/address?wallet=JRv2v7PcTcx9ab7dwgjWRaHEWY4GcKVP9f

Fixed, who is lucky here?
174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: August 05, 2014, 12:19:55 PM
521214   14-08-05, 13:57:59 (8 minutes ago)   22853915.6615   immature

Congrats user JRv2v7PcTcx9ab7dwgjWRaHEWY4GcKVP9f  (3th biggest user)
Jackpot block 521213 found by PoS block 521214
175  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: August 05, 2014, 10:36:44 AM
hmm..something wrong with dwarfpool? no block since 1.5h - hard to believe...

edit: http://dwarfpool.com/ shows diff: 0.0 for 4 coins (jpc incl.)
Indeed weird... same here

http://explorer.jpcpal.com/address.php?address=JdaWQx5PCseQUB96FUZ4vALkfPYFUzVG6U

probably just a front end issue.

Yes, it was only frontend issue.

I think dwarfpool has an issue right now. Most of PoW blocks are from miningpoolhub.

That's wrong, see on http://dwarfpool.com/jpc how many block we found.
The block distribution correlate to hashrate

176  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SFR] SaffronCoin Multi Algo X11|Blake - SFRMS - HardFork at 171780 on: August 05, 2014, 10:09:03 AM
Difficulty too high, we need time for first block, then GW must reduce diff
177  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SFR] SaffronCoin Multi Algo X11|Blake - SFRMS - HardFork at 171780 on: August 05, 2014, 08:45:07 AM
DwarfPool is updated to 1.3.4

You can use our servers as nodes:
addnode=erebor.dwarfpool.com
addnode=moria.dwarfpool.com
178  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SFR] SaffronCoin Multi Algo X11|Blake - SFRMS - HardFork at 171780 on: August 05, 2014, 05:57:31 AM
By Hardfork devs have to implement not accepting connections from old client, but I see a lot clients with /SFRDEV:1.3.2/ /SFRDEV:2.2.2/ /SFRDEV:2.3.0/
179  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [SFR] SaffronCoin Multi Algo X11|Blake - SFRMS - HardFork at 171780 on: August 03, 2014, 09:09:53 PM
About 1500 Blocks left for the HardFork v1.3.3. Please update all your clients and daemons to v1.3.3/v2.4 if you haven't already.

DwarfPool is updated on all servers.

Groestl is the most energy effective algo!

http://dwarfpool.com/sfr

180  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: July 31, 2014, 10:45:06 PM
does claymore's miner really shave off 20% ontop of the 5%  ? i think i'm missing an extra 1 monero from my mining revenue today like i should have gotten 6 moneros today but i only got 5 !!

i heard that guy who made the miner is not honest and is stealing from us and has the fees set higher than 5% more like 25%  Sad

When you start mining on some XMR pool, it takes few hours for your coins to be credited as it takes many more confirmations to credit mined coins opposed to when you send coins from one place to another. It is possible you will get that extra 1 XMR few hours after you stop mining (i dont encourage you to stop).



dwarf pool already shows all that data and i'm still missing the extra 1 monero, man i hope that closed source crap miner ends and we get something open source like with other coins ...

May be could somebody help me with open source ATI miner.
I have worked already on it: https://bitcointalk.org/index.php?topic=583449.msg8117929#msg8117929
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!