FreeTrade
FreeTrade
NodeJS >18 will crash the program if this exception is not caught.
Added Member
Error is Uncaught (in promise) Error: nos2x: undefined Seems to be on line 52 let error = new Error('nos2x: ' + message.data.response.error.message) message.data.response.error exist, but does not have a .message...
Currently only the holders of 5 keys may create new blocks on the BitClout chain, as listed in the "trusted-block-producer-public-keys" config value. It is not clear how well distributed these...
There exist 7 superuser accounts defined in 'ParamUpdaterPublicKeys'. These accounts can be used to create 'SWAP_IDENTITY' actions that can re-assign any account's username (and coin balances?) to another account. This...
Running into an issue with member.cash identity login - all requests are returning {approvalRequired: true} The issue seems to be - In the login window, a value, 'seed-hex-key-member.cash' is set...
I'm using bitclout/transaction.ts to parse raw transaction data into metadata using Transaction.fromBytes(txBytes)[0]; I'm converting transaction.ts into .js using command: tsc bitclout/transaction.ts It is mostly going very well. However, when parsing...
Just a note about a problem that I ran into - listunspent returns all utxos without any way to distinguish if a utxo is a freshly mined block subsidy and...