Bitcoin Forum
June 20, 2024, 12:25:22 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Exchange KuCoin and KuCoin shares on: January 10, 2018, 07:26:57 PM
How often KCS pays dividends?
Heard it was everyday but got some yesterday and still didn't receive it.

you just have to hold it on exchange, right?

Is there a minimum valid amount?

I think they're supposed to pay daily, but they might have been backed up.  I bought my first KCS on January 7th, and I didn't receive dividend payments until yesterday.  The January 8th payment came in earlier today.

You have to hold it on the exchange to get dividends.

I don't know if there's a minimum, but I have 545 KCS right now, and that get's me about $1.50/day in dividends.

2  Economy / Service Discussion / Re: [ANNOUNCE] WebService::MtGox - a Perl wrapper around MtGox's API on: June 09, 2011, 12:02:27 PM
I've released version 0.05 of WebService::MtGox.

This release may be of interest to the wider (non-Perl-using) community, because it comes with a command line client called mg that lets you play with MtGox's API from the comfort of your favorite $SHELL.

Code:
Usage:
      mg <COMMAND> [OPTION]...

Options:
    ticker
      Get ticker.

    depth
      Get trading depth.

    trades
      Get recent trades.

    balance
      Get your balance.

    buy
      Buy some bitcoins.

      --amount=NUMBER
      --price=NUMBER

    sell
      Sell some bitcoins.

      --amount=NUMBER
      --price=NUMBER

    ls
    list
      List your orders.

    cancel
      Cancel an order.

      --oid=ID
          The order id.

      --type=NUMBER
          The type may be 1 for buy or 2 for sell.

    send
      Send bitcoins from your MtGox account to a bitcoin address.

      --amount=NUMBER
      --address=BITCOIN_ADDRESS

    usd [BITCOINS]
      Display the total value of your balance in US Dollars. You can also
      use this to find the value of an arbitrary amount of bitcoins in US
      Dollars.

        # How much is 1000 btc worth in US Dollars?
        mg usd 1000

    btc [USD]
      Display the total value of your balance in bitcoins. You can also use
      this to find the value of an arbitrary amount of US Dollars in
      bitcoins.

        # How much is $400 worth in bitcoins?
        mg btc 400


If you are new to Perl, I suggest using cpanm to install this module.

Code:
cpanm WebService::MtGox

Also, check out the future of CPAN:

http://beta.metacpan.org/module/WebService::MtGox
3  Economy / Service Discussion / Re: MtGox API Perl module on: May 30, 2011, 06:53:44 AM
Damn, I should have searched the forum (and CPAN) before I made WebService::MtGox.

http://forum.bitcoin.org/index.php?topic=10125.0

I actually did search for 'bitcoin' at http://search.cpan.org/ and nothing MtGox-related showed up, so that's why I coded WebService::MtGox.  Had I known you already had this covered, I wouldn't have done my version.

You really need to have the word "bitcoin" somewhere in your documentation.
4  Bitcoin / Development & Technical Discussion / Re: Python code for validating bitcoin address on: May 29, 2011, 10:10:19 PM

It's kind of frustrating that nobody seems to want to use my bash functions to check bitcoin addresses.

It only requires basic unix tools such as xxd, dc and openssl.

This is beautiful and concise shell scripting.  Nice job.
5  Economy / Service Discussion / [ANNOUNCE] WebService::MtGox - a Perl wrapper around MtGox's API on: May 27, 2011, 05:06:51 AM
WebService::MtGox

https://github.com/beppu/webservice-mtgox

http://search.cpan.org/~beppu/WebService-MtGox/

If you want to use MtGox's Bitcoin Trading API via Perl, this is the module for you.

 Smiley
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!