• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Recent content by simplebtc

  1. simplebtc

    WalletNotify Script

    Yes, you need the PHP log. Depends on versions and how you set it up. Could be log/messages, the Apache error log or even nothing if logging wasn't configured for PHP yet. Google is your best friend. Once you find where it's logging, add more logging statements as necessary to narrow down...
  2. simplebtc

    WalletNotify Script

    Check out the logs.
  3. simplebtc

    WalletNotify Script

    Exactly.
  4. simplebtc

    WalletNotify Script

    Missing single quote before localhost.
  5. simplebtc

    WalletNotify Script

    Can you post the few lines before and after line #74? That error normally means there is a missing semicolon or quote symbol shortly before the line it references. Also make sure all of the quotes are normal ' or " quotes. I've seen smart quotes (ie. “ ”) get introduced sometimes which are...
  6. simplebtc

    WalletNotify Script

    Have you checked your PHP error log? There are multiple error_log() statements during execution that should be outputting to wherever WAMP is configured for logging.
  7. simplebtc

    Merchants... How do you accept DRK currently?

    Do you know of a service like Blockain.info's or Block.io's payment receiving APIs that will create a new address and then forward the coins to you when received? Without a service like these for DRK there won't be an easy and automated way to accept payments without connecting to your own...
  8. simplebtc

    WalletNotify Script

    Yes, the wallet itself calls whatever script is configured in the walletnotify parameter whenever it receives an update from the blockchain that affects one of its addresses.
  9. simplebtc

    Merchants... How do you accept DRK currently?

    Nice post. You bring up a lot of good points. In doing implementations for clients, we are finding no one solution is probably going to work 100% for everyone. We branched a darkcoin version of our SimpleBTCPay app just to see what a full non-third party solution would look like. So for a...
  10. simplebtc

    WalletNotify Script

    Good question. The primary work of the script is to shove transactions affecting the local wallet into a database. For example, to process the transactions in queue by other scripts. WalletNotify is a stripped down version of a similar script that processes orders. Check out this one for...
  11. simplebtc

    WalletNotify Script

    Darkcoind provides a configuration parameter called walletnotify that accepts a script as its parameter. When the wallet receives a transaction for a local address it hits the script configured, passing the txid incoming. walletnotify.php is a self-contained PHP script for processing...
  12. simplebtc

    Accept DRK Payments With This Free Tool

    simpleBTCpay:DRK provides an easy to setup Darkcoin donation / micro-payment interface. Features Simple Secure API driven functionality. No secure keys or passwords stored or required. Open Source [ github ]. Live DRK/USD quotes from multiple exchange APIs. On-the-fly DRK forwarding addresses...
  13. simplebtc

    Merchants... How do you accept DRK currently?

    We are looking to build more tools for the DRK community. We would like to get feedback on what tools are currently being used and what needs developed. Any comments or discussion welcome.
  14. simplebtc

    Call for devs: Software adoption

    Checkout breadwallet @ github. Deterministic iOS wallet for BTC that could be ported.
  15. simplebtc

    Call for devs: Software adoption

    We have a free no-fee implementation of the ultra-simple-bitcoin-merchant (PHP) at drkmkt.com. Originally going to port over ultra but decided to just rewrite, then generalize. Available on github as a port of simpleBTCpay. We will be posting a full announcement at the next release. For now...
Back
Top