Tutorial for new users
Bitcoin is scary. Write a tutorial for new users.
Hello Dear, I am trying to integrate your api to my project. I am not very expert but I am will to learn and do anything. i just need little help. if anyone out there can care for it.. Q1. How do i get the user to pass in below function???? Please Help me. I can't tell you my situation but it's not good....Heartly Thank you! for anything you can do for me....Hope some sees me.
def get_payment_address_for_user(user): user_id = user.id assert isinstance(user_id, (int, long)) wallet = Wallet.deserialize(WALLET_PUBKEY) wallet_for_user = wallet.create_new_address_for_user(user.id) return wallet_for_user.to_address()
My email address is [email protected]. please write to me if you need or just comment in here if that's even possible m not sure....
Ok. i got what is user....Can anyone tell me if we have an option to generate btc-testnet address for user from here...as when m using below mentioned function it gives returns an address that is with btc block chain....Any option for btc-testnet
how on earth do we get the private key for hte newly created address....
How is no one else having this issue
Once we make a create_new_address_for_user, how do we manage those coins?