Hey,
I'm working with a US company to open a UK exchange. The plan is to later add more currencies after gaining the required licenses.
http://britcoin.co.uk/findex.php (site isn't public yet)
Per our agreement, all of the source code + artwork is free under the GPL3
http://gitorious.org/intersango/master/trees/masterTo secure the site properly, I need to get vested interests involved. Therefore I'm selling a 1 month contract for setting up an exchange of your choice using a single currency. Hopefully we can expand this into a solid piece of exchange software.
You will need:
- Business bank account to accept deposits.
- Internet banking.
- LAMP VPS
- Ability to build Bitcoin from source (we run a modified version).
Here's what you get:
- Custom artwork.
- Integration with your bank account using scripts to parse the downloaded statements.
- Install + updates.
- 1 currency supported (for now).
Auction closes on Monday. I will only accept 1 contract for the time being. Another after 1 week if all goes well.
Payment is up front, but the 1 month starts from when you have everything needed ready. Anyone if free to setup their own exchange independent of us, but you lose the Q&A testing that we do.
Minimum bid: 400 BTC
Hi!
I already have:
1- Business bank account;
2- Internet banking;
3- LAMP VPS;
4- Bitcoin built from your source;
5- Intersango software installed and parcially translated;
6- Currency BRL added but not tested;
What I need:
1- Integration with my bank account;
2- Verify if my current currency (BRL) was set up ok;
3- Adjust the "exchange_rates" or something like that...
How much is that will cost?
Also, I did:
1- mkdir ~/src ; cd ~/src
2- git clone git://gitorious.org/intersango/intersango.git
3- cd intersango
4- git branch brl
5- (EDIT - add a BRL flag)
6- git add .
7- git commit -am "BRL currency added - Also some Portuguese translations"
...
8- git push origin brl ? And now what?! :-P
I don't know how to proceed from here... Too much time without using Git... \o/
Thanks!
Thiago