Author Topic: New DVS Delegate: Fox  (Read 3894 times)

0 Members and 1 Guest are viewing this topic.

Offline svk

That's pretty cool that it runs on the Pi! I'll throw some votes your way later today when I come home.
Worker: dev.bitsharesblocks

Offline Fox

I've been running the 0.9.0 code on my Raspberry Pi 2 for a week now.  I'd like see how it handles the block production role, so looking for some votes. 

Thanks in advance!
-Fox

Code: [Select]
wallet (unlocked) >>> get_info
{
  "blockchain_head_block_num": 861616,
  "blockchain_head_block_age": "5 seconds old",
  "blockchain_head_block_timestamp": "2015-04-28T04:42:50",
  "blockchain_head_block_id": "e29db269164f7ed8f50345c4c2bc607d2b77e3fb",
  "blockchain_average_delegate_participation": "96.19 %",
  "blockchain_share_supply": "2,857,865,573.18902 DVS",
  "blockchain_blocks_left_in_round": 15,
  "blockchain_next_round_time": "at least 2 minutes in the future",
  "blockchain_next_round_timestamp": "2015-04-28T04:45:20",
  "blockchain_random_seed": "0d2dba2edd3ee8ccfe9cc8886672cd40ef2b8cfb",
  "client_data_dir": "/home/user/.DevShares",
  "client_version": "0.9.0-72-gb7937f2",
  "network_num_connections": 11,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2015-04-28T04:42:55",
  "ntp_time_error": 0.0023709999999999998,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "17 weeks in the future",
  "wallet_unlocked_until_timestamp": "2015-08-21T22:29:31",
  "wallet_last_scanned_block_timestamp": "2015-02-01T05:51:30",
  "wallet_scan_progress": "100.00 %",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null
}
Witness: fox

Offline Fox

I have the latest client installed, synced and running stable for a couple of days.  Now, I ask for your support with votes.

Code: [Select]
wallet_approve_delegate fox
Code: [Select]
blockchain_get_account fox
Name: fox
Registered: Genesis (Keyhotee Founder)
Last Updated: 9 hours ago
Owner Key: DVS7Tb498vc8hCUqa8FnEhaztPPbUWysDsETZZjuAcLNs7Rch6MWc
Active Key History:
- DVS7Tb498vc8hCUqa8FnEhaztPPbUWysDsETZZjuAcLNs7Rch6MWc, last used 26 days ago

ID    NAME (* next in line)           APPROVAL       PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE         LAST BLOCK  VERSION
==========================================================================================================================================
169   fox                             0.00058710 %   0        0        N/A           100 %    0.00000 DVS         NONE        0.6.2

Block Signing Key: DVS7Tb498vc8hCUqa8FnEhaztPPbUWysDsETZZjuAcLNs7Rch6MWc
Public Data:
{
  "version": "0.6.2"
}

The client is ready to produce when enough votes are achieved:
Code: [Select]
getinfo
{
  "blockchain_head_block_num": 216581,
  "blockchain_average_delegate_participation": "100.00 %",
  "client_version": "0.6.2",
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_scan_progress": "100.00 %",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null
}

Looking forward to contributing thru testing.
Witness: fox