Bitcoin Forum
June 19, 2024, 11:16:02 AM *
News: Voting for pizza day contest
 
   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 »  All
  Print  
Author Topic: [ANN ][SCORE][POW][Scrypt]  (Read 20988 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.
cryptocronic
Full Member
***
Offline Offline

Activity: 241
Merit: 100

cryptocronic.com


View Profile WWW
September 24, 2017, 01:24:38 PM
 #141



How much hashrate is necessary to get forward again? Like would it help to rent scrypt miners for a day?

At current difficulty, 668 Megahash needed for 1 block per hour.  So calculate from that.

My stats page is still on the correct chain, so you can watch that for movement.  http://score.cryptocronic.com/stats/

https://madbyte.com - Invested Crypto - Membership has its privileges!
---
Spekske
Hero Member
*****
Offline Offline

Activity: 673
Merit: 506


View Profile WWW
September 24, 2017, 01:28:23 PM
 #142



How much hashrate is necessary to get forward again? Like would it help to rent scrypt miners for a day?

At current difficulty, 668 Megahash needed for 1 block per hour.  So calculate from that.

My stats page is still on the correct chain, so you can watch that for movement.  http://score.cryptocronic.com/stats/

Very good ! I hope the dev can isolate whatever ip address(es) is causing the disruption. Another way to make sure for miners they are on the correct chain to use connect= statements in their .conf file instead of addnode and use listen=0 in addition to that. If we have a list of correct nodes that should work for the time being.

Svoa
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
September 24, 2017, 02:05:41 PM
 #143

Problems with the purse!!! Please help to sync the wallet, you need to register in the conference?
mrhans
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
September 24, 2017, 02:39:26 PM
 #144



How much hashrate is necessary to get forward again? Like would it help to rent scrypt miners for a day?

At current difficulty, 668 Megahash needed for 1 block per hour.  So calculate from that.

My stats page is still on the correct chain, so you can watch that for movement.  http://score.cryptocronic.com/stats/


Is there something like a difficulty retarget soon? How many blocks would be needed?
cryptocronic
Full Member
***
Offline Offline

Activity: 241
Merit: 100

cryptocronic.com


View Profile WWW
September 24, 2017, 02:42:13 PM
 #145



How much hashrate is necessary to get forward again? Like would it help to rent scrypt miners for a day?

At current difficulty, 668 Megahash needed for 1 block per hour.  So calculate from that.

My stats page is still on the correct chain, so you can watch that for movement.  http://score.cryptocronic.com/stats/


Is there something like a difficulty retarget soon? How many blocks would be needed?

Scorecoin uses digishield so it retargets with every block.  The diff should start going down once a block is found.  But at the moment it seems nobody cares to mine.

http://score.coincave.nl/index.php?page=statistics&action=pool

Zero people mining there.

http://coincave.nl:8080/workers

1 person mining here with 10 Megahash, which is not nearly enough.  We need like 1000 megahash to get this chain moving again.

https://madbyte.com - Invested Crypto - Membership has its privileges!
---
Spekske
Hero Member
*****
Offline Offline

Activity: 673
Merit: 506


View Profile WWW
September 24, 2017, 02:42:30 PM
 #146



How much hashrate is necessary to get forward again? Like would it help to rent scrypt miners for a day?

At current difficulty, 668 Megahash needed for 1 block per hour.  So calculate from that.

My stats page is still on the correct chain, so you can watch that for movement.  http://score.cryptocronic.com/stats/


Is there something like a difficulty retarget soon? How many blocks would be needed?
As far as I can tell from the code it should change every block using Digishield, old code was every 10 blocks (10 minutes under normal circumstances):

static const int64 nTargetTimespan = 10 * 60;
static const int64 nTargetTimespanNEW = 60;
static const int64 nTargetSpacing = 1 * 60;
static const int64 nInterval = nTargetTimespan / nTargetSpacing;

Spekske
Hero Member
*****
Offline Offline

Activity: 673
Merit: 506


View Profile WWW
September 24, 2017, 02:59:48 PM
 #147



How much hashrate is necessary to get forward again? Like would it help to rent scrypt miners for a day?

At current difficulty, 668 Megahash needed for 1 block per hour.  So calculate from that.

My stats page is still on the correct chain, so you can watch that for movement.  http://score.cryptocronic.com/stats/


Is there something like a difficulty retarget soon? How many blocks would be needed?

Scorecoin uses digishield so it retargets with every block.  The diff should start going down once a block is found.  But at the moment it seems nobody cares to mine.

http://score.coincave.nl/index.php?page=statistics&action=pool

Zero people mining there.

http://coincave.nl:8080/workers

1 person mining here with 10 Megahash, which is not nearly enough.  We need like 1000 megahash to get this chain moving again.

Yup, that last 1 is my own incredible miningpower at 10MH/s  Grin

mrhans
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
September 24, 2017, 03:35:32 PM
 #148



How much hashrate is necessary to get forward again? Like would it help to rent scrypt miners for a day?

At current difficulty, 668 Megahash needed for 1 block per hour.  So calculate from that.

My stats page is still on the correct chain, so you can watch that for movement.  http://score.cryptocronic.com/stats/


Is there something like a difficulty retarget soon? How many blocks would be needed?
As far as I can tell from the code it should change every block using Digishield, old code was every 10 blocks (10 minutes under normal circumstances):

static const int64 nTargetTimespan = 10 * 60;
static const int64 nTargetTimespanNEW = 60;
static const int64 nTargetSpacing = 1 * 60;
static const int64 nInterval = nTargetTimespan / nTargetSpacing;

I mean 500 Megahashes is not too expensive on e.g. minigrigrentals, but not sure if that is worth it. At current prices you can easily get 10k score for the price on exchanges.
Svoa
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
September 24, 2017, 06:30:44 PM
 #149

Problems with the purse!!! Please help to sync the wallet, you need to register scorecoin.conf???
Spekske
Hero Member
*****
Offline Offline

Activity: 673
Merit: 506


View Profile WWW
September 24, 2017, 06:35:03 PM
 #150

Problems with the purse!!! Please help to sync the wallet, you need to register scorecoin.conf???
What block are you at? Does the wallet sync at all?

geordieke3
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 24, 2017, 06:37:25 PM
 #151

I have pointed my miners to coincave trying to help a little bit  Grin
Spekske
Hero Member
*****
Offline Offline

Activity: 673
Merit: 506


View Profile WWW
September 24, 2017, 06:39:34 PM
 #152

I have pointed my miners to coincave trying to help a little bit  Grin
I just noticed, good job! Hope that block 132486 will stand, the chain had a lot of orphans recently.

kurbeks
Sr. Member
****
Offline Offline

Activity: 1078
Merit: 255


View Profile
September 24, 2017, 06:48:40 PM
 #153

Blocks should be rolling soon. Good hashrate at coincave and H2C.
Spekske
Hero Member
*****
Offline Offline

Activity: 673
Merit: 506


View Profile WWW
September 24, 2017, 06:56:32 PM
 #154

Blocks should be rolling soon. Good hashrate at coincave and H2C.
Yup! I am just guessing here but recent disruptions feel like someone is just trying to stall the network/blockchain. Transactions depend on a blockchain moving ahead like a conveyor belt. If it stops confirmations will stop and people will start dumping their coins at idiotic prices, only for the disruptor to pick them up. A word of advice to all, stop dumping your coins and let's get this thing rolling again!

marksteven (OP)
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250



View Profile
September 24, 2017, 06:57:20 PM
 #155

blockchain is crazy atm, i try to figure out what happened
tradingdisaster
Full Member
***
Offline Offline

Activity: 307
Merit: 100

0xb58D6E68944e195420843fA98c4A3481a5914282


View Profile
September 24, 2017, 07:03:28 PM
 #156

blockchain is crazy atm, i try to figure out what happened

Better merge the pull request you have on GH.
cryptocronic
Full Member
***
Offline Offline

Activity: 241
Merit: 100

cryptocronic.com


View Profile WWW
September 24, 2017, 07:42:17 PM
 #157

Blocks should be rolling soon. Good hashrate at coincave and H2C.

Yup, chain is moving again.


https://madbyte.com - Invested Crypto - Membership has its privileges!
---
Spekske
Hero Member
*****
Offline Offline

Activity: 673
Merit: 506


View Profile WWW
September 24, 2017, 07:56:57 PM
 #158

blockchain is crazy atm, i try to figure out what happened
I think you should definitely check diff retargeting for SCORE. If I compare the networkhashrate on Score and Trade, the diff of Score seems waaaay too high for current networkhashrate.

marksteven (OP)
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250



View Profile
September 24, 2017, 08:12:58 PM
 #159

everything working fine now,i fixed code with extra security checkpoints,that this not happens again!here the update https://github.com/marksteven2017/Scorecoin
marksteven (OP)
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250



View Profile
September 24, 2017, 08:14:27 PM
 #160

blockchain is working again !
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 »  All
  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!