Search content
Sort by

Showing 8 of 8 results by hyde
Post
Topic
Board Politics & Society
Re: 60 Minutes: Stock Market Rigged
by
hyde
on 31/03/2014, 00:22:38 UTC
This isnt something new, I saw a "documentary" on this. But I cant dig it up..



Yep. High frequency trading,  quote stuffing.. do you REALLY think they're going to play fair?! Bahaha
Post
Topic
Board Project Development
Re: [Alpha Test] GlobalFreeMarkets.com
by
hyde
on 17/03/2014, 14:14:41 UTC
Cool thank you! I will check the database to see if your
bug reports were added. If not I will add them for you.




OK, they were added.  I separated them into their own records so you will get credit for
each one e.g. if there is 100 reports, you would have received credit for 1/100 of the bug reports.
Since there are now four, you will get 4/100. I know it's a redundant process.. I'll look into
a more efficient way to add multiple reports in one post.

Thanks again.

Post
Topic
Board Project Development
Topic OP
[Alpha Test] GlobalFreeMarkets.com
by
hyde
on 17/03/2014, 06:11:30 UTC
Hello,
  I'm Steve, a developer and I've been working on a market site http://GlobalFreeMarkets.com for the last year or so.
  It appears to be at a stable point to where I can get some help/feedback.
 If you're  interested I created a simple bug report page here http://globalfreemarkets.com/api/bugs/add/
  As a thank you for helping uncover bugs I added a field in the bug report for your
  PUBLIC bitcoin address. Approved submissions will be sent bitcoins based on a percentage of the sales from this site, how critical the bug
  is and the number of other reports in the list. Duplicate reports will not be included in the payout, security issues will receive the highest
  priority and will include a bonus payout. 
 
  For the first phase of testing I will be focused on fixing bugs in these areas.
 
Phase:1.A Input Security*.
 I. Test all inputs for security vulnerabilities.

*There will be a bonus percentage applied to reports dealing with security issues.

Phase:1 CRUD Operations
  I. Create
      A. Check Rules
          1. Free Posts
              a. Maximum two free posts per 24 hours.
              b. Maximum twelve hours expiration time.
          2. Ticket Post
              a. Maximum  720 hours (30 days) expiration time.
      B. Email member.
          1. Contains link to edit the trade.
      C. What processes can be refined?
  II. Read
      A. Are the posts being displayed accurately?
      B. What views can be refined or changed?
  III. Update
      A. Does the post update correctly.
          1. According to rules (see above)?
  III. Delete
               

 Feel free to test the shopping cart system. Do NOT send any bitcoins as directed in
 the instructions. I will approve the purchases which will let you to try the trade
 ticket system. The trade ticket system allows you to extend the post length and quantity.
 
 I will do my best to keep you informed, but please be patient. I have a full time job plus
 kids in sports... so I'm pretty busy.
 
 Thanks,
 Steve
Post
Topic
Board Development & Technical Discussion
Topic OP
WARNING: Upgrading WooCommerce with WordPress and BitcoinWay
by
hyde
on 16/02/2014, 07:09:56 UTC
Upgrading WooCommerce from 2.0.2 --> 2.1.2 disables and removes interface for the BitcoinWay (v. 2.12) plugin.
Post
Topic
Board Project Development
Re: BitPriced: Bitcoin Ticker App
by
hyde
on 26/01/2014, 18:23:48 UTC
Try turning this into a widget for WordPress
What do you mean a plugin for wordpress? So that your blog posts updates on price changes?
looks good, congrats !
Thank you.  Smiley

I couldnt see it on my phone for some reason. . But a wp plugin that ran like a ticker would be cool..
Post
Topic
Board Development & Technical Discussion
Re: Bitcoin WP Plugin - No Third Party Needed
by
hyde
on 20/01/2014, 23:18:58 UTC
I'm working on a wp site with the woo/bitcoin plugin.
http://wordpress.org/plugins/bitcoin-payments-for-woocommerce/
 The plugin uses electrum wallet
"Electrum wallet payment option completely removes dependency on any third party service and middlemen."
The only major issue I've ran into so far is you have to set your woocommerce default currency to
dollars (haven't test other currencies). So your shop/cart will show dollar prices but when
you go to pay with the bitcoin option it'll convert it for you. If you set the default currency to show bitcoin
no conversion will take place and it'll show zeros for total. It appears the plugin isn't
detecting the btc as a default currency option.


How about for those who are not using woo just plain simple wordpress we need to for example sell 1 digital product for lets say 0.001 BTC verify the payment and then send to next page how can we do that without middle man can you make a simple version of plugin for us who don't need a big ecomerce shopping cart solution?

Thanks

If you do not have cart then building what you are asking for is essentially another cart. Which is more than just posting a product and price then charging
for it. You would need access control system , admin pages( handle refunds, files to download, prices etc) , customer pages (order status, downloads remaining, customer info  etc), error handling, payment integration (payment status, wallet info.., just to name a few )   I'm not a big fan of reinventing the wheel so I make do with whats there
and mod as necessary. If you're dead set on not implementing one of the cart systems, the one way to do it would be do a torrent search for
php scripts (they usually have a ton of shopping carts). Find a cart you like then integrate it with wp. I've created add-in's using external code using this method..

I. Create a folder in the wp directory somewhere.
II. Put the code in the folder
III. In the interface pages put;
 require_once( 'wp-blog-header.php');
get_header();   //this will show your menu system etc..       
//Body
//YOUR CUSTOM CODE HERE
get_footer();   //nuff said
 
IV. Install Custom Permalinks plugin for wp.
V. Create a page in wp for you interface pages.
   A. At the top of each page in your Custom Permalink type the path to the add-in folder interface page.
Save the page then view it.

For example lets say you have a domain xzy.com.
Create a folder with your code at the root of the website lets say the folder name is alpha (assuming it has an index.php file with interface code).
Create a page in wp and in the permalink at the top it should say http://xyz.com/   -> in the text box type /alpha/
Save and view.

This is the easiest way I've found to extend a wp site without learning all the guts. Plus it's not as tightly coupled so
you can re-use the code somewhere else with minimum modifications.

Speaking from experience, most people say 'it's a simple project' then it explodes in to a giant monster.
 

         
Post
Topic
Board Development & Technical Discussion
Re: Bitcoin WP Plugin - No Third Party Needed
by
hyde
on 20/01/2014, 22:31:17 UTC

Looks like it requires a bitpay account. Thanks for the links, I hadn't seen those plugins.
Post
Topic
Board Development & Technical Discussion
Re: Bitcoin WP Plugin - No Third Party Needed
by
hyde
on 20/01/2014, 17:53:30 UTC
I'm working on a wp site with the woo/bitcoin plugin.
http://wordpress.org/plugins/bitcoin-payments-for-woocommerce/
 The plugin uses electrum wallet
"Electrum wallet payment option completely removes dependency on any third party service and middlemen."
The only major issue I've ran into so far is you have to set your woocommerce default currency to
dollars (haven't test other currencies). So your shop/cart will show dollar prices but when
you go to pay with the bitcoin option it'll convert it for you. If you set the default currency to show bitcoin
no conversion will take place and it'll show zeros for total. It appears the plugin isn't
detecting the btc as a default currency option.