Bitcoin Forum
May 25, 2024, 01:27:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 19, 2014, 10:06:58 PM
Couple of issues with P2Pool.

--Memory Leak

The current p2pool software has a memory leak that uses all the available ram until it shuts down. It's an unfortunate pain.

--Hashrate

People go where the hashrate is. There used to be a p2pool.darkcointalk.org but the hashrate just became so miniscule that it had to be shut down. Even the main mpos pool http://mining.darkcointalk.org currently operating doesn't have a hashrate comparable to the top three pools. This is probably because of the misconception that a pool with a higher hashrate pays better when in fact, it pays exactly the same. https://bitcointalk.org/index.php?topic=13002.0 (If you do mine, consider mining occasionally on the DCT pool it pays for the forums)

--Dust Payments


When mining on a p2pool, you receive payments in very small inputs over the course of a day. Unlike a traditional pool when you can specify when to withdraw your coins or set up a predetermined withdrawal amount, you have no control over a p2pool payment. After a certain amount of transactions into the wallet, the QT wallet fails to function properly and becomes unusable. (possible bug with qt itself)

--P2pool is unusable for small miners

P2pool works by using a shared chain. It requires a higher hashrate than an MPOS or NOMP pool due to it needing to submit work faster than the latter. This disqualifies cpu miners from ever submitting valid shares in the time frame required of them.  The minimum hashrate for LTC's p2pool is roughly 10MH/s. Before ASIC's I believe it was around 2.5MH/s. Unfortunately, I don't have the information to determine the minimum hashrate needed for a Darkcoin p2pool. Vertoe asked on stackoverflow but the answer was awful. http://bitcoin.stackexchange.com/questions/24557/how-to-calculate-the-minum-recommended-hashrate-for-p2pool-network

So there definitely are some drawbacks to p2pool. I think it's a great concept but impractical.

Been running a p2pool node for about 6 months now on a VM with 2 gig of ram...  haven't noticed any memory leaks.  Hashrate = people are stupid.  Dust payments = Valid.  low hashrate = semi valid but you don't get the point... its not the speed you hash at its the volume of hashes you are completing...  I could theoretically cpu mine bitcoin itself and still find a block its the difficulty and the amount of hashes that has to be done to get a winner that actually counts.
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 19, 2014, 09:52:54 PM
How hard would it be to add the p2pool server software to wallets?



Not entirely trivial. I've thought about it. p2pool is in python and has a lot of deps, official wallet is c++, result would be unwieldy...

I think they are best kept separate for now, but a simple to install (1-click) prepackaged p2pool would be awesome.

edit: adding some code to the official wallet to seek out the nearest p2pool node and use that instead of solo mining would be 100x easier. Grin

There already is a simple way to find p2pool nodes...  simple google search darkcoin p2pool node finder = p2pools.org/drk

Find the pool node with the lowest latency and go... check your stats on the node by http://whateverpool:7903

couldn't be easier.  Setting up a node requires you to at least be a linux noob that can figure out what dependencies are and how to install stuff... took me all of a couple hours at most to figure it out and get my node running.
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 18, 2014, 09:43:05 PM
i have some bad news, i just decoded the message and it says something about Earth getting destroyed to make room
for some galactic highway  Shocked it says to visit your local planoffice for more info ? Huh  anyone knows where it is ?

Good thing I have my towel handy.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 10, 2014, 03:12:57 AM
and let the panic selling begin...  I laugh at the fools
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 09, 2014, 09:58:21 PM
Anybody having issues with p2p pools? Out node finds blocks but the payouts are terrible or sometimes we get blocks that don't show up in the chain, like this- http://explorer.darkcoin.io/block/0000000000027ade77e23bb76eacbd225ada0621c013643252cd07193234d27e

The node I'm using is http://p2drk.mupool.com/static/

Any reason why p2p is suffering?

They are on the wrong wallet version and though on the wrong chain.
Pick a pool here http://p2pools.org/drk
Take one of those with the highest global hashrate reported, the others are all on wrong chains, beacuse they didn't update their wallets.

I did email the owners to inform them, it looks like they have updated to the correct protocol version though.

I would have joined another pool, but they are the only ones who allow access over port 80, something my miners need.


Not the only ones...  mine is set up to port forward 80 to 7903 as well.  stratum+tcp://68.112.53.84:7903 or stratum+tcp://68.112.53.84:80

I do not have access to the network/router settings, i.e, no port forwarding as my miners are not in my home.

Is that what you are basically doing?

Yes inbound traffic on port 80 gets forwarded inside my network to 7903 on the p2pool node... so you should be able to connect to 80 and my end translates it for you.

Tried it now, not picking it up- sgminer.exe -k darkcoin-mod -o stratum+tcp://68.112.53.84:80 -u Xt6hnRBqBkqfnQhqivcbQc7Bt1Pov9XBAg

Hmm my bad...  power went out for a few hours last week due to upgrade...  external Ip changed to 75.136.158.144

We still seem to be on the wrong fork-solving block 166233 15 minutes ago (at time of this post) when that block was solved yesterday already.

Nothing to worry about... whoever the knucklehead is that hasn't updated their wallet is not actually getting any credit for their hashing power.  All of the blocks/shares submitted to the p2pool chain are being orphaned due to the fact that they are working on the wrong block.  Or at least that's how I understand it.
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 09, 2014, 09:50:52 PM
We haven't had a 200 page discussion about logos or names for months now. I'm getting withdrawal symptoms  Grin
Oh look, a fully functional DRK RainbowCoin wallet! RainbowCoin is pure puppydogs, unicorns and sunshine!  Smiley


That's right folks, call it whatever you like, the user never has to know they're utilising that dirty Darkcoin stuff!  Wink



I bet it even smells nice...  lol
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 09, 2014, 08:30:20 PM
Anybody having issues with p2p pools? Out node finds blocks but the payouts are terrible or sometimes we get blocks that don't show up in the chain, like this- http://explorer.darkcoin.io/block/0000000000027ade77e23bb76eacbd225ada0621c013643252cd07193234d27e

The node I'm using is http://p2drk.mupool.com/static/

Any reason why p2p is suffering?

They are on the wrong wallet version and though on the wrong chain.
Pick a pool here http://p2pools.org/drk
Take one of those with the highest global hashrate reported, the others are all on wrong chains, beacuse they didn't update their wallets.

I did email the owners to inform them, it looks like they have updated to the correct protocol version though.

I would have joined another pool, but they are the only ones who allow access over port 80, something my miners need.


Not the only ones...  mine is set up to port forward 80 to 7903 as well.  stratum+tcp://68.112.53.84:7903 or stratum+tcp://68.112.53.84:80

I do not have access to the network/router settings, i.e, no port forwarding as my miners are not in my home.

Is that what you are basically doing?

Yes inbound traffic on port 80 gets forwarded inside my network to 7903 on the p2pool node... so you should be able to connect to 80 and my end translates it for you.

Tried it now, not picking it up- sgminer.exe -k darkcoin-mod -o stratum+tcp://68.112.53.84:80 -u Xt6hnRBqBkqfnQhqivcbQc7Bt1Pov9XBAg

Hmm my bad...  power went out for a few hours last week due to upgrade...  external Ip changed to 75.136.158.144
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 09, 2014, 07:51:56 PM
Anybody having issues with p2p pools? Out node finds blocks but the payouts are terrible or sometimes we get blocks that don't show up in the chain, like this- http://explorer.darkcoin.io/block/0000000000027ade77e23bb76eacbd225ada0621c013643252cd07193234d27e

The node I'm using is http://p2drk.mupool.com/static/

Any reason why p2p is suffering?

They are on the wrong wallet version and though on the wrong chain.
Pick a pool here http://p2pools.org/drk
Take one of those with the highest global hashrate reported, the others are all on wrong chains, beacuse they didn't update their wallets.

I did email the owners to inform them, it looks like they have updated to the correct protocol version though.

I would have joined another pool, but they are the only ones who allow access over port 80, something my miners need.


Not the only ones...  mine is set up to port forward 80 to 7903 as well.  stratum+tcp://68.112.53.84:7903 or stratum+tcp://68.112.53.84:80

I do not have access to the network/router settings, i.e, no port forwarding as my miners are not in my home.

Is that what you are basically doing?

Yes inbound traffic on port 80 gets forwarded inside my network to 7903 on the p2pool node... so you should be able to connect to 80 and my end translates it for you.
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 09, 2014, 07:21:17 PM
Anybody having issues with p2p pools? Out node finds blocks but the payouts are terrible or sometimes we get blocks that don't show up in the chain, like this- http://explorer.darkcoin.io/block/0000000000027ade77e23bb76eacbd225ada0621c013643252cd07193234d27e

The node I'm using is http://p2drk.mupool.com/static/

Any reason why p2p is suffering?

They are on the wrong wallet version and though on the wrong chain.
Pick a pool here http://p2pools.org/drk
Take one of those with the highest global hashrate reported, the others are all on wrong chains, beacuse they didn't update their wallets.

I did email the owners to inform them, it looks like they have updated to the correct protocol version though.

I would have joined another pool, but they are the only ones who allow access over port 80, something my miners need.

Not the only ones...  mine is set up to port forward 80 to 7903 as well.  stratum+tcp://68.112.53.84:7903 or stratum+tcp://68.112.53.84:80
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 09, 2014, 05:23:18 PM
hi,

how to upgrade p2pool Huh

its difficult to find the right p2pool version and wallet.

thanks

Best way to mine via p2pool is to go to http://p2pools.org/drk find the closest server to you (lowest latency) that is running the latest version of p2pool (81fc6c5-dirty) and point your miner to that pools.  For failover capability grab the second closest and put that into your sgminer.conf as well.  With p2pool you want to have the lowest latency possible to the node you are mining on for better returns.
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 09, 2014, 08:45:53 AM
Anybody having issues with p2p pools? Out node finds blocks but the payouts are terrible or sometimes we get blocks that don't show up in the chain, like this- http://explorer.darkcoin.io/block/0000000000027ade77e23bb76eacbd225ada0621c013643252cd07193234d27e

The node I'm using is http://p2drk.mupool.com/static/

Any reason why p2p is suffering?

Something appears to be broken with p2pool...  getting a bunch of the following line spammed in my debug.log.  This isn't normal at all.  Turn off the p2pool node and it quits showing up until I start it again.

2014-11-09 08:43:05 ThreadRPCServer method=getblock
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 08, 2014, 08:08:31 PM
Boss, that was... kinda sexy.   Kiss

Kinda???  You Sir need to invest in some viagra
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 08, 2014, 07:49:30 PM
First Ever InstantX Demonstration

https://www.youtube.com/watch?v=zBjUPj-TmFE&feature=youtu.be

Edit: Sorry for terrible audio quality, I need a new mic!

Now this is worth getting excited about Tongue  Nice work Evan.
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: November 08, 2014, 07:35:05 PM
Heh...  my last buy was at .0153 and the buy before that was at .0225...  This little stuff down here at the bottom isn't even worth getting excited about.
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 31, 2014, 10:23:08 PM
All right... well that was semi-painful but all straight now...  darksend mixing my measly 70 drk in celebration.
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 31, 2014, 09:17:33 PM
yeah the problem with doing it all at once is the transaction is too large and it bombs out...  one at a time I have to send it watch the wallet go unresponsive wait a few minutes...  kill the process reopen the wallet...  rinse and repeat...  this is kind of a big deal for us little p2pool guys, I've only been mining since June 1st.
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 31, 2014, 08:54:56 PM
Not to spread FUD or anything...  but this wallet software is garbage when dealing with 1035 small (0.02 - 0.12 range) inputs... can't send more than about 20 drk without the transaction size being too large.  And to top it off my wallet is flipping out going unresponsive to the point I can't click on anything and get it to change screens.  Time to take a breather after instantx and fix the small stuff before it blows up imho.

How big is your wallet.dat file?

14.7 MB (14,712,832 bytes)...  is this too big?

Very much so. It has already been said to use coincontrol to send the coins to a new address. Just keep clicking inputs until you get fee, then deselect the latest to drop below the threshold and send. It's a pain in the ass, but it's not terrible.

Thanks Oblox for the detail on the instructions...  I'll give this a shot and try to clean it up.

That being said...  if this is a known issue, I hope someone is thinking of an elegant solution for the dumb unwashed masses out here.
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 31, 2014, 08:47:14 PM
Not to spread FUD or anything...  but this wallet software is garbage when dealing with 1035 small (0.02 - 0.12 range) inputs... can't send more than about 20 drk without the transaction size being too large.  And to top it off my wallet is flipping out going unresponsive to the point I can't click on anything and get it to change screens.  Time to take a breather after instantx and fix the small stuff before it blows up imho.

How big is your wallet.dat file?

14.7 MB (14,712,832 bytes)...  is this too big?

You'll need to consolidate those coins by sending them to yourself.
Once that's done you'll need to make a wallet.dat file and send your coins to that new wallet file.

That's way to big.

You'll still want to rename your old wallet.dat file to walletOLD.dat and save it for future reference.

yeah trying to clean up the wallet now...  gone unresponsive on me so trying to wait it out for a while before I cross my fingers and kill the process... tail -f on the debug.log shows it is still doing its thing in the background.  Sucks I have to change my miner address from the looks of it.
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 31, 2014, 08:08:42 PM
Now, On a more serious note...  I've had my wallet denominating for the last 7 or 8 hours and it is not mixing my plethora of p2pool payouts from mining even though they are in the same address...  Why isn't the wallet smart enough to combine the little inputs and mix them properly?

Move the zillions of inputs to another input (or even a completely different wallet) via coincontrol and start again.

P2Ppool payments, especially when there are tenths of thousands of them, are not easy to handle for a wallet.

This is currency independent.

That's what i'm trying to do...  wallet is currently unresponsive though.

bunch of this showing up in the debug.log

2014-10-31 20:07:12 dseep: Signature rejected, too far into the past CTxIn(COutPoint(b18478d9f268e7a10deecbda75a994bee87713053ec266e7e56aa28d9fe7942f, 0), scriptSig=)
2014-10-31 20:07:12 ProcessMessage(dseep, 116 bytes) FAILED
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] Darkcoin | First Anonymous Coin | Inventor of X11, DGW and Darksend | Instant TX on: October 31, 2014, 08:07:12 PM
Not to spread FUD or anything...  but this wallet software is garbage when dealing with 1035 small (0.02 - 0.12 range) inputs... can't send more than about 20 drk without the transaction size being too large.  And to top it off my wallet is flipping out going unresponsive to the point I can't click on anything and get it to change screens.  Time to take a breather after instantx and fix the small stuff before it blows up imho.

How big is your wallet.dat file?

14.7 MB (14,712,832 bytes)...  is this too big?
Pages: « 1 2 [3] 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!