Introduction
Originally CryptFolio did not support a number of wallet types, because they were inherently unsafe as they did not have a read-only API.
As of 0.17, the open source project openclerk includes source code support for these unsafe features, which are not enabled for the public site. These features can only be provided if you set up your own local copy of openclerk.
NOTE: Running an instance of openclerk with the allow_unsafe
flag set will mean anyone that can access your hosting account or database will be able to make trades or transactions with your accounts. Support for a wallet here does not mean that the service should ignore adding a read-only API.
Unsafe wallets supported
- Cryptsy - only supports a full trade API
Enabling unsafe features
To enable unsafe features on your local openclerk installation, edit your config.php
and modify get_site_config()
:
// allow unsafe accounts?
'allow_unsafe' => true,
Also execute all of the database queries in database-unsafe.sql.
You will then have access to the unsafe wallets through the normal Configure Accounts wizards.