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
The carbon cats which are retired per our recent blog use the first wallet address encoded with a bls1238 prefix for signing. Currently this address can only be derived from the cli or by using the climate wallet.
This request is two-fold:
provide the bls1238 derivation on the view keys screen in the GUI as shown here
add this keyset as an option for signing in the sign message advanced settings as shown here
To get the same keyset used by the climate wallet one needs to run chia keys derive -f <FINGERPRINT> wallet-address -x bls1238 -i 0
NOTE - the fingerprint must be specified in this command or an assertion error will occur.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The carbon cats which are retired per our recent blog use the first wallet address encoded with a bls1238 prefix for signing. Currently this address can only be derived from the cli or by using the climate wallet.
This request is two-fold:
To get the same keyset used by the climate wallet one needs to run
chia keys derive -f <FINGERPRINT> wallet-address -x bls1238 -i 0
NOTE - the fingerprint must be specified in this command or an assertion error will occur.
Beta Was this translation helpful? Give feedback.
All reactions