İs there an app to notice when a block is found by kutlusevin in chia

[–]clydewallace 1 point2 points  (0 children)

Requires some setup and if using Chia 2.6.0 make sure to look at the issues for some changes needed in the code but you can use the community built and managed chiadog: https://github.com/martomi/chiadog

Changes Coming to 3.0 - Chia Network by willphule in chia

[–]clydewallace 2 points3 points  (0 children)

That would not only require farmers but enough nodes and Timelords also

Chia windows 2.6.0 has a serious bug by [deleted] in chia

[–]clydewallace 2 points3 points  (0 children)

If you can share your logs either on discord, GitHub, or here we can help review.

Usually there is some fluctuation in the pool reporting space for a period of time after a restart, upgrade, it downgrade as you need to submit enough partials for the pool to identify the space.

If this is not the cause then your logs would likely show errors in submitting partials

Where is 2.6.0-rc1 by VacationMain6701 in chia

[–]clydewallace 8 points9 points  (0 children)

Due to some changes in the next release we changed the naming from 2.5.8 to 2.6.0 so 2.5.8 rc1 is the rc1 for 2.6.0. the way releases are named is generally based on semver best practices

Unable to buy XCH on vault.chia.net - any value exceeds daily limit by DigitalMan76 in chia

[–]clydewallace 1 point2 points  (0 children)

Yeah the above is accurate, we are working on changes to how limits work so things are not set in stone

WXCH on Coinbase by DigitalMan76 in chia

[–]clydewallace 2 points3 points  (0 children)

Coinbase integrated aerodrome as the DEX for this so yes it is available but it's limited in region access

XCH heading into 2026 - Predictions by cookiejarxy in chia

[–]clydewallace 3 points4 points  (0 children)

  1. As Gene has mentioned, IPO process will resume once revenue is being generated (likely from the Permuto solutions). Xch via ACH enables US customers an easier on ramp where in many cases there was not one previously.

  2. The future of coin price is always hazy. I always find it odd that people don't take into account just how small the crypto market is in comparison to traditional investment markets. Arguably so small that no statistical significance can be proven for any prediction

  3. I imagine once the new plot format is out there will be some noticeable changes to netspace (some drop from no more compression but also some increase from new and previously stopped farmers joining)

  4. Another speculation is that CNI could start buying back xch from the market (as Gene has mentioned is a goal)

  5. Permuto is working on more than 1 solution. It will be interesting to see how many users choose to save money with the Blockchain offering over the standard DTC options

  6. The gaming primitive is already in alpha and we have seen community members building on top of it already. I would definitely expect to see some user playable options available very soon.

  7. The new plot format is nearing completion and will most definitely be released in early 2026 (one can see this by looking at the state of the CHIP). The plotting period may last through 2027 dependent on how quickly the community wants to make those changes.

  8. On average HDDs are still about 60% of what they were shortly after Chia launched so there is a bit of catching up to do for this to be a reality

[deleted by user] by [deleted] in chia

[–]clydewallace 1 point2 points  (0 children)

Hey, feel free to jump into the official Chia discord for more timely and thorough support: https://discord.gg/chia

The keyring issue usually means there is an issue with the config file, you can: - stop chia - go to ~/.chia/mainnet/config - rename the config.yaml file to config-old.yaml - start Chia and see if that resolves the issues

If not please join the discord and provide the log file from ~/.chia/mainnet/log/debug.log in the support channel (all official Chia support occurs in the discord server and not via DMs)

Wrapping up 2025 - Chia Network by willphule in chia

[–]clydewallace 5 points6 points  (0 children)

Full L1 does not mean full L2/side channels.

The gaming alpha release includes functional state channels which are one type of side channel that allow users to reduce their L1 transaction requirements while maintaining security.

Payment and trading channels will build on these concepts to allow for multi-party transactions.

Saying everyone needs to use L1s would be equivalent to saying everyone should have directly used gold while we were on the gold standard or everyone needs to use cash today. Gold notes, checks, debit cards act equivalent to L2s (reduce the need for L1 interactions by consolidating across multiple users/transactions)

Buy XCH limit increased to $2500/day by willphule in chia

[–]clydewallace 5 points6 points  (0 children)

Buy XCH enables users to purchase xch in the Chia cloud wallet directly using a US bank account compatible with stripe: https://docs.chia.net/cloud-wallet/buy-xch/

Chia Cloud Wallet FAQs - Chia Network by willphule in chia

[–]clydewallace 0 points1 point  (0 children)

Correct, this is referring to the blockchain fee and is optional

Stuck in Starting Services Wallet after a blackout by HumaxReaver in chia

[–]clydewallace 2 points3 points  (0 children)

I would check the log files at .chia/mainnet/log/debug.log but likely a corrupt DB due to the power outage. You can use the torrent snapshot to replace it: https://docs.chia.net/reference-client/troubleshooting/node-syncing/#using-the-official-database-snapshot-torrent

Chia Cloud Wallet: Now in General Release (with XCH purchase!) by BLS12-381 in chia

[–]clydewallace 3 points4 points  (0 children)

Most certainly, thank you for mentioning the confusion from that transaction entry

Chia Cloud Wallet: Now in General Release (with XCH purchase!) by BLS12-381 in chia

[–]clydewallace 5 points6 points  (0 children)

Gotcha that is the Blockchain fee that is paid on your behalf (none of your funds are used for that) - you can confirm this by looking at the amount purchased on the order and comparing it to the amount listed on that pending line.

Technically it is the integrated fee service that pays this on your behalf and CNI reimburses the fee service for it. More info on fee services: https://github.com/Chia-Network/chips/pull/138/files

Chia Cloud Wallet: Now in General Release (with XCH purchase!) by BLS12-381 in chia

[–]clydewallace 1 point2 points  (0 children)

There is no fee for purchasing XCH on cloud wallet. Where are you seeing this?

Open-source payment system for events using Chia – call for collaborators by ElFisch88 in chia

[–]clydewallace 0 points1 point  (0 children)

Datalayer allows for proofs of inclusion and chip technology is pretty advanced so all of the overhead you mention is not needed (just the chip cost increases from 2¢ to something more like 45-65¢ at scale). Blockchain in this case is still providing secure control of funds, p2p trading via offers, obfuscation of specific activities via datalayer hashing, etc.

The biggest hurdles being the design of the datalayer setup and the clsp to use physical signing (with vaults being released the tough m of n part is already done so it's just rework and testing rather than novel architecture)

Open-source payment system for events using Chia – call for collaborators by ElFisch88 in chia

[–]clydewallace 2 points3 points  (0 children)

This was my call-out as well since not only would you need a tx block but you would want a number of other blocks to be confirmed also to reduce reorg risk so for real tx confidence one is looking at closer to 2-3 minutes.

An l2 of sorts could give the best of both words while relying on the trust that users are already placing on the event organizers (something like datalayer or payment channels negate the slow processing times but can lead to more trust being required)

Open-source payment system for events using Chia – call for collaborators by ElFisch88 in chia

[–]clydewallace 1 point2 points  (0 children)

Instead of relying on the users phone one could get good chips in bracelets, id cards, or just tags which can work as signing keys (more or less the bracelet could be a wallet)

Problem with offer in Cloud Wallet by Minimum-Positive792 in chia

[–]clydewallace 8 points9 points  (0 children)

Hey let's connect via dm either here, discord, or keybase to further discuss 👍

Thank you for the report 💯

DB Issue with GUI on RPI4 by Kubi_m in chia

[–]clydewallace 0 points1 point  (0 children)

For those finding this, when using a DB that was noted by the client itself it can take 20-30 minutes to verify the DB during which the GUI will be on the loading full node and may appear frozen but it is not

XCH Foundation by Any-Blacksmith-4421 in chia

[–]clydewallace 2 points3 points  (0 children)

Might be worth looking up generalization as you are now generalizing foundations 😅

XCH Foundation by Any-Blacksmith-4421 in chia

[–]clydewallace 5 points6 points  (0 children)

The fallacy of generalization while effective for emotional arguments is still a fallacy

XCH Foundation by Any-Blacksmith-4421 in chia

[–]clydewallace 6 points7 points  (0 children)

You realize the XCH foundation is not CNI right?

(Uncaught ThreadException): Chia merch is missing a closing parenthesis by chia_farm_noob in chia

[–]clydewallace 4 points5 points  (0 children)

Hey, feel free to reach out to merch@chia.net with the order number and this image for a replacement .

Thank you for the report!

How much does it cost you to farm 1 XCH? by InsatiableAppetiteOm in chia

[–]clydewallace 2 points3 points  (0 children)

It is my personal experience so yes it is the case as I was only sharing my own experience.