IamAGentleman (OP)
|
|
December 10, 2014, 11:27:16 PM |
|
Guys, I will e uploading a demo site of it soon so it can be tested it's not finished, but want to see if there's any bugs/glitches/hacks
|
|
|
|
dallyshalla
Newbie
Offline
Activity: 15
Merit: 0
|
|
December 11, 2014, 01:12:08 AM |
|
Sweet projects you have going here Gentleman,
Does this exchange project allow me to directly import my private key to use my coins without trusting any deposit?
Sincerely, Dallyshalla
|
|
|
|
Bitcoin Explorer
|
|
December 11, 2014, 01:29:56 AM |
|
I'm more of a design guy (front end) and I must say. The design is awesome
Thanks brother never mind, great to see some amazing open source work going on in the bitcoin ecosystem, if you need help with css, html or any design, please let me know, ill be more than happy to help you
|
|
|
|
IamAGentleman (OP)
|
|
December 11, 2014, 02:22:15 AM |
|
Sweet projects you have going here Gentleman,
Does this exchange project allow me to directly import my private key to use my coins without trusting any deposit?
Sincerely, Dallyshalla
I'm not too sure how I'll implement that, can you give me a website that is using that feature?
|
|
|
|
PotatoPie
Member
Offline
Activity: 97
Merit: 10
|
|
December 11, 2014, 05:16:30 AM |
|
PM me when you have it done and I'll look through the code for any possible security flaws.
|
BTC Address: 13mUzcjYysbgNWstbasJ3PVkPB2nCUEqFg
|
|
|
IamAGentleman (OP)
|
|
December 12, 2014, 05:12:45 AM |
|
Added gzip to header so the html is now compressed load times are faster.
|
|
|
|
jokerboy
|
|
December 12, 2014, 05:23:55 AM |
|
Nice work, do you have a github account ?
|
|
|
|
IamAGentleman (OP)
|
|
December 13, 2014, 01:57:40 PM |
|
Not yet, but near project release I'll get one Also guys added gettext for translations.
|
|
|
|
IamAGentleman (OP)
|
|
December 13, 2014, 04:04:13 PM |
|
Added to MVC. Can make things easier for developers to access certain stuff for an example: User information: <?php $user->btc_balance //this would pull the users bitcoin balance $user->username //this is the users username $user->ltc_balance //this is the users litecoin balance ?> etc...
And we can add text for peoedit for translations like so: <?php echo _ex("Tex you want trasnlating"); ?>
It's coming along quite well. Keep checking back.
|
|
|
|
mudiko
|
|
December 13, 2014, 04:33:35 PM |
|
looks cool and interesting. i wish it will work fine when u will publish it
|
|
|
|
IamAGentleman (OP)
|
|
December 13, 2014, 07:37:43 PM |
|
looks cool and interesting. i wish it will work fine when u will publish it
It will do, will do a beta test for people to find bugs, I can patch them and then release the script.
|
|
|
|
IamAGentleman (OP)
|
|
December 13, 2014, 11:54:48 PM |
|
Charts added to show a graphs of old trades from prices and times.
|
|
|
|
jokerboy
|
|
December 14, 2014, 12:15:11 AM |
|
When do you plan to release ?
|
|
|
|
IamAGentleman (OP)
|
|
December 14, 2014, 01:35:46 AM |
|
When do you plan to release ?
Not too sure. Need to complete it first then have people test for exploits and then bugs, then the script can be released. Don't want to release it too early and then people use it and get hacked.
|
|
|
|
IamAGentleman (OP)
|
|
December 14, 2014, 03:13:35 AM |
|
Are you going to release on git unbroken? Seems a lot of open source for exchange platforms are all broken and don't function how they should and it going to remain free?
Yep, will release a full working repo... it's working now but adding more things and securing some stuff.
|
|
|
|
jeffersonairplane
Legendary
Offline
Activity: 1522
Merit: 1000
www.bitkong.com
|
|
December 14, 2014, 05:00:14 AM |
|
open source is what caught my attention. Everything looks pretty good
|
|
|
|
IamAGentleman (OP)
|
|
December 15, 2014, 06:30:22 AM |
|
Need feedback features I can add? I've added a wysiwyg to add userguides....
|
|
|
|
|
ed_teech
|
|
December 15, 2014, 06:58:55 AM |
|
Interesting.
How many trades/second can you handle ?
|
|
|
|
IamAGentleman (OP)
|
|
December 15, 2014, 07:11:29 AM |
|
Interesting.
How many trades/second can you handle ?
Not sure. I really couldn't say unfortunately, but the script load times fast so I guess it will depend on people's servers.
|
|
|
|
|