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

Regtest mode can't mine #2998

Closed
sipsorcery opened this issue Jun 24, 2019 · 1 comment
Closed

Regtest mode can't mine #2998

sipsorcery opened this issue Jun 24, 2019 · 1 comment

Comments

@sipsorcery
Copy link

From what I can tell after #2778 the intent is that the mining related RPC commands have been removed from the daemon.

Doesn't this result in regtest mode being unusable in the official binaries? Without the generate commands the regtest node will be stuck at block 0.

I have integration tests that run checks on transaction processing logic directly against the official executables. Without regtest mode these tests can no longer be run.

@UdjinM6
Copy link

UdjinM6 commented Jun 24, 2019

The miner was removed from win and mac os binaries only (which never had any integration tests anyway), linux binaries should work in regtest mode just like before. If however you need a functioning regtest mode in win and mac os binaries too, you can always build it yourself with --disable-miner flag removed.

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

No branches or pull requests

2 participants