© 2017 - Experience Points XP Mining Linux Distro
Bought 175k XP - Target price / mining? Experience point future can any one knows as per his or her experience (self.ExperiencePoints).

• Bounties for development • • Ticker • VTC Price: 2.848 • VTC Price: 0.0003549 • Change (24h): -3.44 • Change (30d): -17.48 • Volume (24h): 25 • Updated: 02-05 02:24 GMT • • Join us on Discord • Technical Details Algorithm: Lyra2REv2 Max Coins: 84 million. Block time: 2.5 minutes Subsidy halves every 840,000 blocks (~4 years) Difficulty Re-Target Time: Every block with KGW algorithm Block Rewards: 25 coins per block Subreddit Essentials Vertcoin Official IRC: #vertcoin on Exchanges: VTC/BTC: VTC/BTC: VTC/BTC: VTC/EUR: VTC/BTC: VTC/BTC: VTC/GBP/EUR Merchant Tools: Vertcoin payment processor Services Mining Block Explorers, Other stuff Useful Subreddits. Many new miners seem to be having trouble mining vertcoin due to not reading instructions, so I am writing this guide to help you avoid common mistakes. THINGS TO NOT DO & THINGS TO KNOW.
• DO NOT USE THE NORMAL SGMINER OR CGMINER- THEY DON'T WORK FOR VERTCOIN. • Vertcoin uses a different algorithm called Scrypt-Adaptive-N-Factor that has double the memory requirements of normal scrypt coins.
XP Coin • Experience Points • Digital Currency. WALLETS FOR EVERYONE! Here are the direct links to pre-compiled wallets for your specific operating system. Experience Points, also known as EXP or XP is used for leveling up in games, like RPGS, Shooting games (such as COD, Battlefield, etc) and now Mining games.
• You MUST USE VERTMINER or Aleks_N's CGMINER for vertcoin mining. • Your hashrates should be about half of your regular scrypt mining speed due to doubling the memory requirement AKA N-Factor. • On Windows you must use the --scrypt-vert tag instead of --scrypt for it to mine vertcoin properly WHEN USING THE MODIFIED CGMINER AND VERTMINER. • Download all necessary dependencies for you distro; for debian based distros'sudo apt-get build-essential libcurl4-gnutls-dev yasm libncurses5-dev git autoconf automake libtool opencl-headers' (without quotes) OK, with all that out of the way lets start with a setup guide for Linux. This assumes you already have the 13.12 drivers installed.
LINUX: Step 1: git clone Step 2: cd vertminer-gpu Step 3: Download ADL_6.0 Header files from AMD. Unzip the contents and place the.h files located in the “include” folder inside of the ADL_SDK folder inside of vertminer-gpu directory. Step 4:./autogen.sh Step 5: CFLAGS='-O2 -Wall -march=native'./configure --enable-opencl --enable-scrypt Step 6:./buildit.sh Done! Latest vertminer is now compiled and ready to launch from the directory with./vertminer. If you want to install it system wide you can run sudo make install after buildit.sh completes. WINDOWS: Step 1: Download the latest vertminer from ( Also on vertcoin.org). Step 2: Unzip to directory of your choice.
(preferably it's own directory/folder) Step 3: Create a batch file by creating a new text file and saving as miner.bat Step 4: Within this batch file enter the following: ( You can Copy Paste) setx GPU_MAX_ALLOC_PERCENT=100 setx GPU_USE_SYNC_OBJECTS=1 del scrypt*.bin path to cgminer.exe --scrypt-vert -o server -u username -p password Step 5: Save the batch file. You are now able to launch and mine vertcoin with whatever settings you input into the batch file yay! If this is of some use to anyone and would like to donate to me you can send vertcoins to VvG8b9QAPcxKCaqzZrMtt52R8M1w4J66BK • • • • •. I'd like to share about a week of tweaking to give you guys some of my experience. I originally ran Alex's CG miner with the scrypt flag and was getting roughly 350Kh/s using the same settings for the videocard that I would have used on another alt coin such as doge. I moved over to the vertminer as a test and used the same --scrypt flag and got the same result.
I got rid of all flags and noticed it launches with the correct vertcoin flag for N factor and the speeds actually picked up to 450Kh/s per card. If your going to run vertminer on windows, skip using the flags for scrypt and scrypt-vert in the batch file as it seems that its not necessary and uses it automatically.
Please let me know if this helped you out as much as it did for me. For those with nVidia cards, use cudaMiner instead of vertminer. You get a much better performance out of it. • Download cudaMiner from this link: • Extract it to somewhere on your harddrive.
No need for extra reserved HD space. • Should have a x86 and x64 folder when extracted. • Create a 'run.bat' file under the folder of the architecture you are running on (i.e. If running on 64-bit Windows 7, create the batch file under the x64 folder). • There may be slight variances in using the 32-bit (x86) vs 64-bit (x64) versions of cudaMiner. What Is The Best Bitcoin BTC Mining Pool more.
Best experience is to try both! • Open the 'run.bat' file you created and copy the following into it: cudaminer.exe --algo=scrypt:2048 -o stratum+tcp://your.mining.pool:portNumber -O poolUsername:poolPassword • The 'scrypt:2048' part is the most important here; algorithm needed for vertcoin mining.
• Remember to change the values of -o (the pool connection you are using) and -O (username/password of the worker for your pool connection) • Save the file and then double-click it to run. • Doing this will start the auto-configuration phase of your miner.
It will show text similar to this: *** CudaMiner for nVidia GPUs by Christian Buchner *** This is version 2014-01-20 (beta) based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler Cuda additions Copyright 2013,2014 Christian Buchner My donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm [2014-02-11 22:27:50] 1 miner threads started, using 'scrypt' algorithm. [2014-02-11 22:27:50] Starting Stratum on stratum+tcp://vtc.westlist.com:3444 [2014-02-11 22:27:50] Stratum detected new block [2014-02-11 22:27:51] GPU #0: GeForce GTX 770 with compute capability 3.0 [2014-02-11 22:27:51] GPU #0: interactive: 1, tex-cache: 0, single-alloc: 0 [2014-02-11 22:27:51] GPU #0: 8 hashes / 2.0 MB per warp.