Skip Potter
Skip Potter
@ttodua OK thanks.
There are Unique UIDs (UUID), Global UIDs (GUID), and Sequential UIDs (SGUID). Each is better than the next and should be considered when designing your database and where the UIDs...
> > Each is better than the next and should be considered when designing your database > > @pottertech I have doubts about that. I thought UUID vs GUID is...
Well I use PHP but I will get to testing! Thank you guys for doing this so quickly, it helps a great deal. :-)
> @zydjohnHotmail @HawksterVJ @McxCZE @diogopms @pottertech @Hkey1 @brendan4eva @ethanopp The Coinbase Advanced Trade REST API is now fully supported on CCXT! > > [ Coinbase: advanced trade examples pull request...
I am on PHP 7.4 but the composer.json in the package says it requires PHP 8.1. What requires 8.1 in the ccxt package?
@carlosmiei Thanks, I changed the required block in the ccxt/composer.json file to this: "require": { "php": ">=7.4.0", "ext-bcmath": "*", "ext-curl": "*", "ext-iconv": "*", "ext-pcre": "*", "ext-json": "*", "ext-openssl": "*", "ext-gmp":...
After installing CCXT with the following command: git clone https://github.com/ccxt/ccxt.git --depth 1 I am ready to update CCXT but I am not sure what the command is to do it...
Thank you.
Am I missing something with Bitkub (need PHP version) as it seems to indicate that it was merged into the master but I can not find it. I am looking...