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

Pages: 1 ... 7 8 9 10 11 12 13 [14] 15 16
196
If the pricing looks fair I'll try it out to host a delegate.  Let me know if I can help with anything (testing, whatever..).

197
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 06, 2014, 03:27:00 pm »
Code: [Select]
------------ error --------------
assert
total_votes == total.amount:
    {"total_votes":79999999999976,"total_shares":{"amount":479999999999856,"asset_id":0}}

i meet this before

delete all the files
git compile  again  the error disappeared

You're sure you deleted the data-dir? If so, are you manually specifying the genesis block or something?
That looks like what happens when you sync from scratch with the wrong blockchain
For me, I got this after I re-imaged the VPS completely and started over.

This issue is due to a bug that I have fixed but will result in a hard fork.   I added some sanity checks on votes / balances adding up properly and some old blocks violate this.   I will investigate this after lunch today.

Denny / Hackfisher just arrived and is now working with us from the BitShares Bunker somewhere in SW VA :)
Very nice, you guys have been very productive lately and I'm sure it will be just that much easier with those guy closer.  Thanks for all the work and I'll keep trying to get it running on my end.

Edit: After one more re-image it looks to be working well:
XTS4tmCMAycnLUxB3R18KNN3j7yVxcvyKBTUk4LVFEWyJoJio1hHi if anyone can send a few before I get the web wallet working.

198
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 06, 2014, 03:10:26 pm »
Code: [Select]
------------ error --------------
assert
total_votes == total.amount:
    {"total_votes":79999999999976,"total_shares":{"amount":479999999999856,"asset_id":0}}

i meet this before

delete all the files
git compile  again  the error disappeared

You're sure you deleted the data-dir? If so, are you manually specifying the genesis block or something?
That looks like what happens when you sync from scratch with the wrong blockchain
For me, I got this after I re-imaged the VPS completely and started over.
Same result when starting with the --data-dir default flag.
Re-imaging VPS for another shot at it now.

199
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 06, 2014, 12:39:25 am »
The first error is because there is no wallet named "default" - the default is no wallets exist.
Not sure about the second error... maybe it doesn't make a wallet dir until you create at least one wallet? In that case the error should say something different, I'll check it out
Hmm good point, that does make sense, thanks.

Now that everything was wiped and I started over I'm getting errors at initializing genesis state:

Quote
./bitshares_client --server
================================================================
=                                                              =
=             Welcome to BitShares XTS                         =
=                                                              =
=  This software is in alpha testing and is not suitable for   =
=  real monetary transactions or trading.  Use at your own     =
=  risk.                                                       =
=                                                              =
=  Type 'help' for usage information.                          =
================================================================
Logging to file "/root/.BitSharesXTS/default.log"
Logging RPC to file "/root/.BitSharesXTS/rpc.log"
Loading config "/root/.BitSharesXTS/config.json"
{
  "rpc": {
    "rpc_user": "a",
    "rpc_password": "a",
    "rpc_endpoint": "127.0.0.1:0",
    "httpd_endpoint": "127.0.0.1:0",
    "htdocs": "/root/web_wallet/generated"
  },
  "default_peers": [
    "107.170.30.182:8764"
  ],
  "ignore_console": false
}
Loading blockchain from "/root/.BitSharesXTS/chain"
Using genesis block from file "/root/bitshares_toolkit/programs/client/genesis.json"
Initializing genesis state
------------ error --------------
assert
total_votes == total.amount:
    {"total_votes":79999999999976,"total_shares":{"amount":479999999999856,"asset_id":0}}
    th_a  chain_database.cpp:1619 sanity_check

    {}
    th_a  chain_database.cpp:1626 sanity_check

    {}
    th_a  chain_database.cpp:1380 initialize_genesis

    {"data_dir":"/root/.BitSharesXTS/chain"}
    th_a  chain_database.cpp:811 open

    {"data_dir":"/root/.BitSharesXTS","genesis_dat":"/root/bitshares_toolkit/programs/client/genesis.json"}
    th_a  client.cpp:324 open
root@BitSharesVM:~/bitshares_toolkit/programs/client#

Looks like more open file errors.  I also tried power cycling the VM but got the same errors once logged back in.  I'll keep trying stuff, thanks.

