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.


Topics - nicocesar

Pages: [1]
1
Hi I'm getting a

Code: [Select]
Peer 178.143.67.69:29235 disconnected us: You offered us a block that we reject as invalid
Peer 178.143.67.69:10585 disconnected us: You offered us a block that we reject as invalid
Peer 178.143.67.69:11637 disconnected us: You offered us a block that we reject as invalid
Peer 178.143.67.69:12823 disconnected us: You offered us a block that we reject as invalid

Any idea what could this be?

EDIT (short answer): @dannotestein summarized: "If you're running a new client, it means this other client is an older one and you have nothing to worry about (the other guy needs to update his client). If you're not running a new client, you probably need to update.". Thx @xeroc for the answer too

Thanks,
Nico Cesar

2
Stakeholder Proposals / cant register
« on: January 22, 2015, 04:47:39 am »
Why do I have 2 different address with   wallet_list_my_accounts and wallet_get_account  ?


bitsharewallet (unlocked) >>> wallet_list_my_accounts
NAME (* delegate)                  KEY                                                             REGISTERED            FAVORITE       APPROVAL       BLOCK PRODUCTION ENABLED
nico                               BTS4zxXSPKNwEDeJLHZaQNTGM3tKyYvsJdmXM9bXVKdTftfKuTbtP           NO                    NO             0              N/A                     
bitsharewallet (unlocked) >>> wallet_get_account nico
{
  "index": 12,
  "id": 11834,
  "name": "nico",
  "public_data": null,
  "owner_key": "BTS8WpBRYKRAY1P1i82PEwPA76e2wk3vXw6gtbjPFuVuasJVSJXZ9",
  "active_key_history": [[
      "2014-07-26T13:17:10",
      "BTS8WpBRYKRAY1P1i82PEwPA76e2wk3vXw6gtbjPFuVuasJVSJXZ9"
    ]
  ],
  "registration_date": "2014-07-26T13:17:10",
  "last_update": "2014-07-26T13:17:10",
  "delegate_info": null,
  "meta_data": null,
  "is_my_account": false,
  "approved": 0,
  "is_favorite": false,
  "block_production_enabled": false,
  "last_used_gen_sequence": 0,
  "private_data": null
}

Pages: [1]