Pages:
Author

Topic: [9 TH] Bitparking Pool, DGM 0%,vardiff,stratum,Merge Mining - page 35. (Read 163780 times)

legendary
Activity: 2114
Merit: 1031
What is cd.pn?
The domain name I use for various projects. The machine hosting my bitcoin stuff was originally bit.cd.pn and now it also hosts bitparking.

Interesting, is that a namecoin address?  Where are people seeing cd.pn?
legendary
Activity: 1078
Merit: 1005
What is cd.pn?
The domain name I use for various projects. The machine hosting my bitcoin stuff was originally bit.cd.pn and now it also hosts bitparking.
legendary
Activity: 2912
Merit: 1060
full member
Activity: 214
Merit: 100
legendary
Activity: 1078
Merit: 1005
Minimum withdrawal amounts have changed. They are now:

* BTC: 0.01, down from 0.05
* NMC: 0.05, remains the same
* DVC: 10, down from 50
* IXC: 0.01, down from 0.05

legendary
Activity: 1078
Merit: 1005
You know I'm not real versed in the details of how DGM works but it looks to me like the pool pays more than the block reward on the long blocks.  And since everything is a long block these days that seems unsustainable.
Right, but it pays less on short blocks allowing the pool to build up a buffer. So during unlucky times it pays more and during lucky times it pays less.
legendary
Activity: 1078
Merit: 1005
True but we want one last merged coin added

I suppose it's been a while... surprising really.
There's CoiledCoin but no one trades it on the exchanges Smiley
legendary
Activity: 1078
Merit: 1005
If Bytecoin had a merge mining patch applied, would you consider adding it?
If it's a sha256 coin that's tradeable and mergeable I'd look at adding it, yes.
legendary
Activity: 1078
Merit: 1005
If bitparking makes a second pool with PPC as the main chain with others merging, I will be mining there right now.
Is it possible?
Yes, it should be possible.
legendary
Activity: 2912
Merit: 1060
And you're right about Bitcoin, bytecoin will have to be patched and forked
legendary
Activity: 2114
Merit: 1031
True but we want one last merged coin added

I suppose it's been a while... surprising really.
legendary
Activity: 2912
Merit: 1060
True but we want one last merged coin added
legendary
Activity: 2114
Merit: 1031
If Bytecoin had a merge mining patch applied, would you consider adding it?

Wouldn't that go against what Bytecoin is supposed to be, which is a copy of bitcoin?  Bitcoin cannot be merge mined, correct?

You mine Bitcoin alongside the devcoin and namecoin correct with Bitparking? Isn't that merge mining?

Sorry, let me be more clear.  You can't mind bitcoin as a secondary chain to another coin, correct?

So if you can mine bytecoin as a secondary coin with bitcoin as primary, then bytecoin is no longer a true copy of bitcoin, which was it's intentions.

I have no problem adding it, but then it's something different than it was intended...  that's the only point I'm making.

So in a way, no - bitcoin cannot be merged mined... unless I'm wrong... hah
sr. member
Activity: 266
Merit: 250
aka 7Strykes
If Bytecoin had a merge mining patch applied, would you consider adding it?

Wouldn't that go against what Bytecoin is supposed to be, which is a copy of bitcoin?  Bitcoin cannot be merge mined, correct?

You mine Bitcoin alongside the devcoin and namecoin correct with Bitparking? Isn't that merge mining?
legendary
Activity: 2114
Merit: 1031
If Bytecoin had a merge mining patch applied, would you consider adding it?

Wouldn't that go against what Bytecoin is supposed to be, which is a copy of bitcoin?  Bitcoin cannot be merge mined, correct?
sr. member
Activity: 266
Merit: 250
aka 7Strykes
If Bytecoin had a merge mining patch applied, would you consider adding it?
legendary
Activity: 1726
Merit: 1018
You know I'm not real versed in the details of how DGM works but it looks to me like the pool pays more than the block reward on the long blocks.  And since everything is a long block these days that seems unsustainable.
legendary
Activity: 2912
Merit: 1060
legendary
Activity: 2114
Merit: 1031
If bitparking makes a second pool with PPC as the main chain with others merging, I will be mining there right now.
Is it possible?

My understanding is yes.  I think we mentioned it a few pages ago.  It's just not top on the priority list right now.  However, when there's 30-40% extra premium available, I like to share that information as well as offer my business to DoubleC, cuz he's awesome.

I also like to reassure him that I'll be back as soon as the premium is gone.
sr. member
Activity: 359
Merit: 250
Awesome pool, wish withdraw all works soon
Don't know what your needs are, but I set up a simple script to withdraw all my coins by using wget to pull the withdraw page.
I have cron run the script every day at midnight and never have to worry about withdrawing anymore.

Code:
#!/bin/sh
USERNAME=whatever_your_username_is
wget -O /dev/null http://mmpool.bitparking.com/withdrawCoin/$USERNAME/bitcoin
wget -O /dev/null http://mmpool.bitparking.com/withdrawCoin/$USERNAME/devcoin
wget -O /dev/null http://mmpool.bitparking.com/withdrawCoin/$USERNAME/ixcoin
wget -O /dev/null http://mmpool.bitparking.com/withdrawCoin/$USERNAME/namecoin
(normally wget creates a file of the page it downloaded.  In this case it would be the page that says "x coins withdrawn" or whatever.  -O /dev/null should prevent wget from creating these files)
Pages:
Jump to: