BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 08, 2018, 12:48:53 PM |
|
2.7.0 PoS blocks not being accepted by 2.6.0 on testnet, looks like the stakemodifier is being calculated differently between versions. For a second we thought it might be the TX position on disk again but that's consistent thankfully.nStakeModifierSelectionInterval is now consistent between version but nStakeModifier still comes back different between versions.
Lot's of "read txPrev failed" errors after generating stake on testnet. Something else to iron out but stake does work.Developers have set up a mixed stake environment as well so some stake blocks come from 2.6.There are still some kinks that are rapidly exposed on testnet that need to be ironed out.Peter is working on XBC Sunday to Thursday and hopes to work through all staking issues.
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 09, 2018, 12:04:49 PM |
|
2018-09-09 11:21 UTC
Difficulty POW: 0.01442156 POS: 0.00024414 Coin Supply (XBC) 113970.94642128 676439 blocks 27 connections
Last Price 0.00348684 24hr Change +11.27% 24hr High 0.00434943 24hr Low 0.00278074 24hr Volume: 18.13313711 BTC / 4595.55487561 XBC
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 09, 2018, 12:06:10 PM |
|
Pushed the commit for the starting height change.Ironed out the prev TX which was to do with coin selection and simplified the CreateCoinStake code, the CreateCoinStake code was looking up CTransaction in the same way that CheckProofOfStake did however it is not necessary as we already have a set of CWalletTx which inherit from CTransaction. This allows us to structure the code in a way more consistent with 2.6. With the height fix we've not had PoS blocks failed to be picked up by the 2.6 client.
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 09, 2018, 03:56:22 PM |
|
Clean slated the testnet so we have to wait for that to start staking again but mainnet is minting PoS without errors. Expecting to see the same on tesntet.Peter will keep checking both mainnet and testnet.
Two commits pushed, one for PoS sync and the other PoS staking both of which need to be tidied into previous commits. We are happy with the progress today, these errors have been bugging us. There's only one more we know of that Peter will investigate tomorrow and then it should be just a case of watching the testnet.
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 10, 2018, 05:48:34 AM |
|
2018-09-10 05:42 UTC
Difficulty POW: 0.01442156 POS: 0.00024414 Coin Supply (XBC) 114000 677151 blocks 25 connections
Last Price 0.00344910 24hr Change -6.39% 24hr High 0.00396640 24hr Low 0.00284020 24hr Volume: 10.79835846 BTC / 3160.40347911 XBC
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 10, 2018, 05:54:31 AM |
|
Tiny but annoying bug fixed. PoS kept being generated from TXs that never made it into the main chain. CheckStake rejects these blocks as it should but they should not be generated in the first place, simple unsigned int to int comparison problem.We can now remove some left over sanity checking code from CreateCoinStake.Code can then be pushed to Github.
|
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 10, 2018, 01:01:45 PM |
|
Update
Native Tor wallet and messaging will still be functional after update for TX's only.For staking upgraded segwit/CSV client is nescessary however we will be adopting an alternative technology to suit upgraded client in the future.
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 10, 2018, 01:02:39 PM |
|
The last 10 PoS blocks were all relayed to the network and formed part of the mainnet blockchain
Testnet was clean slated yesterday but is now on block 1558 and ticking, BIP9 signalling starts on block 2016.
The last PoS bug has been resolved. There was a block signature check present in 2.7 that is not in 2.6 so 2.7 will sometimes reject blocks that 2.6 will not. 2.7 only rejects blocks sent directly from the generation source, if the block has been accepted by 2.6 first it is fine.
Going to re-do the commit history one last time. Will pull the Bitcoin commits for the fontconfig fix, better to have cherry-picked commits if they have a source then we can look them up and read the discussions and GitHub issues they relate to, makes life easier.
Commit history rebuilt, hopefully for the last time. A couple more minor changes to be merged into the PoS blockchain sync and PoS Staking so only need to redo the very top of the history.
PoS block sigs cannot be validated with compact blocks. Blocks are sent compact, they are rejected as the block signature cannot be validated, the blocks are then sent full which passes validation. Basically PoS coins cannot use compact blocks as the blocks are signed using the sig from the PoS TXs. Compact blocks are sent without TXs, just shortened TXIDs for receiving nodes to find the matching TXs from the mempool which will never work for PoS as the only node with the PoS TXs is the creating node and then it's minted them directly into blocks, not mempool. Now fixed this issue by basically disabling compact blocks.
Once testing has completed we can publish it publicly.
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 11, 2018, 05:39:24 AM |
|
2018-09-11 05:32 UTC
Difficulty POW: 0.01442156 POS: 0.00027608 Coin Supply (XBC) 114030 677984 blocks 22 connections
Last Price 0.00326392 24hr Change +0.14% 24hr High 0.00381124 24hr Low 0.00293587 24hr Volume: 9.59949762 BTC / 2850.17577794 XBC
|
|
|
|
MarketMagic
|
|
September 11, 2018, 02:02:14 PM |
|
Great progress.Almost there now
|
█████████████████████
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 11, 2018, 10:38:06 PM |
|
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 12, 2018, 05:51:26 AM |
|
2018-09-12 05:46 UTC
Difficulty POW: 0.01442156 POS: 0.00024414 Coin Supply (XBC) 114071.91462897 678771 blocks 23 connections
Last Price 0.00385716 24hr Change +18.05% 24hr High 0.00424000 24hr Low 0.00296924 24hr Volume: 13.66939886 BTC / 3853.28991663 XBC
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 12, 2018, 12:20:52 PM |
|
We are currently working on getting messaging working in the new client.On further upgrades we can look at a more modern tor plug in or an alternative technology that is now being looked at.
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 13, 2018, 05:45:56 AM |
|
2018-09-13 05:37 UTC
Difficulty POS: 0.00024414 Coin Supply (XBC) 114114 679595 blocks 21 connections
Last Price 0.00411544 24hr Change +3.81% 24hr High 0.00424186 24hr Low 0.00339154 24hr Volume: 6.64057567 BTC / 1685.15719004 XBC
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 14, 2018, 10:01:21 AM |
|
2018-09-14 09:52 UTC
Difficulty=POS:0.00024414 Coin Supply (XBC)=114147 blocks = 680509 connections= 33
Last Price 0.00420 24hr Change +6.96% 24hr High 0.00468 24hr Low 0.00387 24hr Volume: 9.15BTC / 2188XBC
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 14, 2018, 10:01:49 AM |
|
Segwit is now locked in on testnet.
|
|
|
|
Franklino79
Newbie
Offline
Activity: 21
Merit: 0
|
|
September 14, 2018, 02:10:58 PM |
|
Segwit is now locked in on testnet.
What does that mean? are we having a hard fork for the segwit?
|
|
|
|
bobitza202
|
|
September 14, 2018, 02:28:13 PM |
|
Nice to see things going well here, i remember the days when it was 3$, such a good deal.
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
September 15, 2018, 09:57:45 AM |
|
Segwit is now locked in on testnet.
What does that mean? are we having a hard fork for the segwit? No hard fork.It means its running successfully on a testing/closed envoirnment.
|
|
|
|
|