Bitcoin Forum
June 20, 2024, 11:16:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 »  All
  Print  
Author Topic: [ANN][DIGI] 2015 - 2017 (and currently) laboratory phase  (Read 16896 times)
MarioSPGroup (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100


Taking part into a monetary revolution - Priceless


View Profile
January 28, 2015, 04:25:55 PM
 #81

It is already there you just have to look.

Trying to be smart? It wasn't there, I requested it and they kindly added it.

Yes, this is a good idea from James42 - and we did adjustment. James, I forgot to offer you to be honored in DIGI bounty for such simple but very useful tool which you invented. If you are interested in it then please contact me via PM.

MarioSPGroup (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100


Taking part into a monetary revolution - Priceless


View Profile
January 28, 2015, 10:21:30 PM
 #82

Yes, this non-comfortable time of download will be corrected via a direct link, thank you for your patience!

The seed post of this thread is updated with alternative direct linkes (apart from speedyshare):
- Windows QT download - http://www.kvadratco.com/DIGI-QT.zip alternatively http://speedy.sh/arZWb/DIGI-QT.zip and always https://github.com/capitalDIGI/DIGI/tree/master/release

- Linux QT download - http://www.kvadratco.com/LinuxQT.rar alternatively http://speedy.sh/sDx4R/LinuxQT.rar and always https://github.com/capitalDIGI/DIGI/tree/master/release

- iOS QT download - http://www.kvadratco.com/DIGI-Qt-mac.zip alternatively http://speedy.sh/T35wG/DIGI-Qt-mac.zip and always https://github.com/capitalDIGI/DIGI/tree/master/release

james42
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
January 28, 2015, 10:25:20 PM
 #83

Thanks Mario a good addition to the post
MarioSPGroup (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100


Taking part into a monetary revolution - Priceless


View Profile
January 29, 2015, 08:34:28 PM
 #84

Next day of appreciation to BTC/LTC - BTC is in lower rate to GBP and USD, but DIGI is related to GBP.
So you can observe that today DIGI is appreciated to BTC (and official rate is 0.00001548)

MarioSPGroup (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100


Taking part into a monetary revolution - Priceless


View Profile
January 29, 2015, 08:40:39 PM
 #85

Comparison to mining LTC for today, by 100 Mhs :
- LTC mining around 0.01538 BTC / day
- DIGI mining around 0.02882 BTC / day

james42
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
January 29, 2015, 10:04:35 PM
 #86

It is doing well
MarioSPGroup (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100


Taking part into a monetary revolution - Priceless


View Profile
January 30, 2015, 06:14:13 AM
 #87

Simple API to get last price of BTC/DIGI.

Our API looks to be complicated, but really it isn't so difficult.
Please have a PHP code below to use it to get the last price BTC/DIGI, you can use as a framework to all your API requests (PRIVATE requests need authorization via /private/authenticate)

You will return with last ask price = $askprice
You will return with last bid price = $bidprice

<?php
$markets["market"] = "DIGI-BTC";
$markets["count"] = 1;

$postContent = json_encode($markets); // must send json encoded

// put together the request
$market = curl_init();
curl_setopt($market, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($market, CURLOPT_HTTPHEADER, array('Auth-Token: '.$headers['Auth-Token']));
curl_setopt($market, CURLOPT_RETURNTRANSFER, true);
curl_setopt($market, CURLOPT_URL, "https://capitaldigi.com:443/gateway/public/bestOffer");
curl_setopt($market, CURLOPT_POST, true);
curl_setopt($market, CURLOPT_POSTFIELDS, $postContent);
curl_setopt($market, CURLOPT_HEADER, 1); // we want to see HTTP response headers to read the auth token

// now get the response and split into $responseHeader and $responseBody
$response = curl_exec($market);
$headerSize = curl_getinfo($market, CURLINFO_HEADER_SIZE);
$responseHeader = substr($response, 0, $headerSize);
$responeBody = substr($response, $headerSize);

// create key/value array from HTTP header
$headers_market = array();
foreach (preg_split("/\r?\n/", $responseHeader) as $line) {
    if (strpos($line, ':') !== false) {
        list($key, $value) = explode(': ', $line, 2);
        $headers_market[$key] = $value;
    }
}

// create array from JSON response body
$apiResponse = json_decode($responeBody, true);

if ($apiResponse['success']) {
   $askprice = $apiResponse['results']['lastQuote'];
   $bidprice = $apiResponse['results']['lastQuote'];
   }
 else {
    echo "Request failed.\n\n";
}
echo '<br/>';

curl_close($market);
?>

HammyCoin
Sr. Member
****
Offline Offline

Activity: 363
Merit: 250


View Profile
January 30, 2015, 06:24:39 PM
 #88

I've had a scrypt rig pointed at this for many days, it's been a great coin to mine. Good work developers!
lifeforcepools
Sr. Member
****
Offline Offline

Activity: 616
Merit: 253


View Profile
January 31, 2015, 11:06:02 AM
 #89

Please note

The statum servers for the Lifeforce.info Pool for DIGI have been shutdown until the owners of DIGI can explain this message I received when I went to withdrawl BTC from their exchange for DIGI coins that I sold.

I do not mean to imply any wrong doing on the part of their exchange or the DEVS, I am just making sure that miners on my pools are protected.





For the record: No other exchange including Poloniex, Bittrex, Cryptsy, etc. ever needed to check my identity before allowing a withdrawl.

BUY CRYPTO AT REASONABLE RATES
▄▄███████▄▄
▄█████▀ ▀█████▄
██████ ▄█▄ ██████
██████ █████ ██████
█████ ▄ ███ ▄ █████
████▌▐██ █ ██▌▐████
███▄ ▀▀▌ ▐▀▀ ▄███
▀████▄▄ ▄▄████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀█▀█████▄
████        ▀████
███████  ███  █████
███████      ▀█████
███████  ███  █████
████        ▄████
▀█████▄█▄█████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀▀▀█████▄
██████   ▐███████
██████▌   ▀▀███████
█████▀    ▄████████
████▄    ▀▀▀▀▀▀████
███▌         ▄███
▀█████████████▀
▀▀███████▀▀
&OTHER
COINS
MarioSPGroup (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100


Taking part into a monetary revolution - Priceless


View Profile
January 31, 2015, 11:26:25 AM
 #90

Please note

The statum servers for the Lifeforce.info Pool for DIGI have been shutdown until the owners of DIGI can explain this message I received when I went to withdrawl BTC from their exchange for DIGI coins that I sold.

I do not mean to imply any wrong doing on the part of their exchange or the DEVS, I am just making sure that miners on my pools are protected.

For the record: No other exchange including Poloniex, Bittrex, Cryptsy, etc. ever needed to check my identity before allowing a withdrawl.

Hi lifeforcepools, Thank you for a request.

KYC is for additional security like in other exchanges.
There is a description about our KYC (not so advanced like in other exchanges):
https://bitcointalk.org/index.php?topic=934548.msg10254208#msg10254208
https://bitcointalk.org/index.php?topic=934548.msg10255641#msg10255641

What I know Poloniex, Bittex and Cryptsy aren't exchanges under the UK legal frames, but we are, so we do this simple verification only once at the first withdrawal.
Try at coinbase.com, netagio.com, etc for example as a difference.

As there described - please submit a request "I want to be validated under KYC" from your account (section SUPPORT after login in on the exchange) and please attach the key as in our correspondence via PM on bitcointalk.org.
So we will validate you under KYC understanding that you request to be validated.

After KYC validation you can make a next withdrawal with BTC (or anything else), no problem.
You will be free, the KYC validation is made only once for the account at the first withdrawal.
So you will be able to make so many withdrawals as you wish (and as much as you have amount in your deposits).

Regards,

Mario

lifeforcepools
Sr. Member
****
Offline Offline

Activity: 616
Merit: 253


View Profile
January 31, 2015, 11:30:11 AM
 #91

Quote
As there described - please submit a request "I want to be validated under KYC" from your account (section SUPPORT after login in on the exchange) and please attach the key as in our correspondence via PM on bitcointalk.org.
So we will validate you under KYC understanding that you request to be validated.

I can't seem to find anywhere on your site where it tells me to do what you just requested me to do?

Perhaps I missed something  - please correct me if I am wrong.


so - every one that wants to do a withdrawl has have to some sort of key that you folks manually generate?

BUY CRYPTO AT REASONABLE RATES
▄▄███████▄▄
▄█████▀ ▀█████▄
██████ ▄█▄ ██████
██████ █████ ██████
█████ ▄ ███ ▄ █████
████▌▐██ █ ██▌▐████
███▄ ▀▀▌ ▐▀▀ ▄███
▀████▄▄ ▄▄████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀█▀█████▄
████        ▀████
███████  ███  █████
███████      ▀█████
███████  ███  █████
████        ▄████
▀█████▄█▄█████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀▀▀█████▄
██████   ▐███████
██████▌   ▀▀███████
█████▀    ▄████████
████▄    ▀▀▀▀▀▀████
███▌         ▄███
▀█████████████▀
▀▀███████▀▀
&OTHER
COINS
lifeforcepools
Sr. Member
****
Offline Offline

Activity: 616
Merit: 253


View Profile
January 31, 2015, 11:37:43 AM
 #92

as per your request I have tried to submit this information on your support support screen

author=lifeforcepools link=action=profile;u=nnnn date=1422701696 on bitcointalk.org


but you support screen keeps telling em that it does not support html and I try toggling the html button to no avail.

BUY CRYPTO AT REASONABLE RATES
▄▄███████▄▄
▄█████▀ ▀█████▄
██████ ▄█▄ ██████
██████ █████ ██████
█████ ▄ ███ ▄ █████
████▌▐██ █ ██▌▐████
███▄ ▀▀▌ ▐▀▀ ▄███
▀████▄▄ ▄▄████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀█▀█████▄
████        ▀████
███████  ███  █████
███████      ▀█████
███████  ███  █████
████        ▄████
▀█████▄█▄█████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀▀▀█████▄
██████   ▐███████
██████▌   ▀▀███████
█████▀    ▄████████
████▄    ▀▀▀▀▀▀████
███▌         ▄███
▀█████████████▀
▀▀███████▀▀
&OTHER
COINS
MarioSPGroup (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100


Taking part into a monetary revolution - Priceless


View Profile
January 31, 2015, 11:48:19 AM
 #93

Quote
As there described - please submit a request "I want to be validated under KYC" from your account (section SUPPORT after login in on the exchange) and please attach the key as in our correspondence via PM on bitcointalk.org.
So we will validate you under KYC understanding that you request to be validated.

I can't seem to find anywhere on your site where it tells me to do what you just requested me to do?

Perhaps I missed something  - please correct me if I am wrong.
so - every one that wants to do a withdrawl has have to some sort of key that you folks manually generate?


The bottom of the main page of our service, Legal Notice/Disclaimer - section:
THE CAPITALDIGI.COM CROWDTRADING EXCHANGE

The subject of KYC - is to make it simply via manual process to check that it isn't a hacker presenting as a customer.
In such cases like in coinbase.com KYC is done under machine verification then there are scanned national ID and passports.
We don't want to check and collect official IDs of our customers, so we do KYC in the way of manual correspondence.

I hope you understand that we do it in the simplest way according to be comply to the UK legal rules and make this exchange secure for users.
We are open for any suggestion and all proposals to meet your requirements.
We hope that this simple procedure of KYC in our exchange isn't a problem for you, it takes several minutes.
 

lifeforcepools
Sr. Member
****
Offline Offline

Activity: 616
Merit: 253


View Profile
January 31, 2015, 11:58:50 AM
 #94

when I try to post the string you sent me in a PM I get this on your support page:




BUY CRYPTO AT REASONABLE RATES
▄▄███████▄▄
▄█████▀ ▀█████▄
██████ ▄█▄ ██████
██████ █████ ██████
█████ ▄ ███ ▄ █████
████▌▐██ █ ██▌▐████
███▄ ▀▀▌ ▐▀▀ ▄███
▀████▄▄ ▄▄████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀█▀█████▄
████        ▀████
███████  ███  █████
███████      ▀█████
███████  ███  █████
████        ▄████
▀█████▄█▄█████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀▀▀█████▄
██████   ▐███████
██████▌   ▀▀███████
█████▀    ▄████████
████▄    ▀▀▀▀▀▀████
███▌         ▄███
▀█████████████▀
▀▀███████▀▀
&OTHER
COINS
lifeforcepools
Sr. Member
****
Offline Offline

Activity: 616
Merit: 253


View Profile
January 31, 2015, 12:03:58 PM
 #95

when I try to post the string you sent me in a PM I get this on your support page:





the second string you gave me was rejected also by your server.


BUY CRYPTO AT REASONABLE RATES
▄▄███████▄▄
▄█████▀ ▀█████▄
██████ ▄█▄ ██████
██████ █████ ██████
█████ ▄ ███ ▄ █████
████▌▐██ █ ██▌▐████
███▄ ▀▀▌ ▐▀▀ ▄███
▀████▄▄ ▄▄████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀█▀█████▄
████        ▀████
███████  ███  █████
███████      ▀█████
███████  ███  █████
████        ▄████
▀█████▄█▄█████▀
▀▀███████▀▀
▄▄███████▄▄
▄█████▀▀▀█████▄
██████   ▐███████
██████▌   ▀▀███████
█████▀    ▄████████
████▄    ▀▀▀▀▀▀████
███▌         ▄███
▀█████████████▀
▀▀███████▀▀
&OTHER
COINS
MarioSPGroup (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100


Taking part into a monetary revolution - Priceless


View Profile
January 31, 2015, 12:14:26 PM
 #96

when I try to post the string you sent me in a PM I get this on your support page:





the second string you gave me was rejected also by your server.



This is something with encoding in web-browser, we have to look into how it is encoded on our side (exchange) to avoid some problems with the keys in the future (there wasn't a problem by other users).
Sorry for the inconveniance.

No problem, please use simplified version of the code, as in the last PM three minutes ago or be on e-mail to finish it.

I hope we come to do it finally in minutes.

MarioSPGroup (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100


Taking part into a monetary revolution - Priceless


View Profile
January 31, 2015, 12:21:17 PM
 #97

when I try to post the string you sent me in a PM I get this on your support page:





the second string you gave me was rejected also by your server.



This is something with encoding in web-browser, we have to look into how it is encoded on our side (exchange) to avoid some problems with the keys in the future (there wasn't a problem by other users).
Sorry for the inconveniance.

No problem, please use simplified version of the code, as in the last PM three minutes ago or be on e-mail to finish it.

I hope we come to do it finally in minutes.


You are validated now due to the pair of SUPPORT-FEEDBACK is done (your last e-mail to us). Thank you for using an e-mail to finish the validation by KYC.
From this moment you can make now so many withdrawals as you want (and how much your accounts are deposited).

Thank you for your co-operation,
Mario

MarioSPGroup (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100


Taking part into a monetary revolution - Priceless


View Profile
January 31, 2015, 01:08:00 PM
 #98

To any user who is still unverified under KYC on our capitalDIGI crowdtrading exchange:

If you plan to make withdrawals in the nearest future please do not wait for this validation till last while before making first withdrawal.
You can make this validation (section SUPPORT and make a request there) anytime earlier before making the first withdrawal, to avoid any misunderstandings during making it in hurry.

Thank you very much in advance.
We are open for all your opinions and proposals of adjustment. Please feel free to let us know about your thoughts. Best ideas are honored with bounties in DIGI.

 

MarioSPGroup (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100


Taking part into a monetary revolution - Priceless


View Profile
February 01, 2015, 06:45:44 AM
 #99

Next day of appreciation to BTC/LTC - BTC is in lower rate to GBP and USD, but DIGI is related to GBP.
So you can observe that today DIGI is appreciated to BTC (and official rate is 0.00001668)

MarioSPGroup (OP)
Full Member
***
Offline Offline

Activity: 203
Merit: 100


Taking part into a monetary revolution - Priceless


View Profile
February 01, 2015, 06:49:26 AM
 #100

Comparison to mining LTC for today, by 100 Mhs :
- LTC mining around 0.01852 BTC / day
- DIGI mining around 0.03375 BTC / day

Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!