Bitcoin Forum
May 14, 2024, 10:16:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 [24] 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 »
  Print  
Author Topic: Securitycoin [SCSY] | Bittrex and IRC in Wallet | Ccex | Community | VPOS  (Read 75148 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
January 15, 2015, 03:20:55 PM
 #461

SCSY_dev  hefty1  is not an algorithm check here please. this coin should use mjollnir i think thats the problem.


https://bitcointalk.org/index.php?topic=167229.msg10163048#msg10163048
1715681777
Hero Member
*
Offline Offline

Posts: 1715681777

View Profile Personal Message (Offline)

Ignore
1715681777
Reply with quote  #2

1715681777
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715681777
Hero Member
*
Offline Offline

Posts: 1715681777

View Profile Personal Message (Offline)

Ignore
1715681777
Reply with quote  #2

1715681777
Report to moderator
1715681777
Hero Member
*
Offline Offline

Posts: 1715681777

View Profile Personal Message (Offline)

Ignore
1715681777
Reply with quote  #2

1715681777
Report to moderator
1715681777
Hero Member
*
Offline Offline

Posts: 1715681777

View Profile Personal Message (Offline)

Ignore
1715681777
Reply with quote  #2

1715681777
Report to moderator
Morenod
Full Member
***
Offline Offline

Activity: 197
Merit: 100


QUIFAS EXCHANGE


View Profile
January 15, 2015, 03:26:30 PM
 #462

Can we have a block explorer WITHOUT ads please?

maybe you can build it sir ?

vegasguy
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
January 15, 2015, 03:31:08 PM
 #463

Ok..so max block reward is 640. Anyone know what the max block size should be in coin control to avoid hitting max reward. Just bought 30k of these and need to stake them for max reward. Also I noticed I dont see min stake time listed anywhere. Anyone?

Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
bitspender
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
January 15, 2015, 03:43:41 PM
 #464

Ok..so max block reward is 640. Anyone know what the max block size should be in coin control to avoid hitting max reward. Just bought 30k of these and need to stake them for max reward. Also I noticed I dont see min stake time listed anywhere. Anyone?

Vegas

24h min stake age.

Got the same question here, have ~3.000.000 to stake
SCSY_dev
Member
**
Offline Offline

Activity: 392
Merit: 10


View Profile WWW
January 15, 2015, 04:53:32 PM
 #465

SCSY_dev  hefty1  is not an algorithm check here please. this coin should use mjollnir i think thats the problem.


https://bitcointalk.org/index.php?topic=167229.msg10163048#msg10163048

first of all the first coin which used hefty1 was heavycoin, so it's not mjollnir coin algo but better heavycoin algo.

hefty1 it's a combination between sha, blake, groestl and keccak.. it's all well explained here http://heavycoin.github.io/about.html

SCSY_dev
Member
**
Offline Offline

Activity: 392
Merit: 10


View Profile WWW
January 15, 2015, 05:03:26 PM
 #466

Ok..so max block reward is 640. Anyone know what the max block size should be in coin control to avoid hitting max reward. Just bought 30k of these and need to stake them for max reward. Also I noticed I dont see min stake time listed anywhere. Anyone?

Vegas

MinStageAge is 24 hours.

To avoid hit max reward you should consider also the % reward (which is variable in our coin). Anyway, until the last PoW block it's 100% .. so, this means 640 * 365 = 233600 should be the limit. More or less.

seijirou
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 15, 2015, 06:35:23 PM
 #467

running in to a little trouble with stratum.

always shares are rejected with ntime out of range.

also it's not clear on a couple settings...

MPOS global.inc.php - $config['algorithm'] = '??'
securitycoin-stratum-mining config.py - COINDAEMON_ALGO = '??'
seijirou
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 15, 2015, 08:19:07 PM
 #468

running in to a little trouble with stratum.

always shares are rejected with ntime out of range.

also it's not clear on a couple settings...

MPOS global.inc.php - $config['algorithm'] = '??'
securitycoin-stratum-mining config.py - COINDAEMON_ALGO = '??'


I did some poking around in the code and found that template_registry.py tests if  COINDAEMON_ALGO is 'hefty1', as opposed to 'heavy' from heavycoin, so that's what I'm going to assume is right for now.


I also found the implementation of checking ntime in the same template_registry.py which implements check_ntime from block_template.py

I commented out the "if ntime < self.curtime"  and my errors are no longer "ntime out of range" but rather something else entirely, so I'm pretty sure my miner is sending some kind of invalid shares but I don't know if it's a miner problem or still a stratum problem not configured correctly.
SCSY_dev
Member
**
Offline Offline

Activity: 392
Merit: 10


View Profile WWW
January 15, 2015, 08:31:09 PM
 #469

running in to a little trouble with stratum.

always shares are rejected with ntime out of range.

also it's not clear on a couple settings...

MPOS global.inc.php - $config['algorithm'] = '??'
securitycoin-stratum-mining config.py - COINDAEMON_ALGO = '??'


I did some poking around in the code and found that template_registry.py tests if  COINDAEMON_ALGO is 'hefty1', as opposed to 'heavy' from heavycoin, so that's what I'm going to assume is right for now.


I also found the implementation of checking ntime in the same template_registry.py which implements check_ntime from block_template.py

I commented out the "if ntime < self.curtime"  and my errors are no longer "ntime out of range" but rather something else entirely, so I'm pretty sure my miner is sending some kind of invalid shares but I don't know if it's a miner problem or still a stratum problem not configured correctly.

I'm happy to see such a lover of stratums, pools, hefty1 and our coin.
  
But sorry, this is not a "stratum developers forum".

OCminer has already done all the work to get stratum working.

If you want to become a pool owner and you need some explanation, please send a pm to me or to ocminer (ocminer is for sure better than me in stratum-mining).

thanks.

Cheers

syyyn
Full Member
***
Offline Offline

Activity: 212
Merit: 100



View Profile WWW
January 15, 2015, 09:02:23 PM
 #470

Suprnova pools have been finding blocks but nobody is getting the rewards.
seijirou
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 15, 2015, 09:08:13 PM
 #471

running in to a little trouble with stratum.

always shares are rejected with ntime out of range.

also it's not clear on a couple settings...

MPOS global.inc.php - $config['algorithm'] = '??'
securitycoin-stratum-mining config.py - COINDAEMON_ALGO = '??'


I did some poking around in the code and found that template_registry.py tests if  COINDAEMON_ALGO is 'hefty1', as opposed to 'heavy' from heavycoin, so that's what I'm going to assume is right for now.


I also found the implementation of checking ntime in the same template_registry.py which implements check_ntime from block_template.py

I commented out the "if ntime < self.curtime"  and my errors are no longer "ntime out of range" but rather something else entirely, so I'm pretty sure my miner is sending some kind of invalid shares but I don't know if it's a miner problem or still a stratum problem not configured correctly.

I'm happy to see such a lover of stratums, pools, hefty1 and our coin.
  
But sorry, this is not a "stratum developers forum".

OCminer has already done all the work to get stratum working.

If you want to become a pool owner and you need some explanation, please send a pm to me or to ocminer (ocminer is for sure better than me in stratum-mining).

thanks.

Cheers

Sorry didn't mean to be rude.


Suprnova pools have been finding blocks but nobody is getting the rewards.

No rewards until block > 7200
SCSY2.0 (OP)
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
January 15, 2015, 09:09:18 PM
 #472

running in to a little trouble with stratum.

always shares are rejected with ntime out of range.

also it's not clear on a couple settings...

MPOS global.inc.php - $config['algorithm'] = '??'
securitycoin-stratum-mining config.py - COINDAEMON_ALGO = '??'


I did some poking around in the code and found that template_registry.py tests if  COINDAEMON_ALGO is 'hefty1', as opposed to 'heavy' from heavycoin, so that's what I'm going to assume is right for now.


I also found the implementation of checking ntime in the same template_registry.py which implements check_ntime from block_template.py

I commented out the "if ntime < self.curtime"  and my errors are no longer "ntime out of range" but rather something else entirely, so I'm pretty sure my miner is sending some kind of invalid shares but I don't know if it's a miner problem or still a stratum problem not configured correctly.

I'm happy to see such a lover of stratums, pools, hefty1 and our coin.
  
But sorry, this is not a "stratum developers forum".

OCminer has already done all the work to get stratum working.

If you want to become a pool owner and you need some explanation, please send a pm to me or to ocminer (ocminer is for sure better than me in stratum-mining).

thanks.

Cheers

Sorry didn't mean to be rude.


Suprnova pools have been finding blocks but nobody is getting the rewards.

No rewards until block > 7200

I don't think our dev was trying to be either. I have had the same problem with him since his first language is not english it comes off alot more harsh than he actually means it lol.
djds
Full Member
***
Offline Offline

Activity: 146
Merit: 100


View Profile
January 15, 2015, 09:13:53 PM
 #473

I can't get more than 17.5 Mh/s on 280x, any config to improve that?

Thanks!
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
January 15, 2015, 09:17:00 PM
 #474

I can't get more than 17.5 Mh/s on 280x, any config to improve that?

Thanks!

i'm getting 21 MH/s on linux, latest omega drivers, non overclocked with -I 12 and -g 1

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
SCSY_dev
Member
**
Offline Offline

Activity: 392
Merit: 10


View Profile WWW
January 15, 2015, 09:24:43 PM
 #475

Suprnova pools have been finding blocks but nobody is getting the rewards.

yeah because block reward is 0 until block 7,200 Wink

paulspider
Member
**
Offline Offline

Activity: 270
Merit: 10


View Profile
January 15, 2015, 09:28:08 PM
 #476

E-mail sent to acad@allcryptoallday.com to do the swap

Thanks
seijirou
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 15, 2015, 09:28:19 PM
 #477

running in to a little trouble with stratum.

always shares are rejected with ntime out of range.

also it's not clear on a couple settings...

MPOS global.inc.php - $config['algorithm'] = '??'
securitycoin-stratum-mining config.py - COINDAEMON_ALGO = '??'


I did some poking around in the code and found that template_registry.py tests if  COINDAEMON_ALGO is 'hefty1', as opposed to 'heavy' from heavycoin, so that's what I'm going to assume is right for now.


I also found the implementation of checking ntime in the same template_registry.py which implements check_ntime from block_template.py

I commented out the "if ntime < self.curtime"  and my errors are no longer "ntime out of range" but rather something else entirely, so I'm pretty sure my miner is sending some kind of invalid shares but I don't know if it's a miner problem or still a stratum problem not configured correctly.

I'm happy to see such a lover of stratums, pools, hefty1 and our coin.
  
But sorry, this is not a "stratum developers forum".

OCminer has already done all the work to get stratum working.

If you want to become a pool owner and you need some explanation, please send a pm to me or to ocminer (ocminer is for sure better than me in stratum-mining).

thanks.

Cheers

Sorry didn't mean to be rude.


Suprnova pools have been finding blocks but nobody is getting the rewards.

No rewards until block > 7200

I don't think our dev was trying to be either. I have had the same problem with him since his first language is not english it comes off alot more harsh than he actually means it lol.

lol oh yeah no problem.  He's just being direct, not rude.  Nothing wrong with being direct.

He probably owes an apology to ocminer though, sending me his way.  Poor guy!
djds
Full Member
***
Offline Offline

Activity: 146
Merit: 100


View Profile
January 15, 2015, 09:29:17 PM
 #478

I can't get more than 17.5 Mh/s on 280x, any config to improve that?

Thanks!

i'm getting 21 MH/s on linux, latest omega drivers, non overclocked with -I 12 and -g 1

Thanks, I'll try!
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
January 15, 2015, 09:34:37 PM
 #479

Suprnova pools have been finding blocks but nobody is getting the rewards.

yeah because block reward is 0 until block 7,200 Wink

If there is nothing to pay out, there is nothing to pay out ;-)

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
January 15, 2015, 09:47:21 PM
 #480

Does anyone have ccminer at suprnova pool  working?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 [24] 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 »
  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!