Pages:
Author

Topic: Bitcoin Central going open source ! Open your own trading site for free ! (Read 10979 times)

member
Activity: 98
Merit: 10
Amazing, great job Davout!  Cool

I've been thinking about making an Italian BTC trading site, since there are still very few Italians using BTC at this point, and I think we could really use some (we are looking at a situation not very far from what happened in Cyprus, political instability and Italy go hand in hand these days...)

I saw the last commit on github is from a year ago https://github.com/davout/bitcoin-central

Does it mean that the code on https://bitcoin-central.net and the one on github are not aligned, or that the development has stopped?  Undecided

I'm really excited about this and I think you've done a great thing by releasing the source code, but I'm afraid to start with something that may not be up to date and that I'd be the only one working on it.

Thanks!
member
Activity: 87
Merit: 10
legendary
Activity: 1372
Merit: 1002
Sorry for asking again.
Do you plan to add namecoin as currency to trade for bitcoins?
Yes, I will need to find a way to present all the available currencies in a non-overwhelming way though Smiley

Cool !!
I want to have some namecoins too, but I'm too lazy to learn the console exchange.
legendary
Activity: 1372
Merit: 1007
1davout
Sorry for asking again.
Do you plan to add namecoin as currency to trade for bitcoins?
Yes, I will need to find a way to present all the available currencies in a non-overwhelming way though Smiley
legendary
Activity: 1372
Merit: 1002
Sorry for asking again.
Do you plan to add namecoin as currency to trade for bitcoins?
legendary
Activity: 1372
Merit: 1007
1davout
1- I want to include the BRL "side-by-side" with EUR within Bitcoin Central (I mean, I´ll disable EUR and include BRL instead);
The list of managed currencies is stored in a constant in the AccountOperation model, you need to add your currency code here to start, then you need to add its display in the account balances pages (in the future the currencies will be manageable through the admin interface), start with this and hit me up if you see it starts smoking Smiley

2- How to disable: liberty_reserve, pecunix and yubico? I mean, I want to test this things in development but, when deploy to a production, I do not want these features open to public for now.
Update the same constant in AccountOperation (or Transfer in older versions) model and remove them from the deposits and account balance views.


I´m also want to disable for production, the Google Auth OTP.
Remove the fields from the login page and user account details page and you're all set. There is no simple configuration option as of now.

Do you know if the Ruxum Exchange is based on Bitcoin Central open source software?
I will comment on this in a few days.
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
Davout,

 Do you know if the Ruxum Exchange is based on Bitcoin Central open source software?

 https://x.ruxum.com/ = https://bitcoin-central.net/ ?

 Because it looks almost identically at first look...

 News from here:

 http://techcrunch.com/2011/07/18/ruxum-wall-street-level-security-comes-to-bitcoin-with-new-exchange/

Cheers,
Thiago
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
Hi!

 I´m also want to disable for production, the Google Auth OTP.

Thanks!
Thiago
I mean no disrespect but the source code is available to you and this isn't a personal code modification service, if you are not competent with programming and understanding the source of this project, I don't think running an exchange is for you.

I personally have 0 ruby programming knowledge and by making this project open source is an excellent idea, I will be starting to learn some ruby just for this project, but I wouldn't dream of opening it public because I know my knowledge is lacking.

 I´m not a developer, but, I know how to put things to work smoothly. Bitcoin Central software isn´t easy to install as Joomla or Drupal, and that´s what I want to do for the others. Not only for me... I know I can help a lot with the documentation and installation procedures.

 With all respect to you too, if you do not want to answer/help, just ignore me.

 BTW, I´m not asking for "code modification service", I´m just asking for a direction. Exactly the same way dvaout just said here minutes ago:

 http://forum.bitcoin.org/index.php?topic=2585.msg382764#msg382764

 Is that too much to ask for?

 If I want coding services, I´ll ask for it and I´ll pay it only in Bitcoins. But, that´s not the case right now.

Best,
Thiago
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
Hi!

 I´m also want to disable for production, the Google Auth OTP.

Thanks!
Thiago
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
Hi!

 Thank you!

 One more thing:

 1- I want to include the BRL "side-by-side" with EUR within Bitcoin Central (I mean, I´ll disable EUR and include BRL instead);

 2- How to disable: liberty_reserve, pecunix and yubico? I mean, I want to test this things in development but, when deploy to a production, I do not want these features open to public for now.

 I just want a Trading System, for instance, working on BTC <-> BRL.

Thanks!
Thiago
legendary
Activity: 1372
Merit: 1002
No, not yet, that's planned, but what you get for now is the ability to transfer funds other users.

Like, you can make an OTC deal and exchange LREUR for LRUSD for example.

If I give you my account number you can give me money for free Smiley

Maybe bitoption is interested in this feature. I'll tell him.
Congratulations for the project and thank you for opening the source. Thanks to jgarzik too.

Do you plan to include namecoin as another currency?
It would be great.
legendary
Activity: 1372
Merit: 1007
1davout
I like to include the brazillian Portuguese to my Bitcoin Central fork and, I like to setup the "br" as the default locale for the site...
http://guides.rubyonrails.org/i18n.html#internationalizing-your-application

Most of the stuff happens in the dictionary files under config/locales/{locale}/
There are also a couple of localized views you need to translate, they're under app/views/**/*.{fr|en|...}.html.{erb|haml}

To set the default locale change it in config/application.rb

How does this system deal with scammers?
What do you mean ?
hero member
Activity: 530
Merit: 500
How does this system deal with scammers?
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
Hi!

 I like to include the brazillian Portuguese to my Bitcoin Central fork and, I like to setup the "br" as the default locale for the site...

 How to do it?!

Thanks!
Thiago
legendary
Activity: 1372
Merit: 1007
1davout
No, not yet, that's planned, but what you get for now is the ability to transfer funds other users.

Like, you can make an OTC deal and exchange LREUR for LRUSD for example.

If I give you my account number you can give me money for free Smiley
legendary
Activity: 1288
Merit: 1076
Yay!

Bitcoin Central now allows its users to transfer any currency directly to another BC account.

This will allow buying and selling BC EUR credit in an OTC fashion.

Do you mean we'll be able to make EUR/LRUSD, LREUR/LRUSD and LREUR/EUR orders ?
legendary
Activity: 1372
Merit: 1007
1davout
Yay!

Bitcoin Central now allows its users to transfer any currency directly to another BC account.

This will allow buying and selling BC EUR credit in an OTC fashion.
legendary
Activity: 1372
Merit: 1007
1davout
It's just GPL without the web service loophole.
The GPL is my definition of what's "harsh".
Arrangements are always possible, not for free though Cheesy
legendary
Activity: 980
Merit: 1014
It's just GPL without the web service loophole.

The GPL is my definition of what's "harsh".
legendary
Activity: 1372
Merit: 1007
1davout
If you want to contribute patches or look at the source send an email at [email protected] and I'll give you a tarball.
Mail sent. Waiting...  Roll Eyes
Sent Smiley
Pages:
Jump to: