bitcore
bitcore copied to clipboard
A full stack for bitcoin and blockchain-based applications
Hi, I try to create a wallet from your sample (Irene.js), but don't work, I have error : Error: Import credentials first with setCredentials() I work on node v8. Can...
We are having an issue with BTC withdrawal The customer withdraws via BTC, however the system wallet has insufficient funds. So we added some funds. After that, the customer tries...
Register tsx with mocha on bitcore-node, bitcore-wallet-service, and bitcore-wallet-client. - tsx saves time and computation, no tsc build needed before testing - tsx loads faster than ts-node - easier compatibility...
Currently shows test coverage for BCN, pretty buggy.
Reload config files bitcore-node bitcore-node workers reload their configs on SIGUSR1 Use the scripts/reloadConfig.sh to send SIGUSR1 to pids contained in new pids directory Reload all workers: ``` $ ./scripts/reloadConfig.sh...
Added a page with general chain information and a list of blocks with expandable data. The chain information includes: - 2 graphs, price over the last 24 hours (same data...
## bitcore-client ### Encryption - adds encryptBuffer - enables normalized buffer input - adds decryptToBuffer - enables improved security by not decrypting directly to string ### Storage - adds `addKeysSafe`...