Pages:
Author

Topic: [ANN][DIGI] 2015 - 2017 (and currently) laboratory phase - page 12. (Read 16896 times)

full member
Activity: 203
Merit: 100
Taking part into a monetary revolution - Priceless
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://bitcointalksearch.org/topic/m.10254208
https://bitcointalksearch.org/topic/m.10255641

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
sr. member
Activity: 616
Merit: 253
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.
sr. member
Activity: 363
Merit: 250
I've had a scrypt rig pointed at this for many days, it's been a great coin to mine. Good work developers!
full member
Activity: 203
Merit: 100
Taking part into a monetary revolution - Priceless
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

$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 '
';

curl_close($market);
?>
sr. member
Activity: 434
Merit: 250
It is doing well
full member
Activity: 203
Merit: 100
Taking part into a monetary revolution - Priceless
Comparison to mining LTC for today, by 100 Mhs :
- LTC mining around 0.01538 BTC / day
- DIGI mining around 0.02882 BTC / day
full member
Activity: 203
Merit: 100
Taking part into a monetary revolution - Priceless
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)
sr. member
Activity: 434
Merit: 250
Thanks Mario a good addition to the post
full member
Activity: 203
Merit: 100
Taking part into a monetary revolution - Priceless
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
full member
Activity: 203
Merit: 100
Taking part into a monetary revolution - Priceless
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.
sr. member
Activity: 434
Merit: 250
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.
sr. member
Activity: 350
Merit: 250
Is it possible for an amendment to capitaldigi.com to be able to turn the scrolling ticker on and off? These kind of things really impact battery life for me on my laptop

It is already there you just have to look.
full member
Activity: 203
Merit: 100
Taking part into a monetary revolution - Priceless
Is it possible for an amendment to capitaldigi.com to be able to turn the scrolling ticker on and off? These kind of things really impact battery life for me on my laptop

James, a good idea due to this fact that rolling pills consume a lot of power by PHP. I think there is such possibility (a special button). I request our developers and let you know.

James, it has been made. Please reload the exchange in your browser and you can see a new button - turn on/turn off
full member
Activity: 203
Merit: 100
Taking part into a monetary revolution - Priceless
Is it possible for an amendment to capitaldigi.com to be able to turn the scrolling ticker on and off? These kind of things really impact battery life for me on my laptop

James, a good idea due to this fact that rolling pills consume a lot of power by PHP. I think there is such possibility (a special button). I request our developers and let you know.
sr. member
Activity: 434
Merit: 250
Is it possible for an amendment to capitaldigi.com to be able to turn the scrolling ticker on and off? These kind of things really impact battery life for me on my laptop
full member
Activity: 203
Merit: 100
Taking part into a monetary revolution - Priceless
What is the difference between Your project and startcoin/startjoin project

Startcoin+startjoin it is probably like the smallest part of our three-elements system - www.crowdondigi.com (still before an official launch).

The differences (what can I see without deep analyzing it)
- we have guaranteed rate of DIGI conversion to BTC (calculated by us as a relation to GBP) and we have hard reserves for it
- we are connected not only to our self crowdtrading system (www.crowdondigi.com - please have in mind there is still under construction there), but to the best crowdfunding British systems. Why - startups crowtraded in our exchange must be reliable, stable valuable and very perspective; this is possible only when 170.000 British hard-minded investors estimate candidates are listed on seedrs or crowdcube or same level agency, so crowdondigi long time will not be used as a source for crowdtrading
- we have (a trailer currently) the whole ecosystem startups-miners-investors|exchange-depository|foundation to be the most reliable, so we offer to trade startups after purchasing them, not only sitting and waiting "what will happen", the idea is presented in the animated infographic https://www.youtube.com/watch?v=IdFtxoaXCq4
- we crowdtrade startups enabling to be comply with the British tax and investment rules, so investor can invest into startups via seedrs.com having SEIS/EIS tax relief (https://www.seedrs.com/seis_eis_tax_relief) and still having possibility to trade it online. So our system enables British (and international when they register in the UK) some kind of time shift - they have still EIS/SEIS tax relief but they can trade startups earlier when in normal system (EIS/SEIS tax relief will be cancelled in the traditional market when a startup goes to be listed on AIM for example).

Your questions are very good, thank you for your engagement. Because of these questions are taking that what we have explained but always such new things have to be explained and discussed many times. Please be honored by us with a bounty in DIGI, if you wish please contact us via PM to discuss it. And obviously we are waiting for more such detailed questions from your side.
legendary
Activity: 1190
Merit: 1000
SoNiC BooM
What is the difference between Your project and startcoin/startjoin project
full member
Activity: 203
Merit: 100
Taking part into a monetary revolution - Priceless
Yes, this non-comfortable time of download will be corrected via a direct link, thank you for your patience!

As a first quick solution: all compilations are available on Github: https://github.com/capitalDIGI/DIGI/tree/master/release
We will run a direct link to one of our servers in several hours.
 
full member
Activity: 203
Merit: 100
Taking part into a monetary revolution - Priceless
OK, thx.
So for example:
I live in EU.
I invested in some new startup through crowdfunding certain amount of DIGI.
Startup vent fine...business plan vent fine ...it is a success.
After about year I went to your website to go with process of clearing and demand shares in paper because they went from 1 GBP to 100 GBP.

What if:
Scenario 1:
Your web site is down for weeks (solar flairs, alien attack, god didn't save the Queen, etc...)

Scenario 2:
You transfer the capitalDIGI rights on shares to some obscure company to Cayman Islands (and what is stopping you?)

I have more but it will be nice to have Your view on first two Scenarios

Yes, the most important thing is such thread what is adequate capital in our company, what is a structure of our company, etc to avoid this two scenarios.
Even a Kingdom falls our capital must be ready to payout customers the valid amount of shares and money.
Nobody from our system should have possibility to transfer assets abroad.

So the solution is on three levels:

I. Capital
The market which we generate can't be more than our frozen traditional reserve ready to serve any withdrawal. 
At the beginning we can't develop big market, when we have about GBP 250k of reserve.
Currently you can see that practically we are in the trailer phase when value of crowdtraded companies is symbolic:
- to test the idea and all technical aspects of trading
- to wait for any response from the market about our solution
- to wait for any response from system of banks and capital market in the UK
- due this fact that we don't have in this trailer a full-engaged crowdtraded company (we are using now a symbolic amount of equity is crowdtraded as a proof-of-concept to present waht is it)
But we are talking to our several colleagues from the traditional capital market to make a relevant reserve here which enables 'normal' scale of crowdtrading. Naturally if it happens then rate BTC/DIGI will rapidly grow up (because we need is a token for the system)
After having different guys from traditional capital market with good CV and after building the reserve then it will be practically impossible to have these two scenarios.

Today there is no risk, because our reserve is much bigger than market we have created.

II. Foundation
There are several old economist who are interested in this trial as 'an economic experiment'. We are talking to them about their participation in DIGI foundation to have supervision of the decisions and all job in the capitalDIGI exchange. We plan that no new crowdtrading is done (I don't write about these current symbolic facts for testing reaction of the market) until the foundation accepts it regarding our reserve capital is adequate.

III. Technical
The draglet's engine is well designed about to froze assets, cold wallet and multi-sig. According this above organisational structure (including foundation) we will be ready to implement a secure procedures.
It is not only to prevent our customers (what is our mission), but it prevents our self - to build a stable and reliable business.
 

 


 
legendary
Activity: 1190
Merit: 1000
SoNiC BooM
As part of the Services, Kvadratco provides users with the ability to participate in the capitalDIGI Crowdtrading Exchange, a virtual platform which allows users ("Participants") to buy and sell virtualized tokens and cryptocurrencies which are representing (it doesn't mean "there are") interests in certain startup companies related properties after successful crowdfunding campaign under FCA supervision in licensed crowdfunding systems (e.g., seedrs.com, crowdcube.com, etc.).

can you please explain:.... buy and sell virtualized tokens and cryptocurrencies which are representing (it doesn't mean "there are")

Yes, it is a legal term. The shares are dematerialized (as in the traditional exchange) and are traded as a digital asset. Simple like in the traditional depository (look for example for http://www.kdpw.pl/en/Pages/Home_en.aspx). The first difference is that our repository isn't ownership of a government or a bank, but it's hosted and managed by Kvadratco Services Ltd. The second difference is this that we don't use a security bond to the shares to make a virtualized share, but use tokens and cryptocurrencies to represent these shares. This feature enables us to trade them 24/7 online.
 
What means a repository in practise - if you want to go out from the online market with shares to have them in your home as a paper, then you go to the depository with a request about clearing relevant amount of virtualized shares. After clearing you have a relevant amount of shares in paper from our repository and relevant amount of tokens is cancelled. The relevant amount of DIGI is cancelled form the market and goes to our 'treasury house' back.

On all online stock exchanges on the world you trade via virtualized shares and only on capitalDIGI.com using tokens and cryptocurrencies. If you trade gold on the exchange it doesn't mean that 'gold has been bought/sold' but the relevant amount of 'virtualized gold' has been bought/sold. Everything is converted to the paper transactions by each clearing (if anybody wants to have this gold from a bank, a brokerage house, a broker, etc).     
In capitalDIGI.com clearing is to make everytime by request to go out from our online market and to have a shares in paper.

Is this explanation clear, maybe you have more questions, I'm ready to answer them about this our new ever business on the world.

     


OK, thx.

So for example:

I live in EU.
I invested in some new startup through crowdfunding certain amount of DIGI.
Startup vent fine...business plan vent fine ...it is a success.
After about year I went to your website to go with process of clearing and demand shares in paper because they went from 1 GBP to 100 GBP.

What if:

Scenario 1:

Your web site is down for weeks (solar flairs, alien attack, god didn't save the Queen, etc...)

Scenario 2:

You transfer the capitalDIGI rights on shares to some obscure company to Cayman Islands (and what is stopping you?)



I have more but it will be nice to have Your view on first two Scenarios

Pages:
Jump to: