Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
justcode740 committed Apr 11, 2024
1 parent 6aafcc5 commit fef7ceb
Show file tree
Hide file tree
Showing 17 changed files with 662 additions and 249 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
btc_mine_simulator/target/
target
198 changes: 198 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions btc_mine_simulator/Cargo.toml → Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
secp256k1 = "0.29.0"
sha2 = "0.10.8"

1 change: 0 additions & 1 deletion btc_mine_simulator/.gitignore

This file was deleted.

89 changes: 0 additions & 89 deletions btc_mine_simulator/Cargo.lock

This file was deleted.

73 changes: 0 additions & 73 deletions btc_mine_simulator/src/main.rs

This file was deleted.

Loading

0 comments on commit fef7ceb

Please sign in to comment.