Author Topic: Dry Run 8: Need for Speed  (Read 92427 times)

0 Members and 1 Guest are viewing this topic.

Offline bitmeat

  • Hero Member
  • *****
  • Posts: 1116
    • View Profile
To produce blocks you need
* register a name as delegate on the blockchain
* to be approved/votes and be within the top 101 delegates
* more than 5 connections
* blockproduction enabled
* wallet unlocked


Got all of the above, except for more than 5 connections.
« Last Edit: July 09, 2014, 11:45:49 am by crabbypattie »

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
You will need to:

wallet_approve_delegate crabbypattie-1

do a transfer to broadcast the vote

wallet_transfer 10000 XTS crabbypattie-1 crabbypattie-1

and then re-enable block production

wallet_delegate_set_block_production crabbypattie-1 true

Thanks - I am not an approved delegate, but don't seem to be producing any blocks. What should I do to investigate? Also do I need to open up any port on the firewall?

It is connected to 3 nodes at the moment.
To produce blocks you need
* register a name as delegate on the blockchain
* to be approved/votes and be within the top 101 delegates
* more than 5 connections
* blockproduction enabled
* wallet unlocked

Offline bitmeat

  • Hero Member
  • *****
  • Posts: 1116
    • View Profile
You will need to:

wallet_approve_delegate crabbypattie-1

do a transfer to broadcast the vote

wallet_transfer 10000 XTS crabbypattie-1 crabbypattie-1

and then re-enable block production

wallet_delegate_set_block_production crabbypattie-1 true

Thanks - I am now an approved delegate, but don't seem to be producing any blocks. What should I do to investigate? Also do I need to open up any port on the firewall?

It is connected to 3 nodes at the moment.

EDIT: I am NOW an approved delegate.
« Last Edit: July 09, 2014, 11:37:19 am by crabbypattie »

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
A lot of peers seem to have outdated submodules.
Code: [Select]
"bitshares_git_revision_sha": "36b2cefd77cf13983d3a7b079ef6fe19660b94a2 (different from ours)",
    "bitshares_git_revision_unix_timestamp": "20140708T204414",
    "bitshares_git_revision_age": "14 hours ago (older than ours)",
    "fc_git_revision_sha": "ace06d775c285673d4ade7683e332095d2440646 (different from ours)",
    "fc_git_revision_unix_timestamp": "20140704T212347",
    "fc_git_revision_age": "5 days ago (older than ours)",

A reminder

Code: [Select]
git clone https://github.com/BitShares/bitshares_toolkit.git
cd bitshares_toolkit
git submodule init
git submodule update
cmake .
make
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline vlight

  • Sr. Member
  • ****
  • Posts: 275
    • View Profile
  • BitShares: vlight
metalallen: XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please that I can register as a delegate :D :D

It requires 427,780.00237 XTS...

lol

Offline emski

  • Hero Member
  • *****
  • Posts: 1282
    • View Profile
    • http://lnkd.in/nPbhxG
A lot of peers seem to have outdated submodules.
Code: [Select]
"bitshares_git_revision_sha": "36b2cefd77cf13983d3a7b079ef6fe19660b94a2 (different from ours)",
    "bitshares_git_revision_unix_timestamp": "20140708T204414",
    "bitshares_git_revision_age": "14 hours ago (older than ours)",
    "fc_git_revision_sha": "ace06d775c285673d4ade7683e332095d2440646 (different from ours)",
    "fc_git_revision_unix_timestamp": "20140704T212347",
    "fc_git_revision_age": "5 days ago (older than ours)",

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
You can vote your own delegates, but you have to disable production or do it from another wallet.

So how do I do it on the same machine?

I did the following:

Code: [Select]
>> wallet_delegate_set_block_production crabbypattie-1 false

OK

Now do I use the vote proposal? I don't understand the proposal_id there

Code: [Select]
>> help wallet_vote_proposal

Usage:
wallet_vote_proposal <name> <proposal_id> <vote> [message]                                            Vote on a proposal
Vote on a proposal

Parameters:
  name (account_name, required): the name of the account to vote with
  proposal_id (proposal_id, required): the id of the proposal to vote on
  vote (vote_type, required): your vote
  message (string, optional, defaults to ""): comment to go along with vote

Returns:
  signed_transaction

You will need to:

