Author

Topic: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer - page 604. (Read 1232701 times)

member
Activity: 182
Merit: 10
sr. member
Activity: 309
Merit: 250
confused developer
P2Pool has some hashrate now, could use more to get variance down. Pick a node close to you from the list at http://p2pool.vertcoin.org latency is important! You can also run your own node: https://github.com/donSchoe/p2pool-vtc. All nodes connect into a distributed pool, so all nodes are mining towards the same goal and everyone gets paid.

Support the fight on centralization, mine at a p2pool!
sr. member
Activity: 364
Merit: 250
Owner of Poloniex
full member
Activity: 210
Merit: 100
Just a reminder to Mac users in-case it gets buried in the thread, the updated wallet for Mac OS X was released today:

Mac OS X: https://www.amazon.co.uk/clouddrive/share?s=0cyjLd8fRvIjZLFf6Y3ZWg

full member
Activity: 210
Merit: 100
If someone would like to donate a little VTC so I can test deposits and withdrawals (a single coin is all I need), I will add Vertcoin to Poloniex.com. Address: VcwJNmfeH2jkj29z5NMMa3V7mqwC8iUm6R

VTC sent. Look forward to trading VTC at Poloniex! Thankyou.
sr. member
Activity: 364
Merit: 250
Owner of Poloniex
If someone would like to donate a little VTC so I can test deposits and withdrawals (a single coin is all I need), I will add Vertcoin to Poloniex.com. Address: VcwJNmfeH2jkj29z5NMMa3V7mqwC8iUm6R
full member
Activity: 210
Merit: 100
I think you've sent the request to [email protected] .
Is it a long email of the introduction of Vertcoin?
I just asked them, they need a detailed introduction.

Great to hear that bter is interested.

For my part, I would say it's important that they know that VTC is not premined, is different (not a scrypt clone), has been performing excellently on CoinedUp with a (for cryptos) stable price and high volume, that it has an active dev group who care about seeing it succeed. Lots of people want in on Vertcoin (going by the CoinedUp volume) - I think bter would make a lot of money from adding it.
full member
Activity: 159
Merit: 100
How about a concerted effort to get this on BTER? Smiley

Do you know of a commonly used method of requesting new listings on Bter?

I used to send them an email, but nothing response.

I think you've sent the request to [email protected] .
Is it a long email of the introduction of Vertcoin?
I just asked them, they need a detailed introduction.
full member
Activity: 210
Merit: 100


P2Pool (recommended) and traditional pool available for VTC

P2Pool: http://vtcpool.co.uk:9171
Traditional MPOS pool: https://vtcpool.co.uk

P2Pool setup guide and FAQ


Why use p2pool?


  • Mined coins are deposited directly in your wallet in the generation payment for the block, they are never held by a pool wallet and can't be lost due to failures or hacking/thefts
  • Even if the node you connect to fails, you don't lose the coins you mined - your shares are distributed on the network
  • Distributed (less vulnerable to DoS attacks, less chance of big pools having enough hashrate to be capable of a 51% attack)
  • Private (you are paid with coinbase transactions and your public key is never seen on the network until you spend the funds)


Feel free to use https://vtcpool.co.uk if you prefer a traditional pool. Especially, users with lower hashrates may find earnings
are better on the traditional pool. There is room for a mixture of pool types, but please help further strengthen the decentralisation
of Vertcoin by using p2pool if it works well for you.

To mine on p2pool, use your VTC address as username, and any password, so your command line should be like:

vertminer -o stratum+tcp://vtcpool.co.uk:9171 -u Vw44xQPqgwbqZVpRzPoHe6M4jAGYceiZZP -p x

Please follow the advice in the P2Pool setup guide and FAQ about setting your minimum
share difficulty - this will prevent HW errors and stales and improve your mining income.

full member
Activity: 168
Merit: 100
How about a concerted effort to get this on BTER? Smiley

Do you know of a commonly used method of requesting new listings on Bter?

I used to send them an email, but nothing response.
full member
Activity: 210
Merit: 100
How about a concerted effort to get this on BTER? Smiley

Do you know of a commonly used method of requesting new listings on Bter?
full member
Activity: 154
Merit: 100
How about a concerted effort to get this on BTER? Smiley

Request VTC at more exchanges

If you'd like to trade VTC at more exchanges, please request via the following links:


Please emphasise that we are 2nd in volume behind DOGE at CoinedUp

full member
Activity: 168
Merit: 100
Has anyone figured out a way to solo mine vtc with cudaminer? I'm looking into it now but haven't found much help anywhere.

You can try to ask in this thread https://bitcointalk.org/index.php?topic=416572.140, I think he can help you solve it out.
full member
Activity: 210
Merit: 100
Request VTC at more exchanges

If you'd like to trade VTC at more exchanges, please request via the following links:


Please emphasise that we are 2nd in volume behind DOGE at CoinedUp
full member
Activity: 161
Merit: 100
Has anyone figured out a way to solo mine vtc with cudaminer? I'm looking into it now but haven't found much help anywhere.
full member
Activity: 159
Merit: 100
 Grin I never traded the vtc I mined. Because coinedup is too slow. Grin
hero member
Activity: 525
Merit: 500
newbie
Activity: 30
Merit: 0
Did you try to lower your TC? Smiley

Let's go vertical! Cheesy 0.0005!
newbie
Activity: 42
Merit: 0
I just built the linux vertminer using the instructions on vertcoin.org:

http://vertcoin.org/gpu-miner-build-howto.html

I ended up with an executable called "vertminer".

Here's my conf file (called cgminer.conf):


{
"pools" : [
   {
      "url" : "stratum+tcp://s.ny.vertco.in:3333",
      "user" : "xxx",
      "pass" : "yyy"
   }
],
"scrypt-vert": true,
"intensity" : "20",
"vectors" : "1",
"worksize" : "256",
"auto-fan" : true,
"temp-cutoff" : "90",
"temp-overheat" : "85",
"temp-target" : "75",
"expiry" : "30",
"gpu-dyninterval" : "7",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"shaders" : "1792",
"thread-concurrency" : "24768",
"gpu-thread" : "1",
"gpu-engine" : "1000",
"sharethreads" : "32",
"lookup-gap" : "2",
"gpu-powertune" : "20",
"gpu-memclock" : "1250"

}

I start it up with this:

./vertminer -c cgminer.conf

The program starts, it connects to the pool, but I get ZERO work done.  WU is 0, A is 0, etc...  I get messages from the pool when blocks are found.

Can someone help me ?

Also, I imagine this coin can be solo-mined ?  How would I go about that ?

Tks.

full member
Activity: 154
Merit: 100
Really liking this coin atm.. It has my support!
Jump to: