k0d3
August 9, 2017, 9:31am
1
Hi all,
EDIT:
Thank to @PistoleDev
Hi guys
As promised, find here the Zcash Stratum Proxy v1.0.0:
Zecproxy v1.0.0
This proxy has been tested with flypool and nanopool successfully.
Tested with EWBF’s Zcash CUDA miner. 0.3.4b
[image]
Main Features
Zcash stratum proxy
Additional up to 10-20% increase of earning compared to standard pools
Pool failover system
Only one connection to the pool
Workers get new jobs immediately
Submit of shares without network delay, it’s like solo-mining but with benefits of professional pool
C…
i’m looking for a zec Proxy with follow requirements:
Bounty is 1 ZEC (escrow accepted)
PM me if you are interested
1 Like
Closest to what your looking for is zecProxy.
Zcash Stratum Proxy : GitHub - glambeth/zecProxy: Zcash Stratum Proxy
Still requires some development.
k0d3
August 9, 2017, 1:35pm
3
Already tried with EWBF, seems not work.
Ewbf error cannot connect to the server. 9
Pool used: flypool
Have you tried it for a while?
Yes. It has issues with processing jobs correctly and/or with connectivity generally.
Hopefully its a starting point though. I agree that we need a fully functional, non-dev-fee, open source stratum zec proxy asap.
k0d3
August 9, 2017, 2:19pm
5
I agree,
If someone is available for the job, I can offer 1 ZEC.
Just out of curiosity, what is the advantage of a
.other than the non-dev-fee portion?
Hey! Author of GitHub - glambeth/zecProxy: Zcash Stratum Proxy here. It was a quick hack, and i’m backpacking right now, but i’ll be back in 2 weeks and work on improving it
2 Likes
Hi guys
We had exactly the same needs, and without any opensource solution on the web, we decided to make it ourself. So we start working on a zec proxy this week and we made a nice alpha version (made from scratch, nodeJS, working with EWBF, tested on flypool with several rigs ).
We have now to fix some stuff and add some robustness hacks to allow “production usage” but we’re pretty close to a sherable version. I think we’ll be able to share an initial version next week.
We are also thinking about/adding some other cool features like pool failover system, cool Ascii UI, watchdog system (alerts/miners auto reboot on stuck GPUs), hashrate monitoring, pm2 support, etc… Lot of cool stuff to do
The project will be released on GitHub in Open Source & will be dev-fee free; however donations will be highly appreciated
Keep in touch
1 Like
k0d3
September 30, 2017, 6:14pm
11
the bounty is still available
1 Like
Hi guys
As promised, find here the Zcash Stratum Proxy v1.0.0:
Stratum proxy for Zcash
Zecproxy v1.0.0
This proxy has been tested with flypool and nanopool successfully.
Tested with EWBF’s Zcash CUDA miner. 0.3.4b
Main Features
Zcash stratum proxy
Additional up to 10-20% increase of earning compared to standard pools
Pool failover system
Only one connection to the pool
Workers get new jobs immediately
Submit of shares without network delay, it’s like solo-mining but with benefits of professional pool
Central Wallet configuration, miners doesn’t need wallet as username
Bypasse worker_id for detailed statistic and per rig monitoring - not supported on flypool yet / working on nanopool
PM2 support
Donations
ETH: 0x1212eF39d945aB9A9568Aa5a72c5CBA99Bbe46c1
ZEC: t1YAdYcnKR2ozADWPUvmgnDgf86gfsxQEEE
License
This software is provides AS-IS without dev-fee and without any warranties of any kind.
Please use at your own risk.
Enjoy !
1 Like
k0d3
October 5, 2017, 11:49pm
13
Awesome! Thank you for your work.
1 ZEC sent
1 Like
git clone git@github.com :BScrk/zecproxy.git
Cloning into ‘zecproxy’…
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Yep, you’r right… the good command to clone the repo without a github account setuped if the following :
git clone https://github.com/BScrk/zecproxy.git
Thanks @k0d3 for the donation !
Hi guys
We fixed an important bug today (the proxy became unstable after a peer disconnection…)
Please update the code to version 1.0.1
1 Like
mntsrv
October 9, 2017, 7:04pm
19
@PistoleDev , Please let me know if your proxy work also for ssl connections. Flypool,for example, can use ssl over your proxy?
1 Like
Not yet, but we’re working on it …
The SSL Feature will be released soon !
1 Like