Bitcoin Forum
August 16, 2025, 02:48:25 AM *
News: Latest Bitcoin Core release: 29.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 »  All
  Print  
Author Topic: [ANN] United SciFi Coin [SCIFI] PoW/PoS  (Read 42654 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. (1 post by 1+ user deleted.)
Xantor1234
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
April 23, 2018, 11:31:47 AM
 #201

Something wrong with the chain?

LPool: Last share 29 hours ago
Solo: Everything rejected
Also haven't seen a POS hit for a day or so.

Please check?
Dunkelheit667
Legendary
*
Offline Offline

Activity: 1045
Merit: 1157


no degradation


View Profile
April 23, 2018, 04:15:56 PM
 #202

Something wrong with the chain?

LPool: Last share 29 hours ago
Solo: Everything rejected
Also haven't seen a POS hit for a day or so.

Please check?

https://lpool.name/explorer/SCIFI , http://cryptoguru.tk/Blocks/index.php?Currency=SCIFI , my node and wallet seem to be on the same high.

But yes, http://cryptoguru.tk/Charts/index.php?Currency=SCIFI shows there was no PoW block since yesterday and PoS seems to be slow, difficulty looks fine, odd. Can confirm I had my last stake 10h ago which is uncommon.

"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time.
And when the machine stops, time is an illusion that we created free will.
" - an unnamed Hybrid
MikeRG2880
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 23, 2018, 04:21:39 PM
 #203

Something wrong with the chain?

LPool: Last share 29 hours ago
Solo: Everything rejected
Also haven't seen a POS hit for a day or so.

Please check?


Yeah noticed same thing here, no POW on pool or solo, and have had decent stake inputs but no rewards since height 181996.
dnp
Full Member
***
Offline Offline

Activity: 401
Merit: 110


View Profile WWW
April 23, 2018, 05:06:22 PM
 #204

Something wrong with the chain?

LPool: Last share 29 hours ago
Solo: Everything rejected
Also haven't seen a POS hit for a day or so.

Please check?


Yeah noticed same thing here, no POW on pool or solo, and have had decent stake inputs but no rewards since height 181996.

i'm noticing new blocks arriving timestamped 1 hour into the future the last couple days.
i turned off my daemon and going to wait a few days.


Explorer and full node hosting at explorer.dognose.net
Dunkelheit667
Legendary
*
Offline Offline

Activity: 1045
Merit: 1157


no degradation


View Profile
April 23, 2018, 05:11:20 PM
Last edit: April 24, 2018, 12:07:30 AM by Dunkelheit667
 #205

i'm noticing new blocks arriving consistently 1 hour into the future the last couple days.
Just found this in my debug.log. Yes, seems to be an issue with timestamps:

Code:
CheckStake() : new proof-of-stake block found  
  hash: 782039806d45cb037e7b07e74ec1637058a8b5959b2d5d2fe348847a5a21b840
proofhash: 0000014da281be708a96c9d89efb2c1707cb6bd7838eb97b8312cac76282e3fd  
target: 00000fa8ee0e0000000000000000000000000000000000000000000000000000
CBlock(hash=782039806d45cb037e7b07e74ec1637058a8b5959b2d5d2fe348847a5a21b840, ver=6, hashPrevBlock=74a4e46d294ce8880ab4f52e36a8239f55f5a28b9f3ad1b8439aa5f3de298bfd, hashMerkleRoot=ddc9251240bd996c2fca910c2992d73ad3fafe54012923bfd44a87079e616799, nTime=1524503117, nBits=1d00b1c6, nNonce=0, vtx=2, ...)
...
ERROR: AcceptBlock() : block's timestamp is too early
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckStake() : ProcessBlock, block not accepted

Edit:
Yeah, guess there is something wrong with nTime/ntp.cpp? The following workaround 'fixed' my 'issue', but it's really... shady.

1) Close the UnitedSciFi client. Sync your system time.
2) Disable time syncing and set your local system time to current time + one hour.
3) Enable the NTP server on your local machine: https://www.interfacett.com/blogs/creating-standalone-ntp-server-windows/
4) Start the UnitedSciFi client.

PoS worked again.

"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time.
And when the machine stops, time is an illusion that we created free will.
" - an unnamed Hybrid
Xantor1234
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
April 24, 2018, 05:39:38 AM
 #206

Not gonna mess with my system time. Closing deamons until good fix is found.
MikeRG2880
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 24, 2018, 01:10:57 PM
 #207

i'm noticing new blocks arriving consistently 1 hour into the future the last couple days.
Just found this in my debug.log. Yes, seems to be an issue with timestamps:

