So I have my delegate almost ready.
I set the pay rate and registered it...
then I type "wallet_delegate_set_block_production bbx-dns true" and this is what it returns:
bbx-dns (unlocked) >>> wallet_delegate_set_block_production bbx-dns true
10 assert_exception: Assert Exception
delegate_record.is_delegate(): bbx-dns is not a delegate.
{"name":"bbx-dns"}
th_a wallet.cpp:3018 set_delegate_block_production
{}
th_a common_api_client.cpp:1699 wallet_delegate_set_block_production
{"command":"wallet_delegate_set_block_production"}
th_a cli.cpp:556 execute_command
So I was like..."hm..." and went back and tried to register the delegate again:
wallet_account_register bbx-dns bbx-dns {} 1
and it returns:
bbx-dns (unlocked) >>> wallet_account_register bbx-dns bbx-dns {} 1
20025 duplicate_account_name: duplicate account name
This account name has already been registered!
{}
th_a wallet.cpp:4224 register_account
{"account_to_register":"bbx-dns","public_data":{},"pay_with_account_name":"bbx-dns","delegate_pay_rate":1}
th_a wallet.cpp:4288 register_account
{"account_name":"bbx-dns","data":{}}
th_a client.cpp:3240 wallet_account_register
{}
th_a common_api_client.cpp:1171 wallet_account_register
{"command":"wallet_account_register"}
th_a cli.cpp:556 execute_command
Can someone give some ideas as to what the problem is?