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

Pages: [1]
1
General Discussion / Re: AGS investor out of the loop
« on: January 07, 2017, 05:52:13 am »
Can AGS be used to claim any assets other than BTS?

2
General Discussion / BitShares Snapshots
« on: January 06, 2017, 03:54:13 pm »
What snapshots were taken from BitShares and used for allocating other assets?

Seems like Peerplays was one.

3
Technical Support / Re: !!! Stupid Questions Thread !!!
« on: January 06, 2017, 07:47:15 am »
Were AGS keys used to allocate BitShares only?  Could AGS donors claim anything other than BitShares?

4
General Discussion / Re: Delegates Post Your Robot With your Name
« on: July 30, 2014, 08:31:50 pm »
Point taken.  ng-src should work better because it will do 1 HTTP request rather than 2.  So thanks.
However, src should still work, just a bit slower.

As a side note, you even get a response from the server:

https://robohash.org/{{bla.bla}}

5
General Discussion / Re: Delegates Post Your Robot With your Name
« on: July 30, 2014, 03:52:23 pm »
The {{expression}} gets evaluated even when it is inside of an attribute value.  So I don't see how ng-src would help.  Most likely Windows has an issue with images.

6
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 05, 2014, 03:53:37 pm »
coolspeed,

it is possible to control the client with json-rpc only without the command line interface.  In fact, this is how the web_wallet is doing it.

7
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 05, 2014, 02:47:30 pm »
amencon, npm install has to be executed in the web_wallet directory

coolspeed, --daemon disables command line.  Here is how I am running it:

./bitshares_client --data-dir default --server --rpcuser a --rpcpassword a --daemon &

8
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 05, 2014, 04:23:20 am »
config.json is in the directory, which is specified with the data-dir flag
without the flag it will be in the default data directory

9
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 05, 2014, 03:07:07 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

10
General Discussion / Re: [ACTIVE] new testnet *WITH GUI! WOW!* inside
« on: June 05, 2014, 02:26:52 am »
Sudo, if you are trying to run the web app, you need to get

https://github.com/BitShares/web_wallet

follow the instructions to generate the app

and replace .htdocs in config.json with the generated directory.

Pages: [1]