wallet_approve_delegate crabbypattie-1

do a transfer to broadcast the vote

wallet_transfer 10000 XTS crabbypattie-1 crabbypattie-1

and then re-enable block production

wallet_delegate_set_block_production crabbypattie-1 true

https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Liondani sent you 10k..
I need some seeds, any ips?

thanks  ;)

84.238.140.192:8801
107.170.170.214:8801
79.173.81.171:8764
176.9.234.167:8801
128.199.180.19:8801
176.9.234.166:8801

84.238.140.192:8801 is mine. It is bitsharesnode.mavenfrog.com .

I have reliable connection and I've increased the amount of connections so everyone can connect.

I've overwritten my previous wallet so delegate emski and angel are no longer accessible (do not vote for them).

If I collect enough funds I'll register new delegate. In the meantime you can donate XTS to:
emski2                             XTS7zXoBz2PE7HGKsPY7mkCMqnqjYGULsRrZQR6G866PVFzJD69dc

You are my only peer at the moment, send you some funds
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bitmeat

  • Hero Member
  • *****
  • Posts: 1116
    • View Profile
You can vote your own delegates, but you have to disable production or do it from another wallet.

So how do I do it on the same machine?

I did the following:

Code: [Select]
>> wallet_delegate_set_block_production crabbypattie-1 false

OK

Now do I use the vote proposal? I don't understand the proposal_id there

Code: [Select]
>> help wallet_vote_proposal

Usage:
wallet_vote_proposal <name> <proposal_id> <vote> [message]                                            Vote on a proposal
Vote on a proposal

Parameters:
  name (account_name, required): the name of the account to vote with
  proposal_id (proposal_id, required): the id of the proposal to vote on
  vote (vote_type, required): your vote
  message (string, optional, defaults to ""): comment to go along with vote

Returns:
  signed_transaction

Offline emski

  • Hero Member
  • *****
  • Posts: 1282
    • View Profile
    • http://lnkd.in/nPbhxG
Liondani sent you 10k..
I need some seeds, any ips?

thanks  ;)

84.238.140.192:8801
107.170.170.214:8801
79.173.81.171:8764
176.9.234.167:8801
128.199.180.19:8801
176.9.234.166:8801

84.238.140.192:8801 is mine. It is bitsharesnode.mavenfrog.com .

I have reliable connection and I've increased the amount of connections so everyone can connect.

I've overwritten my previous wallet so delegate emski and angel are no longer accessible (do not vote for them).

If I collect enough funds I'll register new delegate. In the meantime you can donate XTS to:
emski2                             XTS7zXoBz2PE7HGKsPY7mkCMqnqjYGULsRrZQR6G866PVFzJD69dc

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Is there info on how voting works in this build? i.e. can I vote for my delegate? Or do I need others to do it?

You can vote your own delegates, but you have to disable production or do it from another wallet.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Has it intentionally left high to dissuade new delegates for now?

Anyways, my address in case anybody has over that limit :) XTS87934VhPtd3LwrLUwpdMaaWdQZLyiwDwADGbg8W5rcmwriuvkz

Sent something towards your goal! Got any IP seeds? Im stuck on 4.

Voted you up :)

Getting these connections
95.85.33.16:8764
176.9.234.167:8801
176.9.234.166:8801
79.173.81.171:8764
107.170.170.214:8801
106.185.24.234:48601

Thanks, but I rebuilt and getting now only 1 connection :(
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline bitmeat

  • Hero Member
  • *****
  • Posts: 1116
    • View Profile
Is there info on how voting works in this build? i.e. can I vote for my delegate? Or do I need others to do it?

Offline metalallen

  • Sr. Member
  • ****
  • Posts: 262
    • View Profile
metalallen: XTS7wDj5TuZrBmorJjsKGE5BCFbvYheBQk7ehA29gNNaYxD6QTDqz

Some funds please that I can register as a delegate :D :D

It requires 427,780.00237 XTS...

OK... I give up :'(
浮壹白的微博:http://weibo.com/u/2279693077
BTSX Account:metalallen

Offline maverica

  • Jr. Member
  • **
  • Posts: 22
    • View Profile
Can we get some funds please:
"XTS8HBguEZ6FTGrHmcNcaiuG5EQvHEy9QyLHSvTnChMpjKiDopbjx" account name bitsapphire. thanks in advance