Pages:
Author

Topic: [C¥] Cyberyen - alternative currency - page 2. (Read 2559 times)

newbie
Activity: 54
Merit: 0
jr. member
Activity: 50
Merit: 1
The problem our blockchain is facing is quite common and has been studied by other teams.

At the moment, two auxiliary algorithms DarkGravityWave and KimotoGravityWell have been added to the Cyberyen core. As we can see, this solution only helps us knock down the hash raised by large pools. But these algorithms don't help us maintain network stability and we see long freezes.

Barrystyle has added a retargeter algorithm that will start at block 149,999:
https://github.com/cyberyen/cyberyen/blob/bfb8f7397b5c119ebcb90ea7d2e0d1416eb8bd84/src/pow.cpp#L15
Let's see how it affects the network.

Also check out the DigiByte articles, maybe you will have some ideas:
https://dgbwiki.com/index.php?title=DigiShield

https://www.reddit.com/r/Digibyte/comments/213t7b/what_is_digishield_how_it_works_to_retarget/?utm_source=amp&utm_medium=&utm_content=post_body
newbie
Activity: 54
Merit: 0
137000 blocks mined.. current price .00000082
newbie
Activity: 5
Merit: 2
many thx,
you should add it on the cyberyen.org footer
newbie
Activity: 54
Merit: 0
jr. member
Activity: 50
Merit: 1
newbie
Activity: 5
Merit: 2
Hi cyberyen team,
No discord yet ?
newbie
Activity: 15
Merit: 0
April 30, 2023, 04:56:18 PM
#58
Could it be related to the version of the last 100 blocks?

Points to Function static void UpdateTip(CTxMemPool& mempool, const CBlockIndex* pindexNew, const CChainParams& chainParams)
from the Validation.cpp module:

/** Check warning conditions and do some notifications on new chain tip set. */
static void UpdateTip(CTxMemPool& mempool, const CBlockIndex* pindexNew, const CChainParams& chainParams)
    EXCLUSIVE_LOCKS_REQUIRED(::cs_main)
{
    // New best block
    mempool.AddTransactionsUpdated(1);

    {
   LOCK(g_best_block_mutex);
   g_best_block = pindexNew->GetBlockHash();
   g_best_block_cv.notify_all();
    }

    bilingual_str warning_messages;
    int num_unexpected_version = 0;
    if (!::ChainstateActive().IsInitialBlockDownload())
    {
   const CBlockIndex* pindex = pindexNew;
   for (int bit = 0; bit < VERSIONBITS_NUM_BITS; bit++) {
       WarningBitsConditionChecker checker(bit);
       ThresholdState state = checker.GetStateFor(pindex, chainParams.GetConsensus(), warningcache[bit]);
       if (state == ThresholdState::ACTIVE || state == ThresholdState::LOCKED_IN) {
      const bilingual_str warning = strprintf(_("Warning: unknown new rules activated (versionbit %i)"), bit);
      if (state == ThresholdState::ACTIVE) {
          DoWarning(warning);
      } else {
          AppendWarning(warning_messages, warning);
      }
       }
   }
   // Check the version of the last 100 blocks to see if we need to upgrade:
   for (int i = 0; i < 100 && pindex != nullptr; i++)
   {
       int32_t nExpectedVersion = ComputeBlockVersion(pindex->pprev, chainParams.GetConsensus());
       if (pindex->nVersion > VERSIONBITS_LAST_OLD_BLOCK_VERSION && (pindex->nVersion & ~nExpectedVersion) != 0)
      ++num_unexpected_version;
       pindex = pindex->pprev;
   }
    }
    LogPrintf("%s: new best=%s height=%d version=0x%08x log2_work=%f tx=%lu date='%s' progress=%f cache=%.1fMiB(%utxo)%s\n", __func__,
      pindexNew->GetBlockHash().ToString(), pindexNew->nHeight, pindexNew->nVersion,
      log(pindexNew->nChainWork.getdouble())/log(2.0), (unsigned long)pindexNew->nChainTx,
      FormatISO8601DateTime(pindexNew->GetBlockTime()),
      GuessVerificationProgress(chainParams.TxData(), pindexNew), ::ChainstateActive().CoinsTip().DynamicMemoryUsage() * (1.0 / (1<<20)), ::ChainstateActive().CoinsTip().GetCacheSize(),
      !warning_messages.empty() ? strprintf(" warning='%s'", warning_messages.original) : "");

    if (num_unexpected_version > 0) {
   LogPrint(BCLog::VALIDATION, "%d of last 100 blocks have unexpected version\n", num_unexpected_version);
    }
}

