Pages:
Author

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

newbie
Activity: 10
Merit: 0
Hello, does sgminer Lyra2RE run on Windows x64?

Because Im not able to run it on Wx64..

These are my settings:

./sgminer -k Lyra2RE -u Contra.1 -p 1 -o
stratum+tcp://stratum-eu1.hashlink.eu:10031 -w 256 -I 13 -g 2
--thread-concurrency 8192 --gpu-engine 1000 --gpu-memclock 1500 --auto-gpu
--gpu-engine 500-1000 --temp-target 80 --temp-overheat 85 --temp-cutoff 90

Thank for answer

try with this config:
Code:
{
"pools" : [
{
"name" : "Vertcoin-EU",
"url" : "stratum+tcp://stratum-eu1.hashlink.eu:10031",
"user" : "USER.WORKER",
"pass" : "PASS"
},
{
"name" : "Vertcoin-US",
"url" : "stratum+tcp://stratum-us1.hashlink.eu:10031",
"user" : "USER.WORKER",
"pass" : "PASS"
}
]
,
"intensity" : "17",
"worksize" : "64",
"kernel" : "Lyra2RE",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2048",
"gpu-threads" : "2",
"gpu-engine" : "1024",
"gpu-fan" : "10-85",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "1.081",
"temp-cutoff" : "75",
"temp-overheat" : "69",
"temp-target" : "65",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "20",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"api-allow" : "W:127.0.0.1,172.16.128.0/17"
}

This conf with official Vertcoin sgminer is working fine:
https://github.com/metalicjames/sgminer-Lyra2RE/releases/download/5.0.0-Lyra2RE-RC1/sgminer-v5-Lyra2RE-RC1-WIN32.zip


I thing that the problem is somewhere else because when i run the file launch.bat, the window opens only for a short moment and it closes immediately.
As if there is a problem in basic settings or incompatibility (Wx64, GPU drivers..).
member
Activity: 71
Merit: 10
legendary
Activity: 938
Merit: 1001
should we all write them?

Don't spam them - but it may be useful
sr. member
Activity: 378
Merit: 250
Can Vertcoin be mined whit a normal scrypt asic?

Er.. no. Its a Lyra2RE algo now. Not scrypt.
So Algorithm: Scrypt-N can not be mined whiit a scrypt asic ?

Vertcoin is not Scrypt-N any longer. It forked to Lyra2RE at block 208,301

This here is why the team urgently needs access to the vertcoin forum account, or at least transfer thread ownership. No reply yet from bitcointalk admins, I presume?

should we all write them?
newbie
Activity: 22
Merit: 0
Can Vertcoin be mined whit a normal scrypt asic?

Er.. no. Its a Lyra2RE algo now. Not scrypt.
So Algorithm: Scrypt-N can not be mined whiit a scrypt asic ?

Vertcoin is not Scrypt-N any longer. It forked to Lyra2RE at block 208,301

This here is why the team urgently needs access to the vertcoin forum account, or at least transfer thread ownership. No reply yet from bitcointalk admins, I presume?
newbie
Activity: 10
Merit: 0
1. Download the miner here:
https://pool.verters.com/index.php?page=gettingstarted

I start the mining direcltly by starting sgminer.exe. I have no .bat for starting it.

Then you only need to configure sgminer.conf.

This is my full config which you can use in sgminer.conf. But be sure if you use this, you are mining into my pocket. Change the username! But for test you can use it!

And no, randywald is not the password of my account! Only for mining Grin  Grin  Grin

I removed GPU settings because i don't know your type of gpu. So you run it in standard mode. thread-concurrency also seems not to be neccessary.

Quote
{
"pools" : [
   {
      "url" : "stratum+tcp://pool.verters.com:4444",
      "user" : "randywald2.test",
      "pass" : "randywald"
   }
]
,
"intensity" : "18",
"worksize" : "256",
"kernel" : "Lyra2RE",
"algorithm" : "Lyra2RE",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "0",
"gpu-threads" : "2",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "80",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "20",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"verbose" : "true"
}

Edit: If it still does not work change gpu platform from 0 to 1!

Thanx a lot, finally after changing gpu platform from 0 to 1, it is working, also with your config. Now I can try to configure mine, but it was all the time gpu platform Sad
Thnx

P.S. for others who have the same problem, except gpu platform, next important was new catalyst.
On Catalyst 8 R9 280x was working at 133 Kh/s and after installing Catalyst Omega 14.12 it works around 700-750 Kh/s
sr. member
Activity: 2366
Merit: 305
Duelbits - $100k Bonus/week
Is there a CPU miner? GPU miner is not working   Cry
full member
Activity: 159
Merit: 100
the alg changed but the price did not change anything! why?

Algo change has no relationship to the price i would say. Mining is efficient, so people rather mine than buy at the moment. Maybe when diff is higher the price will also rise.

Will we see 1 Dollar again?

In my opinion, mining just switched from asic owners to gpu owners.  Buyers did not change.  There's no reason the price would change unless gpu miners dumping mentality differs from asic miners.  Regardless, we are mining now so price increase would be nice!

