I am trying to send some XTZ from a tz to a KT address on Galleon. It says I need to interact with Contracts. What then are the steps to send XTZs to that KT address? I suppose generally, bakers will have issues sending to their delegators who still use ....
How to check baker status via RPC?
I'm new to tezos and started my baker node on ubuntu via cli. here is the status on explorer https://edo2net.tzkt.io/tz1e7r6xbFGoghLmv3z1a4DQV3JtYXHYufna/operations/ How can I check if my baker is activate or not via RPC? Is there anything do I have to do to activate my baker like freezing balance/vote to my ....
Stuck Tezos transaction
please bear with me being rather new to crypto. I moved a small amount of Tezos from an exchange to my Ledger. Transaction: ongcQGWeFkgda5vkdYjufXfBnoiXiHvEvnXyvVeNcXyGdNhhMKC appears as completed ( confirmations 100+ ). My receiver account appears credited on TzStats but the actual Tezos did not reach my Ledger wallet. Could you ....
Forgot password issue
I'm trying to restore my fund raiser wallet for the first time to access my coins. But I can't seem to remember my password. Is there any option to reset password on the tezbox? ....
What are my remedies if I forgot the password I created during the fundraiser?
I lost the password that I created during the fundraiser. What are the options I have for recovering it? ....
When setting up a contract, what do the fields mean?
When you set up a contract, you must provide, manager, delegate, spendable and delegatable. What do these fields mean? ....
General question about RPCs
Can I generate account through curl jsonrpc?? I couldn't find in official developer docs. How can I list up account lists through curl jsonrpc? How can I search transaction detail information based on tx hash through curl jsonrpc? also I couldn't find the way on official developer docs. For search ....
Checking total amount sent to a contract (ever) within the contract execution
I'd like to create a contract that behaves a certain way based on how much total tez has been sent to the contract. How should I track and check the total amount ever sent to a contract? Example: User A is the first to send 1 tez to the contract, ....
Does an operation in the mempool expire after 60 or 64 blocks?
Ive seen some conflicting answers saying 64 blocks (https://tezos.stackexchange.com/questions/2794/speeding-up-cancelling-transactions-stuck-in-mempool) or 60 blocks (https://tezos.stackexchange.com/questions/104/max-lifetime-of-transactions-in-mempool) thanks ....
Standard for generating Mnemonic words for wallets
Is there a particular BIP standard that is recommended for generating mnemonic? Tezbridge and Conseiljs-softsigner both utilises BIP39 but I understand that BIP44 is also being used. Which one should we follow? ....