Code:
CheckStake() : new proof-of-stake block found  
  hash: 782039806d45cb037e7b07e74ec1637058a8b5959b2d5d2fe348847a5a21b840
proofhash: 0000014da281be708a96c9d89efb2c1707cb6bd7838eb97b8312cac76282e3fd  
target: 00000fa8ee0e0000000000000000000000000000000000000000000000000000
CBlock(hash=782039806d45cb037e7b07e74ec1637058a8b5959b2d5d2fe348847a5a21b840, ver=6, hashPrevBlock=74a4e46d294ce8880ab4f52e36a8239f55f5a28b9f3ad1b8439aa5f3de298bfd, hashMerkleRoot=ddc9251240bd996c2fca910c2992d73ad3fafe54012923bfd44a87079e616799, nTime=1524503117, nBits=1d00b1c6, nNonce=0, vtx=2, ...)
...
ERROR: AcceptBlock() : block's timestamp is too early
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckStake() : ProcessBlock, block not accepted

Edit:
Yeah, guess there is something wrong with nTime/ntp.cpp? The following workaround 'fixed' my 'issue', but it's really... shady.

1) Close the UnitedSciFi client. Sync your system time.
2) Disable time syncing and set your local system time to current time + one hour.
3) Enable the NTP server on your local machine: https://www.interfacett.com/blogs/creating-standalone-ntp-server-windows/
4) Start the UnitedSciFi client.

PoS worked again.

Curiosity question: to my untrained eye, won't the client fix also require forking/checkpoint from where the problem happened (181997?) since currently the UTC timestamps of all the blocks since then are wrong?  Trying to conceptualize how miners with the correct time could get back on the current longest chain without kludging the client to mess with how timestamps are agreed to.
Xantor1234
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
April 24, 2018, 03:49:24 PM
 #208

IMHO it _should_ fork as the blocks from that point are obviously wrong and only 'cheaters' profit.
Dunkelheit667
Legendary
*
Offline Offline

Activity: 1045
Merit: 1157


no degradation


View Profile
April 24, 2018, 04:32:56 PM
 #209

Curiosity question: to my untrained eye, won't the client fix also require forking/checkpoint from where the problem happened (181997?) since currently the UTC timestamps of all the blocks since then are wrong?  Trying to conceptualize how miners with the correct time could get back on the current longest chain without kludging the client to mess with how timestamps are agreed to.
Good question, don't know why some nodes seem to run 'one hour in the future' and nodes on the correct time accepted 'future' blocks. Guess to fix this without some kind of update, all nodes have to sync their time and disable PoS/PoW mining for one hour...

IMHO it _should_ fork as the blocks from that point are obviously wrong and only 'cheaters' profit.
Indeed, it should have forked, but did not. Undecided

"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time.
And when the machine stops, time is an illusion that we created free will.
" - an unnamed Hybrid
vampirus (OP)
Hero Member
*****
Offline Offline

Activity: 983
Merit: 520


Nature decays, but Latinum lasts forever. RoA:102


View Profile
April 24, 2018, 07:34:18 PM
 #210

Something wrong was with time.windows.com server. I found that one of my computers set to 1 hour ahead since yesterday.
Just set computer time and restart wallet, soon all start working.

  SCIFIKEDGPLCAPS
Dunkelheit667
Legendary
*
Offline Offline

Activity: 1045
Merit: 1157


no degradation


View Profile
April 24, 2018, 10:14:23 PM
 #211

Something wrong was with time.windows.com server. I found that one of my computers set to 1 hour ahead since yesterday.
Just set computer time and restart wallet, soon all start working.
PoS (with current time) and the pool seem to work again. Thanks for checking Grand Nagus. Smiley

"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time.
And when the machine stops, time is an illusion that we created free will.
" - an unnamed Hybrid
sunk818
Full Member
***
Offline Offline

Activity: 1176
Merit: 111



View Profile WWW
April 24, 2018, 11:40:21 PM
 #212

Something wrong was with time.windows.com server. I found that one of my computers set to 1 hour ahead since yesterday.
Just set computer time and restart wallet, soon all start working.

Hmm, I didn't see this on any of my computers. You said max time drift is 3 min, so wouldn't this limit prevent any times 1 hour into the future? Also, the time is UTC so even if time is ahead one hour, UTC time should still be correct regardless of what Windows tells you is the time.

Something buggy, no?

sunk818
Full Member
***
Offline Offline

Activity: 1176
Merit: 111



View Profile WWW
April 24, 2018, 11:41:39 PM
 #213

PoS (with current time) and the pool seem to work again. Thanks for checking Grand Nagus. Smiley

lpool seems to be working about 2 hours ago. Block 183071 with difficult 3.501703. Then diff dropped to 2.1 9 blocks later.

dnp
Full Member
***
Offline Offline

Activity: 401
Merit: 110


View Profile WWW
April 25, 2018, 03:07:58 AM
 #214

Something wrong was with time.windows.com server. I found that one of my computers set to 1 hour ahead since yesterday.
Just set computer time and restart wallet, soon all start working.

Hmm, I didn't see this on any of my computers. You said max time drift is 3 min, so wouldn't this limit prevent any times 1 hour into the future? Also, the time is UTC so even if time is ahead one hour, UTC time should still be correct regardless of what Windows tells you is the time.

Something buggy, no?

it does seem dangerous that my (correct time) linux daemon/wallet was immediately accepting blocks generated 1 hour into the future. they should have been ignored (at least until the correct time catches up to the block's time.)

Explorer and full node hosting at explorer.dognose.net
Xantor1234
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
April 25, 2018, 07:20:26 AM
 #215

Nice centralized coin you have there.

This needs to be fixed asap otherwise no use continuing.
MikeRG2880
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 25, 2018, 01:35:34 PM
 #216

Something wrong was with time.windows.com server. I found that one of my computers set to 1 hour ahead since yesterday.
Just set computer time and restart wallet, soon all start working.

Hmm, I didn't see this on any of my computers. You said max time drift is 3 min, so wouldn't this limit prevent any times 1 hour into the future? Also, the time is UTC so even if time is ahead one hour, UTC time should still be correct regardless of what Windows tells you is the time.

Something buggy, no?

it does seem dangerous that my (correct time) linux daemon/wallet was immediately accepting blocks generated 1 hour into the future. they should have been ignored (at least until the correct time catches up to the block's time.)

It would be interesting to see a postmortem from an expert like vamp.  Maybe too nuanced to be meaningful, but curious if it should be thought of as a low probability event that occurred (was it a specific case where majority high-stake pos miners with UTC+1 took over, but chain operation was still robust in the end), or actually a corner case because the fix required outright action from a majority miner (resetting their clock)?

Arguing against the latter point, was the "fix" simply that with enough miners coming online with the correct time it would "clean up" the network adjusted time (baseline https://en.bitcoin.it/wiki/Block_timestamp
)?
sunk818
Full Member
***
Offline Offline

Activity: 1176
Merit: 111



View Profile WWW
April 25, 2018, 04:06:49 PM
 #217

I couldn't get solo mining working with bfgminer 5.4.2 on Windows, so I ended up using lpool.name. With the low difficulty, I imagine lpool.name has most of the network hash rate? If so, one snafu from their wallet could cause chain reaction issues? That pool is so under powered and slow to respond (server wise and admin wise), it does become a liability when the mining is not distributed.

vampirus (OP)
Hero Member
*****
Offline Offline

Activity: 983
Merit: 520


Nature decays, but Latinum lasts forever. RoA:102


View Profile
April 25, 2018, 05:24:14 PM
 #218

It was because I have too much PoS power and my chain win.
Checkpoint server was also off.
With more PoS miners and Checkpoint server online it never happen again.
In QBT on same computer all my blocks go orphan.

  SCIFIKEDGPLCAPS
sunk818
Full Member
***
Offline Offline

Activity: 1176
Merit: 111



View Profile WWW
April 25, 2018, 05:31:05 PM
 #219

It was because I have too much PoS power and my chain win.

I suppose dev has right to stake as well. If you want to turn it off on your wallet, you can do this via the .conf file right?

Checkpoint server was also off.

What does this mean? This is not default feature in UnitedSCIFI?

vampirus (OP)
Hero Member
*****
Offline Offline

Activity: 983
Merit: 520


Nature decays, but Latinum lasts forever. RoA:102


View Profile
April 25, 2018, 05:48:17 PM
 #220

It was because I have too much PoS power and my chain win.

I suppose dev has right to stake as well. If you want to turn it off on your wallet, you can do this via the .conf file right?

Checkpoint server was also off.

What does this mean? This is not default feature in UnitedSCIFI?

I stake only coins that receive as all other users. (KED, QBT, UFC, GPL, DPZ swap)
All unswapped coins out of stake.
Checkpoint server starts only on one computer with master key in config.
Currently SCIFI not on exchange and no need use checkpoint server.

  SCIFIKEDGPLCAPS
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 »  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!