-
Notifications
You must be signed in to change notification settings - Fork 60
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
Webcoin doesn't seem to start with testnet #14
Comments
Actually, this also happens when I change webcoin's |
Oh... and now also |
Ohhhhh snap! The problem only happens when I have my local Bitcoin client running in testnet mode. As soon as I close it, everything works fine. |
Handling different networks is being overhauled in the current refactor. #13 |
Testnet support should work much differently now due to the new network params, so this error shouldn't happen anymore. |
Yeah, I can confirm that I'm not getting this with the new webcoin. 😊 |
Maybe this is just set up wrong, but when I run the script below, the process exits after a very short delay. When I change
Networks.testnet
toNetworks.livenet
, the script works fine and prints out the updates from the chain'ssync
event.I've tried deleting node_modules, and I make sure to delete the data folder before each run.
Here's my output from
npm ls
:The text was updated successfully, but these errors were encountered: