Pages:
Author

Topic: Vertcoin - 1 | ASIC - 0 | Lyra2RE | Decentralised | GPU Mineable | Open Source - page 64. (Read 415431 times)

full member
Activity: 181
Merit: 100
I just added this to the Mobilecash thread figure would be good to post here as well.  I would love to see more miners using p2pool.

Guide for merge mining vtc and mbl on p2pool.

1.  Install and sync both wallets
2.  Create a vertcoin.conf and place in C:\Users\Kenneth\AppData\Roaming\Vertcoin directory.  Replace Kenneth with your local account.  I use a wildcard for rpcallowip, so I can mine with other pc's on the network.

Code:
rpcuser=username
rpcpassword=password
rpcallowip=192.168.1.*
rpcport=5888
server=1
gen=0
addnode=87.236.196.77

3.  Create a bat file to open vtc wallet.  I save mine on the desktop.  Adjust the path to where you installed your wallet.

Code:
cd C:\Users\Kenneth\Downloads\vertcoin-qt-v0.10.0.0-WIN64
vertcoin-qt.exe -server -conf=vertcoin.conf

4.  Create a mobilecash.conf and place in C:\Users\Kenneth\AppData\Roaming\Mobilecash directory.  Same notes as above apply.

Code:
rpcuser=username
rpcpassword=password
rpcallowip=192.168.1.*
server=1
gen=0
addnode=5.196.3.187
addnode=185.35.64.174
addnode=81.2.237.134
addnode=86.105.50.219
addnode=93.186.251.227
addnode=185.43.211.233

5.  Create a bat file to open mbl wallet.  I save mine on the desktop.  Adjust the path to where you installed your wallet.

Code:
cd C:\Users\Kenneth\Downloads\mobilecash-qt-v0.10.0.0-win64
mobilecash-qt.exe -server -conf=mobilecash.conf

6.  Setup p2pool install.  This will cover the complete install from scratch.

a.  Install Python 2.7 from https://www.python.org/getit/.  Please use version 2.7.9 as 2.7.10 gives errors.
b.  Install Twisted for Python 2.7 from http://twistedmatrix.com/trac/wiki/Downloads.
c.  Install Zope.Interface from https://pypi.python.org/pypi/zope.interface/3.8.0.
d.  Install python win32 api from http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/.
e.  Install python win32 api wmi wrapper from https://pypi.python.org/pypi/WMI/#downloads
f.  Install MinGW (gcc-mingw-4.3.3-setup.exe) from https://github.com/develersrl/gccwinbinaries/releases.  Note:  Make sure to check the first 3 options and 'Link with MSVCR90.DLL' during the install process.
g.  Download p2pool source from https://github.com/metalicjames/p2pool-Lyra2RE.
h.  Extract files to a folder.  During this guide I will use c:\p2pool-vtc as my path.
i.  Download and extract lyra2re-hash-python to your p2pool-vtc folder from https://github.com/metalicjames/lyra2re-hash-python.
j.  In the Command Prompt navigate to your lyra2re-hash-python folder in p2pool-vtc directory.
k.  Execute the follow command.

Code:
c:\Python27\python.exe setup.py build --compile=mingw32 install

l.  In the p2pool-vtc directory create a launch bat file for p2pool.  Edit to use your vtc payout address, your ip address, and your mbl username & password used in the wallet conf.  I suggest to create a shortcut on your desktop for this bat file to launch p2pool.

Code:
C:\Python27\python.exe C:\p2pool-vtc\run_p2pool.py --net vertcoin -a VwV2J84P8mQggWgUv8ubCf6nJuAXHNoUce --merged http://username:[email protected]:14414

m.  Launch both your vtc and mbl bat files.  After both wallets are sync, launch p2pool bat shortcut.  If you did as I, these should all be on your desktop.

You should be running p2pool with merge mining now.  Point your miners to the ip address of the p2pool machine, and start mining.
legendary
Activity: 3486
Merit: 1126
Hi!

We've enabled Vertcoin as a payout option on our multipool: www.xpool.ca

Now you can mine on ANY algo (SHA256, Scrypt, X11 & Lyra2REv2) with your VTC address and get paid in VTC.

We would really love to see more Lyra miners too though!

Cheers!

www.xpool.ca
legendary
Activity: 1059
Merit: 1000
I found a bug in the new cpuminer 1.2 with the new algorithm lyre2REv2.

It does not detect the address of payment even if the configuration is correct. How do you think can solve? I'm not the only one to have these problems! Wink




member
Activity: 98
Merit: 10
Mining in summer sucks - you want to, but feel torn between mining and not being cooked alive.  Sad
this basically defines my mining activity for the last 4 months. It takes just a couple of hours for my mining rigs to increase the room temperature to Sahara levels, and I do have a fuckin expensive cooling setup in place
legendary
Activity: 938
Merit: 1001
so i wanted to mine this nice lil coin with my r9 270x's and ive tried a few miners including the one on the op. and tryied to get on pool.verters.com as well but it just sits there and if it dose give a share its rejected am i doing something wrong.
heres my settings
sgminer.exe -k Lyra2REv2 -o stratum+tcp://pool.verters.com:3333 -u x -p x --lookup-gap 2 --gpu-fan 90 --thread-concurrency 14208 --shaders 2048 --gpu-threads 2 --intensity 17 -w 256 --temp-target 85 -g 2

also running on win 10


Don't choose "Lyra2Rev2" -k thats a kernel choice. You need to pick it as an algorithm choice - a lyra2rev2 or whatever
newbie
Activity: 4
Merit: 0
so i wanted to mine this nice lil coin with my r9 270x's and ive tried a few miners including the one on the op. and tryied to get on pool.verters.com as well but it just sits there and if it dose give a share its rejected am i doing something wrong.
heres my settings
sgminer.exe -k Lyra2REv2 -o stratum+tcp://pool.verters.com:3333 -u x -p x --lookup-gap 2 --gpu-fan 90 --thread-concurrency 14208 --shaders 2048 --gpu-threads 2 --intensity 17 -w 256 --temp-target 85 -g 2

also running on win 10


The guy who made the miner included my fix for later drivers in github, but never made a new Windows release. Fortunately, it doesn't require a recompile. Simply download this file: https://raw.githubusercontent.com/djm34/sgminer/master/kernel/bmw256.cl - and replace bmw256.cl in the kernel directory with it, then delete all files ending in .bin and try again.

dude tyvm works great now
newbie
Activity: 4
Merit: 0
so i wanted to mine this nice lil coin with my r9 270x's and ive tried a few miners including the one on the op. and tryied to get on pool.verters.com as well but it just sits there and if it dose give a share its rejected am i doing something wrong.
heres my settings
sgminer.exe -k Lyra2REv2 -o stratum+tcp://pool.verters.com:3333 -u x -p x --lookup-gap 2 --gpu-fan 90 --thread-concurrency 14208 --shaders 2048 --gpu-threads 2 --intensity 17 -w 256 --temp-target 85 -g 2

also running on win 10
legendary
Activity: 3486
Merit: 1126
Mining in summer sucks - you want to, but feel torn between mining and not being cooked alive.  Sad

I feel that way driving my car Smiley
legendary
Activity: 3486
Merit: 1126
Does anyone know what the proper diff1 setting would be for pools and v2?

I'm setting up a pool yet I keep getting low diff shares rejected....

I'm currently using: 0x0000007FFFFF0000000000000000000000000000000000000000000000000000

Thanks


Low diff issues resolved a couple days ago. For the record, I had to also update the diff1 for new Lyra2REv2 algo in my stratum server to use:

0x000000FFFFFF0000000000000000000000000000000000000000000000000000

Cheers and happy hashing!

www.xpool.ca
legendary
Activity: 1988
Merit: 1000
Its calm there... But chart look good... I've buy a little and see next day Smiley
member
Activity: 87
Merit: 10
A new Vertcoin pool is open!

Bawaler's VTC Pool

No low difficulty shares at all, hashing great with all new GPU / CPU miner softwares with lyra2rev2 support.
hero member
Activity: 698
Merit: 500
What is the power consumption of R9 280x with Lyra2REv2?

it gives me same power load as Lyra2(907Mh), but I get 4010Mh from 280x 1070/1550
legendary
Activity: 3486
Merit: 1126
Heya

Just FYI that we're mining VTC on our multipool: www.xpool.ca and Lyra2REv2 miners have the option to keep their VTC just by entering their VTC address in their user settings. It is a minable coin only and not a converted payout coin.

Cheers!
legendary
Activity: 3486
Merit: 1126
Does anyone know what the proper diff1 setting would be for pools and v2?

I'm setting up a pool yet I keep getting low diff shares rejected....

I'm currently using: 0x0000007FFFFF0000000000000000000000000000000000000000000000000000

Thanks
newbie
Activity: 45
Merit: 0
What is the power consumption of R9 280x with Lyra2REv2?
hero member
Activity: 876
Merit: 500
AikaPool admin
I probably should have asked earlier, but 290X speeds? 270X, as well, since I'll probably want it later.

Hashrate (Kh/s): 270X(1000/1500)=2800, 7950(925/1375)=3700, 280X(1000/1500)=4400 (tested with AMD Catalyst ver. 14.7)
sr. member
Activity: 395
Merit: 250
I probably should have asked earlier, but 290X speeds? 270X, as well, since I'll probably want it later.

Got 6Mhs with r9 390 wolf should be the same as r9 290x... are you making an optimized bin for lyra2er2 as well ? Smiley
legendary
Activity: 910
Merit: 1000
hero member
Activity: 876
Merit: 500
AikaPool admin
What is expected from a 280X? Clocks, too.

Gigabyte R9 280X (GPU 1000Mhz/MEM 1500Mhz - default)

GPU 3:  57.0C 2805RPM | 4.313M/4.399Mh/s


sgminer --kernel Lyra2REv2 -o stratum+tcp://aikapool.com:7910 -u user.worker -p pass -I 19 -g 2 -w 256 --gpu-fan 65-100 --temp-cutoff 71

Photo: http://www.comp-as.com.ua/media/cache/d3/97/d39750c7024a2dd757f0708541b4c138.jpg

Welcome - https://aikapool.com/vtc/
member
Activity: 72
Merit: 10
(all good)

Also had problems with the miner accepting shares using the 280x but downgraded my catalyst software to 14.4 as suggested rebooted and its all good
3.33Mh/s - A 1000 - R 0 - HW 0 - WU 11.5/m

Not so sure why my WU is outputting like 11mh/s but yeah its reading as 5.5mh/s - 6.5mh/s on pool.verters.com

sgminer 5.1.0
config is:
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
sgminer -k Lyra2REv2 -o stratum+tcp://pool.verters.com:3333 -u mentaldepth.XXX -p XXX -I 16 -g 2 -w 256 --thread-concurrency 8192 --lookup-gap 2 --vectors 1

Pages:
Jump to: