You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have generated a new participation key that's around 92 MB using the following command:
$ goal account addpartkey -a MYADDRHERE -o . --roundFirstValid 30000000 --roundLastValid 35000000
Please stand by while generating keys. This might take a few minutes...
Participation key generation successful. Participation ID: JEB5LKF4CVDBEAWLOS7M6J9LOJA7WAFGYS432JA5DVXPMZ7243PF
Generated with goal v3.16.2
But when I attempt to install it using the installpartkey command (or even if I just do the renewallpartkeys command) I get the 413 Request Entity Too Large error.
$ goal account installpartkey --delete-input --partkey MYADDRHERE.30000000.35000000.partkey
Error processing command: HTTP 413 Request Entity Too Large: Request Entity Too Large
goal account renewpartkey -a MYADDRHERE --roundLastValid 35000000
Please stand by while generating keys. This might take a few minutes...
Participation key generation successful
Error processing command: HTTP 413 Request Entity Too Large: Request Entity Too Large
Your environment
algod -v
3298803318786
3.16.2.dev [HEAD] (commit #be42c82f+)
go-algorand is licensed with AGPLv3.0
source code available at https://github.com/algorand/go-algorand
Expected behaviour
Participation key is added
Actual behaviour
Participation key is not added
The text was updated successfully, but these errors were encountered:
Subject of the issue
I have generated a new participation key that's around 92 MB using the following command:
But when I attempt to install it using the
installpartkey
command (or even if I just do therenewallpartkeys
command) I get the 413 Request Entity Too Large error.goal account renewpartkey -a MYADDRHERE --roundLastValid 35000000 Please stand by while generating keys. This might take a few minutes... Participation key generation successful Error processing command: HTTP 413 Request Entity Too Large: Request Entity Too Large
Your environment
algod -v
3298803318786
3.16.2.dev [HEAD] (commit #be42c82f+)
go-algorand is licensed with AGPLv3.0
source code available at https://github.com/algorand/go-algorand
Expected behaviour
Participation key is added
Actual behaviour
Participation key is not added
The text was updated successfully, but these errors were encountered: