Bitcoin Forum
May 25, 2024, 09:17:27 AM *
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 »
41  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork. on: October 06, 2015, 12:03:43 PM
The python file is called "xmr-proxy", is that right?
thx, fixed
42  Alternate cryptocurrencies / Mining (Altcoins) / [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork. on: October 05, 2015, 09:48:34 AM
DwarfPool Ethereum
http://dwarfpool.com/eth


Release: Stratum-Proxy for Ethereum
 
About 10-20% growth in earnings in comparison with the other standart pools

What is it?

This is Stratum Proxy for Ethereum Pool using asynchronous networking written in Python Twisted.
Equal solo-mining, different is that is a stable effect and not just a variable luck.

The Beta-version (v0.0.3) Download here and compiled version for Windows

Stratum port on the pool 8008, on all servers
Parameters change in config.py (there are ports, wallet and email)

Features:

  • the only one connection to pool
  • proxy get the new work from the pool as soon as the new block appears. There is no need to sent requests to the server permanently (miniers do it usualy 2 times/sek)
  • workers get the work from the proxy locally
  • submit of the shares without network delay, proxy answers to the worker and at the same time sent solution to the pool. There are no network delay, there won't be created the new connections to pool.
  • configuration of the wallet is centralized in settings file, miners do not need to pass it.
  • Bypass worker_id for detailed statistic and per rig monitoring
  • you can put your email in settings to monitor every worker
  • Pool pays out uncle blocks!

How it works?

Code:

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

The command line to start miner with proxy looks like (with worker and without it)
Code:
./ethminer --farm-recheck 200 -G -F http://127.0.0.1:8080/rig1
./ethminer --farm-recheck 200 -G -F http://127.0.0.1:8080/

After many tests I recommend to use farm-recheck=200 with proxy


-----------------------

Requirements
Works only with pools which support stratum-proxy.
Currently works on all DwarfPool servers (EU, US, RU)

How to install?
Proxy developed on Phyton, therefore the dependencies are:
* Python 2.7+
* python-twisted

[Linux]
Code:
1) install twisted
 apt-get install python-twisted
2) start proxy with
 python ./eth-proxy.py

[Windows]

Download compiled version or download as python code:

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

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

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

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

5) Install zope.interface, in console run:
   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 eth-proxy. Extract eth-proxy.zip. Change settings in config.py and start with command:
  python xmr-proxy.py

Known open issue
- shown speed on the site is rough, but the increase can be seen by amount of sent shares

ToDo
- Transmit parameter submitHashrate
- Automatically failover via proxy
- EXE file for Windows, so that it was not be necessary to install all dependencies as described below

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 connections to the pool for every Rig/PC.

It reduces not only the traffic and submit time, but you have better control and get more coins for you hashrate.
Just put to your miner the proxy as a pool and any username as worker. Your miners don't need any changes more and forever.
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.

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"

Support
admin@dwarfpool.com
43  Alternate cryptocurrencies / Pools (Altcoins) / [ETH][EXP][XMR][ZEC][GRS] DwarfPool - stable pool with PPS system. on: September 18, 2015, 01:05:01 AM
DwarfPool

- Anonymous pool, no registration required

- Autopayouts from 1 ETH/EXP

- True hour based PPS (proportional your shares every hour). 1% fee

- DDoS protection by different providers

- Maxmimum transparency, no stealing shares and no hidden fees, no payout commissions. All TX-fee paid by pool from pool and eth/exp-fee.

- Separate workers with the same wallet for detailed per rig statistics

- Monitoring of every rig via email and API

- Greatly optimized extreme powerful pool engine

- Free choice of 4 server locations worldwide EU / USA-CA / ASIA / RU

Servers:
eth-eu.dwarfpool.com (Europa)
eth-us.dwarfpool.com (USA/CA)
eth-ru.dwarfpool.com (Russia)
eth-hk.dwarfpool.com (Hong-Kong)

exp-eu.dwarfpool.com (Europa, will be available today)
exp-us.dwarfpool.com (USA/CA)

All your shares will be calculated from all servers!

ETH
- Port getwork: 80
- Port stratum: 8008

EXP
- Port getwork: 81
- Port stratum: 8018

Mining address:
Code:
http://eth-eu.dwarfpool.com:80/YOUR_WALLET
Code:
http://exp-eu.dwarfpool.com:81/YOUR_WALLET
With worker
Code:
http://eth-eu.dwarfpool.com:80/YOUR_WALLET/YOUR_WORKER
Code:
http://exp-eu.dwarfpool.com:81/YOUR_WALLET/YOUR_WORKER

Increase earning with STRATUM protocol upto 20% compared to getwork pools.

Example
Code:
ethminer.exe -G -F 
   http://eth-eu.dwarfpool.com/0x2a65aca4d5fc5b5c859090a6c34d164135398226/rig1

New further features will be implemented on the pool next week

DwarfPool Quality you can trust!

44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] AxiomMemHash, Schnorr Sigs, 8/3 Status Update, AxiomPOS 3.0, AXH 2.0 on: August 03, 2015, 04:24:29 PM
Quote
1 Million will be mined and staked during this first month.

The total amount of coins will be 2.57 million after 3 months, heading into the second high dPoS phase.

There will be 4.45 million total coins after 1.5 years, then the block reward will drop off sharply.

The total amount of coins will be close to 10 million in the next 4 years.

And what we see in the reality?

650K in first 3-4 days
1.39 million after first week
45  Alternate cryptocurrencies / Altcoin Discussion / Re: FreeBazaar - OpenBazaar with Monero on: July 21, 2015, 04:14:56 PM
Atrides,
Now that you've had a chance familiarize yourself with OpenBazaar, can you describe what needs to be done to make it compatible with XMR and estimate how long it would take to do it? Also, what are the obstacles to completing the project as you initially proposed. Are there technical difficulties? Do you need help?
Best,
pa

so, any news atrides?

at least openbazaar is developing quite fine: http://www.reddit.com/r/Bitcoin/comments/3e1aeb/openbazaar_and_ob1_to_launch_by_thanksgiving_2015/

I will answer together. Yes, I'm still working on it.
The main problem in OB is hardcoded bitcoin integration. If they will make it a little expansible, it will be great. But currently state of OB - extremely closed to BTC.
My patches integrate XMR support, but it looks like "side/non-main coin".
If OB don't want to separate coin-code and market-code, then we have only two ways:
1) keep FB and always update it with OB patches. May be they will accept our patches, but I'm sceptical due to hardcoded BTC.
2) separate branches and have completely own way.
46  Alternate cryptocurrencies / Altcoin Discussion / Re: FreeBazaar - OpenBazaar with Monero on: July 10, 2015, 11:07:07 AM
I don't stop the project and still working, but especially for you I made your request.
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: July 01, 2015, 07:43:07 PM
It's a screenshot from letter by "Moneero" company. They agreed that "monero" is a common word.


And now they write us:
"We have trademark moneey, therefore you can not use money in domain names"

Good, they told you how to refute their claim.  Huh

It not against me, it was against "Monero" trademark a half year ago.
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: July 01, 2015, 07:31:51 PM
It's a screenshot from letter by "Moneero" company. They agreed that "monero" is a common word.


And now they write us:
"We have trademark moneey, therefore you can not use money in domain names"

49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: July 01, 2015, 02:59:28 PM
Deleted. We will work on trademark issue
50  Alternate cryptocurrencies / Altcoin Discussion / Re: FreeBazaar - OpenBazaar with Monero on: June 28, 2015, 07:47:16 PM
Any updates on this Atrides?  When do you expect to have something useable online?
It will be very usefull if somebody can download the code and post me issues.
51  Alternate cryptocurrencies / Altcoin Discussion / Re: FreeBazaar - OpenBazaar with Monero on: June 18, 2015, 09:07:36 AM
Donation Address?

Code:
45jWVQzoyRdH8bd8CA66yBHYQ4ZXmfw81KCr1PdbzcDJND65L5sFzFmN5ty1tzhk3EPHnUfLqB8SpLfPRQAnNnaB1x958c9

And if you donate, please send me PM, I'll add you to donators list, or you can donate anonymous
52  Local / Альтернативные криптовалюты / Re: Ethereum смарт-контракты и приложения on: June 16, 2015, 02:38:17 PM
Давайте активизироваться и искать пул, без него тут в майнингде делать нечего, это надо фиг знает какие мощи иметь, чтобы хоть что-то попытаться намайнить

Хм, а когда старт точнее?
И что там будет с наградами, если премайн уже 60M монет. Инфа на эту тему протеворичива: сколько всего монет, до какого блока, способ уменьшения...
Кто-нибудь при компиляции смотрел код, на что там похожи блоки?
53  Alternate cryptocurrencies / Altcoin Discussion / Re: FreeBazaar - OpenBazaar with Monero on: June 12, 2015, 08:13:59 PM
monero can not perform multisig until now. but research is done in this direction and its on the list somewhere i guess.

however, escrow is possible without multisig, but need a trusted party

right, I forgot to add "multisig"
54  Alternate cryptocurrencies / Altcoin Discussion / Re: FreeBazaar - OpenBazaar with Monero on: June 12, 2015, 07:42:30 PM
So this project is to integrate XMR with OpenBazaar, correct?  Or is it to fork OpenBazaar to a completely separate codebase that supports XMR?

At first stage just integrate XMR into OpenBazaar as fork "FreeBazaar".
On the second if it possible, commit all into OpenBazaar. If not (because BTC is very hardcoded, OB-dev may decline it) then it will be parallel/separate XMR-Bazaar.
55  Alternate cryptocurrencies / Pools (Altcoins) / Re: [XMR][JPC][TAC][MAX][GRS]Reliable DwarfPool- Anonymous, failover CA/EU/Asia on: June 12, 2015, 07:06:18 PM

I can't believe you guys are still mining on DwarfPool.
The admin Atrides is gone away long ago with 10000 XMR from the community.

Come on Atrides, give back the funds or finish the damn work !
At least give us some explanations.

EDIT : I've seen you came back.

1) I don't got 10k XMR
2) The work is still in progress
3) You are not donater

56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: June 12, 2015, 07:01:21 PM
Patience is not be the problem, i think the people would be fine with a little update here and than, but the way no one heard a thing was suspicious. Or in plain german. "Ab und zu mal was hören lassen".

You are right, my mistake was that I have posted only in closed group.
I opened official thread of FreeBazaar for all discussions
https://bitcointalk.org/index.php?topic=1088354.new#new
57  Alternate cryptocurrencies / Altcoin Discussion / FreeBazaar - OpenBazaar with Monero on: June 12, 2015, 06:59:40 PM
I start this topic for discussion related to FreeBazaar.

FreeBazaar is fork of OpenBazaar with Monero (XMR) support

GitHub: https://github.com/freebazaar/FreeBazaar/

What done up to date:
- XMR integration
- Payments with payment_id
- fixes of some bugs in OB
- communication with Monero daemon.

What To-Do:
- delete multisig escrow from process
- work with OB-dev team to integrate XMR into main project, if possible convince to make the code BTC-independence (currently BTC is very hardcoded). Contacted with Sam Patterson from OB.

From my side was mistake that I have closed group where posted updates. From now I will make it here.

OpenBazaar raized 1M$ from investors. So I think they will speed up with development process. I follow all commits, and I fix they for right work with monero.

58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: June 12, 2015, 05:57:51 PM
Github is open https://github.com/freebazaar/FreeBazaar/

Regarding OpenBazaar, I spoked with Sam Patterson <sam@openbazaar.org>

Please have a patience, OpenBazaar was half-dead from summer up to last month, even with more donations. (I got only 2.3k$ for the whole implementation)

Now, after OpenBazaar get 1M$, FreeBazaar get more meaning. And developing progress is still continue, I implement all patches from OB and fit they with FB-changes.

I don't stop to make the project.

What done up to date:
- XMR integration
- Payments with payment_id
- fixes of some bugs in OB
- communication with Monero daemon.

What To-Do:
- delete escrow from process
- work with OB-dev team to integrate XMR into main project, if possible convince to make the code BTC-independence (currently BTC is very hardcoded)
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin 1.6#Unique Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: March 29, 2015, 09:32:12 AM
The Pool for JackpotCoin will be disabled due to leak of interest of users and extreme usage of server power.
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin 1.6#Unique Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: March 28, 2015, 08:53:15 AM
Any news, will the coin live?
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!