Author Topic: Dry Run 6: Great Scott!  (Read 91619 times)

0 Members and 1 Guest are viewing this topic.

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
Code: [Select]
433  liondani                      0.0000025000 %      0               0               

is it normal after some hours and some votes ... no blocks

what does get_info have to say about seconds until next block?

Also does wallet_get_account liondani show that delegate block production is enabled?
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
Code: [Select]
433  liondani                      0.0000025000 %      0               0               

is it normal after some hours and some votes ... no blocks

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Awesome feature
Quote
default (unlocked) >>> network_get_usage_stats
last minute:
                         *                                   297 bytes/sec
                         *                                   264 bytes/sec
                         *                                   231 bytes/sec
                         *                                   198 bytes/sec
                         *                                   165 bytes/sec
                         **                                  132 bytes/sec
                         **                                  99 bytes/sec
                         ***                                 66 bytes/sec
                         ****                                33 bytes/sec
************************************************************ 0 bytes/sec


last hour:
                           *                                 48042 bytes/sec
          **          *    *                                 42704 bytes/sec
         ***          *    *                                 37366 bytes/sec
        *****         *    *                                 32028 bytes/sec
     ********         * ** *       *                         26690 bytes/sec
    *********         * ****       *                         21352 bytes/sec
*  **********         * ****     ***                         16014 bytes/sec
*  **********  **     * ****     ****                        10676 bytes/sec
*  *************** *  * ****    *****                        5338 bytes/sec
************************************************************ 0 bytes/sec


by hour:
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec
* 12191 bytes/sec



Offline svk

XTS5Aq18ByJL5QxoViB7nFbE8eEerD6TdWArPFXenEeqibm4wiLdL

Code: [Select]
XTS6vDU9M8ooPkzLdwpxekBCrDW3hGdqkcge2JLvoFXXScSK1fsyB

XTS4xCWe3KTzsw3dDWuuM5yhxBGzqsrZ8btWsZXJ7Yj4JuTtGVMzm

sent.

Received, thank you! And to the other anonymous donor..

I've got a delegate registered as svk-delegate, please vote for me so we can see if a micro server is enough to handle being a delegate!
Worker: dev.bitsharesblocks

Offline vikram

I just had the following output:
"active delegates: 4"
displayed more than 1000 times in 1 sec in the console.

I have noticed similar spam on occasion.

This is from an older version of the code.

Offline laow

  • Full Member
  • ***
  • Posts: 155
    • View Profile
Hi Dan, what's the progress about the dedicated delegate P2P network  now?
BTS acount: laow

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
Special offer:
copy and paste in your terminal the next line for free !!!  :P

 wallet_set_delegate_trust liondani true

Offline bytemaster

I just had the following output:
"active delegates: 4"
displayed more than 1000 times in 1 sec in the console.

I have noticed similar spam on occasion.
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 emski

  • Hero Member
  • *****
  • Posts: 1282
    • View Profile
    • http://lnkd.in/nPbhxG
I just had the following output:
"active delegates: 4"
displayed more than 1000 times in 1 sec in the console.

Offline liondani

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

Offline cgafeng

XTS5Aq18ByJL5QxoViB7nFbE8eEerD6TdWArPFXenEeqibm4wiLdL

Code: [Select]
XTS6vDU9M8ooPkzLdwpxekBCrDW3hGdqkcge2JLvoFXXScSK1fsyB

XTS4xCWe3KTzsw3dDWuuM5yhxBGzqsrZ8btWsZXJ7Yj4JuTtGVMzm

sent.
BTC:1EYwcZ9cYVj6C9LMLafdcjK9wicVMDV376

Offline dcchong

  • Sr. Member
  • ****
  • Posts: 203
    • View Profile
Hi, somebody help!

I want to build bitshares_toolkit on my osx 10.8.4, but error message when "cmake -DCMAKE_PREFIX_PATH=/usr/local/ssl ."

Code: [Select]
-- Using custom FindBoost.cmake
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   coroutine
-- Configuring project fc located in: /Users/Deng/Desktop/bitshares/btsx/bitshares_toolkit/libraries/fc
-- Configuring fc to build on Unix/Apple
-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.54.0

  Boost include path: /usr/local/include

  The following Boost libraries could not be found:

          boost_chrono
          boost_locale

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  libraries/fc/CMakeLists.txt:68 (FIND_PACKAGE)

My cmake version is 2.8.12.2.
I build it with BUILD_OSX.md, but was always stuck at the step of cmake.   Do you guys have libboost_chrono.a and libboost_locale files?
« Last Edit: June 27, 2014, 01:13:34 pm by dcchong »
wallet_approve_delegate dc-delegate true
wallet_approve_delegate bitsharesx-delegate true

Offline maverica

  • Jr. Member
  • **
  • Posts: 22
    • View Profile
This is Dite from Bitsapphire. can someone fund us for the initial fee:
XTS4xCWe3KTzsw3dDWuuM5yhxBGzqsrZ8btWsZXJ7Yj4JuTtGVMzm

our delegate website is http://bitsapphire.com/Bitshares-Delegate/ check it out
Thanks

Offline svk

I've got the latest code up and running on my amazon micro free tier server! It currently fails to compile the tests part at 98%; but seems to run fine even so. I encountered some heavy cpu use and slow downloads when syncing up to around block 285 I think; then all of a sudden I got another network connection or two and it immediately synced the rest.

Can anyone send me some XTS please so I can register a delegate?

Code: [Select]
XTS6vDU9M8ooPkzLdwpxekBCrDW3hGdqkcge2JLvoFXXScSK1fsyB
Worker: dev.bitsharesblocks

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
stop bts client.
delete    /home/liondani/.BitSharesXTS/chain
then restart.

I deleted all .BitSharesXTS  and started again .... :P

Code: [Select]
(wallet closed) >>> wallet_create liondaniel
new_passphrase:
new_passphrase (verify):
OK
liondaniel (unlocked) >>> wallet_account_create liondaniel
"XTS5Aq18ByJL5QxoViB7nFbE8eEerD6TdWArPFXenEeqibm4wiLdL"
liondaniel (unlocked) >>> getinfo
{
  "blockchain_head_block_num": 762,
  "blockchain_head_block_time": "20140627T093200",
  "blockchain_head_block_time_rel": "63 seconds old",
  "blockchain_confirmation_requirement": 197,
  "blockchain_average_delegate_participation": 67.314487632508829,
  "network_num_connections": 12,
  "ntp_time": "unavailable",
  "ntp_error_seconds": "unavailable",
  "wallet_unlocked_seconds_remaining": 3510,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140627T093303",
  "blockchain_random_seed": "87f3a70b72a676f5b3110dad97ae8e56877540ff",
  "blockchain_shares": 199999790147274,
  "network_num_connections_max": 200,
  "network_protocol_version": 104,
  "wallet_open": true,
  "wallet_unlocked_until": "20140627T103133",
  "wallet_version": 100
}


sent me please funds again on the new address.... hope this time it works....
XTS5Aq18ByJL5QxoViB7nFbE8eEerD6TdWArPFXenEeqibm4wiLdL

the strange thing that NTP time is not available now....  ???
  "ntp_time": "unavailable",