-
Notifications
You must be signed in to change notification settings - Fork 992
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
Panic when trying to receive coins #2281
Comments
What grin version? Have you tried building from source latest master?
Thread 'main' panicked with message:
…
"called `Option::unwrap()` on a `None` value
|
v0.5.0 |
@bitcoal could you share |
OK so now it fails with "participant message doesn't have signature", how do we get the send command to create a signature? As is it is not even possible to transfer grin using files. |
It’s totally possible, you experience a bug in grinmint.com poll, which produces an incomplete file. Afaik this bug should be fixed soon by the pool devs. |
I also tried using the receive_tx api myself and ran into the same issue.
|
it works fine for me
|
got a slate file from mining pool, tried to receive it with
./grin --floonet wallet receive -i ~/txgrin.txt
and get this crashThe text was updated successfully, but these errors were encountered: