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

Pages: 1 ... 36 37 38 39 40 41 42 [43] 44 45 46
631
General Discussion / Re: 5 people control about 1/3 of the delegates.
« on: July 22, 2014, 12:39:57 pm »
BTSX76TAEgPBhGNfgkfNjPmzEu31a2kGqYUL2umUFZaSYWi1R57CiV adds just fine.  Not sure if thats your key though.

Not anymore.  blew that away.  Now I have: XTS6v4boE6wB42Lp21tiFZRUc5kDq21UHFKXEhBf9EUJm1dvBNu8q

which I also can't add.

Looks like you built from the test network code (XTS prefix) and not the dacsunlimited code (BTSX prefix)

Yes, i got that fixed and registered  delegate1-galt as a delegate.  Just not sure if  it's all working.  I have a log file that shows a lot of this stuff:

 Peer 178.62.50.61:1776 is disconnecting us because: I rejected your connection request (hello message ) so I'm disconnecting                   node.cpp:2119
20140722T122543.695612       th_a            read_loop ] disconnected 0 exception: unspecified
Bad file descriptor
    {"message":"Bad file descriptor"}
    asio  asio.cpp:28 read_write_handler


do I need to set  config files  and/or open any ports?

633
General Discussion / Re: 5 people control about 1/3 of the delegates.
« on: July 22, 2014, 11:39:14 am »
ah, how would one test if your proposed delegate actually works? 

BTW, any config files need to be set to anything?  ports opened?

I see a log file with a  lot of this:

 Peer 178.62.50.61:1776 is disconnecting us because: I rejected your connection request (hello message ) so I'm disconnecting                   node.cpp:2119
20140722T122543.695612       th_a            read_loop ] disconnected 0 exception: unspecified
Bad file descriptor
    {"message":"Bad file descriptor"}
    asio  asio.cpp:28 read_write_handler

I'm thinking that this is not good....

(just noticed I became a full member during this process.  :) )

634
General Discussion / Re: Hey, BTSX delegates, come here.
« on: July 22, 2014, 11:24:38 am »
Here is a very nice guide about how to start as delegate.
https://github.com/BitShares/bitshares_toolkit/wiki/DPOS-Registering-Names-And-Delegates

Don't hurry to be a delegate, have a look at the guides first, it will help you a lot.

First rule: do not run delegate in the GUI and then vote for your self.
Second rule: find and vote in good guys, never approval for those delegate with low reliability and don't produce blocks.
Third rule: do you remember to unlock 999999999 for enough long time before go to bed?

I think this important:
4rd rule: don't forget to change network param, in console type:
Code: [Select]
network_set_advanced_node_parameters {"desired_number_of_connections":50, "maximum_number_of_connections":100}
Update: Another very nice guide https://github.com/BitShares/bitshares_toolkit/wiki/DPOS-initial-delegate-setup

As I found yesterday the most important things for delegate it's to have time synchronized with reliable worldwide ntp, if time of delegate different too much - 99% that delegate will miss the block. Time synchronization become even more important in VM environment, if your delegate works as VM.
Can  you provide a short guide to setting up ntpd?

635
General Discussion / Re: Hey, BTSX delegates, come here.
« on: July 22, 2014, 11:13:44 am »
Lots of good info here. 

Anyway to test that your delegate is working properly or would work if approved as a delegate?

636
General Discussion / Re: 5 people control about 1/3 of the delegates.
« on: July 22, 2014, 03:37:36 am »
Now that I have "registered", how do I register as a delegate?

Never mind.  Finally figured it out. 

If you choose to, you can vote for my fledgling delegate that keeps only 5% of fees:

delegate1-galt

Good dedicated server that will hopefully prove to be reliable.  In the coming days I will speak to the community more about why you might want to vote for my delegate(s). For now, thanks again for those that helped me get setup and thanks to Bytemaster and his team for build instructions that actually worked! So important and so hard to do!!


637
General Discussion / Re: 5 people control about 1/3 of the delegates.
« on: July 22, 2014, 02:51:21 am »
Now that I have "registered", how do I register as a delegate?

638
General Discussion / Re: 5 people control about 1/3 of the delegates.
« on: July 22, 2014, 02:41:39 am »
Success!! Thanks Puppies and GregGozzzo.

Got it built and registered my account.  So good so far.


639
General Discussion / Re: 5 people control about 1/3 of the delegates.
« on: July 22, 2014, 02:29:58 am »
As this is building I ponder the fact that the I3 "partnered" with a Hong Kong organization to launch this and am just wondering....and assuming....that running a delegate is okay here in the U.S.?? LOL

Not that I am looking for legal advice or anything...LOL

(who would have thought that THIS was how they would finally get me!)

640
General Discussion / Re: 5 people control about 1/3 of the delegates.
« on: July 22, 2014, 02:27:45 am »
As this is building I ponder the fact that the I3 "partnered" with a Hong Kong organization to launch this and am just wondering....and assuming....that running a delegate is okay here in the U.S.?? LOL

Not that I am looking for legal advice or anything...LOL

641
General Discussion / Re: 5 people control about 1/3 of the delegates.
« on: July 22, 2014, 02:15:47 am »
Everything else is the same.
 Git submodule init
Git submodule update
Cmake .
Make

Thanks, building now.

642
General Discussion / Re: 5 people control about 1/3 of the delegates.
« on: July 22, 2014, 02:10:11 am »
Exactly.   Love the pun.

what about the rest?

cmake .

make


??

643
General Discussion / Re: 5 people control about 1/3 of the delegates.
« on: July 22, 2014, 02:01:34 am »
you are on the current build?

if all else fails, just register on your windows and then import the private key.

That might merge the two though.

I used: https://github.com/dacsunlimited/bitsharesx/blob/master/BUILD_UBUNTU.md

Yeah those instructions are no longer correct.  replace
Code: [Select]
git clone https://github.com/bitshares/bitshares_toolkit.git
cd bitshares_toolkit
with
Code: [Select]
git clone https://github.com/dacsunlimited/bitsharesx.git
cd bitsharesx
git  checkout 0.2.1

Okay, I will git it a try.  Maybe that was for dry-run?

644
General Discussion / Re: 5 people control about 1/3 of the delegates.
« on: July 22, 2014, 01:50:41 am »
you are on the current build?

if all else fails, just register on your windows and then import the private key.

That might merge the two though.

I used: https://github.com/dacsunlimited/bitsharesx/blob/master/BUILD_UBUNTU.md

wallet_list_my_accounts shows: XTS6v4boE6wB42Lp21tiFZRUc5kDq21UHFKXEhBf9EUJm1dvBNu8q as the key.


645
General Discussion / Re: 5 people control about 1/3 of the delegates.
« on: July 22, 2014, 01:46:31 am »
Try

wallet_list_my_accounts

does it give you anything?
yes, it gives me my account with the key: XTS6v4boE6wB42Lp21tiFZRUc5kDq21UHFKXEhBf9EUJm1dvBNu8q

I'm wondering if I need to open up any ports on my server??

Pages: 1 ... 36 37 38 39 40 41 42 [43] 44 45 46