Was there Asic invented for n scypt?
member
Activity: 90
Merit: 10
Can Vertcoin be mined whit a normal scrypt asic?

Er.. no. Its a Lyra2RE algo now. Not scrypt.
So Algorithm: Scrypt-N can not be mined whiit a scrypt asic ?

Vertcoin is not Scrypt-N any longer. It forked to Lyra2RE at block 208,301

Excellent jobs and my VTC still the same.  I will add 100x holdings as the rate is dropping from $5 to $0.05 each VTC
newbie
Activity: 14
Merit: 0
I'm trying to get a p2pool setup going using the Windows binaries from James. From what I can see, p2pool is running properly (I see it reporting on the blockchain), but I cannot connect to it with my other mining machine. I'm trying to use my regular vtc wallet address as my username, not the p2pool  address that appeared after install (actually I've tried both addresses).
"url" : "stratum+tcp://192.168.10.117:9171",

I  get errors related to 'json stratum auth failed' and i'm not sure why. What am I missing?

Start sgminer with the "--no-extranonce" flag. You can edit the batch file to do this.

Thanks James! I ended up making two changes:
- my miners use the --no-extranonce flag
- I launched p2pool with the flag -w 192.168.10.117:9171 ... otherwise it seemed p2Pool was only listening to the local loopback 127.0.0.1 and wouldn't allow my other miners to connect to it.
I appreciate the efforts you've gone to getting an easy Windows port of this app up and running.
legendary
Activity: 938
Merit: 1001
Can Vertcoin be mined whit a normal scrypt asic?

Er.. no. Its a Lyra2RE algo now. Not scrypt.
So Algorithm: Scrypt-N can not be mined whiit a scrypt asic ?

Vertcoin is not Scrypt-N any longer. It forked to Lyra2RE at block 208,301
newbie
Activity: 17
Merit: 0
Scrypt-N can be mined with at least one scrypt asic I know of. However, Vertcoin can no longer be mined with scrypt asics as far as I can tell.
legendary
Activity: 1890
Merit: 1031
Can Vertcoin be mined whit a normal scrypt asic?

Er.. no. Its a Lyra2RE algo now. Not scrypt.
So Algorithm: Scrypt-N can not be mined whiit a scrypt asic ?
legendary
Activity: 938
Merit: 1001
This coin is a disaster. For the past 30 mins all my rigs have been getting rejected shares.



Which pool?

If its verters, i'm in the processing of adjusting one or two settings - but that was only for the last 3-4 minutes.
legendary
Activity: 3808
Merit: 1723
This coin is a disaster. For the past 30 mins all my rigs have been getting rejected shares.

legendary
Activity: 885
Merit: 1006
NiceHash.com
If anybody is interested in mining VertCoin with the new Lyra2RE and doesn't have a miner: you can rent Lyra2RE hashing power at NiceHash.com.
sr. member
Activity: 588
Merit: 250
how does it feel when ltcgear will be able to mine the lyra2re btw?

I'd like to see some proof first that they actually mined Scrypt-N...

Right.

Further, it seems that they're having some issues lately with csrf bugs....

Could you remind me again what hashrate LTCGear's "x11/scrypt-n fpga" miners brought to vertcoin prior to the fork? I've seen how ASICs mined scrypt-n when KNC's titans were activated - and the hashrate *shot up*. But I only saw the hashrate stay the same, and decline - with no significant mining component across the entire network. If LTCGear mined on their own pool - then they never found many / any blocks. If they mined in an existing pool, they must have used multiple accounts - and considering most of the bigger pools charge about 2% fee - that wouldn't seem very economical... if you have your own FPGA's mining setup, you would solo-mine surely?

But there is no proof of any of this.

CSRF bugs are highly relevant to Vertcoin yes. But no proof no, just a bunch of VTC every week.
hero member
Activity: 609
Merit: 500
DMD,XZC
where is the owner of https://pool.verters.com
i pm you,emergency
legendary
Activity: 938
Merit: 1001
Can Vertcoin be mined whit a normal scrypt asic?

Er.. no. Its a Lyra2RE algo now. Not scrypt.
legendary
Activity: 938
Merit: 1001
how does it feel when ltcgear will be able to mine the lyra2re btw?

I'd like to see some proof first that they actually mined Scrypt-N...

Right.

Further, it seems that they're having some issues lately with csrf bugs....

Could you remind me again what hashrate LTCGear's "x11/scrypt-n fpga" miners brought to vertcoin prior to the fork? I've seen how ASICs mined scrypt-n when KNC's titans were activated - and the hashrate *shot up*. But I only saw the hashrate stay the same, and decline - with no significant mining component across the entire network. If LTCGear mined on their own pool - then they never found many / any blocks. If they mined in an existing pool, they must have used multiple accounts - and considering most of the bigger pools charge about 2% fee - that wouldn't seem very economical... if you have your own FPGA's mining setup, you would solo-mine surely?

But there is no proof of any of this.
Pages:
Jump to: