atomicals-js
atomicals-js copied to clipboard
Atomicals CLI and Javascript Library
_maxListeners: undefined, socket: null, httpVersionMajor: 1, httpVersionMinor: 1, httpVersion: '1.1', complete: true, rawHeaders: [Array], rawTrailers: [], joinDuplicateHeaders: undefined, aborted: false, upgrade: false, url: '', method: null, statusCode: 500, statusMessage: 'Internal...
The logic for converting an address to an output script and then to a script hash is repeated multiple times. It would be good to refactor into a separate function...
When I was trying to run `yarn cli mint-dft quark --satsbyte 80`, the script exit with a 500 status code. Here is the error message: `AxiosError: Request failed with status...
Hello, Here's the commit txs: aabbcc43eb14d59d12b21f1519314177786000095d99e7bb764ce9c75ec5461b d4cde85c7a658f77012ea2eb2d55c07accca065b9bdba288cfbf030e59b111a7 I'm minting quark, sent two transcations but got only one mint. BR
Update cli.ts mint-dft function
The latest submitted code directly utilizes 100% of the CPU resources, and I would like to know where I can adjust this value.thx
There is 2 CPU in my PC, cpu0 is working ,the other is not working
github -> GitHub
js deploy log ``` 90014b0214780796540503ff3864b31a854dfc0d59116846e5b59a70601faed8 sequence: (35998) Solution found, try composing the transaction... rawtx 010000000001014149a398bc83be0ac3cf5dd774b8d1aea471ef6b070670136f039ff700e5167201000000009e8c000002ad0d000000000000225120338eeb03dd8b126a47b9e0177ded27e7700ddf93595afa90f8a44221cb086edcc3a76205000000002251209bc722ea83b0c5df6abc01d721500b944011575df445aa41adcdae25ccc6444e0140dc468ae4dc2a0cea33eb913df5cf40d983c0533f3fbb7f89d5dc54d839b383daf2f4c2a579e6b9e86fd036b0af29a8c3633e45e25daea94c0a0f2f185dad4d8300000000 Success sent tx: 90014b0214780796540503ff3864b31a854dfc0d59116846e5b59a70601faed8 Workers have completed their tasks. ... ... ... ... Worker stopped...
Hi team, When I use the new multi-threaded version for mining, it generates a memory-related error, which I think is a memory leak or variable sharing issue. There is specific...