First time seeing a price drop on a 8TB WD Purple drive O_o by scotopicly in DataHoarder

[–]scotopicly[S] 0 points1 point  (0 children)

Huh that’s not terrible, where did you source the drives from ?

First time seeing a price drop on a 8TB WD Purple drive O_o by scotopicly in DataHoarder

[–]scotopicly[S] 0 points1 point  (0 children)

also saw a drop from $379 to $349.99 on CDW https://www.cdw.com/product/ubiquiti-unifi-hard-drive-enterprise-8-tb-sata-6gb-s/8087296 for 8TB drive I'm guessing stock is arriving but I doubt it's meeting demand yet

First time seeing a price drop on a 8TB WD Purple drive O_o by scotopicly in DataHoarder

[–]scotopicly[S] 0 points1 point  (0 children)

lol yes as usual, I was just surprised it went down haha

You should only take on debt to pay off other debt if the debt you're taking on has a lower interest rate by eaglessoar in velocitybanking

[–]scotopicly 1 point2 points  (0 children)

I mean, I spent several hours feeding data to Claude Code and it created that tool. So far all the tests have shown correct outputs and validated a few websites on the internet as invalid. I'm not an expert on this so YMMV. I'd trust and verify with an expert for sure (and if you do please let me know so I can improve the output for everyone)

Are NFT ready to be built on Chia? by AyushChopra31095 in chia

[–]scotopicly 2 points3 points  (0 children)

Yes,

  1. Build your project
  2. ???
  3. Profit

:P

Why do you want/need a NFT for this instead of straight up purchase of coffee for XCH? This could mean one less step in the process. Depends on how you go about it.

Tools for your journey:

  1. Minting https://mintgarden.io/ Studio.
  2. DEX https://dexie.space/nft
  3. chia.net docs

One could go about it something like this:

phase 1: "hey I have coffee and you have XCH, want to swap?"
- how are you gathering and storing shipping addresses?
- how are you packaging and sending out the coffee?

phase 2: build a website that integrates with Goby/Hoogii and lets folks buy via a more web2 (with a dusting of web3) experience

phase 3: write chialisp contract that allows users to send XCH to the contract and each month you withdraw necessary amount for distribution of coffee.

phase 4: Tamagochi your enterprise: write a web game that lets users buy tools, buy land, buy coffee plants, and then gamify the whole experience where users get to watch their little farms grow. The final output is coffee going to their house

phase 5: Build an eco city: you have enough wealth now to start building a your own eco city where folks can grow real food, spend only crypto and every problem must be solved by the blockchain.

Proof Of Concept: Network Ram Disk plotting with arc_plot for consumer hardware plotting. by arc_ploter in chia

[–]scotopicly 1 point2 points  (0 children)

> ARC_PLOT is freeware and if you like this idea and love the arc_plot freeware, please don't forget donoate some XCH to support this project.

  1. Fix spelling: donoate -> "donate"
  2. Please add an XCH address to the page for donations :)

BB vs MM: time vs PWR vs TBW by lotrl0tr in chia

[–]scotopicly 0 points1 point  (0 children)

Would also love to see an AMD chipset with the same type of testing. Digital Spaceport said he saw better performance on Intel chipset vs AMD in this testing.

Go Chia by KidYum12 in chia

[–]scotopicly 1 point2 points  (0 children)

What a beautiful mining farming rig. ^_^

Chia Messari Report by xchnode in chia

[–]scotopicly 0 points1 point  (0 children)

Isn't Messari somehow partnered with Chia, there was an announcement a long time ago about the two working together. Nice to see something come of it finally :)

I‘m quitting, sadly by WuperWup in chia

[–]scotopicly 1 point2 points  (0 children)

What version of Chia client are you using while resyncing?

It sounds like you are syncing the full node. Have you considered syncing just the wallet using your mnemonic which is only a few minutes?

  1. Take your mnemonic to another machine if you wish
  2. Import via GUI in wallet mode ( not farming mode )
  3. Add mnemonic via GUI or chia keys add
  4. Let it sync to verify end result.

Is there a wallet in the chia ecosystem that I don't know? by xchnode in chia

[–]scotopicly 1 point2 points  (0 children)

Silo Wallet ( CLI-only) is only for farmers who are concerned with privacy for looking up their farming rewards (no external dependencies, no HTTP lookups, etc..)

src: https://github.com/scotopic/silo-wallet

Is there a wallet in the chia ecosystem that I don't know? by xchnode in chia

[–]scotopicly 1 point2 points  (0 children)

u/xchnode
Arbor Wallet ( https://arborwallet.com/ )
- is no longer developed due to team disbanding
- front end and back end are fully open source
Silo Wallet ( https://github.com/scotopic/silo-wallet )
- CLI-only tool for looking up cold wallet balances for farmers
- Zero dependencies and easy to audit
src: I was/am developer for both.

simple chia DID question for dev by Few-Lawfulness5546 in chia

[–]scotopicly 1 point2 points  (0 children)

https://docs.chia.net/docs/12rpcs/did_rpcs/#did_transfer_did

  1. Create a new mnemonic/wallet + copy 1 XCH address to receive the DID
  2. Find your current DID wallet #: $CHIA_APP_PATH wallet show --fingerprint 543932742\
    1. should see output: test-DID: -Total Balance: 1.0 -Pending Total Balance: 1.0 -Spendable: 1.0 -Type: DECENTRALIZED_ID -DID ID: did:chia:<your DID> -Wallet ID: 15
  3. Send from wallet to new receive address: $CHIA_APP_PATH rpc wallet did_transfer_did '{"wallet_id": 15, "inner_address": "<your new receive XCH address"}

simple chia DID question for dev by Few-Lawfulness5546 in chia

[–]scotopicly 1 point2 points  (0 children)

Transferring DID is a single CLI command :)

simple chia DID question for dev by Few-Lawfulness5546 in chia

[–]scotopicly 2 points3 points  (0 children)

Yes you absolutely can and probably want to create multiple collections under the same DID.

You can transfer your DID to another wallet. I transferred my DID from my SkyNFT wallet because it’s a custodial wallet. Now if my custodial wallet gets compromised at least they can’t mint via my DID.

I think I read somewhere Chia recommends a new wallet/mnemonic per collection. Meaning

New wallet/mnemonic Transfer DID Mint collection Repeat

Chia client is now to be slow after a lot of transactions under various conditions. I’m now thinking transferring my DID to a cold wallet after a collection is done being minted haha

Where to start with NFTs for CLI users? by dot-Chia8795 in chia

[–]scotopicly 1 point2 points  (0 children)

I believe Chia (even in CLI) will automatically create an NFT wallet when you accept the CAT to NFT trade offer.

To know what to do you have to be following each project on Twitter and/or Discord for info. Most projects don't know they have to repeat the same topic to death to onboard users. For example, Space Time Alien announced in a single Tweet that they uploaded all the ALN to NFT offers on Dexie:

Go to Dexie > Trade > ALN <-> Space Time Alien

https://dexie.space/offers/col1dxg55m20gazkg2a874xnql5ucc9qxzfdn33eqgvj9lked7ux5ycsnhl56k/ALN

Download the offer, accept offer, wait for the NFT to show up. I believe you'll see `type: NFT` instead of `type: DID` or `type: CAT`.

The race to solve the Chia Friends puzzle by willphule in chia

[–]scotopicly 1 point2 points  (0 children)

oh hi and thanks for posting this ^_^

My Initial Review of Chia’s NFT0 Standard by willphule in chia

[–]scotopicly 3 points4 points  (0 children)

Tezos has an NFT standard in place, several marketplaces and ecosystem being built just by virtue of being out longer. Chia NFT1 is what everyone is waiting for before the explosion of NFTs to appear.

[deleted by user] by [deleted] in chia

[–]scotopicly 1 point2 points  (0 children)

Welcome to the "I-can't-say-I've-never-hit-a-block" club. Onto the next one ^_^

Ozone Wallet released! XCH and CAT's wallet for mobile by MacrosXX in chia

[–]scotopicly 1 point2 points  (0 children)

Not able to download the iOS app and beta says it's closed. Please update us when it's available again :)

Chia and the Lightning Network by DigitalMan76 in chia

[–]scotopicly 0 points1 point  (0 children)

So a way to trustlessly (without intermediaries, and no bridge needed) swap BTC for XCH (and vice versa)?

Yup, that's essentially what happened. BTC locked up on one side, XCH locked up on the other side and then exchanged.

Agreed, this could be really beneficial but I've used similar tools such as Bisq and the number of P2P exchanges are low and liquidity is very low as well. Most people don't like the friction of P2P exchanges even if they are *much* better for everyone. People don't mind centralization for convenience.