Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Dec 30, 2023
1 parent 88b5cae commit 6140f1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ cargo build --release
3. Run the following command: `atomicalsir --max-fee 150 <PATH to the atomicals-js folder>`

### Q&A
- **Where can I find the mining log?**

You'll find it in `stdout.log` and `./stderr.log`.

- **How to setup multi-wallet?**

To set up a multi-wallet, place the `*.json` wallet files in the `atomicals-js/wallets` directory.
Expand Down Expand Up @@ -115,5 +119,6 @@ cargo build --release
- The `wallet-first` strategy mines indefinitely, switching wallets until the current wallet has more than 12 unconfirmed transactions.

## Future plan
- [ ] Update and rebuild `atomicals-js` automatically.
- [ ] Implement wallet balance detection.
- [ ] Implement a mining worker in pure Rust.

0 comments on commit 6140f1b

Please sign in to comment.