200
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 05, 2014, 11:11:17 pm »
Sorry if I just missed it here or on GitHub, but is there instructions somewhere on how to fully uninstall the bitshares_toolkit and start over?

I tried blowing out the bitshares_toolkit and /root/.BitSharesXTS directories and then reinstalling to start over but now I'm getting wallet command errors.

I guess the good news is that I do seem to be connected now and I can resync the blockchain and getinfo just fine however wallet commands either tell me that a file is open or doesn't exist.

file open:
Quote
wallet_open default
assert
fc::exists( wallet_filename ):
    {}
    th_a  wallet.cpp:492 open_file
Unable to open wallet /root/.BitSharesXTS/wallets/default
    {"filename":"/root/.BitSharesXTS/wallets/default"}
    th_a  wallet.cpp:501 open_file

    {"wallet_name":"default"}
    th_a  wallet.cpp:486 open

    {}
    th_a  common_api_client.cpp:172 wallet_open

    {"command":"wallet_open"}
    th_a  cli.cpp:592 execute_command

directory/file not found:
Quote
wallet_list
std
what: boost::filesystem::directory_iterator::construct: No such file or directory: "/root/.BitSharesXTS/wallets" -
    {"what":"boost::filesystem::directory_iterator::construct: No such file or directory: \"/root/.BitSharesXTS/wallets\""}
    th_a  common_api_client.cpp:302 wallet_list

    {"command":"wallet_list"}
    th_a  cli.cpp:592 execute_command

Now that I've broken it, I think I can get it running easily if I can start over from scratch.

Thanks.

Edit: Still interested in this, however I just decided to re-image this VPS in the meantime since there wasn't much else on it

201
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 05, 2014, 06:43:37 pm »
amencon, npm install has to be executed in the web_wallet directory
That was it, thanks man.

202
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 05, 2014, 06:42:41 pm »
XTS7CrBr4r7QATQdWCBUctsgqAhSeVYNrGRfUCpjXinU6JwhxQcMH
If anyone wants to send some funds before I get the web wallet working, thanks.
Quote
  #    BLK.TRX  TIMESTAMP           FROM                TO                  MEMO                                   AMOUNT                 FEE          VOTE                                        ID
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
9    726.0    2014-06-05T08:41:30 xeroc-1             amencon             Have fun                       -5,000,000 XTS          10,000 XTS           N/A  41304c25917fc13acabafc4f33271db5698480b1
Thanks xeroc, unfortunately I think I have something wrong and haven't gotten the funds yet.  Maybe someone can tell based on my getinfo?  Looks like I have no connections and the head block time is very old but I don't get any obvious errors when starting up the client:

Quote
getinfo
{
  "blockchain_head_block_num": 29,
  "blockchain_head_block_time": "20140604T221600",
  "network_num_connections": 0,
  "wallet_balance": [[
      0,
      "XTS"
    ]
  ],
  "wallet_unlocked_seconds_remaining": 0,
  "wallet_next_block_production_time": null,
  "wallet_seconds_until_next_block_production": null,
  "wallet_local_time": "20140605T183854",
  "blockchain_bips_per_share": 12.500000003125001,
  "blockchain_random_seed": "1ba4fae332bc9f2de9cd4a487a3b6eb64a9c0e05",
  "blockchain_shares": 79999999980000,
  "network_num_connections_max": 12,
  "network_protocol_version": 101,
  "wallet_open": true,
  "wallet_unlocked_until": "",
  "wallet_version": 100
}


203
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 05, 2014, 08:34:29 am »
This works on ubuntu 14.04:
Before installing lineman, do:
sudo apt-get install -y nodejs
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo apt-get install -y npm
These commands work and it looks like nodejs, npm and lineman are installed correctly.

However when I attempt to run the last installation command "npm install" I get:

Quote
# npm install
npm ERR! install Couldn't read dependencies
npm ERR! Error: ENOENT, open '/root/package.json'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Linux 3.13.0-24-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /root
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /root/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /root/npm-debug.log
npm ERR! not ok code 0

I checked /root/npm-debug.log but it didn't show much else.

Any idea where I've gone wrong?

Thanks.

Edit:
XTS7CrBr4r7QATQdWCBUctsgqAhSeVYNrGRfUCpjXinU6JwhxQcMH
If anyone wants to send some funds before I get the web wallet working, thanks.

204
Stakeholder Proposals / Re: Candidate Billboards
« on: June 02, 2014, 05:51:20 pm »
**************Reserved *************
My main motivation will be to serve as a delegate that behaves how the majority of shareholders would like.  Profit will be a purely secondary objective, although nice of course.

delegate name: alecmenconi

Currently have it running on a local server:
16GB RAM
256 SSD
US West Coast
150Mb/s Down : 20Mb/s Up

Will monitor and migrate to VPS if there seem to be any issues.

205
The top 100 volunteers can start out being a delegate just for the fun of being there when it all begins.

But if you want to remain a delegate, you will need to get and stay elected.
Now would be a good time to start practicing making the case for why you are among the top 100 best delegates in the world.

Example qualifications:

You are well known and trusted.
You have a wickedly high performance and reliable node.
You are located in a diverse geographical location or legal jurisdiction.
You appeal to a big demographic of which you are a member.
You are cheaper than your competitors.
You promise to do something Truly Worthy and Inspiring with your earnings.
You have a cute icon or a clever delegate name.

 :)
Should be interesting.  Will there be a section on the forums where members can do their campaigning for election as delegates?

I'll ask Amazon to decide how to handle this...
Ok great, thanks.

206
The top 100 volunteers can start out being a delegate just for the fun of being there when it all begins.

But if you want to remain a delegate, you will need to get and stay elected.
Now would be a good time to start practicing making the case for why you are among the top 100 best delegates in the world.

Example qualifications:

You are well known and trusted.
You have a wickedly high performance and reliable node.
You are located in a diverse geographical location or legal jurisdiction.
You appeal to a big demographic of which you are a member.
You are cheaper than your competitors.
You promise to do something Truly Worthy and Inspiring with your earnings.
You have a cute icon or a clever delegate name.

 :)
Should be interesting.  Will there be a section on the forums where members can do their campaigning for election as delegates?

207
To run a delegate doesn't require much technical experience so long as you can keep your private key safe and can follow the basic instructions we will be providing.

When things mature the delegates may have to do more technical work.
Sounds easy enough, count me in.

208
Daniel, what does this require?  If it's about bearing trust, I'm happy to step up.  If it's about being able to monitor technically and maintain upkeep I am probably not a good candidate.

Happy to participate if it makes sense.
Excellent question.  I don't have extensive amounts of time for technical details however If it's something I can throw a few hours a week at then I am a technical user and have my own VPS and would love to help where I can.

My current host is US based.

Also any idea, ballpark, how much disk space this will take up?

Thanks.

Edit: On second thought count me in whatever it takes.

209
I thought most of the "Shark Tank" deals were just equity being sold for cash.
You're wrong.  The Shark Tank deals are a dilution of equity.  The cash they give is not income of the original business owner and does not belong to him/her; the cash belongs to the business. If the shark got 51% stake they actually have more control over that cash and how it's spent than the original business owner does.

If you owned 10% of the original business which was not much more than an idea and a few sales do you think you would be entitled to 10% of the new business that has $200k on the balance sheet and prominent new investor.  Of course not, you would get diluted right along with everyone else.

Hmm OK thanks, interesting.

210
Shares are commonly diluted to pay executives stock options or do acquisitions of other companies. Ever watch Shark Tank?  That's share dilution; the original business owners are being diluted to bring in new investors and capital.

I thought most of the "Shark Tank" deals were just equity being sold for cash.  So if you started a company and I helped and was given 10% of the business, and then you went and sold 30% more equity on Shark Tank that wouldn't be considered "share dilution" since it would be a sale out of your portion of the pie rather than increasing the whole pie.  My 10% would still be 10%.

The equivalent analogy in crypto would be the dev keeping x% of the shares at launch, and then selling some portion of them later on the open market to fund various tasks.  He's not diluting any shares that way since the same number of shares exist and so any percentage of shares you own don't change.

Pages: 1 ... 7 8 9 10 11 12 13 [14] 15 16