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

Pages: 1 ... 77 78 79 80 81 82 83 [84] 85 86
1246
Stakeholder Proposals / Preserving initial delegate name
« on: June 13, 2014, 08:45:14 am »
Is there an issue with using the initial delegate name (the one with initial-delegate-xx) in the future and even for the real network?



1247
General Discussion / Re: Delegates, start your engines!
« on: June 11, 2014, 08:35:35 pm »
I havent done anything since I've started the delegate 2 days ago.
Current situation:
"blockchain_head_block_num": 5892,
"blockchain_head_block_time": "20140611T202600",

Is there a convenient way to check If I'm on the "main" chain ? ( or at least with some confidence )
The number I have looks consistent with the one bytemaster shows. (it increased proportionally with time difference)
Does this mean that my delegate synchronized to the "main" blockchain ? (or at least the one bytemaster posted)

1248
General Discussion / Re: Delegates, start your engines!
« on: June 11, 2014, 03:47:12 pm »
Can anyone explain the difference in blockchain_head_block_num?

1249
General Discussion / Re: Delegates, start your engines!
« on: June 11, 2014, 03:09:21 pm »
My stats:
 "blockchain_head_block_num": 5562,
  "blockchain_head_block_time": "20140611T150630",

1250
General Discussion / Re: Delegates, start your engines!
« on: June 09, 2014, 07:08:07 pm »
I'm getting some strange results:

Code: [Select]
** Inactive:
1           init-delegate-1          0.747238 %
299         spartako                 0.056 %
emski2 (unlocked) >>> blockchain_get_account_record init-delegate-1
{
  "id": 1,
  "name": "init-delegate-1",
  "public_data": null,
  "owner_key": "XTS6TMMu8B5MBEgj2kg9pGF8dzrWBtj5CpKHHQxM3x4EsvD4mJMUK",
  "active_key_history": [[
      "19700101T000000",
      "XTS6TMMu8B5MBEgj2kg9pGF8dzrWBtj5CpKHHQxM3x4EsvD4mJMUK"
    ]
  ],
  "delegate_info": {
    "votes_for": 74723633553,
    "votes_against": 0,
    "blocks_produced": 28,
    "blocks_missed": 14,
    "pay_balance": 394708,
    "next_secret_hash": "2933b4ccec300ee301fcbf749fc1c7f1e6df32a6",
    "last_block_num_produced": 1409
  },
  "registration_date": "20140601T000000",
  "last_update": "20140601T000000",
  "meta_data": null
}

delegate1 is shown as inactive, but he produces the same amount of blocks like others.
Any other of my delegates have > 1.00 % NET VOTES. They are running on the same machine and on the same process.
All of them behave almost identically except for the low NET VOTES count on delegate1 (and it is shown as inactive while producing the same amount of blocks).

Not a question here... just reporting what it seems like strange behavior for me.

1251
General Discussion / Re: Delegates, start your engines!
« on: June 09, 2014, 12:59:08 pm »
daniel@ubuntu:~/bitshares_toolkit$ cmake /V
cmake version 2.8.12.2

What is your cmake --version?

Code: [Select]
cmake version 2.8.12.2

May need to Temporarily set CURSES_USE_NCURSES to TRUE to force the use of NCURSES, rather than letting CMake try to find CURSES.
When I use "cmake ." try to build bitshare toolkit,  I met the problem" Could not find Curses(missing: CURESES_LIBRARY CURSES_INCLUDE_PATH)
How can I fix it ?
How to set CURSES_USE_NCURSES to TRUE?

Try to checkout this revision: 035357b7ffbcc394236fec5e2cb8d0e9bf707c97  .
It works for me without modifications.
What does revision mean? I can't understand 0353......7c97
Sorry

git checkout 035357b7ffbcc394236fec5e2cb8d0e9bf707c97

It should give you the repository state as of this commit:
https://github.com/BitShares/bitshares_toolkit/commit/035357b7ffbcc394236fec5e2cb8d0e9bf707c97

1252
General Discussion / Re: Delegates, start your engines!
« on: June 09, 2014, 12:42:41 pm »
daniel@ubuntu:~/bitshares_toolkit$ cmake /V
cmake version 2.8.12.2

What is your cmake --version?

Code: [Select]
cmake version 2.8.12.2

May need to Temporarily set CURSES_USE_NCURSES to TRUE to force the use of NCURSES, rather than letting CMake try to find CURSES.
When I use "cmake ." try to build bitshare toolkit,  I met the problem" Could not find Curses(missing: CURESES_LIBRARY CURSES_INCLUDE_PATH)
How can I fix it ?
How to set CURSES_USE_NCURSES to TRUE?

Try to checkout this revision: 035357b7ffbcc394236fec5e2cb8d0e9bf707c97  .
It works for me without modifications.

1253
General Discussion / Re: Delegates, start your engines!
« on: June 09, 2014, 07:12:59 am »
Why dont you state git revision the network should be used?
The head needs additional modification to make it work (see lib curses issue).

035357b7ffbcc394236fec5e2cb8d0e9bf707c97 seems to compile and run without issues on clean ubuntu server 14.04 installation and following the instructions.

1254
General Discussion / Re: Delegates: need seed nodes for test net
« on: June 08, 2014, 05:16:04 pm »
I might be able to provide such node (on separate ISP than the delegate).
However I need to know all ports required for this to function.
Is it OK if I just forward 8765 ?
Do I need real IP address ?

1255
General Discussion / Re: Initial delegates, let's get ready!
« on: June 08, 2014, 03:19:43 pm »
I was toying with the console and the client just shutdown.
Here are the last few lines from the console:
Code: [Select]
emski (unlocked) >>> blockchain_account_record emski
Error: invalid command "blockchain_account_record"
emski (unlocked) >>> blockchain_account_record
shutting down

Here are the last few lines from the log:
Code: [Select]
499387ms       th_a execute_command_line ] blockchain_account_record emski                      cli.cpp:138
499399ms       th_a        delegate_loop ] next block time: 20140608T151245  interval: 15 seconds  now: 20140608T150819             $
501400ms       th_a        delegate_loop ] next block time: 20140608T151245  interval: 15 seconds  now: 20140608T150821             $
503401ms       th_a        delegate_loop ] next block time: 20140608T151245  interval: 15 seconds  now: 20140608T150823             $
504243ms       th_a              ~client ] waiting for delegate loop to complete                        client.cpp:350
505406ms       th_a          accept_loop ] fatal: error opening socket for rpc connection: 9
Operation canceled
    {"message":"Operation canceled"}
    asio  asio.cpp:45 error_handler
Unable to accept connection on socket.
    {}
    th_a  tcp_socket.cpp:212 accept                     node.cpp:1987
505406ms       th_a           ~node_impl ] unexpected exception on close 9
Operation canceled
    {"message":"Operation canceled"}
    asio  asio.cpp:45 error_handler
Unable to accept connection on socket.
    {}
    th_a  tcp_socket.cpp:212 accept                     node.cpp:586


1256
General Discussion / Re: Initial delegates, let's get ready!
« on: June 08, 2014, 11:58:55 am »
After checking the reply of puppies I noticed that the seed node is running revision 34f677e17217a1a1f0eb17f6aaa9296bf259b217 of github repo (github.com/BitShares/bitshares_toolki).
Which is different than the latest in master.
I did a checkout of that specific revision and everything seems to be working fine now.

I would really like to see the exact revision you are going to use next time. It will save me some time troubleshooting.


1257
General Discussion / Re: Initial delegates, let's get ready!
« on: June 08, 2014, 10:59:36 am »
I am not really a technically inclined guy so have followed the instructions here:
https://github.com/nmushegian/bitshares_toolkit/blob/master/BUILD_UBUNTU.md

when I do cmake, it just tells me parameters. After which when I run make:
Quote
ubuntu@:~/bitshares_toolkit$ make
make: *** No targets specified and no makefile found.  Stop.

cmake . | note the dot
make

1258
General Discussion / Re: Initial delegates, let's get ready!
« on: June 08, 2014, 06:49:48 am »
Got the following error:

established outbound connection to 107.170.30.182:8764                      node.cpp:488
Sent "hello" to peer 107.170.30.182:8764                    node.cpp:2042
The hello message I just sent contains connection information: my_ip: XXXXXXXXXXX, my_outbound_port: 5678, my_inbound_port: 5678

Received a rejection from 107.170.30.182:8764 in response to my "hello", reason: "You're on a different chain than I am.  I'm on 3b7df0e87c4f3b1ff36f48f4f374ea6c52355626c31962e50c73552390704e67 and you're on 5b4b4e70614f80b5b88392ff33ebf194e53e4ed9bf2fd43c233c1f7e470a2981"

What can I do about this?

I've updated and rebuilt according to instructions.

I've also tried titan branch:

1618537ms       th_a on_connection_reject ] Received a rejection in response to my "hello"                      node.cpp:1257
1618537ms       th_a            read_loop ] disconnected eof
End of file
    {"message":"End of file"}
    asio  asio.cpp:22 read_write_handler

    {"len":16}
    th_a  stcp_socket.cpp:73 readsome                   message_oriented_connection.cpp:130
1618537ms       th_a on_connection_closed ] Remote peer 107.170.30.182:8764 closed their connection to us                       node.cpp:1608


1259
General Discussion / Re: Initial delegates, let's get ready!
« on: June 07, 2014, 11:32:26 pm »
Are you going to specify branch/tag/revision to use ?
Are you going to specify timeframe ?

1260
General Discussion / Re: Initial delegates, let's get ready!
« on: June 07, 2014, 11:25:26 pm »
These are the public keys generated from bts_create_key

XTS6TMMu8B5MBEgj2kg9pGF8dzrWBtj5CpKHHQxM3x4EsvD4mJMUK
XTS7diW1nWPWrxkwuqXkwmxFN4qrQ7jyVNcRhqGqrriVvK2udynhD
XTS7bUdQ41J4vhNVBkmbqDKGiftrmQNrL1vCx881Fg4R2hE5r6P2Z
XTS6XtS7F5Fy3dUVSUKHJHN1dC66VaruRFkKmo8um6QB24Xsf2mzF
XTS8ZhbpwEgwgV1gjCNrYfMDxsB6diofNtsg1m4yN62Zii1EwpK7B

Node address is (emski edit: IP can be resolved from address, so its removed) (IP: toast edit: I removed your IP because I'm dumb and shouldn't have asked for it).
Name: Mavenfrog
Location: Sofia, Bulgaria

Hardware:
i7 3770
32 GB ddr3 1600mhz ram
240GB SSD
4x1 TB HDD in HW RAID

Software:
Running VMWare ESXi 5.5.0 Hypervisor
Guest VM - 4 virtual CPU cores and 8 GB of ram reserved for the node (can increase this if required)
OS Ubuntu server 14.04

* backup internet connection, UPS

GL & HF to everyone

Pages: 1 ... 77 78 79 80 81 82 83 [84] 85 86