Search content
Sort by

Showing 20 of 547 results by jondecker76
Post
Topic
Board Services
Re: Bitcrea » Professional Graphic Design Service » BEST PRICE GUARANTEE!
by
jondecker76
on 25/03/2014, 10:48:15 UTC
Client:
ePawncoin

Project:
Cryptocurrency

Request:
Concept and aesthetics

Salvation
Came up with simple, unique, easily usable, aesthetic and trendy design.




Any feedback is highly appreciated! Cool

Currently I'm working on: 3 Projects (Updated Mar. 23rd, 2014)
Am I available? YES!
Please write me a PM or email bitcrea@yahoo.com

Precise and high quality aesthetic result guaranteed!

Wow!  Your best work to date!   The subtle high/low lights in the grays really give it some depth!
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 25/03/2014, 08:01:14 UTC
Will HackLang.org help you speed up and be a little bit more productive?

Not really unfortunately.  I've already did a bunch of tests with HHVM and the overhead is way too big with all the threads running.

I made some great progress on the API tonight though, and should be finished with the internal API within a day so progress is picking back up Smiley
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 24/03/2014, 16:27:52 UTC
3-24-14

Checking in to the thread.  I had a very busy weekend and had to work 12 hours shifts all weekend, so I've been a little scarce for the last few days.

Effort right now is being put into the internal API system.  For security reasons, the website its self will not have access to the database.  Instead, it will communicate with a backend server (which is completely isolated from the Internet on a VPC) via a secure internal API that has strict control over what kind of information the web server has access to.  I'ts going to eat up some development time in other areas, but it's important to have the security portions done correctly right from the beginning to ensure the security of user data.

Another area I have been poking around with is the User Interface.  Right now I'm torn between using standard tools like JQuery and JQWidgets (I hate programming in Javascript, so using these would mean hiring out for more work to be done on the interface), and between using a completely custom UI (meaning that the UI is a custom program with all components rendered on a canvas, including text boxes and other standard UI items - more so like a video game).  There are pros and cons to each.  Here is a quick list of the pros and cons of both.

JQuery/JQWidgets
PROCON
  • Industry standard libraries
  • many programmers available to hire
  • Very fast and attractive interface
  • Skinnable via CSS
   
  • Standard HTML UI elements are a security risk
  • Javascript is not my strong point, I would hire out
  • Bugs in JQuery/JQWidgets would be out of my control
   

Custom UI
PROCON
  • Full control over features and appearance
  • I can use a language I'm very fluent in
  • Skinnable via custom graphic files
  • I could use the same base for web via HTML5 and/or Flash, iPhone, Android and desktop UI options
  • Super high security
   
  • Would likely take a little more time
  • Not likely to be as fast as standard UI components, as each one is rendered as a graphic (20 FPS target)
  • Not industry standard
   

So as you can see, weighing these two options is not very easy.  I want to take the project in the right direction so I need to be sure that I make the right choice.  Throughout the week I'll be experimenting with a little of both to help in the decision making (and any feedback from the community considered as well)

Lastly, I know it's a bit early but I've been doing some experiments with porting the framework over to compiled C++, which is not only way faster than interpreted PHP, but will also lower costs in the long run due to being lighter on provisional resources.  This is a very long term thing though, I would finish the framework in PHP first and start serious work on the port only after Rollerbot is up and running (think of it as the "next generation" product).


That's about it for now.  Just wanted to give an update on where things are.  I should be able to put a good dent into the internal API and user registration/login system this week!
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 19/03/2014, 22:15:19 UTC
3-19-2014

Nothing too big to report.  Most of my time has revolved around getting the web server set up so that I can get the interface back up and running, then improve on it.  This is pretty important, as without this step I can't finish the front-end services (user plugins running, authenticated queries, etc)

Thanks again to all showing their support. Progress has been slower than expected, but things are still progressing Smiley
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 17/03/2014, 04:59:08 UTC
3-17-2014

Today I sent emails out to Cryptsy, Btc-e, Bter, Coinex, Coins-e, Crypto-Trade, Vircurex, Bittrex, AnxBTC/AnxPro, Bitstamp and Poloniex requesting that the Rollerbot IP address be whitelisted.  This should help avoid interruptions in service in the future, as well as make them aware of why this IP address sends so many requests.

I will update the thread with the status of these requests.

[Edit] Heard back from ANX (AnxBTC and AnxPro).  They have accepted the whitelist request.
[Edit] Heard back from Bittrex.  They have accepted the whitelist request
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 16/03/2014, 06:19:26 UTC
3-16-2014

The backend services are pretty much complete, leaned out and optimized!
I'm not going to let too much out of the bag, but I'm currently load testing the daemon system and the results are simply blowing me away!

Currencies supported: 164
Markets being queried:729
API calls being cached: 1,948 @ 20 second refresh

There is still a ton of headroom left on the backend server, the database server and the redis cache also.  All of these small optimizations are really adding up!
Post
Topic
Board Service Announcements
Re: [ANN] Atomic Trade New Virtual Currency Exchange USD BTC
by
jondecker76
on 15/03/2014, 18:07:37 UTC
Any info on when/ if Atomic-Trade will support a full trading api? 
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 15/03/2014, 07:27:04 UTC
3-15-14

Bittrex is fully verified and tested now, as is ANX (ANXBtc/ANXPro)
I've been working on the daemon system quite a bit to make it lighter on resources and give it more control over spawning and tracking threads.  The results are excellent.  In my load tests right now, 7 exchanges querying/caching all trade and depth data for every market in each of these exchanges is in the 35%-40% load range on the backend server (1077 API calls are being cached @ a 20 second refresh).  I still have some optimizations to make, but these results are beyond what I was expecting already.

I have about one more day of backend work to do, then I can concentrate on the website stuff.
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 13/03/2014, 16:51:01 UTC
Updated my signature with a BTC donation address.

Thanks for the suggestions guys
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 13/03/2014, 16:39:46 UTC
Great update! I was very curious how much processing power would be required. Sounds like you need an infrastructure guy to worry about all the easy stuff so you can get back to the coding and development. If you have any immediate needs or desires you should outline them. Perhaps donations to fund more development servers? Would you be interested in having help beyond all us pestering you with "let me be a part of the alpha test team so i can make easy money with all your hard work?"



I've actually been asked about donations a few times now.  I honestly didn't think there would be anyone willing to donate..  I'll get a donation address set up for those interested and post back here.

Regarding infrastructure - I have found at least part-time help with this recently and it has been a tremendous help.  We're actually in talks about the legalities and specifics about retaining him - If we work something out I'll make an announcement.

Regarding other help, there may be a possibility to bring in some limited PHP help just for supporting new exchanges (writing the exchange class files, most of it would be copy and paste)- though to expose even this little bit of the source code to an individual would require some good references and standing in the community.

Another area of help would be someone fluent in the Chineese language (or any foreign language where exchange platforms exist) to help me get accounts set up at these exchanges and do some test trades etc.

Thanks for the great Ideas!
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 13/03/2014, 02:19:34 UTC
3-12-14 Swinging in for a quick update

Getting the infrastructure set up has turned out to be a much larger task than I expected.  Almost the entire last week has been spent testing configurations, running load tests, reconfiguring, testing again, etc.
I'm happy to say that I have finally found the mix of performance, redundancy and cost needed to efficiently and effectively run the platform.  I would even venture to say that I've spent more in server infrastructure so far in development than most (if not all) bots spend in a year.  I'm not quite sure anyone really understands the amount of power it takes to run such a large trading platform (currently 8 servers in total to get through development and alpha testing, and even more when it comes to full release).  I'm beginning to see why something of this scale has not been done yet!

With all that said, things are still moving forward, albeit a bit slower than I originally expected.  Due to costs, RollerBot will launch supporting 10 exchanges.  As a userbase builds, I'll be able to afford more infrastructure to enable support for even more exchanges (in blocks of 10, to keep costs reasonable).

I'll be able to get back into the programming that needs done over the next couple of days now that the final layout for the infrastructure is now set!
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 11/03/2014, 00:43:37 UTC
Killer day today
I did a lot of work tightening up the backend code.  The cache daemons are running fast and smooth, and the backend plugin system is fired back up (just storing trade data ATM)
Made some changes that reduces the number of MySql calls per second dramatically as well.  Letting it run all night to see how things do

Post
Topic
Board Marketplace (Altcoins)
Re: www.tcx.la - New Altcoin Exchange
by
jondecker76
on 10/03/2014, 21:14:15 UTC
Looking good

Any chance of a trade API soon?


Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 10/03/2014, 16:20:33 UTC
Just wanted to drop in with some progress updates.

I didn't get as much done as I wanted to over the weekend.  Most time was spent on getting the rest of the infrastructure set up on AWS, which included making some important decisions that took some time to thoroughly evaluate.  I'm not going to release too many details, but as of right now RollerBot consists of 5 ec2 server instances (with more to come) and the important backend services are islanded and isolated from the Internet.  The only server attached to the Internet is the web server, which it's self doesn't even have database access.  Many steps have been taken and decisions made to ensure a secure platform.  Now with that out of the way, I can continue marching forward with the code.

Code-wise, I spent a lot of time yesterday cleaning out the source tree of old/antiquated files and making an effort to improve the documentation (through phpdoc). 
Today will be spend finishing off some of the backend services (daemon spawning and load balancing) and then working on some of the user services (private API call daemons, etc)

Thank you everyone for your continued interest and support.  Things are starting to get exciting as everything is slowly starting to pull together
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 09/03/2014, 01:45:32 UTC
3-8-2014

No code changes today.  All of today was spend in AWS with configuration.
I've recruited the help of an absolutely awesome system administrator to help guide RollerBot in the best direction possible when it comes to the underlying infrastructure.  Most of today was spent discussing future direction and getting things set up to provide the scalability and reliability needed for the trading platform.  A lot of discussion revolved around security and many things were put in place today to ensure a secure platform to build on.  I wish I could share more, but this is leading to the possibility of an exciting announcement in the near future.

I'll have more updates tomorrow
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 09/03/2014, 01:22:54 UTC
Not a lot to report today

I'm still waiting to hear back from some of the exchanges in which I've identified bugs in their API (currently I've hear back from Bittrex with indication of a fix on the way, and ANX (anxbtc/anxpro) with interest in working on solutions).  Therefore there are no new significant changes for today.  I've also contacted some other potential industry partners in order to open clear lines of communication.

Tomorrow I will mostly work on web frontend stuff, and will report back here tomorrow with my progress


I know the ANX team personally. Buzz me if they don't get back to you.

I've hear back from them once and sent another email.  So far they have been great to work with
Post
Topic
Board Services
Re: Bitcrea » Professional Graphic Design Service » BEST PRICE GUARANTEE!
by
jondecker76
on 08/03/2014, 01:06:32 UTC
Your work continues to impress Bitcrea, the Bitcoin community as a whole has gained a lot by having someone of your ability around here.  Your recent works are top-notch as always!
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 08/03/2014, 00:30:01 UTC
Today was a great day.  A lot of progress is being made on final decisions when it comes to the actual specifics behind RollerBot deployment.  I've brought aboard someone with extensive knowledge in system administration and deployment, especially when it comes to AWS.  This weekend will be a pivotal point for RollerBot as the full groundwork is put into place that will empower the scalable architecture that I dreamed for this platform.  There should be some exciting news in the coming weeks as things are nearing being ready for alpha testing.

Stay tuned Smiley
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 07/03/2014, 15:09:02 UTC
Today I'm mainly going to be working in Amazon AWS console getting things organized (VPC, elastic IP addresses, load balancers, etc), then work on the website starts.  I'll update the thread later with how things go.
Post
Topic
Board Services
Re: RollerBot - Alpha testing begins soon!
by
jondecker76
on 07/03/2014, 02:02:18 UTC
Not a lot to report today

I'm still waiting to hear back from some of the exchanges in which I've identified bugs in their API (currently I've hear back from Bittrex with indication of a fix on the way, and ANX (anxbtc/anxpro) with interest in working on solutions).  Therefore there are no new significant changes for today.  I've also contacted some other potential industry partners in order to open clear lines of communication.

Tomorrow I will mostly work on web frontend stuff, and will report back here tomorrow with my progress