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 - Fox

Pages: 1 ... 15 16 17 18 19 20 21 [22] 23
316
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 03, 2014, 03:59:38 am »
Looks like I'm out at block 6743.  Currently 0 connects following client restart.  Looks like delegate participation is dropping as well.
Code: [Select]
dr7wallet100 (unlocked) >>> get_info
{
  "blockchain_head_block_num": 6743,
  "blockchain_head_block_age": "42 minutes old",
  "blockchain_head_block_timestamp": "20140703T031145",
  "blockchain_average_delegate_participation": 75.373134328358205,
  "blockchain_blocks_left_in_round": 24,
  "blockchain_confirmation_requirement": 2,
  "blockchain_share_supply": 199999441190396,
  "blockchain_random_seed": "ebb566055bc751be7d4570cb91f4c0fd218e887f",
  "blockchain_database_version": 109,
  "blockchain_version": 104,
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140703T035409",
  "ntp_error": -0.067518999999999996,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "28 hours in the future",
  "wallet_unlocked_until_timestamp": "20140704T074016",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}

317
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 09:34:37 pm »
Please help me understand how transaction size (# of XTS within a tx) impacts the block commitment time.  I have many transactions marked as PENDING.
Code: [Select]
wallet_account_transaction_history
I have sent numerous transactions of varying the size from 10, 100, 1000 and 10000 XTS per transaction.  The 10 & 100 XTS transactions typically approve in the very next block.  The 1000 XTS transactions are hit and miss, with some going straight away and others left PENDING for a number of minutes.  The 10000 XTS transactions nearly all are left PENDING, now for hours.  Each PENDING transactions lists a FEE of 0.10000 XTS. 

I have restarted the client, clearing the peer database and resyncing the blockchain:
Code: [Select]
./bitshares_client --clear-peer-database --resync-blockchain
I have rescanned the blockchain:
Code: [Select]
wallet_rescan_blockchain
The transactions remain PENDING.  I believe they will expire in 48 hours, but am wondering how the network [should] process these transaction when posted with:
Code: [Select]
wallet_transfer <amount_to_transfer> <asset_symbol> <from_account_name> <to_account_name> [memo_message]
Thanks,
Fox

318
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 07:02:45 pm »
Quote
Quote from: liondani on Today at 06:44:14 PM
How do you explain that my best delegates "liondani" (27 produced 1 missed) is in the stand by list and 4 of my worst delegates that have 0 produced and about 2-3 missed are on the top delegates?(liondani-delegate-1, -3, -4, -8)

PS only liondani-delegate-1 has funds

Quote
There is no auto-voting right now.  Unless someone has given you an approval vote and then made transactions to that effect it will not change your ranking.

Is the delegate ranking based on the amount of funds transmitted by wallet(s) with wallet_approve_delegate  <delegate(s)> in each round, in total, other?  Perhaps you could direct me to some reference material pm the subject.

Thanks,
Fox

319
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 05:01:51 am »
alt: Thanks for the funds.  fox-delegate-98 all set and produced its first block (1857).

All:
I cannot seem to make proper use of my wallet from the Dry Run 6 within the current client on Dry Run 7.  Oddly, I can receive funds to my named account, but cannot send them. 

The wallet contains the account "fox" imported from Keyhotee a few rounds back.  I've built a clean Bitshares Client on a new VM and copied the "wallets" folder to the ~\.BitSharesXTS folder.  The client starts normally, and successfully opens, unlocks and lists a balance. 

Code: [Select]
about
  "bitshares_toolkit_revision": "57d5b15aecb682d8426d067458fec2da851b248f",
  "bitshares_toolkit_revision_age": "3 hours ago",
  "fc_revision": "60a8f3d3bef46f988fb1b00b2a4f217bfecf7cd8",
  "fc_revision_age": "9 hours ago",
  "compile_date": "compiled on Jul  2 2014 at 04:04:17"

get_info
{
  "blockchain_head_block_num": 1917,
  "blockchain_head_block_age": "36 seconds old",
  "blockchain_head_block_timestamp": "20140702T045330",
  "blockchain_average_delegate_participation": 98.92262487757101,
  "blockchain_blocks_left_in_round": 2,
  "blockchain_confirmation_requirement": 1,
  "blockchain_share_supply": 199999593864828,
  "blockchain_random_seed": "577ce365588a0bbc0efb115efa67ead8a6223d93",
  "blockchain_database_version": 109,
  "blockchain_version": 104,
  "network_num_connections": 8,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140702T045406",
  "ntp_error": -0.37929400000000002,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "27 hours in the future",
  "wallet_unlocked_until_timestamp": "20140703T080438",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 101
}

The account is registered on the blockchain:
Code: [Select]
blockchain_list_accounts fox 1
I can receive funds, but sending fails:
Code: [Select]
wallet_transfer 100 XTS fox alt "thanks for the funds"
7 bad_cast_exception: Bad Cast
Invalid cast from type 'int64_type' to Object
    {"type":"int64_type"}
    th_a  variant.cpp:505 get_object

    {}
    th_a  wallet.cpp:2492 get_priority_fee

    {"real_amount_to_transfer":100,"amount_to_transfer_symbol":"XTS","from_account_name":"fox","to_account_name":"alt","memo_message":"thanks for the funds"}
    th_a  wallet.cpp:1877 transfer_asset

    {}
    th_a  common_api_client.cpp:771 wallet_transfer

    {"command":"wallet_transfer"}
    th_a  cli.cpp:538 execute_command

What must I do to resolve my sending issues and restore full wallet functionality?  Perhaps my wallet copy/paste (export/import) method is flawed.  Any insight is greatly appreciated.

-Fox

320
General Discussion / Re: Dry Run 7: The Power of DPOS
« on: July 02, 2014, 03:40:48 am »
Looking for some funds to register an account as a delegate. 
Code: [Select]
wallet_account_create fox-delegate-98
"XTS6v8tFJEVEtFtNSJk7tHpEiTYyiEAag15wMsBZd87aFG3CcQXEa"

Thanks in advance!

321
I believe you need to wrap the path in double quotes when executing the command.  You may also try to execute the command without any arguments and allow it to prompt you for each one, thereby identifying which parameter produces the abort.

322
General Discussion / Re: Dry Run 4: A New Hope
« on: June 21, 2014, 04:35:03 am »
I just issued TRUST on the blockchain.  I will transfer 1000 TRUST to those individuals willing to:

Code: [Select]
wallet_set_delegate_trust_level fox 1

323
General Discussion / Re: Dry Run 3: A Game of Delegates
« on: June 20, 2014, 06:14:54 pm »
I'd like to issue a new asset, but am lacking XTS to do so.  Looks like I'll need about 20 XTS to create it.  I hope to trade for some LOVE once I get it issued.  :)

Also, still hoping to get in as a delegate:
Code: [Select]
wallet_set_delegate_trust_level fox 1

324
General Discussion / Re: Dry Run 3: A Game of Delegates
« on: June 20, 2014, 05:34:48 pm »
Now I'm looking for some votes.  Anyone willing to:
Code: [Select]
wallet_set_delegate_trust_level fox 1
Thanks in advance.

325
General Discussion / Re: Dry Run 3: A Game of Delegates
« on: June 20, 2014, 04:56:29 pm »
Quote
I just sent 1 XTS to "fox"

Thank you toast and spartako.  I will now attempt to become a delegate.

326
General Discussion / Re: Dry Run 3: A Game of Delegates
« on: June 20, 2014, 04:11:18 pm »
I'm ready to help test!  I'll need some XTS to get started (and a bit of guidance).  Thus far I have used wallet_import_keyhotee to connect my wallet to my ID. 

Does that allow you to send XTS to my name "fox", or must I paste the "account_address" into this thread then register the account thereafter?

Thanks,
Fox

327
General Discussion / Re: TITAN Test Net for XTS Open for Savvy Users
« on: June 03, 2014, 09:30:57 pm »
Request: Initial Funding
XTS73cZC8ZebD724nxZfnXkGi3Ag3S8a2L7ecMgkR84jY4aLf9VGK

Thanks,
Fox

328
Stakeholder Proposals / Re: Candidate Billboards
« on: June 02, 2014, 03:31:46 pm »
*** Work in Progress ***

329
Hand raised high.

Serving Brasil (most likely) or Japan as demanded by network needs.


330
Keyhotee / Re: Keyhotee Status Update
« on: April 27, 2014, 02:50:37 pm »
I have problem installing KH 0.7.0...
some dll file was missing. the problem wasnt fixed when I downloaded the required file. the error shown then said that "something was not designed for something bla bla".

can someone help please ?

TLDR: I too had this issue with 0.7.92-win32 on x64.  Resolved by installing 0.7.100:
ftp://178.63.85.22/Keyhotee/Windows/2014-04-27_00-00-43/Keyhotee-0.7.100-win32.exe

Detail:
Machine 1: Windows Server 2012 R2 with C++ 2012 Redistribute Update 4
Machine 2: Windows 8 (x64) with C++ 2012 Redistribute Update 4

Running Keyhotee 0.7.92 would produce the error MSVCP110.dll is not found. 

I went to the Windows folder on the FTP server:
ftp://178.63.85.22/Keyhotee/Windows/
Found the latest update by date (0.7.100 at the time) and installed.

Result: worked fine.

Pages: 1 ... 15 16 17 18 19 20 21 [22] 23