Bitcoin Forum
May 07, 2024, 09:38:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DGC] Digitalcoin 3.0 | Multi-algorithm, Improved Blockchain Storage | RELEASED! on: May 01, 2017, 07:00:27 AM
Hello everyone,

I'm back! (Probably nobody knows me Tongue).

I've got a ton of DGC and want this coin to get active and used again.

Please let me know if there is anything i can do, i've got coding skills in Go(lang), PHP, Python, C#, Java and lately i've released several mobile apps using React Native.

Would love to help!

Navles
2  Other / Beginners & Help / Re: MTGOX api, send simple not working. returns blank page on: May 22, 2013, 09:11:54 PM
I wrote some test code and got the following exception:

"Parameter amount_int or amount is required" - Which is the default exception if something is wrong. Currently i have no BTC in my account, so i suspect that's why i get this error. Can you please try with the following code?

START CODE
<?php
include 'mtgox_api_base.php';
include 'mtgox_private_api.php';

$private = new MtGox_Private_Api();
$private->set_currency('EUR'); // CHANGE TO USD IF YOU NEED USD!!
$private->set_authentication("KEY", "SECRET");
try{
    $send_simple = $private->withdraw_coins("BTC ADDRESS", "AMOUNT (eg. 0)");
    print_r($send_simple);
}catch(Exception $e) {
    print_r($e);
}

?>
END CODE

Please let me know if this works.

-Navles
3  Other / Beginners & Help / Re: MTGOX api, send simple not working. returns blank page on: May 22, 2013, 08:43:52 PM
M... weird.

I'm setting up a test environment as we speak.

I will get back to you in a second.

-Navles
4  Other / Beginners & Help / Re: MTGOX api, send simple not working. returns blank page on: May 22, 2013, 07:42:49 PM
By the way,

I noticed MT. GOX changed their API URL from "https://mtgox.com/api/" to "https://data.mtgox.com/api/".

Try changing the API base url to "https://data.mtgox.com/api/" in mtgox_api_base.php  line 10.

Let me know if that works.

EDIT:

Also dont forget to enable 'withdraw' rights in the security center.



-Navles
5  Other / Beginners & Help / Re: MTGOX api, send simple not working. returns blank page on: May 22, 2013, 07:40:08 PM
Hello,

Do you have OTP enabled for your account?

-Navles
6  Other / Beginners & Help / Re: Which exchanges do you trust and do not trust? on: May 22, 2013, 07:27:48 PM
Been working with Mt. GOX and Btc-e lately. Both are very reliable in my opinion. Mt gox is super easy for SEPA transfers.

I also tried bitcoin-central.net until they got hacked Sad Ashame tho... Sepa tranfers with no fee and processed within a day. Really loved them.
Hoping they will come back once they designed a new backend.

Just my 2 cents.

-Navles
7  Other / Beginners & Help / Re: Best Way to get Tons of FREE coins :) on: May 22, 2013, 07:25:29 PM
Awesome, gonna try this tonight! Smiley

Thanks!
8  Bitcoin / Mining software (miners) / Re: BitMinter.com * Optional Custom Miner, PPLNS, Merged mining, Newbie-Friendly! * on: May 22, 2013, 07:22:47 PM
Looks awesome.

+1
9  Other / Beginners & Help / Re: Why am I still stuck in the newbie area? on: May 22, 2013, 07:22:11 PM
The system updates every 10 minutes, so maybe you just have to wait Smiley

"Note that it may take up to 10 minutes for your PM or posting permissions to be granted. (The system automatically checks every 10 minutes and promotes people as appropriate.)"

-Navles
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!