Author Topic: Dry Run 9: [Block]Chain Hang Low (featuring guest performer: ~~BitUSD~~)  (Read 25611 times)

0 Members and 1 Guest are viewing this topic.

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
Dry run 9 is long dead, IDK why Dan re-opened the thread
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline jbutta2k13

  • Full Member
  • ***
  • Posts: 51
    • View Profile
Have we forked? Outernat is still running and producing blocks...



Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
I am stuck at block 420...

Code: [Select]
liondani (locked) >>> info
{
  "blockchain_head_block_num": 420,
  "blockchain_head_block_age": "21 hours old",
  "blockchain_head_block_timestamp": "20140715T215220",
  "blockchain_average_delegate_participation": 1.3098171443392557,
  "blockchain_delegate_pay_rate": 14,
  "blockchain_blocks_left_in_round": 85,
  "blockchain_confirmation_requirement": 1,
  "blockchain_accumulated_fees": "16.99340 XTS",
  "blockchain_share_supply": 199999998282583,
  "blockchain_random_seed": "85bd85b72bdefa9cfe5d2bd09369c3ee993e0fa8",
  "blockchain_database_version": 114,
  "blockchain_version": 107,
  "network_num_connections": 7,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140716T190010",
  "ntp_error": -0.016788000000000001,
  "wallet_open": true,
  "wallet_unlocked": false,
  "wallet_unlocked_until": null,
  "wallet_unlocked_until_timestamp": null,
  "wallet_block_production_enabled": null,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
  "wallet_version": 100
}
--- there are now 6 active connections to the p2p network
--- there are now 7 active connections to the p2p network

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani

some funds please ?

XTS7ZkfAEvDhK6JbQXQ4P7tDbJMbdJB6KizTn6S9brAX4Qk7a23Pa

Offline ElMato

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
Is there a single place to go to understand how to get setup to participate n dry runs?

I git cloned and built bitshares_toolkit on ubuntu - that went ok.

I am unsure what to do next - I can run ./bitshares_client and think I created a wallet but I am unsure what else to do.

This is my script every time i do a full recomplie.
Change paths accordingly.

Code: [Select]
#!/bin/sh

cd /Users/matias/Documents/Dev
rm -rf bitshares_toolkit

git clone https://github.com/BitShares/bitshares_toolkit.git
cd bitshares_toolkit
git submodule update --init

cd programs
git clone https://github.com/BitShares/qt_wallet.git

git clone https://github.com/BitShares/web_wallet.git


cd /Users/matias/Documents/Dev/bitshares_toolkit

# OPTIONAL: Im removing -stdlib=libc++ because my gcc doesnt like it
# find . -name CMakeLists.txt | xargs grep -l stdlib | xargs perl -i -p -e 's/\-stdlib=libc\+\+//g;'

cd programs/qt_wallet

export CMAKE_PREFIX_PATH=/Users/matias/Qt/5.2.0/clang_64
cmake -DINCLUDE_QT_WALLET=ON ../../../bitshares_toolkit
make buildweb
make


Offline WebDevGeek

  • Newbie
  • *
  • Posts: 5
    • View Profile
please send some testing funds to:

XTS6tKJcsagvFFco1519r5jWnRGmtcsYbRk2vs5V1e9LF85hZCkDL

Offline toast

  • Hero Member
  • *****
  • Posts: 4001
    • View Profile
  • BitShares: nikolai
Is there a single place to go to understand how to get setup to participate n dry runs?

I git cloned and built bitshares_toolkit on ubuntu - that went ok.

I am unsure what to do next - I can run ./bitshares_client and think I created a wallet but I am unsure what else to do.

try:
wallet_create_account

then ask for funds with the key it returns
Do not use this post as information for making any important decisions. The only agreements I ever make are informal and non-binding. Take the same precautions as when dealing with a compromised account, scammer, sockpuppet, etc.

Offline bdnoble

  • Full Member
  • ***
  • Posts: 116
    • View Profile
    • Home Page
Most of what you can do is in the github wiki.

https://github.com/BitShares/bitshares_toolkit/wiki 

Otherwise type help and it will list all available commands.


Sent from my iPhone using Tapatalk
:)

Offline WebDevGeek

  • Newbie
  • *
  • Posts: 5
    • View Profile
Is there a single place to go to understand how to get setup to participate n dry runs?

I git cloned and built bitshares_toolkit on ubuntu - that went ok.

