maraoz/proofofexistence

local / dev setup

Opened this issue · 2 comments

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!

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 = 'foo@example.com'


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.

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