Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local / dev setup #27

Open
evo42 opened this issue Feb 25, 2015 · 2 comments
Open

local / dev setup #27

evo42 opened this issue Feb 25, 2015 · 2 comments

Comments

@evo42
Copy link

evo42 commented Feb 25, 2015

I tried (different branches) to get at least the /api part working on my machine -- tried it via app engine sdk / virtualenv but got different errors...

Could you please also provide some information about the variables used in secrets.py?
A Blockchain.info API account is also required -- right?
Anything else to know?

Thanks!

@Leo-ajc
Copy link

Leo-ajc commented Feb 25, 2015

Hello,

I have also been working with the code, but I haven't had time to put together the changes for submission and a help file. I am sure Manuel could provide a better solution, but I would like to help.

This is what my secrets.py looked like:

BLOCKCHAIN_WALLET_GUID = 'xxxxxxxx-3fac-4704-8626-9304b58c4xxx'
BLOCKCHAIN_PASSWORD_1 = 'password'
BLOCKCHAIN_PASSWORD_2 = ''
CALLBACK_SECRET = 'fooo'
BLOCKCHAIN_ENCRYPTED_WALLET = 'This variable is not used.'
PAYMENT_PRIVATE_KEY = 'xxxxxxxxxxxx'
PAYMENT_ADDRESS = 'xxxx7QzFaUEcVHBaTwdZkTUycURxnmGsqQ'
SECRET_ADMIN_PATH = 'foo'
ADMIN_EMAIL = '[email protected]'


You will also have to setup a Blockchain.info wallet and provide a callback.

Blockchain.info wallet login > settings > Notifications > Http Notifications > http://foo.appspot.com/api/callback?secret=fooo "fooo" from the secrets.py file.

If Manuel does this differently, I don't know, this was just my solution.

@maraoz
Copy link
Owner

maraoz commented Feb 25, 2015

thanks @Leo-ajc ! That's correct. Sorry @evo42 that this is really bad documented. Pull requests to improve this are really welcomed! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants