Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - alexxy

Pages: 1 2 3 [4] 5 6 7 8 9 10 11 12
46
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 13, 2014, 08:32:37 pm »
Am I on fork?

Code: [Select]
  "blockchain_head_block_num": 1395,
  "blockchain_head_block_time": "20140613T203115",
  "blockchain_confirmation_requirement": 291,
  "blockchain_average_delegate_participation": 27.556818181818183,


47
General Discussion / Re: Delegates, start your engines!
« on: June 11, 2014, 04:11:58 pm »
seems like i'm on fork also

Code: [Select]
  "blockchain_head_block_num": 5543,
  "blockchain_head_block_time": "20140611T160700",
  "blockchain_confirmation_requirement": 291,
  "blockchain_average_delegate_participation": 28.877642155403393,
  "network_num_connections": 3,

48
General Discussion / Re: Delegates, start your engines!
« on: June 10, 2014, 07:29:19 pm »
Does importing keyhotee works?

49
General Discussion / Re: Delegates, start your engines!
« on: June 10, 2014, 02:51:18 pm »
Any idea WTF this is. Its happend after latest git pull

Code: [Select]
alexxy (unlocked) >>> wallet_list_receive_accounts
NAME                               BALANCE                  KEY                                                             REGISTERED            TRUST LEVEL   
rob                                XTS5UEnYkxWvjHRX4qe16KpYRdwiEBfK51TNJe9UB8FKKjmBkN9cw           2014-06-01T00:00:00   0             
richard                            XTS75TAiDdzhZJQbw8aDtvXGwM1QV3PqbUgjwbEzQQqggJ5EQmiE5           2014-06-01T00:00:00   0             
qq-com                             XTS7Jr9XcHVrvJYGek2FLaRrxz4xkzTyLkDyxVE998EHhwxTz1M1A           2014-06-01T00:00:00   0             
init-delegate-7 (delegate)         XTS5H3qwDsnjm8yoiN1CAQg6LKTnSNuXZDePeGAQSa5CiALSFRFQ8           2014-06-01T00:00:00   0             
init-delegate-3 (delegate)         XTS7bUdQ41J4vhNVBkmbqDKGiftrmQNrL1vCx881Fg4R2hE5r6P2Z           2014-06-01T00:00:00   0             

Seems like its non uniq priv keys!

This is a wallet sync bug. You don't actually own those key =P
But the bad news is that you will have to wipe your wallet after we fix it.

Seems like bitder found the bug:

Quote
This is a problem/bug with the wallet account mixing up the "id" and "index".
All my delegates (26,27,28,29) had the id=(26,27,28,29) but the index=(3,5,7,9) so when the client is restarted they load with the wrong id (because it's using the index).


Sure its a bug =D there should be one fresh generated key. and 4 init-delegates-{78-81} keys

50
General Discussion / Re: Delegates, start your engines!
« on: June 10, 2014, 02:44:33 pm »
Any idea WTF this is. Its happend after latest git pull

Code: [Select]
alexxy (unlocked) >>> wallet_list_receive_accounts
NAME                               BALANCE                  KEY                                                             REGISTERED            TRUST LEVEL   
rob                                XTS5UEnYkxWvjHRX4qe16KpYRdwiEBfK51TNJe9UB8FKKjmBkN9cw           2014-06-01T00:00:00   0             
richard                            XTS75TAiDdzhZJQbw8aDtvXGwM1QV3PqbUgjwbEzQQqggJ5EQmiE5           2014-06-01T00:00:00   0             
qq-com                             XTS7Jr9XcHVrvJYGek2FLaRrxz4xkzTyLkDyxVE998EHhwxTz1M1A           2014-06-01T00:00:00   0             
init-delegate-7 (delegate)         XTS5H3qwDsnjm8yoiN1CAQg6LKTnSNuXZDePeGAQSa5CiALSFRFQ8           2014-06-01T00:00:00   0             
init-delegate-3 (delegate)         XTS7bUdQ41J4vhNVBkmbqDKGiftrmQNrL1vCx881Fg4R2hE5r6P2Z           2014-06-01T00:00:00   0             

Seems like its non uniq priv keys!

51
General Discussion / Re: Delegates, start your engines!
« on: June 10, 2014, 11:51:55 am »
I think its better to use founder code for keyhotee import =\

52
the osx gui is beautiful ,i have to setup vm  with osx :-D

Its qt5+webkit, so it can run on any os, if you'll be able to compile it

53
General Discussion / Re: Delegates, start your engines!
« on: June 09, 2014, 08:00:16 pm »
Could some of you attempt to use this API call to import your keyhotee IDs:

wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> <keyhoteeid>                   

I tryed to do so. It said OK, but i didnt see any changes in wallet

try rescan

Did that. It should import alexxy as keyhotee id, but i already has such account

It was a bug to allow you to even create the account when one with that name was already registered. You'll probably have to wipe your wallet and then import your key again

Already tryed that. But it doesnt allow ti import keyhotee then. Saying that i should create account first

54
General Discussion / Re: Delegates, start your engines!
« on: June 09, 2014, 07:59:16 pm »
importing wif keys doesnt work
Code: [Select]
false: Error parsing WIF private key
    {}
    th_a  wallet.cpp:843 import_wif_private_key

    {"account_name":""}
    th_a  wallet.cpp:845 import_wif_private_key

    {}
    th_a  common_api_client.cpp:222 wallet_import_private_key

    {"command":"wallet_import_private_key"}
    th_a  cli.cpp:576 execute_command

EDIT: actualy it import key, but show this error
bytemaster fixed that issue earlier today ... see above

Just recompile or do as I stated above (somewhere)

Its on client build from git commit 91d857e916a4d8f9c54b11242ef86501a4a67af3
so its recompiled one

55
General Discussion / Re: Delegates, start your engines!
« on: June 09, 2014, 07:38:40 pm »
importing wif keys doesnt work
Code: [Select]
false: Error parsing WIF private key
    {}
    th_a  wallet.cpp:843 import_wif_private_key

    {"account_name":""}
    th_a  wallet.cpp:845 import_wif_private_key

    {}
    th_a  common_api_client.cpp:222 wallet_import_private_key

    {"command":"wallet_import_private_key"}
    th_a  cli.cpp:576 execute_command

EDIT: actualy it import key, but show this error

56
General Discussion / Re: Delegates, start your engines!
« on: June 09, 2014, 07:09:57 pm »
Could some of you attempt to use this API call to import your keyhotee IDs:

wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> <keyhoteeid>                   

I tryed to do so. It said OK, but i didnt see any changes in wallet

try rescan

Did that. It should import alexxy as keyhotee id, but i already has such account

57
General Discussion / Re: Delegates, start your engines!
« on: June 09, 2014, 07:05:20 pm »
Could some of you attempt to use this API call to import your keyhotee IDs:

wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> <keyhoteeid>                   

I tryed to do so. It said OK, but i didnt see any changes in wallet

58
Does importing keyhotee id works? Also am I right that it gives you your registered founder id?

59
General Discussion / Re: Delegates: need seed nodes for test net
« on: June 09, 2014, 05:44:19 am »
Ok. My host is xeon.gentoo.ru port 8764
I set max number of connections to 64

60
General Discussion / Re: Delegates: need seed nodes for test net
« on: June 08, 2014, 08:03:58 pm »
Ok whats default ports for bts? rpc 8765 http 8764?

Pages: 1 2 3 [4] 5 6 7 8 9 10 11 12