bitmerchant icon indicating copy to clipboard operation
bitmerchant copied to clipboard

Tutorial for new users

Open sbuss opened this issue 11 years ago • 5 comments

Bitcoin is scary. Write a tutorial for new users.

sbuss avatar Feb 03 '14 09:02 sbuss

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....

djangoboy18feb avatar Aug 01 '18 05:08 djangoboy18feb

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

djangoboy18feb avatar Aug 01 '18 06:08 djangoboy18feb

how on earth do we get the private key for hte newly created address....

stevo2105 avatar Nov 19 '20 00:11 stevo2105

How is no one else having this issue

stevo2105 avatar Nov 19 '20 00:11 stevo2105

Once we make a create_new_address_for_user, how do we manage those coins?

stevo2105 avatar Nov 19 '20 00:11 stevo2105