Mike Wyszinski
Mike Wyszinski
@osabl 2 general comments: 1. tests are failing on this branch, will need to fix before merging 2. i'm thinking this change may confuse anyone using this library already because...
@0xNegnin sorry about the long delay, looking at this now... under the covers, we are using https://github.com/bitcoinjs/coinselect/blob/master/accumulative.js to select the inputs based on the desired outputs in the tx. if...
so just getting started...i think i get the idea of what this script is supposed to do... i'm going to write up the script to work against MCTN first, since...
i've had to do some research into this one to make sure i get the approach correct, here is the pseudo code: ``` javascript const nodePhrase = '24 seed words'...
@thorchain-admin work started here: https://replit.com/@hodrthemediocre/MCCN-Node-Fund-Recovery-Tool So rather than re-invent the wheel, i think i am going to try to use xchainjs itself to handle the chain specific stuff. Tha means...
holy cr*p, this is turning out to be quite the pain..... i have 2 code bases going.... ## github project - working but need help getting pub_key i wrote the...
@thorchain-admin btc ready to test to make sure the tx generation and signing is correct with a vailid testnet node. FYI I had to replicate parts of xchain js because...
semi complete version here: https://replit.com/@hodrthemediocre/mccnrecovery just open up index.ts and change the seedPhrase and netwrok and try it out ## outstanding issues 1. ETH available balance reading with incorrect exponent...
## remaining issues 1. the eth balance still seems off, not sure if i am fetching it the correct way, do i need to use _vaultAllowance_ for ETH itself? ```...
just a quick note for anyone tuned in. currently this script is being tested on testnet with the help of a node operator, will advise when testing complete.