Pages:
Author

Topic: mmpool.org - 1.5% fee DGM/PPS - tx fees/vardiff/merge mine/tor - page 58. (Read 361844 times)

sr. member
Activity: 268
Merit: 250
Understood I've been paying .0115-.0117
newbie
Activity: 50
Merit: 0
pushing 100 th/s next 4-5 hours anyone else wanna help lol Kiss Kiss
I've been trying for 10 days, but it's been a sellers market on both nicehash and westhash since the last difficulty adjustment (mmr too, and betrarigs is a mess).  If the expected return is 0.01131 per TH/Day, it only makes sense - for me - to buy at ≥ 5% below that.  ..and it looks like it will get 'worse' on Monday, based on current network hash rate.

But I hope you solve one, and it's loaded with transaction fees. Smiley
sr. member
Activity: 268
Merit: 250
pushing 100 th/s next 4-5 hours anyone else wanna help lol Kiss Kiss
sr. member
Activity: 268
Merit: 250
 Grin Grin Grin Lets hit a block in the next 20 hours whadda ya say ...lol Grin Grin Grin
sr. member
Activity: 375
Merit: 250
EDIT: 0.02% reject rate after 13 hours. I'd say it's working pretty well.
Great, thanks for the feedback!
hero member
Activity: 591
Merit: 500
I just enabled it now. Thanks for pointing it out that IPv6 wasn't working!
Sweet. I've got my miner pointed at the direct IPv6 address with the backup1 server for failover just in case. I'm always looking for new ways to get some use out of my IPv6 connection; I think I'm using it for a majority of my traffic now. Cheesy

EDIT: 0.02% reject rate after 13 hours. I'd say it's working pretty well.
sr. member
Activity: 375
Merit: 250
Oh nice, I'm seeing that now. Did you just add that or has it been enabled for a while?
I just enabled it now. Thanks for pointing it out that IPv6 wasn't working!
hero member
Activity: 591
Merit: 500
Assuming I configured things right, this should now work. mmpool.org now as an IPv6 DNS entry. I tested with the direct IPv6 address as well: 2600:3c00::f03c:91ff:fe84:db84. Let me know if there's a problem.
Oh nice, I'm seeing that now. Did you just add that or has it been enabled for a while?
sr. member
Activity: 375
Merit: 250
So this is basically just another way of tunneling IPv6 traffic over IPv4? Will you be adding native IPv6 for those of us that already have it? Smiley
Assuming I configured things right, this should now work. mmpool.org now as an IPv6 DNS entry. I tested with the direct IPv6 address as well: 2600:3c00::f03c:91ff:fe84:db84. Let me know if there's a problem.
hero member
Activity: 591
Merit: 500
A while back the pool used to support connecting and mining via cjdns. cjdns is described as:

Quote
Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks.

I've re-enabled this for testing purposes as another backup in case mmpool.org is attacked or down. It should provide better performance than the tor hidden service option but it isn't intended for anonymity.
So this is basically just another way of tunneling IPv6 traffic over IPv4? Will you be adding native IPv6 for those of us that already have it? Smiley
sr. member
Activity: 375
Merit: 250
A while back the pool used to support connecting and mining via cjdns. cjdns is described as:

Quote
Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks.

I've re-enabled this for testing purposes as another backup in case mmpool.org is attacked or down. It should provide better performance than the tor hidden service option but it isn't intended for anonymity.

To get running on Linux, follow the directions at the cjdns gitub. Simple steps to get started would be:

Code:
$ sudo apt-get install nodejs git build-essential
$ git clone https://github.com/cjdelisle/cjdns.git cjdns
$ cd cjdns
$ ./do
$ ./cjdroute --genconf >cjdroute.conf
...add peer to cjdroute.conf...
$ sudo ./cjdroute

For Windows there is a compiled binary in cjdns_windows.zip. Then:

  • Install the required tun driver by running tap-windows-9.9.2_3.exe
  • Copy the cjdroute.exe binary to a directory of your choice
  • Create a shortcut on your desktop to 'cmd.exe'
  • Right click on the shortcut and choose 'Properties'. Click the 'Shortcut' tab and click 'Advanced'. Make sure 'Run as Administrator' is checked.
  • Run the cmd.exe shortcut and change to the directory you put 'cjdroute.exe' in
  • Run: cjdroute --genconf >cjdroute.conf
  • Edit cjdroute.conf to add peers
  • Run: cjdroute --nobg

These steps result in an ipv6 network being configured that access the cjdns machines and you'll have an ipv6 address. You should read the cjdns documentation regarding what this means, security, etc.

As mentioned in the steps above you'll need a peer to connect to. If you don't have one you can use the following peer:
Code:
"45.56.125.183:51234":{"password":"3qknzbg5r3u9t9qn7xgc0hdh87y3g2z","publicKey":"xrsw0wkplfh74bur5vgdspu2q6n91drk2x7l179l6zg5tpfru880.k"}

Add that snippet to the 'connectTo' section of 'UDPInterface'. It should look like ('aportnumber' will be your own number):
Code:
       "UDPInterface":
        [  
            {  
                // Bind to this port.
                "bind": "0.0.0.0:aportnumber",

                // Nodes to connect to.
                "connectTo":
                {
                    "45.56.125.183:51234":{"password":"3qknzbg5r3u9t9qn7xgc0hdh87y3g2z","publicKey":"xrsw0wkplfh74bur5vgdspu2q6n91drk2x7l179l6zg5tpfru880.k"}
                }
            }
        ]

You can test by visiting http://[fcb6:1bb4:2fdc:8452:283c:dd3d:9aee:efca] in the browser. This should give you the pool front page but retrieved over the cjdns network. If that works you can mine using:

Code:
./cgminer -o "stratum+tcp://[fcb6:1bb4:2fdc:8452:283c:dd3d:9aee:efca]:3333" -u username -p d=diff

It's a bit of an involved process but if anyone tries it out and gets it working I can document it as another alternative mining option in case of DDOS.
sr. member
Activity: 268
Merit: 250
will hit it hard for first 2billion shares then back off a bit Cry Cry
sr. member
Activity: 375
Merit: 250
Block 342828 was found by 06ae84f6 earning them an extra 0.09 BTC in transaction fees.
sr. member
Activity: 268
Merit: 250
gonna try westhash since phillipma recommends with MMR some rigs work and some dont with mmpool i have some rigs that no matter what blow rejects I will try with diff set to 85000 and hope for the best... they are also the lowest priced
sr. member
Activity: 268
Merit: 250
gonna make another push for the block again in about an hour 200th for 4hr's this blocks gotta fall lol Cry Cry
Hash is overpriced (for me) because of the increase in difficulty, but if you're gonna do it, please solve one. Smiley
Keep an eye out for this one it is low priced but has only 3 hour chunks
http://rentrig.co/rigs/16213

Edit: he has since raised rental hour limits but also the price when using MMR keep an eye out as about 50% of the time i have noticed significant issues hashing to MMPOOL ....as a follow up to the lower post I created an account at westhash and saw great stability as well as low prices purchased hashrate was well represented on poolside numbers no matter the amount 100-1000 th/s
newbie
Activity: 50
Merit: 0
gonna make another push for the block again in about an hour 200th for 4hr's this blocks gotta fall lol Cry Cry
Hash is overpriced (for me) because of the increase in difficulty, but if you're gonna do it, please solve one. Smiley
sr. member
Activity: 268
Merit: 250
gonna make another push for the block again in about an hour 200th for 4hr's this blocks gotta fall lol Cry Cry
sr. member
Activity: 375
Merit: 250
To prevent this from impacting operations in the future I'm going to spin up a couple of extra servers in different locations as fallbacks. This will enable non-tor miners to use these if the main one goes down. I'll post back here when this is done. I hope to have this up in 24-48 hours.
There is now a backup server on backup1.mmpool.org. Through this you can access the web interface of the pool, and do mining via stratum using that as the pool address. You can use this and mmpool.org as addresses anytime and choose whichever gives you the best performance.
sr. member
Activity: 268
Merit: 250
Thanks for the update and getting the pool back up glad to know it wasn't a malicious attack Grin Grin
sr. member
Activity: 375
Merit: 250
i have no idea how to mine with tor do i have to have tor installed on my pc to point miners there?
I don't think you need the Tor browser installed.  If you have command line access to cgminer, I think you just use the 'usewithtor' command and the mmpool Tor address.
This is correct. If you have a linux system, something like the following gets you operational over tor:

Code:
$ sudo apt-get install tor torsocks
$ usewithtor cgminer -o stratum+tcp://phkttm64gbquasaq.onion:3333 -u username -d p=1000

(Where 1000 should be the difficulty you want to mine at and username should be your pool username).
Pages:
Jump to: