Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
jl777
on 15/08/2014, 03:24:07 UTC
Just successfully setup my btcd-qt client as RPC server, however dealing with the following error

Quote
No 'Access-Control-Allow-Origin' header is present on the requested resource

Anyone know how to configure RPC server to enable CORS?

Thanks.
http://stackoverflow.com/questions/24770192/access-control-allow-origin-header-when-origin-null-when-trying-to-post-data-t

there is info on how to bypass security features in chrome, so hopefully that works until we get it fixed in the core

Ok great, disabling chrome web security solved that
good news!
Of course we need to fix this so users dont have to do such things

Is there a way that we can open the browser and pass in a BTCD address to use for logging in?
Maybe just pass it in as a parameter to the URL? this way the QT button can:

1. unlock wallet for 3 seconds
2. directly open the browser with address in URL
3. you can then get the privkey and store it locally and use it as NXT passphrase, basically automate the current login process with the "Remember password" selected
4. then it opens up with all the standard assets already there so the user wont have to do anything special

Maybe we need a button to make a request from faucet and other such useful things for a new user
We need graphics to reskin this to make it all BTCD look and feel

James