zydjohnHotmail

Results 29 comments of zydjohnHotmail

Hello: I changed my code according to your code template, the following is the output of the results: D:\nodejs\CCXT_Wallet>node bigoneBalance.js 2.0.58 fetch Request: bigone GET https://big.one/api/v3/asset_pairs RequestHeaders: {} RequestBody: undefined...

Hello: If you read my post carefully, the older version: 2.0.31 worked well, I didn't have this issue, the node JS script is the same, only difference is that if...

Hello: I found there are more issues now. For old version: 2.0.31: I have done testing for 20 times, it worked for 4 times, but failed for 16 times. The...

Hello: I believe that the clock of my PC is synchronised, but may be less than one second difference; however, in my Node.js code, I put 'recvWindow': 10000, it means...

Hello: I think most of the exchanges, the credentials are correct, since most of those exchanges, I can use CCXT to get account balance. Now, kucoin is OK, as I...

Hello: Thanks for your quick fix. But let me know how you get the green background.

Catch in my C# code, it means, my code will run and show the string in Debug window. Unfortunately, my code did not show any Result() in debug window, even...

The definition for Qtum Wallet: constructor(public keyPair: bip32.BIP32Interface, public network: INetworkInfo) I need 2 parameters, one for bip32.BIP32Interface, another for INetworkInfo). I don't know how to get the first parameter...

Hi, I show you the original code using old version of 'bitcoinjs-lib': import { HDNode, ECPair } from "bitcoinjs-lib" export interface INetworkInfo { name: string messagePrefix: string bech32: string //...

Hello: I want to port some old code to new code. The 'ethers' means the npm package 'ethers', but this 'ethers' npm package also changes a lot, the old version...