Bug: Stash/Controller from Status command don't match Wizard command

PS W:\Desktop> docker exec -it creditcoin-validator creditcoin-cli wizard -a 5000 --commission 2
๐Ÿง™ Running staking wizard...
โœ” Specify a seed phrase for the Stash account โ€ฆ ******************************************************************************
โœ” Specify a seed phrase for the Controller account โ€ฆ ************************************************************************
Using the following parameters:
๐Ÿ’ฐ Stash account: 5FHb2LD6UMZ74dBQH6hP5vokXQnsSnWgVcrgEqjZY2nUnqFx
๐ŸŽฎ Controller account: 5DJJLnhLYVBt9Nou8sJACJhy7RPcm43bqrfnqwiheq5AzVSx
๐Ÿช™ Amount to bond: 5000.000000000000000000 CTC
๐ŸŽ Reward destination: Staked
๐Ÿ“ก Node URL: ws://localhost:9944
๐Ÿ’ธ Commission: 2
๐Ÿ” Blocked: No

Note the Stash Account is 5FHb2LD6UMZ74dBQH6hP5vokXQnsSnWgVcrgEqjZY2nUnqFx and the controller account is 5DJJLnhLYVBt9Nou8sJACJhy7RPcm43bqrfnqwiheq5AzVSx

If I run creditcoin-cli status with the Stash account ( 5FHb2LD6UMZ74dBQH6hP5vokXQnsSnWgVcrgEqjZY2nUnqFx) both the Stash and Controller accounts show as the same account:

PS W:\Desktop> docker exec -it creditcoin-validator creditcoin-cli status -a 5FHb2LD6UMZ74dBQH6hP5vokXQnsSnWgVcrgEqjZY2nUnqFx
Bonded:  true
Stash:  5DJJLnhLYVBt9Nou8sJACJhy7RPcm43bqrfnqwiheq5AzVSx
Controller:  5DJJLnhLYVBt9Nou8sJACJhy7RPcm43bqrfnqwiheq5AzVSx
Validating:  true
Waiting:  true
Active:  false
Can withdraw:  false
Next unbonding chunk: None
6 Likes

Thank you. I will share the response with you as soon as it is received from the dev team.

5 Likes

@SocialistConstruct Can we know if the addresses were used for another node before? Is this the first time the wizard is executed?

5 Likes

There should be these two Wizard runs:

PS W:\Desktop> docker exec -it creditcoin-validator creditcoin-cli wizard -a 10000
๐Ÿง™ Running staking wizard...
โœ” Specify a seed phrase for the Stash account โ€ฆ ************************************************************************
โœ” Specify a seed phrase for the Controller account โ€ฆ ******************************************************************************
Using the following parameters:
๐Ÿ’ฐ Stash account: 5DJJLnhLYVBt9Nou8sJACJhy7RPcm43bqrfnqwiheq5AzVSx
๐ŸŽฎ Controller account: 5FHb2LD6UMZ74dBQH6hP5vokXQnsSnWgVcrgEqjZY2nUnqFx
๐Ÿช™ Amount to bond: 10000.000000000000000000 CTC
๐ŸŽ Reward destination: Staked
๐Ÿ“ก Node URL: ws://localhost:9944
๐Ÿ’ธ Commission: 0
๐Ÿ” Blocked: No
โœ” Continue? โ€ฆ yes
Sending bond transaction...
Sending transaction...
Transaction included at blockHash 0x91ba20cf2d0fdafb19f01fe4e4509e5cc25ada2202305654c5c3a04f37b71be5
Generating new session keys on node...
New node session keys: 0xd23d58561b8b2792a0ce34957b0ebbecd26c5af0dc5c342e903f3fd08f9cbcf40440d28e8e605a0b3b49ff515cf0f87d3a5024cf293f26519224467024d9c609502e52bdf3205f133c687127774ea97a2fcec52d9f05a6323d2e1ab96195393b
Creating setKeys transaction...
Creating validate transaction...
Sending setKeys and validate transactions...
Sending transaction...
Transaction included at blockHash 0x541ba8f4efd9649690d0803bcf4d00e48e3f09b31ddd1d2d160b89480d3b5857
๐Ÿง™ Validator wizard completed successfully!
PS W:\Desktop> docker exec -it creditcoin-validator creditcoin-cli wizard -a 5000 --commission 2
๐Ÿง™ Running staking wizard...
โœ” Specify a seed phrase for the Stash account โ€ฆ ******************************************************************************
โœ” Specify a seed phrase for the Controller account โ€ฆ ************************************************************************
Using the following parameters:
๐Ÿ’ฐ Stash account: 5FHb2LD6UMZ74dBQH6hP5vokXQnsSnWgVcrgEqjZY2nUnqFx
๐ŸŽฎ Controller account: 5DJJLnhLYVBt9Nou8sJACJhy7RPcm43bqrfnqwiheq5AzVSx
๐Ÿช™ Amount to bond: 5000.000000000000000000 CTC
๐ŸŽ Reward destination: Staked
๐Ÿ“ก Node URL: ws://localhost:9944
๐Ÿ’ธ Commission: 2
๐Ÿ” Blocked: No
โœ” Continue? โ€ฆ yes
Sending bond transaction...
Sending transaction...
Transaction included at blockHash 0xd5c95fe85b2f9cea7a38bab577a2f614060dcb3fcff641ed984de53a33be3ec9
Generating new session keys on node...
New node session keys: 0x2e8ad92319d1b6ef3f632304139b66319ddcc00b617fcd78a018217d504ead77269f318d41871445931035d09a79c44fddcc75cec0a436e39cc4a6a1027ba4066af3b3967734861f2e09b603c845dd8ee1c65aee9ace8fa3eb2058b17298b668
Creating setKeys transaction...
Creating validate transaction...
Sending setKeys and validate transactions...
Sending transaction...
Transaction included at blockHash 0x2ff370cf374d3be43b9760763c0b9fa0e6e6e69af9a211bfe7183ebfc1ded45e
๐Ÿง™ Validator wizard completed successfully!
4 Likes

Hello. May you please provide an update on this?

4 Likes

I donโ€™t know what it isโ€ฆ Can someone explain to me?

4 Likes

Soon going to moon :full_moon_with_face::full_moon_with_face:

4 Likes

After going through the Validator Wizard with a new set of accounts, I see whatโ€™s happening in my original post.

It was combining both attempts into one set of output, basically. Hereโ€™s the output from my new attempt, which looks correct and makes it more obvious what happened with my initial attempt.

Using the following parameters:
๐Ÿ’ฐ Stash account: 5HZ2JXyN1cTTeAXge4w4EUjcmHBSDvn4U8PReBHdSynSzKcN
๐ŸŽฎ Controller account: 5ECHW4xjL8iJuTBBijS18hjmT9DPpzCfUCEVhqmgSZAvyz3K
๐Ÿช™ Amount to bond: 4900.000000000000000000 CTC
๐ŸŽ Reward destination: Staked
๐Ÿ“ก Node URL: ws://localhost:9944
๐Ÿ’ธ Commission: 5
๐Ÿ” Blocked: No

docker exec -it creditcoin-validator creditcoin-cli status -a 5HZ2JXyN1cTTeAXge4w4EUjcmHBSDvn4U8PReBHdSynSzKcN

Bonded:  true
Controller:  5ECHW4xjL8iJuTBBijS18hjmT9DPpzCfUCEVhqmgSZAvyz3K
Validating:  true
Waiting:  true
Active:  false
Can withdraw:  false
Next unbonding chunk: None

docker exec -it creditcoin-validator creditcoin-cli status -a 5ECHW4xjL8iJuTBBijS18hjmT9DPpzCfUCEVhqmgSZAvyz3K

Bonded:  false
Stash:  5HZ2JXyN1cTTeAXge4w4EUjcmHBSDvn4U8PReBHdSynSzKcN
Controller:  None
Validating:  false
Waiting:  false
Active:  false
Can withdraw:  false
Next unbonding chunk: None
3 Likes