Mall Currency

Discussion in 'Alice (Minecraft)' started by MyrddinE, 18 April 2014.

  1. MyrddinE

    MyrddinE Active Member

    Joined:
    4 December 2011
    Messages:
    220
    Likes Received:
    69
    I think you have a reading comprehension problem gk.
    Perhaps I misunderstood your comment... use CC for what?
     
  2. SomeEnderpenguin

    SomeEnderpenguin Not a Penguin

    Joined:
    28 March 2014
    Messages:
    301
    Likes Received:
    66
  3. MyrddinE

    MyrddinE Active Member

    Joined:
    4 December 2011
    Messages:
    220
    Likes Received:
    69
    Computer Craft.
     
  4. SomeEnderpenguin

    SomeEnderpenguin Not a Penguin

    Joined:
    28 March 2014
    Messages:
    301
    Likes Received:
    66
    I know, but I mean a Computercraft program with credit cards.
     
  5. MyrddinE

    MyrddinE Active Member

    Joined:
    4 December 2011
    Messages:
    220
    Likes Received:
    69
    Mmm. You could use swipe data and such to create payment systems. The problem would be twofold: ensuring it works correctly and safely in laggy conditions with no doubling or shorting happening, and it really would limit players to only having 'store credit' that could not be used anywhere else. At least with a manufactured currency, other stores could choose to adopt it if it becomes popular; not so with a CC controlled swipe system.
     
  6. Talons1337

    Talons1337 I am a build team

    Joined:
    21 December 2011
    Messages:
    491
    Likes Received:
    129
    Use rednet to link computers so you can have multiple registers
     
  7. MyrddinE

    MyrddinE Active Member

    Joined:
    4 December 2011
    Messages:
    220
    Likes Received:
    69
    That's nice and all for me at my one store... but this would be hideously broken for sharing. Unscrupulous 'stores' could run up fake transactions in the customer's name by editing the code in their register, then go on a shopping spree. Do I reimburse the customer? How can I tell it was even fraud, and not the customer making a purchase? This would require encryption, code signing, authenticated transactions... dude, there are companies that make billions of dollars and can't get this right.

    I'll stick to physical coins (for loose definitions of 'physical'). All the work that prevents duping or stealing items in Minecraft gains me a measure of security for free with coins.