Skip to main content

All Questions

Tagged with
0 votes
0 answers
18 views

Can anyone help me, they changed the owner of my account and I don't know what to do?

Can anyone help me, they changed the owner of my account and I don't know what to do? my wallet 86tBAuUuyJE8hUj1wBy2WfAKGts8KhJD6skpyUUowzRJ They hacked me and changed the owner, is there a way to ...
tonynhu's user avatar
0 votes
1 answer
419 views

Solana Transactions using Solders object has no attribute 'recent_blockhash'

Below is the Python code I wrote to try to engage the logs of a deployed program. I don't know why I keep getting the following error: An error occurred: 'solders.transaction.Transaction' object has ...
Dino Anastos's user avatar
1 vote
2 answers
45 views

Is There a Limit To How Many People Can Transfer SOL Into a "Pot" Account?

I'm building a game and want to give players the ability to pool SOL into a PDA account that is distributed to the player that wins. I've read about write-locked accounts, but usually only in the ...
Brian M.'s user avatar
  • 121
3 votes
2 answers
333 views

Program Test Error: Error Processing Instruction 0: Program Failed to Complete

I have a program with 6 instructions, they all pass and this is the last one before I move client-side and server-side. In the prior instruction, I successfully use invoke() to transfer SOL from the ...
Brian M.'s user avatar
  • 121
1 vote
2 answers
276 views

Find msg.sender(payer of the tx) in a solana program

So i understand a msg.sender equivalent is the payer of the tx in solana , if so is there a way in vanilla solana or anchor to retrieve msg.sender i.e payer of the tx ? as i understand it if there are ...
Nabeel Naveed's user avatar