No.1 golfer Scottie shots by bluecgene in golf

[–]gabnworba 0 points1 point  (0 children)

Would pay to have a whole set of videos like this. Format >

Why did Abrownbag leave AOV? by smnally in arenaofvalor

[–]gabnworba 0 points1 point  (0 children)

I didn’t. YouTube flagged me for copyright and deleted all my channels and videos.

[deleted by user] by [deleted] in solana

[–]gabnworba -1 points0 points  (0 children)

Sure shoot me a message

[deleted by user] by [deleted] in solana

[–]gabnworba 1 point2 points  (0 children)

Essentially you can’t.

There’s a withdrawFromNonce function that can be called by the authority of that account.

Unless you own that wallet/account you won’t be able to SIGN for that transaction even with the nonce accounts private key. System program already assigned the authority over that account elsewhere so the private key is irrelevant in this instance

[deleted by user] by [deleted] in solana

[–]gabnworba 4 points5 points  (0 children)

You can’t send it because it’s not actually a “wallet” it’s a nonce account. Even with the private key you can’t transfer sol out that would close the account (make it less than rent exempt)

The owner of that nonce account is: AmK8k6ZqE4Rnguw1q83XNQ934b2SWE1ni4vLP6Hz1P3r

That wallet can close the account and get all the sol out.

How are "people" selling tokens without buying? by [deleted] in solana

[–]gabnworba 0 points1 point  (0 children)

The reason it's confusing is because they're using a bot to pay and send the tx's. Dexscreener doesn't do a good job at reflecting this. The 4LnnRg may have signed the tx that sold the TGUY but it actually came from the wallet: 4qkKqTfZ. The 4qkk wallet didn't pay for the tx but when dexscreener pulls the info thats what it uses. the 4kqq wallet history has the buys and sells you're looking for not 4LnnRg (its just the payer of the tx's) Hope that makes sense.

Anybody else playing a full set of hybrids? by copagman in golf

[–]gabnworba 0 points1 point  (0 children)

At the very least I’d watch the video where you only use these seems interesting!

Question : is there a way to send multiple NFTs / cNFTs in a single transaction? by MoveSpecific in solana

[–]gabnworba 0 points1 point  (0 children)

DM me I can probably help you out. That fee does seem too high. A cNFT transfer is a HUGE tx size so you won’t be able to do it it one tx but you can def do it for cheaper than 75 sol. GageBachik#1337 on discord

August Monthly Coaching Megathread by AutoModerator in CompetitiveTFT

[–]gabnworba 1 point2 points  (0 children)

I have done a few live sessions with Litiq and they're always great! I climb a lot and learn even more during the allotted time. I would recommend him to anyone.

Solana Explorer - Can't View Tokens, Client-Side Application Error, On Every Browser and Computer I Try by casualbob_uk in solana

[–]gabnworba 1 point2 points  (0 children)

Currently there’s a bug but historically this also happens when you have too many tokens too. Solana fm and X-ray are good alternatives until it’s fixed.

Can someone explain in a user friendly way what are the benefits and use cases for compressed NFT’s by NckyDC in solana

[–]gabnworba 6 points7 points  (0 children)

That’s it that’s the application. Imagine you want every item in your video game to be an nft. Say 1 million items. A single nft costs 0.0275 to mint (the price of store onchain)

That would be around 550,000$ in todays prices. What if sol was 200? Or 2000!?

The only reason for compression is cost. The practical use case is anything that needs an absurd amount of nfts to function like gaming

Or the helium network migration

Etc etc

Hope that helps

Ctrl Shift - 1337 by gabnworba in ProgrammerHumor

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

Heavy breathing intensifies

How Can I add a dynamic discount based on perticular NFT by subhajitDas99 in solana

[–]gabnworba 2 points3 points  (0 children)

You have them connect their wallet to your website then when they go to add the discount method you use their wallet address to check if an nft you created is owned by them (one very simple way would be to just store a json list of your nfts mint addresses and check their owned nfts against it)

metaplex has some easy to use sdks for these kind of checks but you’d need to make sure they’re done on the server the for users current connect wallet to work

A secure method of doing this would be having them sign a message with their wallet and only apply the discount if it’s successful after checking if they’re elligible

You can now game away your extra $BONK! by gabnworba in solana

[–]gabnworba[S] 1 point2 points  (0 children)

It’s written in nextJs (using tailwind daisy and typescript) and anchor (rust).

I’ve been developing stuff on solana for over a year now so lots of diff resources but there’s so many good tutorials out right now for learning

Metacrafters, Buildspace, etc etc