Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: vertoe on January 29, 2014, 10:04:02 AM



Title: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on January 29, 2014, 10:04:02 AM
Vertcoin Information: https://bitcointalk.org/index.php?topic=404364.0

https://i.imgur.com/tOOkgnh.jpg (http://turing.darkco.in:9171/)
Vertcoin P2Pool node: http://turing.darkco.in:9171/

Pool Information
  • 1% p2pool node fees
  • PPLNS payout with vardiff
  • Direct payouts to your wallet without being hold by any insecure pool wallet
  • Dynamic worker tracker frontend - just enter your address and watch the stats

Vertcoin P2Pool node: http://turing.darkco.in:9171/
Vertcoin Node scanner: http://turing.darkco.in:9172/


Difficulty
If you wish to manually control your pseudo-share difficulty outside of the range provided by the dynamic system you can do the following:
Code:
Vertcoin Address+0.00000116 x Hash Rate in KHash

For example for my R9 270x I use:
Code:
200 x 0.00000116 = 0.000232
VoeuxrG38U7YC8XHzCqa36gQf54SDJ7i3Y+0.000232

The following are suggested targets for various hash rates if you want to grab one quickly:

KHash/sDifficulty
50+0.00005821
100+0.00011641
250+0.00029103
500+0.00058207
750+0.00087310
1000+0.00116414

Please note
  • P2Pool payments can take up to 24 hours to ramp up after you start mining, please wait this long before seeking assistance
  • Payouts require that you solve at least one share of difficulty greater than the P2Pool share target per day.
  • Decreasing intensity can help your stale rates massively, and will improve your payouts in most cases.
  • You will notice an increased stale rate in your miner compared to a traditional pool, this is normal and expected behaviour for P2Pool (~5-10%)


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 03, 2014, 05:30:41 PM
Someone removed the DNS for p2pool.vertcoin.org ... please update your miners, to point to http://turing.darkco.in:9171/

Cheers
vertoe!


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 05, 2014, 03:44:27 PM
94 Blocks in last 24 hours, keep it coming guys!

Vertcoin at 0.01 BTC!


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 05, 2014, 08:49:45 PM
Does this work with the cpuminer-vert on Linux minerd?

I tried with many pools - only the GPU was actually generating hashes, even though they all say "accepted" I didn't seem to get any credit from the cpu miners.

A single CPU miner has too low hashrate. Use all your CPUs and GPUs with the same worker address and the pool will sum it up. This works quite well, I'm doing it. cpuminer-vert works.


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 05, 2014, 09:04:27 PM
Does this work with the cpuminer-vert on Linux minerd?

I tried with many pools - only the GPU was actually generating hashes, even though they all say "accepted" I didn't seem to get any credit from the cpu miners.

A single CPU miner has too low hashrate. Use all your CPUs and GPUs with the same worker address and the pool will sum it up. This works quite well, I'm doing it. cpuminer-vert works.

cpuminer-vert is showing 150Kh/s for me. That's about half of what my GPU does. So why is my worker not showing in the results?

Here is my address: ViPWZYswmgnN3pRWU85wfi9jnpA4N9HQLo

I can run 100 machines, but since it costs me money, I want to know that they actually work. Would it be better for me to setup my own pool?

I cant find your address here: http://turing.darkco.in:9171/current_payouts - this is global for the p2pool network.
Something must be wrong on your end, what's your command line?


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 05, 2014, 09:32:35 PM
I'm getting shares supposedly "accepted":

Code:
[2014-02-05 21:05:04] accepted: 1/1 (100.00%), 150.16 khash/s (yay!!!)
[2014-02-05 21:05:18] Stratum detected new block

So, CPU is not low hash rate at all.

Command line:

Code:
./minerd -o stratum+tcp://turing.darkco.in:9171 -u ViPWZYswmgnN3pRWU85wfi9jnpA4N9HQLo -p x

Thank you for helping. If we get this to work I'll have 100 machines, which means 1% of that is 150khash to your pool. :)


Just checked the logs, I see your shares:

Code:
2014-02-05 22:27:57.048984 P2Pool: 17324 shares in chain (17328 verified/17328 total) Peers: 28 (22 incoming)
2014-02-05 22:27:57.049058  Local: 50796kH/s in last 10.0 minutes Local dead on arrival: ~5.6% (4-7%) Expected time to share: 2.4 minutes
2014-02-05 22:27:57.049094  Shares: 890 (96 orphan, 29 dead) Stale rate: ~14.0% (11-17%) Efficiency: ~103.5% (100-107%) Current payout: 0.0000 VTC
2014-02-05 22:27:57.049132  Pool: 440MH/s Stale rate: 17.0% Expected time to block: 23.1 minutes
2014-02-05 22:27:57.092262 Worker ViPWZYswmgnN3pRWU85wfi9jnpA4N9HQLo submitted share with hash > target:
2014-02-05 22:27:57.092399     Hash:   eaa93d769284773663f332670ac712289be215f3c4d91c87e5c29a1f66c2965c
2014-02-05 22:27:57.092455     Target: 6dcd5af4ed71ec00000000000000000000000000000000000000000000
2014-02-05 22:27:57.702668 New work for worker! Difficulty: 0.011524 Share difficulty: 1.712035 Total block value: 50.002000 VTC including 4 transactions

Can you try to set a static diff, +0.000174615 for 150 kH/s?

Code:
./minerd -o stratum+tcp://turing.darkco.in:9171 -u ViPWZYswmgnN3pRWU85wfi9jnpA4N9HQLo+0.000174615 -p x


And wait for 15 minutes if anything shows up. How many workers are currently running?


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 05, 2014, 09:53:55 PM
Ok, seems to get a lot more accepted now. Can you check if this is now going to get payouts eventually?

So, if I run this on 100 machines with same wallet, would I have to change the difficulty, or is this per worker basically?
The diff setting is per worker, yes.

Ok. I'll let it run and I'll check with you tonight to see if it's paying out.

You will need to submit one share higher than p2pool target diff, currently 0.061893 (4.06k). With 150kH/s it might take some hours.

I'll suggest you keep it running and we will check back later or you try to run more workers to increase the chance of getting shares with higher diff faster.

I'll be afk for some hours now. I hope I could help!


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: sebaol4 on February 05, 2014, 11:22:50 PM
Hello,

I'm newbie so sorry for this post. Now I'm running on 2 old PC (990x and q6600) for about 20min. I can't see anything posting my wallet adress in worker trucker.

Maybe I have to low power?

My adress: VpuatFMSnZKVybVK4TGAr59NdtpVyZEs3j

greetings
seba


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: okashira on February 06, 2014, 12:24:42 AM
What's goin' on here.

All was well. I was recieving payments as often as every 10-20 minutes. Then bam, stopped recieiving all payments at 12:51pm today. Still shares being accepted.
Restarted client verified settings. 3 gpus with 1.07 Mhash/s

address
Vn7Gus1KXjVgR1GvcfLzHGq3HYQpqLQ7ye



Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: okashira on February 06, 2014, 12:33:13 AM
OK, so seconds after I posted, I jsut recieved TWO payments, 6 minutes apart (~0.19 each)

So I go from receiving payments every 8-45 minutes, no payments for over 4 hours, then two sudden payments

is that normal


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: zaw on February 06, 2014, 05:36:01 AM
How long a share is good for?

I had one share and payout went to 0.00 after 3 block and about 1.5hr from share was found.


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 06, 2014, 07:00:18 AM
I'm newbie so sorry for this post. Now I'm running on 2 old PC (990x and q6600) for about 20min. I can't see anything posting my wallet adress in worker trucker.

Maybe I have to low power?

My adress: VpuatFMSnZKVybVK4TGAr59NdtpVyZEs3j

Whats your hashrate? Maybe it is too low. P2Pool calculates your hashrate reverse from your submitted shares. If its low it might be very inaccurate.

What's goin' on here.

All was well. I was recieving payments as often as every 10-20 minutes. Then bam, stopped recieiving all payments at 12:51pm today. Still shares being accepted.
Restarted client verified settings. 3 gpus with 1.07 Mhash/s

address
Vn7Gus1KXjVgR1GvcfLzHGq3HYQpqLQ7ye

VTC network is insane fast now, same applies to the quite huge p2pool net. If your hashrate is too low to submit not enough shares above target, you wont get payouts for each block. The share target is currently 0.058963 (3.86k).

OK, so seconds after I posted, I jsut recieved TWO payments, 6 minutes apart (~0.19 each)

So I go from receiving payments every 8-45 minutes, no payments for over 4 hours, then two sudden payments

is that normal

Then I suspect your hashrate being too low. As I said above. You might wish to consider mining on a traditional centralized pool.

Ok, seems to get a lot more accepted now. Can you check if this is now going to get payouts eventually?

So, if I run this on 100 machines with same wallet, would I have to change the difficulty, or is this per worker basically?
The diff setting is per worker, yes.

Ok. I'll let it run and I'll check with you tonight to see if it's paying out.

You will need to submit one share higher than p2pool target diff, currently 0.061893 (4.06k). With 150kH/s it might take some hours.

I'll suggest you keep it running and we will check back later or you try to run more workers to increase the chance of getting shares with higher diff faster.

I'll be afk for some hours now. I hope I could help!

Ugh... It's been hours - the CPU miner address is not even showing up at ALL in the list. Not even talking about pay out.

The GPU miner has been paid some small amounts now, but I noticed it showed in the list RIGHT AWAY, even though it took awhile to get an actual payout.

What gives? I just wasted money on 10 EC2 instances, and the pool hasn't even acknowledged the address exist. Can you help investigate please?


Sorry to hear mate, there is not much more I can do now. I see your shares in the backend but your payout address does not show up in the stats. Either try running your own private node and do some indepth debugging or go to a traditional pool, Sorry!

How long a share is good for?

I had one share and payout went to 0.00 after 3 block and about 1.5hr from share was found.

Usually for 12 hours or 120 blocks, but the vertcoin network is very fast right now. So the 3 blocks might have been within this window. If this happens to you more often your hashrate might be too low for the p2pool network.


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: Slipknot79 on February 09, 2014, 12:09:06 AM
Have a problem,
my address doesnt appear on stats page: http://q30.qhor.net:9171/static/

My hashrate is about 7300kh/s

--scrypt -o http://q30.qhor.net:9171 -u Vph8im9GHeAKbma5cR3JCkdhiU5mVx4UtM -p 1 -I 13,13,13,13 -g 2 --lookup-gap 2,2,2,2 --thread-concurrency 8191,8192,8192,11200 -w 256,256,256,256 --gpu-engine 1050,1050,1050,1100 --gpu-memclock 1500,1500,1500,1500 --gpu-vddc 1.163,1.11,1.200,1.200 --gpu-powertune 20,20,20,20 --gpu-fan 25-100,25-100,25-100,25-100


€dit: Ok my misstake, i have to use that modified miner.


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: projectShift on February 09, 2014, 08:44:27 PM
vertoe, can you share vertminer conf for R9 270x?
Can't get mine to a decent rate  ???

Thanks!


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: nether on February 10, 2014, 02:56:08 AM
Anyone got decent example of vertcoin.conf for p2pool? Do I need rpcport specified or is it enough to have 4 lines in there like bitcoin p2pool guide with some nodes?


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: djcrypto on February 10, 2014, 03:51:06 AM
I'd like to use p2pool but I kept getting lots of rejects at the one with the least latency- is that normal?


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: DarkAGeS on February 10, 2014, 12:34:43 PM
http://i57.fastpic.ru/big/2014/0210/8c/7e154e67df22ab756f0e551dff95058c.png
What does this meen? Block numbers 42xxxx ??? I had no payouts for 11 hours and when started blocks 32xxx - payouts started again. So I guess that some error was on pool and miners runs idle for about 11 hours or what?..


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 10, 2014, 05:43:44 PM
http://i57.fastpic.ru/big/2014/0210/8c/7e154e67df22ab756f0e551dff95058c.png
What does this meen? Block numbers 42xxxx ??? I had no payouts for 11 hours and when started blocks 32xxx - payouts started again. So I guess that some error was on pool and miners runs idle for about 11 hours or what?..
The 42xxxx block numbers are a bug in frontend. It can be ignored. The missing payouts are because your hashrate is too low or you did not submit a share above target within the last 3 solved blocks. (Probably both.)

I'd like to use p2pool but I kept getting lots of rejects at the one with the least latency- is that normal?
Tune down intensity by 1-2 points and set a fixed diff (see OP ---> difficulty).

Anyone got decent example of vertcoin.conf for p2pool? Do I need rpcport specified or is it enough to have 4 lines in there like bitcoin p2pool guide with some nodes?
You dont need to specify anything in your vertcoin.conf to run p2pool on your machine.

vertoe, can you share vertminer conf for R9 270x?
Can't get mine to a decent rate  ???

Thanks!
I'm not mining at all and my results are aweful sorry :D


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: reedcrif on February 10, 2014, 06:00:45 PM


[...] Maybe it is too low. [...]

Hi vertoe, what do you mean with "too low" ... ?

Less than 1Mh/s ? Less than 10MH/s ?

Because I heard people with low hash rate can't maintain the share in the share chain and for that, missed some payment ... But what is the minimum has rate to NOT miss any block ... ?

Thank you :)


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 10, 2014, 07:48:01 PM


[...] Maybe it is too low. [...]

Hi vertoe, what do you mean with "too low" ... ?

Less than 1Mh/s ? Less than 10MH/s ?

Because I heard people with low hash rate can't maintain the share in the share chain and for that, missed some payment ... But what is the minimum has rate to NOT miss any block ... ?

Thank you :)

The last number i've read was 1.7 MH/s.

If you are interested in this issue, you may want to read on in this thread:
http://www.reddit.com/r/vertcoin/comments/1wynyy/why_p2pool_is_having_troubles_and_a_solution/

There is currently being worked on, follow this issue:
https://github.com/donSchoe/p2pool-vtc/issues/2


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: Coelacanth on February 11, 2014, 12:04:06 PM
Joined your p2pool today and that was my first p2pool experience. Diverted 2 rigs about 2Mh/s and watching the awesome frontend.
Latest news for p2pool nodes.....
http://www.reddit.com/r/vertcoin/comments/1xlp8i/attn_all_p2pool_operators_p2pool_update/
Thanks Vertoe.


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: naplam on February 12, 2014, 01:54:06 AM
Joined your p2pool today and that was my first p2pool experience. Diverted 2 rigs about 2Mh/s and watching the awesome frontend.
Latest news for p2pool nodes.....
http://www.reddit.com/r/vertcoin/comments/1xlp8i/attn_all_p2pool_operators_p2pool_update/
Thanks Vertoe.
Yeah, update coming on thursday.
Meanwhile I've set up a regular mpos+stratum pool: http://vtc.crunchpool.com (http://vtc.crunchpool.com)
ZERO FEES for life for those who help mine our first block!


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 12, 2014, 09:09:23 AM
Joined your p2pool today and that was my first p2pool experience. Diverted 2 rigs about 2Mh/s and watching the awesome frontend.
Latest news for p2pool nodes.....
http://www.reddit.com/r/vertcoin/comments/1xlp8i/attn_all_p2pool_operators_p2pool_update/
Thanks Vertoe.
Yeah, update coming on thursday.

The new spread update will be coming this thursday 22:00 GMT. Expect a downtime of around 30 seconds ;)
Follow the ongoing discussion https://github.com/donSchoe/p2pool-vtc/issues/2
Or join #p2pool-vtc on freenode!


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: Abar on February 13, 2014, 09:37:39 AM
I spent about one week on this pool. On VERTCOINS and DOGECOINS.
It can be about 15 hours without any Vertcoins mining (1250kh\s).
No DOGE received from this pool in one day mining (750kh\s) while one other guy with 20Kh\s receives 1000-2000 DOGE every hours.

I don't recommend this pool. Cheaters.


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: djm34 on February 13, 2014, 10:15:12 AM
I spent about one week on this pool. On VERTCOINS and DOGECOINS.
It can be about 15 hours without any Vertcoins mining (1250kh\s).
No DOGE received from this pool in one day mining (750kh\s) while one other guy with 20Kh\s receives 1000-2000 DOGE every hours.

I don't recommend this pool. Cheaters.
+1


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 13, 2014, 10:31:39 AM
I spent about one week on this pool. On VERTCOINS and DOGECOINS.
It can be about 15 hours without any Vertcoins mining (1250kh\s).
No DOGE received from this pool in one day mining (750kh\s) while one other guy with 20Kh\s receives 1000-2000 DOGE every hours.

I don't recommend this pool. Cheaters.
+1
You guys need to learn some basics about P2Pool by the looks of your comments.

P2Pool is a distributed, decentralized network of pools working together as one pool with a number of nodes. If you see one guy with 20kH/s getting super huge payouts, he has probably configured his cgminer to use multiple nodes. I encourage everyone to do that aswell. I dont only recommend to set them as failover backup nodes though.

The vertcoin issues you mentioned are being addressed by the whole vtc p2pool community currently and if you only scroll up by one post, you will see that there is already a release date for the needed fixes published. please come back tomorrow and post new feedback. This issue is not affecting my pool node only, but all existing p2pool nodes out there currently running.


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: derbrause on February 13, 2014, 01:15:25 PM
BitKone got some P2Pool Nodes for US and EU up (DOGE and Vertcoin .. more coming soon)

Check out:
http://bk-eu.cloudapp.net:9171 (VTC EU)

rest is pretty easy to find :-)

cheers!


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 13, 2014, 08:48:05 PM
P2Pool updated with the most important fixes discussed lately.

@Miners: join the new p2pool network today! Check your node's version for: c05abd4
@P2Pool operators: Start upgrading your nodes: https://github.com/donSchoe/p2pool-vtc/

https://i.imgur.com/tOOkgnh.jpg (http://turing.darkco.in:9171/)
My updated Vertcoin P2Pool Node: http://turing.darkco.in:9171/

Have fun!


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 18, 2014, 08:38:22 AM

Help the decentralized mining grow! Join the P2Pool!
https://i.imgur.com/tOOkgnh.jpg (http://turing.darkco.in:9171/)
Vertcoin P2Pool: http://turing.darkco.in:9171/

287MH/s decentralizd mining pool.
221 workers active on 82 nodes.
69 blocks in last 24 hours.

Join p2pool today.
Find your best personal node,
use the scanner: http://scanner.etyd.org/


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: bitjedi on February 26, 2014, 03:22:23 AM
For those that are saying you get accepts to P2Pool but your address is not showing up.  It's most likely because you are trying to mine regular Scrypt instead of Adaptive N Factor Scyrpt.  For some silly reason the P2Pool say "accepted" even if you're using the wrong algorithm.  Point your rig at a regular MPOS pool first and see if it shows up there (any hash rate will do), then do the P2Pool thing afterwards.


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: smc259 on February 27, 2014, 06:09:11 AM
Want to start your own P2Pool node? I've posted a guide for Linux users here:
http://www.reddit.com/r/vertcoin/comments/1z25fl/p2pool_node_creation_guide_for_linux/


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on February 28, 2014, 11:15:07 AM
The server at turing.darkco.in experienced hardware issues which are fixed now.

All services are operating normal again.
http://turing.darkco.in:9171/static/


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: signorama on March 03, 2014, 07:15:49 PM
The server at q30.qhor.net experienced hardware issues which are fixed now.

All services are operating normal again.
http://q30.qhor.net:9171/static/


My address doesn't show up in your pool-list. Can you find it? |-> VaC8jYLtX8PVWACmWsv6zuSvcoYkPFLKPc


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on March 04, 2014, 01:09:48 PM
The server at turing.darkco.in experienced hardware issues which are fixed now.

All services are operating normal again.
http://turing.darkco.in:9171/static/


My address doesn't show up in your pool-list. Can you find it? |-> VaC8jYLtX8PVWACmWsv6zuSvcoYkPFLKPc
I cant see it, have you submitted any valid shares yet? What miner are you using?


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: n00bnoxious on March 07, 2014, 01:32:51 PM
--- n00bsys0p's VTC pool --- (http://vtc.p2pool.n00bsys0p.co.uk:9171/static/)

New public UK p2pool VTC node.

0% fee for one month from today.

100Mbit connection.

Experienced server administrator.


Visit http://vtc.p2pool.n00bsys0p.co.uk:9171/static/ (http://vtc.p2pool.n00bsys0p.co.uk:9171/static/) to check it out!

Join the decentralised p2p mining network and protect VTC from the 51% attack!


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on March 07, 2014, 05:02:31 PM
Thanks for the bump. :9

http://turing.darkco.in:9171/static/


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: P2Pooler on March 07, 2014, 09:41:08 PM
Launched some more VTC p2pools...

San Fran - http://107.170.236.115:9171/static/
New York - http://192.241.184.189:9171/static/
Amsterdam - http://188.226.161.228:9171/static/


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on March 08, 2014, 08:42:30 AM
Start your own thread or else all your miner belong to us!  :-*

http://turing.darkco.in:9171/static/


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: jacob019 on April 28, 2014, 03:27:51 AM
Mine with us on the low hashrate network.
Fast node in Chicago, IL, USA
http://vtc.1js.us (http://vtc.1js.us)


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: vertoe on May 03, 2014, 11:39:30 AM
Thanks for the free bump again :-)


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: naplam on October 01, 2014, 06:27:41 PM

CrunchPool just moved to a new server in Canada, with low latency to US and Europe, you can still mine VTC and more coins with us!
http://p2pool.crunchpool.com:9171/


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: R4F on July 19, 2016, 10:12:58 PM
Live p2pool for vertcoin, except https://p2pool.ovh left?


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: sawa on May 14, 2017, 03:15:01 PM
http://crypto.office-on-the.net/logos/vertcoin.png VTC Home:Vertcoin (https://vertcoin.org/) VTC Forum:Vertcoin (https://bitcointalk.org/index.php?topic=1828453.0) P2pools: http://crypto.office-on-the.net:9171 http://crypto.mine.nu:9171
Code:
sgminer -k Lyra2REv2 -o stratum+tcp://crypto.office-on-the.net:9171 -u vertcoinaddress -p x --expiry 1 --scan-time 1 --queue 0 --no-extranonce
or
sgminer -k Lyra2REv2 -o stratum+tcp://crypto.mine.nu:9171 -u vertcoinaddress -p x --expiry 1 --scan-time 1 --queue 0 --no-extranonce


Title: Re: [ANN][P2POOL][VTC] Vertcoin P2Pool Public node & scanner
Post by: leoirssi on December 21, 2017, 10:57:52 AM
New P2Pool is online  ;D

Servers located in EU.

Main website http://gizmo-pool.eu
 (http://gizmo-pool.eu)

If you have more then 100HM/s please use http://gizmo-pool.eu:9171/ (http://gizmo-pool.eu:9171/)

If you have less then 100HM/s please use http://gizmo-pool.eu:9181/ (http://gizmo-pool.eu:9181/)