Bitcoin Forum
May 01, 2024, 05:20:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 [658] 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 »
  Print  
Author Topic: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer  (Read 1232466 times)
Contra
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 13, 2014, 10:40:34 AM
 #13141

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
1714584021
Hero Member
*
Offline Offline

Posts: 1714584021

View Profile Personal Message (Offline)

Ignore
1714584021
Reply with quote  #2

1714584021
Report to moderator
1714584021
Hero Member
*
Offline Offline

Posts: 1714584021

View Profile Personal Message (Offline)

Ignore
1714584021
Reply with quote  #2

1714584021
Report to moderator
1714584021
Hero Member
*
Offline Offline

Posts: 1714584021

View Profile Personal Message (Offline)

Ignore
1714584021
Reply with quote  #2

1714584021
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714584021
Hero Member
*
Offline Offline

Posts: 1714584021

View Profile Personal Message (Offline)

Ignore
1714584021
Reply with quote  #2

1714584021
Report to moderator
asemov
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
December 13, 2014, 10:59:29 AM
 #13142

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
jamesl22
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
December 13, 2014, 11:05:37 AM
 #13143

Still having trouble with the p2pool

2014-12-13 11:36:28.264000 > Error in DeferredResource handler:
2014-12-13 11:36:28.264000 > Traceback (most recent call last):
2014-12-13 11:36:28.264000 >   File "p2pool\util\deferred_resource.pyc", line 24
, in render
2014-12-13 11:36:28.264000 >
2014-12-13 11:36:28.264000 >   File "twisted\internet\defer.pyc", line 139, in m
aybeDeferred
2014-12-13 11:36:28.264000 >
2014-12-13 11:36:28.280000 >   File "twisted\web\resource.pyc", line 250, in ren
der
2014-12-13 11:36:28.280000 >
2014-12-13 11:36:28.280000 >   File "twisted\internet\defer.pyc", line 1237, in
unwindGenerator
2014-12-13 11:36:28.280000 >
2014-12-13 11:36:28.280000 > --- <exception caught here> ---
2014-12-13 11:36:28.280000 >   File "twisted\internet\defer.pyc", line 1099, in
_inlineCallbacks
2014-12-13 11:36:28.280000 >
2014-12-13 11:36:28.280000 >   File "p2pool\web.pyc", line 198, in render_GET
2014-12-13 11:36:28.280000 >
2014-12-13 11:36:28.280000 >   File "p2pool\web.pyc", line 334, in <lambda>
2014-12-13 11:36:28.280000 >
2014-12-13 11:36:28.280000 > exceptions.TypeError: %x format: a number is requir
ed, not NoneType

Can anybody help me out ?

Are there any shares in your sharechain?
randywald
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500


View Profile
December 13, 2014, 11:08:58 AM
 #13144

ok I'm in now with givemecoins, 570 blocks after the fork. Thx again coinmine.pl

I could not connect to gMC pool with -o vtc-l2.give-me-coins.com:3337
some thing wrong in my confi???

I also couldn't. Damn i passed the start and i indeed decided GMC because i thought it is the best.

Now mining on verters and it works.

Handofmidas
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
December 13, 2014, 11:10:31 AM
 #13145

new version for sgminer (it is based on latest sgminer5) so some of the problems (different setting for different cards not working )encountered should be fixed). It is also slightly faster (alternative groeslt function/blake256 in one round instead of two)
It is also optimised for 14.6 (I need to check how 14.4 performs though, if someone can test would be helpful)

can be found here (I will request a pull to sgminer5, but being rather a noob with github, expect some delay)

https://github.com/djm34/sgminer

(current version of ccminer on https://github.com/metalicjames/ccminer-Lyra2RE is the latest)

Do you have Windows  binary?
here the windows binaries: http://ge.tt/9It3am62/v/0?c

Hi djm34, there's a problem with your latest sgminer release. Pools report only half the hashrate of the miner. Just tried the original miner and it works better.
randywald
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500


View Profile
December 13, 2014, 11:11:10 AM
 #13146

R9 290 config, 1.1 MH/s

Please set value for GPU fan yourself so that you are under 80°C. For Sapphire Tri-X, 40% is enough but not for reference cards i think.

Quote
"intensity" : "18",
"worksize" : "256",
"kernel" : "Lyra2RE",
"algorithm" : "Lyra2RE",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2560",
"gpu-threads" : "2",
"gpu-engine" : "1000",
"gpu-memclock" : "1500",
"gpu-fan" : "40",
"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"

poiuty
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 13, 2014, 11:14:48 AM
 #13147

jamesl22, p2pool -> many R and high cpu load.
ccminer not work.
naplam
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250

Coin Developer - CrunchPool.com operator


View Profile WWW
December 13, 2014, 11:15:11 AM
 #13148


jamesl22, is there a CPU miner yet?

naplam
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250

Coin Developer - CrunchPool.com operator


View Profile WWW
December 13, 2014, 11:16:31 AM
 #13149

jamesl22, p2pool -> many R and high cpu load.
ccminer not work.
That could be a ccminer issue? do you have other gpus to try sgminer on?

poiuty
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 13, 2014, 11:16:43 AM
 #13150

http://explorer.vertcoin.org/ -> not work.
Handofmidas
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
December 13, 2014, 11:21:27 AM
 #13151

so who got the nice instamine? was it miners on verters? for the first 500 block x 50 it's about 25000 coins.

can't view the verters blocks as I am not registered there, and still can't register as they don't send out confirmation mails (tried two addresses)...
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
December 13, 2014, 11:21:59 AM
 #13152

for those having low hashrate with ccminer:
append at the end of the command line "--diff 128".

That should fix it, please report your finding.

edit: actually the pool difficulty is also a bit too high (I am testing on give-me-coins now), if the difficulty was somewhat lower it would probably help

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
asemov
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
December 13, 2014, 11:26:54 AM
 #13153

for those having low hashrate with ccminer:
append at the end of the command line "--diff 128".

That should fix it, please report your finding.

This should be fixed at pool's side. AFAIK "--diff xxx" parameter will be removed soon.
asemov
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
December 13, 2014, 11:28:04 AM
 #13154

so who got the nice instamine? was it miners on verters? for the first 500 block x 50 it's about 25000 coins.

can't view the verters blocks as I am not registered there, and still can't register as they don't send out confirmation mails (tried two addresses)...

As soon as we have updated block explorer, you could make a research about it Wink
Handofmidas
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
December 13, 2014, 11:51:18 AM
 #13155

so who got the nice instamine? was it miners on verters? for the first 500 block x 50 it's about 25000 coins.

can't view the verters blocks as I am not registered there, and still can't register as they don't send out confirmation mails (tried two addresses)...

As soon as we have updated block explorer, you could make a research about it Wink

And the conclusion will be that it was the devs, haha!  Grin
Strannik-74
Full Member
***
Offline Offline

Activity: 348
Merit: 102



View Profile
December 13, 2014, 11:52:41 AM
 #13156

for those having low hashrate with ccminer:
append at the end of the command line "--diff 128".

That should fix it, please report your finding.

edit: actually the pool difficulty is also a bit too high (I am testing on give-me-coins now), if the difficulty was somewhat lower it would probably help

ccminer -a lyra2 -o stratum+tcp://*** -u S*** -p x --diff 128
Now the pool displays the correct hash, thank you.
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
December 13, 2014, 11:56:09 AM
 #13157

Anyone noticed that we are on 666 page?
Strannik-74
Full Member
***
Offline Offline

Activity: 348
Merit: 102



View Profile
December 13, 2014, 11:58:16 AM
 #13158

Anyone noticed that we are on 666 page?

You =)
bigradeon
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 13, 2014, 12:00:37 PM
 #13159

Anyone noticed that we are on 666 page?

why not 0.00666 btc in the next few days Grin
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
December 13, 2014, 12:03:05 PM
 #13160

for those having low hashrate with ccminer:
append at the end of the command line "--diff 128".

That should fix it, please report your finding.

edit: actually the pool difficulty is also a bit too high (I am testing on give-me-coins now), if the difficulty was somewhat lower it would probably help

ccminer -a lyra2 -o stratum+tcp://*** -u S*** -p x --diff 128
Now the pool displays the correct hash, thank you.

on an other note, I can't get the correct hashrate on p2pool (crunchpool) even with diff 128 (and the number of share send is rather low for a p2pool)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Pages: « 1 ... 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 [658] 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!