I am unsure what to do next - I can run ./bitshares_client and think I created a wallet but I am unsure what else to do.

Offline bdnoble

  • Full Member
  • ***
  • Posts: 116
    • View Profile
    • Home Page
I was able to import my PTS wallet but all of my registration transactions keep getting stuck as pending. Anybody else having that problem?


Sent from my iPhone using Tapatalk
:)

Offline yellowecho

Are other people experiencing similar problems?

I'm still unable to test it due to the client not loading... I get a "BitSharesXT quit unexpectedly." message every time.
696c6f766562726f776e696573

Offline vikram

I have imported my btc wallet using wallet_import_armory and have rescaned blockchain,but no balance found.why?

import from multibit wallet failed.
Code: [Select]
default (unlocked) >>> wallet_import_multibit /home/alt/MultiBit/multibit.wallet xxxxxxxxx nobody2
Successfully imported 0 keys from: multibit.wallet

import my pts wallet failed :(
Code: [Select]
wallet.dat: file size not a multiple of the pagesize
wallet.dat: file size not a multiple of the pagesize
13 11DbException: Db::open: Invalid argument
Db::open: Invalid argument:
    {"what":"Db::open: Invalid argument"}
    th_a  bitcoin.cpp:338 import_bitcoin_wallet
error importing bitcoin wallet wallet.dat
    {"wallet_dat":"wallet.dat","account_name":"webber"}
    th_a  wallet.cpp:3529 import_bitcoin_wallet

    {}
    th_a  common_api_client.cpp:579 wallet_import_bitcoin

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

Noted: https://github.com/BitShares/bitshares_toolkit/issues/90#issuecomment-49181420

Are other people experiencing similar problems?

Offline bytemaster

Some new constraints coming for Dry Run 10:

  All market-issued assets will have a minimum/maximum price ratio set to be wide enough to cover all eventualities.  IE: BitUSD would be limited to .0005 USD per XTS and $500 USD per XTS which is simply assuming the market cap for XTS will be between $1 trillion USD and $1 million USD.   

  When a short position is blown out beyond the ability to cover all trading in that asset stops as this likely represents a large transient of BTS X falling in value by 50% in a very short period of time.   To resume the market someone has to sell dollars at the specified price. 

  I am implementing the minimum market depth.

 
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline BTSdac

  • Hero Member
  • *****
  • Posts: 1219
    • View Profile
  • BitShares: K1
Code: [Select]
I am disconnecting peer 84.238.140.192:48666 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 107.170.90.142:8901 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 128.199.180.112:8901 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 107.170.134.144:8901 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 107.170.30.182:8902 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 107.170.30.182:8901 for reason: You offered us a block that we reject as invalid
I am disconnecting peer 107.170.30.182:8903 for reason: You offered us a block that we reject as invalid
--- in sync with p2p network
roy (unlocked) >>> info
{
  "blockchain_head_block_num": 1034,
  "blockchain_head_block_age": "15 hours old",
  "blockchain_head_block_timestamp": "20140715T233700",
  "blockchain_average_delegate_participation": 1.8787202380952381,
  "blockchain_delegate_pay_rate": 18,
  "blockchain_blocks_left_in_round": 77,
  "blockchain_confirmation_requirement": 1,
  "blockchain_accumulated_fees": "21.89463 XTS",
  "blockchain_share_supply": 199999997792460,
  "blockchain_random_seed": "57ba59f7a2ee52c976d3e0385d409c327d1d52f6",
  "blockchain_database_version": 114,
  "blockchain_version": 107,
  "network_num_connections": 1,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "ntp_time": "20140716T141405",
  "ntp_error": 0.19447700000000001,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "28 hours in the future",
  "wallet_unlocked_until_timestamp": "20140717T180032",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null,
github.com :pureland
BTS2.0 API :ws://139.196.37.179:8091
BTS2.0 API 数据源ws://139.196.37.179:8091

Offline bytemaster

Quote
Definition of 'Base Currency'

The first currency quoted in a currency pair on forex. It is also typically considered the domestic currency or accounting currency. For accounting purposes, a firm may use the base currency to represent all profits and losses.

It is sometimes referred to as the "primary currency".

Quote
Investopedia explains 'Base Currency'

For example, if you were looking at the CAD/USD currency pair, the Canadian dollar would be the base currency and the U.S. dollar would be the quote currency. The price represents how much of the quote currency is needed for you to get one unit of the base currency.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.