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

Pages: 1 ... 255 256 257 258 259 260 261 [262] 263 264 265 266 267 268 269 ... 309
3916
General Discussion / Re: Test Net for Advanced Users
« on: September 20, 2015, 09:30:09 pm »
Maybe that whale is bm. Isnt he handling some whale's stake? Maybe he wants to run some tests with init delegates.

Just speculating though. Dont take me too serious
Yes, it's BM. And he's not voting. It causes the network to unable to have more than 11 witnesses.

3917
General Discussion / Re: Test Net for Advanced Users
« on: September 20, 2015, 08:35:24 pm »
Are existing 0.9.2 delegates automatically imported as a witness or is it required to upgrade and create witness object?  I'm hoping to skip sorting through the hundreds of balance id's for a proper balance that also existed on the 20th.

Thank you betax, your guide was very helpful. +5%

All existing delegates are imported as witnesses.  When you get your node set up let us know and we will vote you in.

I believe I'm up now.  ID: 1.6.1624
seems I don't have my owner key imported into my vps.  I won't be able to vote till after work.  I'm sure someone else will vote you in.
Code: [Select]
0 exception: unspecified
3030001 tx_missing_active_auth: missing required active authority
Missing Active Authority 1.2.63353
You may need to import the ACTIVE_KEY too!

I think it may be a good idea to put a note in the wiki file under the paragraph saying something like "if your active key is different from your owner key, you need to import active_key as well".  It will be handy for people following the wiki instruction. @xeroc
I think owner_key is not required. Only need active_key.

3918
General Discussion / Re: Test Net for Advanced Users
« on: September 20, 2015, 01:12:01 pm »
init8 witness node seems to be down.
Yes. I think puppies can vote it out.

3919
General Discussion / Re: Test Net for Advanced Users
« on: September 19, 2015, 08:32:42 pm »
Where are you pulling all this vote info from abit?
https://github.com/abitmore/graphene/tree/test3-patch1
I added some logs, and modified config.ini so that the program saves console output to a file.

3920
General Discussion / Re: Test Net for Advanced Users
« on: September 19, 2015, 07:28:09 pm »
Looks like all witnesses other than the init ones are voted out..

Here is a summary of all votes. Note: the number before 'total' is 'vote_id' but not 'witness_id', the number after 'total' is how many CORE's * 100000.
Code: [Select]
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 0 total 2153652707602
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 1 total 2153652707602
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 2 total 2153652707602
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 3 total 2153652707602
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 4 total 2153652707602
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 5 total 2153652707602
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 6 total 2153652707602
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 7 total 2153652707602
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 8 total 2153652707602
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 9 total 2153652707602
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 10 total 2153652707602
2015-09-19T19:00:04 th_a:invoke handle_block           operator() ] 11 total 2074182535280
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 623 total 1296529654343
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 1062 total 1296529654343
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 1526 total 1296529654343
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 1530 total 1296529654343
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 1537 total 1296529654343
2015-09-19T19:00:04 th_a:invoke handle_block           operator() ] 1624 total 1217059482021
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 2103 total 1314652386072
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 3967 total 1296529654343
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 4231 total 1296529654343
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 4948 total 1296529654343
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 5267 total 2153652707602
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 5268 total 1314652386072
2015-09-19T19:00:02 th_a:invoke handle_block           operator() ] 5269 total 8411563602
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 5270 total 92919771170
2015-09-19T19:00:09 th_a:invoke handle_block           operator() ] 5271 total 79470172322

Another strange thing, the 73M CORE whale seems doesn't vote for anyone, but the stake is counted "voting".
Code: [Select]
2015-09-19T19:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.47247 voting_stake 7309344543864 num_witness 0
                    db_maint.cpp:437
2015-09-19T19:00:02 th_a:invoke handle_block           operator() ] d._witness_count_histogram_buffer[0] = 7309354543864
                db_maint.cpp:458
2015-09-19T19:00:02 th_a:invoke handle_block           operator() ] d._total_voting_stake = 7309354543864                       db_maint.cpp:472
not like this (although same num_witness=0)
Code: [Select]
2015-09-19T19:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.38993 voting_stake 8411563602 num_witness 0
                       db_maint.cpp:437
2015-09-19T19:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.38993 voting_stake 8411563602 vote_for 5269 total 8411563602                      db_maint.cpp:444
2015-09-19T19:00:02 th_a:invoke handle_block           operator() ] d._witness_count_histogram_buffer[0] = 7318105091732
                db_maint.cpp:458
2015-09-19T19:00:02 th_a:invoke handle_block           operator() ] d._total_voting_stake = 7318105091732                       db_maint.cpp:472

3921
General Discussion / Re: Test Net for Advanced Users
« on: September 19, 2015, 05:56:58 pm »
I'm updated to voting for 23 witnesses.

I also upgraded dele-puppy to a committee member so we can see if that helps.
No use with current code and that whale. See my post https://bitsharestalk.org/index.php/topic,17962.msg237551.html#msg237551 and this issue https://github.com/cryptonomex/graphene/issues/330.
Hope that devs will come and explain more.

3922
General Discussion / Re: Test Net for Advanced Users
« on: September 19, 2015, 05:25:12 pm »
Ok, this hour come in some different witnesses, but the number is still 11.
Code: [Select]
  "active_witnesses": [
    "1.6.1",
    "1.6.2",
    "1.6.3",
    "1.6.4",
    "1.6.5",
    "1.6.6",
    "1.6.7",
    "1.6.1538",
    "1.6.2104",
    "1.6.5247",
    "1.6.5248"
  ],

3923
General Discussion / Re: Test Net for Advanced Users
« on: September 19, 2015, 05:22:22 pm »

You need committee members voted into the active committe that want more witnesses ..

- create some committee accounts
- set their witness amount parameter to something higher than 11
- have them vote into active committee

afaik the amount of active witnesses will increase to the MEDIAN amount of what the (active) committee members want

Would lobe to help out but oli am mobile over the weekend ..

Good luck
I ever thought of this as well, but after check the global parameter is 1001 indeed. So it's another issue.
Code: [Select]
get_global_properties
{
...
    "maximum_witness_count": 1001,
...
}

//Edit:
I wrote 'current implementation', it means that current code told me this..

3924
General Discussion / Re: Test Net for Advanced Users
« on: September 19, 2015, 04:48:23 pm »
Is it a bug, or a feature?

With current implementation, the chain will take more than 11 witnesses only if more than 50% of voting stakes ALL vote for more than 11 witnesses.

Now most of voting stakes (from my log 76134065.91839 out of 97590672.87282) are voting for 1 witness, with current implementation, the chain take minimum number of witnesses, it's 11.

The biggest whale in the testnet, 1.2.47247, name 'llc', who owns 73M CORE, please help test voting -- don't vote for yourself only.

3925
General Discussion / Re: Test Net for Advanced Users
« on: September 19, 2015, 04:18:15 pm »
Please do not vote out init0 -> init11 these are our nodes for testing in this test network and they are on separate machines / processes and not all on one machine.

Please DO vote for init0->init11  AND everyone on this thread so we can increase the total number of witnesses.
How to increase the total number of witnesses? Do we need a proposal?

I think there is a bug in the code.
BM is voting for 13 witnesses, puppies' proxy is voting for 20 witnesses, a whale 'dummy0' is voting for 17 witnesses, but we still only get active 11 witnesses voted in.

Code: [Select]
2015-09-19T16:00:00 th_a:invoke handle_block           operator() ] stake_account 1.2.22404 voting_stake 2494583263 num_witness 20
                      db_maint.cpp:437
2015-09-19T16:00:00 th_a:invoke handle_block           operator() ] stake_account 1.2.21605 voting_stake 857123053259 num_witness 13
                    db_maint.cpp:437
2015-09-19T16:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.201 voting_stake 1217059886219 num_witness 17
                     db_maint.cpp:437
2015-09-19T16:00:06 th_a:invoke handle_block           operator() ] stake_account 1.2.63448 voting_stake 4982408107 num_witness 20
                      db_maint.cpp:437
2015-09-19T16:00:07 th_a:invoke handle_block           operator() ] stake_account 1.2.72822 voting_stake 63991967993 num_witness 20
                     db_maint.cpp:437
2015-09-19T16:00:09 th_a:invoke handle_block           operator() ] stake_account 1.2.86459 voting_stake 8796602 num_witness 20
                db_maint.cpp:437

So.. let us try to vote for at least 23 witnesses and see what will happen.

//Edit: more info here, maybe real "num_witness" is num_witness+1 (the ones voting for 0 witness are actually voting for 1 witness)
Code: [Select]
2015-09-19T16:00:00 th_a:invoke handle_block           operator() ] stake_account 1.2.22404 voting_stake 2494583263 num_witness 20
                      db_maint.cpp:437
2015-09-19T16:00:00 th_a:invoke handle_block           operator() ] stake_account 1.2.21605 voting_stake 857123053259 num_witness 13
                    db_maint.cpp:437
2015-09-19T16:00:01 th_a:invoke handle_block           operator() ] stake_account 1.2.17357 voting_stake 4822 num_witness 0
                db_maint.cpp:437
2015-09-19T16:00:01 th_a:invoke handle_block           operator() ] stake_account 1.2.14634 voting_stake 993180513 num_witness 0
                        db_maint.cpp:437
2015-09-19T16:00:01 th_a:invoke handle_block           operator() ] stake_account 1.2.13486 voting_stake 2000068356 num_witness 0
                       db_maint.cpp:437
2015-09-19T16:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.106 voting_stake 100000 num_witness 0
                db_maint.cpp:437
2015-09-19T16:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.108 voting_stake 99800000 num_witness 0
                db_maint.cpp:437
2015-09-19T16:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.109 voting_stake 99800000 num_witness 0
                db_maint.cpp:437
2015-09-19T16:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.110 voting_stake 99800000 num_witness 0
                db_maint.cpp:437
2015-09-19T16:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.100 voting_stake 69999800000 num_witness 0
                        db_maint.cpp:437
2015-09-19T16:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.101 voting_stake 109800000 num_witness 0
                db_maint.cpp:437
2015-09-19T16:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.201 voting_stake 1217059886219 num_witness 17
                     db_maint.cpp:437
2015-09-19T16:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.2331 voting_stake 6998869201 num_witness 0
                        db_maint.cpp:437
2015-09-19T16:00:02 th_a:invoke handle_block           operator() ] stake_account 1.2.3089 voting_stake 167071154666 num_witness 0
                      db_maint.cpp:437
2015-09-19T16:00:03 th_a:invoke handle_block           operator() ] stake_account 1.2.38993 voting_stake 8412165358 num_witness 0
                       db_maint.cpp:437
2015-09-19T16:00:03 th_a:invoke handle_block           operator() ] stake_account 1.2.41123 voting_stake 338984266 num_witness 0
                        db_maint.cpp:437
2015-09-19T16:00:03 th_a:invoke handle_block           operator() ] stake_account 1.2.47247 voting_stake 7309344543864 num_witness 0
                    db_maint.cpp:437
2015-09-19T16:00:04 th_a:invoke handle_block           operator() ] stake_account 1.2.30566 voting_stake 10000000 num_witness 0
                db_maint.cpp:437
2015-09-19T16:00:05 th_a:invoke handle_block           operator() ] stake_account 1.2.53724 voting_stake 10000000 num_witness 0
                db_maint.cpp:437
2015-09-19T16:00:06 th_a:invoke handle_block           operator() ] stake_account 1.2.63448 voting_stake 4982408107 num_witness 20
                      db_maint.cpp:437
2015-09-19T16:00:07 th_a:invoke handle_block           operator() ] stake_account 1.2.72822 voting_stake 63991967993 num_witness 20
                     db_maint.cpp:437
2015-09-19T16:00:08 th_a:invoke handle_block           operator() ] stake_account 1.2.83349 voting_stake 18122731729 num_witness 0
                      db_maint.cpp:437
2015-09-19T16:00:09 th_a:invoke handle_block           operator() ] stake_account 1.2.86459 voting_stake 8796602 num_witness 20
                db_maint.cpp:437
2015-09-19T16:00:09 th_a:invoke handle_block           operator() ] stake_account 1.2.90134 voting_stake 29695789064 num_witness 0
                      db_maint.cpp:437

3926
General Discussion / Re: Test Net for Advanced Users
« on: September 19, 2015, 02:45:30 pm »


We need to vote for more witnesses than the 11 that are currently in.  The number of active witnesses is determined by the average number that we are all voting for.  I am assuming this is based upon stake voting. 

I am voting in gui, so I cant help with the cli syntax, but you can always set me as a proxy.  I am currently voting for

I just set you as a proxy:
Code: [Select]
set_voting_proxy spartako dele-puppy true

Please add "spartako" (1.6.4232) to the list, thanks!
sorry thought I had you in there.  I'll add you now.
I thought it should be
Code: [Select]
set_voting_proxy spartako puppies true

3927
General Discussion / Re: Test Net for Advanced Users
« on: September 19, 2015, 02:33:28 pm »
In the meantime can someone send me (xeldal) 11 - 20 CORE so I can "set_voting_proxy"

Thanks
Transferred.

3928
General Discussion / Re: Test Net for Advanced Users
« on: September 19, 2015, 02:27:35 pm »
please whitelist me for ABITUSDA.

Thanks. dele-puppy is whitelisted.

3929
General Discussion / Re: Test Net for Advanced Users
« on: September 19, 2015, 02:25:49 pm »
Please do not vote out init0 -> init11 these are our nodes for testing in this test network and they are on separate machines / processes and not all on one machine.

Please DO vote for init0->init11  AND everyone on this thread so we can increase the total number of witnesses.
How to increase the total number of witnesses? Do we need a proposal?

3930
General Discussion / Re: Test Net for Advanced Users
« on: September 19, 2015, 01:58:30 pm »
I am really confused  ???
There is a bug with voting in cli-wallet. It's only possible to vote for one witness via "vote_for_witness" -- the last one.
You can try vote-proxy or try GUI if you want to vote for more witnesses.

The "total_votes: 0" is also buggy. It will show non-zero only if your witness have ever been voted in.

Pages: 1 ... 255 256 257 258 259 260 261 [262] 263 264 265 266 267 268 269 ... 309