Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timing and rpcauth #95

Merged
merged 11 commits into from
Jan 11, 2023
Merged

Conversation

ziggie1984
Copy link
Contributor

This is hopefully the final change I have to make to use satstack on the raspiblitz.

  1. It changes the README to use rpcauth in the bitcoin.conf instead of the normal rpcuser/rpcpassword

  2. It adds a new config file lss_rescan.json which will remember the latest block this wallet was synced. Every time the user ends the program, the current state is dumped into the file leading to way fewer loading times, making this whole project more userfriendly.

@ziggie1984
Copy link
Contributor Author

This PR builds on the previous change, sothat I could test it way more easily, in case the other change is merged, I will rebase this change.

@ziggie1984
Copy link
Contributor Author

The lss_rescan.json has the following information and will reside in the same dir as the lss.json:

{
 "last_synctime": "Thu Dec 22 18:49:10 2022",
 "timestamp": "1671731350",
 "last_block": 768516,
 "satstack_version": "v0.16.1"
}

@ziggie1984
Copy link
Contributor Author

Fixes #91 #90 #86 and many more, I did not search through all of them

@ziggie1984
Copy link
Contributor Author

If you want to scan the wallet from a specific block, just edit the lss_rescan.json and paste the lastblock you want to rescan from.

@adrienlacombe adrienlacombe merged commit cb8bb25 into LedgerHQ:master Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants