These figures are spread out across two accounts for the purpose of running multiple bots and they only reflect the holdings at Bter. See the burn thread for a recent breakdown of funds not currently allocated to Bter.
As soon as I have time, I will test to see if the NuBot api wrapper still works with Bter. I assume that it is the wish of shareholders for liquidity support to resume at Bter?
@desrever I have confirmed that there are issues running NuBot on Bter after their recent changes:
SEVERE: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Mar 21, 2015 4:02:58 PM com.nubits.nubot.launch.NuBot execute
INFO: NuBot will be start running in 2 seconds, to sync with remote NTP and place walls during next wall shift window.
Mar 21, 2015 4:03:01 PM com.nubits.nubot.trading.wrappers.BterWrapper query
SEVERE: The bot will not execute the query, there is no connection to bter
Mar 21, 2015 4:03:01 PM com.nubits.nubot.tasks.strategy.PriceMonitorTriggerTask initStrategy
SEVERE: Cannot get txFee : No Connection
Mar 21, 2015 4:03:01 PM com.nubits.nubot.launch.NuBot$1 run
INFO: Bot shutting down…
I’d say they changed their SSL certificate. NuBot has a store of all the certificates for supporting exchanges. If the BTER certificate has changed, it’s likely that it hasn;t been added to that store.
There are instructions on the Nubot README for adding a certificate to the keystore. That should get you up and running until the certificate can be added to the distributed keystore.
I’ll get the keystore updated this evening.