Someone more experienced and who knows the code should check and debug it.
member
Activity: 653
Merit: 11
April 29, 2023, 10:00:13 PM
#57
It looks like spam attacks but then again I am not too technical.

Someone with more experience might be able to analyze this.
jr. member
Activity: 50
Merit: 1
April 25, 2023, 10:17:45 AM
#56
We have detected strange behavior on the network.
Pauses that have begun to form recently have a feature, after exiting the pause, one address receives the found blocks in one packet, and if you look, you can see that it receives a reward every second, when the block time should be 60 seconds (1 min).
Who can explain it?


Code:
2023-04-25T14:41:10Z Potential stale tip detected, will try using extra outbound peer (last tip update: 7029 seconds ago)
2023-04-25T14:42:40Z Potential stale tip detected, will try using extra outbound peer (last tip update: 7119 seconds ago)
2023-04-25T14:44:10Z Potential stale tip detected, will try using extra outbound peer (last tip update: 7209 seconds ago)
2023-04-25T14:44:44Z UpdateTip: new best=1bdd38a2225c6f865e898369e6aa444f3f965588e38ae08bb60a8f7a4083f3d1 height=126966 version=$
2023-04-25T14:44:48Z UpdateTip: new best=6f9fb5c7b6d7c60a07c680f05a24d9a4cfc3fefa804628a768b4cb0c478ba922 height=126967 version=$
2023-04-25T14:44:55Z UpdateTip: new best=ec268c366b46d81c4c6f3e39e8df01327f15ec07ca3e853209ae8cf3f656a2af height=126968 version=$
2023-04-25T14:45:11Z UpdateTip: new best=c634d20323447066176c5a6de201e22c107b4f1562c5ae98cbfda54e507b1b2d height=126969 version=$
2023-04-25T14:45:12Z UpdateTip: new best=f46bea933e3b1d48614d58394bb3f5ee7c5000e1e92e3fa55410ebe3e2298d21 height=126970 version=$
2023-04-25T14:45:20Z UpdateTip: new best=16a3cab024be21a2112db6e78ac29b62cf138d44f36f55d8ae2160ac1c89cd84 height=126971 version=$
2023-04-25T14:45:24Z UpdateTip: new best=50a71a1398ba1db1ad68bb68e76c100a9d5bd3428b0229135c8431c55f48fcc7 height=126972 version=$
2023-04-25T14:45:26Z UpdateTip: new best=a01095e7b505c36b52e13646c76068cd5a9e628035f60660a7427dc8b8c8086d height=126973 version=$
2023-04-25T14:45:30Z UpdateTip: new best=8a84b0ee0c862e93ceca44f55ca332316aad4c518fd4974314a1abca6409e1c7 height=126974 version=$
2023-04-25T14:45:31Z UpdateTip: new best=6f83a9947df16b056fc6ace0bc5d158b74d2b33f8a5d1169ddc2cf3d35fee439 height=126975 version=$
legendary
Activity: 3556
Merit: 1126
April 23, 2023, 08:38:49 PM
#55


Hi,
We've added Cyberyen (CY) to http://zpool.ca/algo/scrypt. See below for connection details.

Fee only: 1% or less
BTC payouts are processed once a day for balances above 0.0015
Payouts for all other currencies are made automatically every 4 hours for balances above 0.05 and balances more than 0.0125 are included in one of the payouts each day.

- Sample configurations -
To mine scrypt and get paid in CY:
Code:
-a scrypt -o stratum+tcp://scrypt.mine.zpool.ca:3433 -u CY_ADDRESS -p c=CY

Exchange to BTC:
Code:
-a scrypt -o stratum+tcp://scrypt.mine.zpool.ca:3433 -u BTC_ADDRESS -p c=BTC

All of our ports are NiceHash friendly, no need to specify any extra details

SSL/TLS is available for all ports. Simply prepend the port with a 5. Example for scrypt: 53433

==============================

Support: https://discord.gg/n45n6Jj
Twitter: https://twitter.com/_zpool_
member
Activity: 653
Merit: 11
April 22, 2023, 01:23:07 PM
#54
Dear #CYkuza,
IMPORTANT: if you are still running a version of Cyberyen Core older than 0.21.2.3, it is highly recommended that you upgrade NOW! 

Major fixes and improvements: Fix Block Subsidy Calculation Violations.
These fixes are important for every node operator and wallet user.

Upgrading is so easy.

- Backup your wallet
- Halt your node
- Download and install #Cyberyen Core 0.21.2.3 from the Github repository:  https://github.com/cyberyen/cyberyen/releases/tag/v0.21.2.3

Thank you for the timely updates.
jr. member
Activity: 50
Merit: 1
April 22, 2023, 12:47:09 PM
#53
Dear #CYkuza,
IMPORTANT: if you are still running a version of Cyberyen Core older than 0.21.2.3, it is highly recommended that you upgrade NOW! 

Major fixes and improvements: Fix Block Subsidy Calculation Violations.
These fixes are important for every node operator and wallet user.

Upgrading is so easy.

- Backup your wallet
- Halt your node
- Download and install #Cyberyen Core 0.21.2.3 from the Github repository:  https://github.com/cyberyen/cyberyen/releases/tag/v0.21.2.3
newbie
Activity: 15
Merit: 0
April 21, 2023, 06:24:58 PM
#52
Looking for help installing Guix in Cyberyen source code, to create a deterministic release build process and run GitHub trusted work using signer keys.

Any Help ?

Some reference links:

Discover and learning guix:

https://guix.gnu.org/es/videos/

https://guix.gnu.org/manual/es/guix.es.html

Guile language:

https://www.gnu.org/software/guile/
jr. member
Activity: 50
Merit: 1
April 21, 2023, 04:06:14 PM
#51
Dear #Cyberyeners, IMPORTANT:

If you are still running a version of Cyberyen Core older than 0.21.2.3, it is highly recommended that you upgrade NOW! 

This will secure your node and the network.

Upgrading is so easy.

- Backup your wallet
- Halt your node
- Download and install #Cyberyen Core 0.21.2.3 from the Github repository:  https://github.com/cyberyen/cyberyen/releases/tag/v0.21.2.3
jr. member
Activity: 50
Merit: 1
April 21, 2023, 04:03:32 PM
#50
C¥ Foundation:
🌚Cyberyen Core v0.21.2.3 is now available!

❗️Major fixes and improvements: Fix Block Subsidy Calculation Violations.
These fixes are important for every node operator and wallet user.
 
Download it here: https://github.com/cyberyen/cyberyen/releases/tag/v0.21.2.3/

#Update

member
Activity: 653
Merit: 11
April 19, 2023, 08:40:17 PM
#49
Good going Cyberyen on the new listing in Txbit.

member
Activity: 653
Merit: 11
April 18, 2023, 10:44:16 AM
#48
The community has grown quite a lot for Cyberyen and difficulty for mining has increased by a lot.

Congrats Cyberyen!  Cool
jr. member
Activity: 50
Merit: 1
April 12, 2023, 04:43:26 PM
#47
 Community invitation::
Would anyone like to try integrating Cyberyen with the Samourai Dojo Wallet Server?

https://github.com/Samourai-Wallet/samourai-dojo
jr. member
Activity: 50
Merit: 1
April 09, 2023, 03:58:24 PM
#46
We have integrated the solution used in Dogecoin Core to maintain unlimited emission and a constant reward to miners in the amount of 10,000CY per found block:

https://github.com/digirayc/cyberyen/blob/01949c67b2bfd24163be560ef49604733223ce77/src/validation.cpp#L1279

We need to write a test and check the code for errors:

https://github.com/digirayc/cyberyen/blob/01949c67b2bfd24163be560ef49604733223ce77/src/test/validation_tests.cpp

We are waiting for your proposal and we will be glad to your participation.
Pages:
Jump to: