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

Pages: 1 ... 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40
496
General Discussion / Re: Bitshares X
« on: June 19, 2014, 06:00:56 pm »
So will there be 4 or 10 million (as in Bitshares XT) Bitshares X issued at launch?

497
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 19, 2014, 04:44:57 pm »
I got at least a little further.
Looks i was referencing the location incorrectly
instead of ~/Imports/wallet.dat
should be /root/Imports/wallet.dat

It seems to have found it this way but when it asks for "imported wallet passphrase" (it doesn't have one)
I just hit enter, leaving blank and i get aborted

Code: [Select]
xeldal-w (unlocked) >>> wallet_import_bitcoin "/root/Imports/wallet.dat"
passphrase:
account_name: PTS-jmob
imported wallet passphrase:
Command aborted
It expects your PTS wallet to have a password. How about setting it up?

498
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 19, 2014, 04:21:10 pm »
I did a dumpprivkey <ptsAddress> in the Bitshares-PTS wallet console

I took this private key and tryed both
bitcoin_importprivkey  and wallet_import_private_key
neither worked

I also uploaded the wallet.dat to my server and used " wallet_import_bitcoin "~/imports/wallet.dat" "

it didn't like that either.  says it can't find wallet.dat
I tried moving the dat file to various places but it doesn't want to find it.
Is there a particular place it needs to be or a particular way i need to reference it?

I imported my PTS wallet with wallet_import_bitcoin <full path to wallet.dat>

499
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 19, 2014, 04:17:21 pm »
How to import PTS wallet?

I see the bitcoin, electrum, multibit, armory, and keyhotee import commands. 

Is there no command for PTS yet?

Use import bitcoin.

500
General Discussion / Bitshares X
« on: June 19, 2014, 02:53:48 pm »
How many Bitshares X shares will be issued at launch?
How many shares does 1 AGS and 1 PTS (owned before snapshot) get?

501
General Discussion / Re: Names for dry run 3
« on: June 18, 2014, 04:54:17 pm »
bitcoiners   : XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk
bitcoiners-1: XTS77s4gRFvU1pdHYom1MvCw5bUAWu4oYVHLc4nB7pm6MmWWSxV44
bitcoiners-2: XTS5XBmXe6rxHhCncqxiQtNE9sX1csgdfMp86gxPa1iEEuyg9VwfK
bitcoiners-3: XTS5mKbpNi8Kvf89gueJcBW336M1ZQBgmdd17R5Wc7TXME8XRxKKE
blockchainer: XTS8UJQuLMhdpV5gUofc2ZDfUvYgPYboFPGag1rYGT3A2bkDGnx5y

502
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 18, 2014, 04:34:33 pm »
XTS please:

XTS8VwZrdRhvFLf8nGfHfiyScSnmQZEm5dimzBhEezmt7Mujw9g91

Sent you some.

503
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 18, 2014, 03:08:43 pm »
Just voted for

networker
spartako
alexxy
xeroc
testz
bdnoble-1
puppies
betax

Please vote for my delegates too.

Code: [Select]
wallet_set_delegate_trust_level bitcoiners 10
wallet_set_delegate_trust_level bitcoiners-1 10
wallet_set_delegate_trust_level bitcoiners-2 10

504
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 18, 2014, 08:10:49 am »
Having troubles issuing assets.

Code: [Select]
Usage:
wallet_asset_issue <amount> <symbol> <to_account_name> <memo_message>

Code: [Select]
>>> wallet_asset_issue 1000000 BEE default "Bees are people too"
10 assert_exception: Assert Exception
my->_blockchain->is_valid_symbol( symbol ):
    {}
    th_a  wallet.cpp:1772 issue_asset

505
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 17, 2014, 05:03:05 pm »
Code: [Select]

>>> blockchain_list_forks
[
   10427,
  13346,
  15830,
  5624,
  14994,
  14973,
  7832,
  2299,
  6388

]

Code: [Select]
>>> info
{
  "blockchain_head_block_num": 15833,
  "blockchain_head_block_time": "20140617T170145",
  "blockchain_head_block_time_rel": "14 seconds old",
  "blockchain_confirmation_requirement": 15,
  "blockchain_average_delegate_participation": 77.537969624300558,
  "network_num_connections": 12,
  "ntp_time": "20140617T170159.909973",
  "ntp_error_seconds": 202.32990100000001,
  "wallet_unlocked_seconds_remaining": 0,
  "wallet_next_block_production_time": "20140617T171300",
  "wallet_seconds_until_next_block_production": 661,
  "wallet_local_time": "20140617T170159",
  "blockchain_random_seed": "abeedd4f3c753dea11ea026f9ff5345f1d76665a",
  "blockchain_shares": 10000628300985,
  "network_num_connections_max": 12,
  "network_protocol_version": 101,
  "wallet_open": true,
  "wallet_unlocked_until": "19700101T000000",
  "wallet_version": 100
}

Code: [Select]
>>> about
{
  "bitshares_toolkit_revision": "b851eb7cadfb79df07d5512ee9de1217479962b4",
  "bitshares_toolkit_revision_age": "49 minutes ago",
  "fc_revision": "653fd2ca8b54c64c0e2e217456bd9ee355d32ced",
  "fc_revision_age": "83 minutes ago",
  "compile_date": "compiled on Jun 17 2014 at 17:23:16"
}

506
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 17, 2014, 05:23:01 am »
  To get a proper NTP sync delegates should install NTP and set it to track as closely as possible to minimize drift. 


I am running a VPS server on OpenVZ and manual time updates are not possible as this is a shared-kernel setup.

507
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 17, 2014, 04:38:25 am »
seems your local time is wrong, you can't produc block if your tims is not correct.


I am using a VPS server with OpenVZ, so can't set time manually.

508
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 17, 2014, 04:20:22 am »
could you please do" blockchain_get_block_by_number 13112" and post the output below?
I am suspicious the network is forked into 2 chains.

following is mine output for 13112

Code: [Select]
blockchain_get_block_by_number 13112
{
  "previous": "4212da499f7bbaee08101232023946dfb397e2e6",
  "block_num": 13112,
  "fee_rate": 1000,
  "delegate_pay_rate": 91329,
  "timestamp": "20140617T034415",
  "transaction_digest": "c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0",
  "next_secret_hash": "42a008716f3f720b535c5dd47581fd32be2daf89",
  "previous_secret": "104fc6c7297da0f15b6c97af5227562db8e7d0b2",
  "delegate_signature": "20e5d0dd14fad51dbf40549c5706d58cbb34f7df04e23ddd6005b1639d807e286bd4bc766fc7427ee434dbff871a34138027f1a50540da9476d91eb1c6c2d99b0d",
  "user_transaction_ids": []
}
pan2pa


Code: [Select]
>>> blockchain_get_block_by_number 13112
{
  "previous": "4a0892eefaa2a8be974478bd9d054e2959508ab6",
  "block_num": 13112,
  "fee_rate": 1000,
  "delegate_pay_rate": 91329,
  "timestamp": "20140617T012845",
  "transaction_digest": "c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0",
  "next_secret_hash": "a81c89804309b6f12f1ee332a1ca8efb180d2c37",
  "previous_secret": "b1a33103e50925046ccfdb1b0651d4529dbcce15",
  "delegate_signature": "203af87a488097790e643ea0ed8e5337d44a96e98bf40677b1f7bf4e27252e1d3f6e642df9c24f4a640820f0eb62c74bc987570417d443729ceaa031be283227ed",
  "user_transaction_ids": []

509
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 17, 2014, 03:18:10 am »
Still not producing any blocks.. after 7

Code: [Select]
blockchain_get_account_record bitcoiners
{
  "id": 299,
  "name": "bitcoiners",
  "public_data": null,
  "owner_key": "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk",
  "active_key_history": [[
      "20140613T030845",
      "XTS8eoFWByxKtGYzBrNF4diAhv1zjY7jGNTUv6PSqVGbQs8yi7nqk"
    ]
  ],
  "delegate_info": {
    "votes_for": 83109630849,
    "votes_against": 0,
    "blocks_produced": 7,
    "blocks_missed": 145,

Code: [Select]
>>> get_info
{
  "blockchain_head_block_num": 13427,
  "blockchain_head_block_time": "20140617T031615",
  "blockchain_head_block_time_rel": "in the future",
  "blockchain_confirmation_requirement": 8,
  "blockchain_average_delegate_participation": 73.652239939255878,
  "network_num_connections": 9,

>>> about
{
  "bitshares_toolkit_revision": "c345f294b5bdca77f1e6a45cc0b7ae86477e2e5b",
  "bitshares_toolkit_revision_age": "4 hours ago",
  "fc_revision": "6ef1c3e5d915cd655cf1f8727e35d52b64ee196a",
  "fc_revision_age": "4 hours ago",
  "compile_date": "compiled on Jun 17 2014 at 02:16:5

Code: [Select]
list_errors
..
 "level": "warn",
            "file": "chain_database.cpp",
            "line": 1069,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140617T024332.916702"
          },
          "format": "",
          "data": {
            "block_data": {
              "previous": "4ade36992ec3209214b0fc91eb67ca0677186748",
              "block_num": 13349,
              "fee_rate": 1000,
              "delegate_pay_rate": 91803,
              "timestamp": "20140617T024645",
              "transaction_digest": "c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0",
              "next_secret_hash": "447c7dfd98fbd471a93113ef6ce23b63ea2172f9",
              "previous_secret": "31fee77caf17df77620ba7067cff2c652beb7b36",
              "delegate_signature": "1fb0a852e7e463c3bea50eb8fc4e07cc1ad325db031a10b16a24f278e1e32b9ea1ad945d7a5bc6b950b5722e158aa88b511487e89bd91549e8790b1da39f806ea3",
              "user_transactions": []
            }
          }
        },{
          "context": {
            "level": "warn",
            "file": "client.cpp",
            "line": 550,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140617T024332.916777"
          },
          "format": "Error pushing block ${block_number} - ${block_id}",
          "data": {
            "block_id": "73142597a754b26aac370ff1ebffa9ea98351592",
            "block_number": 13349,
            "block": {
              "previous": "4ade36992ec3209214b0fc91eb67ca0677186748",
              "block_num": 13349,
              "fee_rate": 1000,
              "delegate_pay_rate": 91803,
              "timestamp": "20140617T024645",
              "transaction_digest": "c8cf12fe3180ed901a58a0697a522f1217de72d04529bd255627a4ad6164f0f0",
              "next_secret_hash": "447c7dfd98fbd471a93113ef6ce23b63ea2172f9",
              "previous_secret": "31fee77caf17df77620ba7067cff2c652beb7b36",
              "delegate_signature": "1fb0a852e7e463c3bea50eb8fc4e07cc1ad325db031a10b16a24f278e1e32b9ea1ad945d7a5bc6b950b5722e158aa88b511487e89bd91549e8790b1da39f806ea3",
              "user_transactions": []
            }
          }
        }
      ]
    }
  ],[
    "20140617T024332.917766",{
      "code": 0,
      "name": "exception",
      "message": "unspecified",
      "stack": [{
          "context": {
            "level": "error",
            "file": "client.cpp",
            "line": 848,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140617T024332.917764"
          },
          "format": "I am disconnecting peer 107.170.30.182:8764 for reason: You offered us a block that we reject as invalid",
          "data": {}
        }
      ]
    }
  ]
]

510
General Discussion / Re: Dry Run 2: The Real Deal
« on: June 16, 2014, 11:03:13 pm »

list_errors?

Unfortunately my terminal screen gets cut off

Code: [Select]
"line": 818,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140616T033824.967829"
          },
          "format": "I am disconnecting peer 107.170.170.214:39219 for reason: You offered us a block that we reject as invalid",
          "data": {}
        }
      ]
    }
  ],[
    "20140616T033824.971040",{
      "code": 0,
      "name": "exception",
      "message": "unspecified",
      "stack": [{
          "context": {
            "level": "error",
            "file": "client.cpp",
            "line": 818,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140616T033824.971038"
          },
          "format": "I am disconnecting peer 128.199.180.112:58344 for reason: You offered us a block that we reject as invalid",
          "data": {}
        }
      ]
    }
  ],[
    "20140616T033824.972200",{
      "code": 0,
      "name": "exception",
      "message": "unspecified",
      "stack": [{
          "context": {
            "level": "error",
            "file": "client.cpp",
            "line": 818,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140616T033824.972198"
          },
          "format": "I am disconnecting peer 107.170.30.182:8764 for reason: You offered us a block that we reject as invalid",
          "data": {}
        }
      ]
    }
  ],[
    "20140616T173520.297257",{
      "code": 0,
      "name": "exception",
      "message": "unspecified",
      "stack": [{
          "context": {
            "level": "error",
            "file": "node.cpp",
            "line": 2046,
            "method": "",
            "hostname": "",
            "thread_name": "th_a",
            "timestamp": "20140616T173839.826219"
          },
          "format": "You sent me a sync block that I didn't ask for, block_id: ${block_id}",
          "data": {
            "block_id": "b6bab87fac3fec2519020c0202c58abbdd2acdb4"
          }
        }
      ]
    }
  ]
]

Pages: 1 ... 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40