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

Pages: 1 ... 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 ... 81
301
General Discussion / Re: Demo Wallet Live
« on: July 24, 2014, 02:59:38 pm »
Password to access the server (demo/demo) works fine.  Password to demo the wallet?

demo wallet is running @  http://54.191.7.103:8080/.  for public access.

access user: demo
password:demo

wallet password is "176173.com"

i will deposit 10btsx for demo test only. please try not to use more than 0.1 for testing .

in the mean time . account "dac.twitter" accept donation for demo testing purpose(all the donation will release for public testing).

302
General Discussion / Re: Demo Wallet
« on: July 24, 2014, 02:57:09 pm »
Password to access the server (demo/demo) works fine.  Password to demo the wallet?

demo wallet is running @  http://54.191.7.103:8080/.  for public access.

access user: demo
password:demo

wallet password is "176173.com"

i will deposit 10btsx for demo test only. please try not to use more than 0.1 for testing .

in the mean time . account "dac.twitter" accept donation for demo testing purpose.


following are links to show you how to create a btsx account

http://wiki.bitshares.org/index.php/Bitshares-x-how-to#Creating_accounts

http://wiki.bitshares.org/index.php/Bitshares-x-how-to

303
General Discussion / Re: delegate stopped producing blocks..!
« on: July 24, 2014, 05:26:20 am »
i am having exactly same problem

304
现在算是明白为什么toast当初狂注册账号
说一下帐号托管的问题。
1. 首先要分清几个和帐号相关的东西:account ID, account Name, owner key, active key
Code: [Select]
delegate (unlocked) >>> blockchain_get_account delegate.baozi
Name: delegate.baozi
Registered: 2014-07-23T11:55:10
Last Updated: 14 hours ago
Owner Key: BTSX6EVRgzdQqEX9vsPqAq5PpNotfxpagFeL8b1DF2KffvLm9VvxXM
Active Key History:
- BTSX6EVRgzdQqEX9vsPqAq5PpNotfxpagFeL8b1DF2KffvLm9VvxXM, last used 14 hours ago

ID    NAME (* next in line)           APPROVAL       PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE         LAST BLOCK
============================================================================================================================
9954  delegate.baozi                  0.0298789802 % 0        0        N/A           100 %    0.00000 BTSX        NONE     
Account ID 和 Acount Name可以认为是绑定的,除非帐号过期了,重新注册一个名字会得到另一个不同的 Account ID。
owner key 是用来管理这个 account 的凭证,可以更新区块链中这个 account 的相关数据。
active key 是用来在 TITAN 中生成交易接收地址的,可以认为钱都是发到这个active key 相关地址的。初始 active key 和 owner key 是相同的。

2. 再说帐号数据的更新。想要更新帐号信息,需要相关权限,拥有帐号的 的 owner key 对应的私钥就是权限凭证。
    如果本帐号是 sub account类型,父帐号的 owner key 私钥也有权限。

3. 最后说说delegate 托管是怎么回事,比如 baozi 想找 superlab 托管代表服务
  1) baozi 注册一个子帐号 delegate.baozi
  2) superlab 生成一个 key,把地址发给 baozi
  3) baozi 把 delegate.baozi 的 active key 修改为 superlab 提供的地址。
  4) 因为 superlab 拥有这个 active key ,所以就可以帮助 delegate.baozi 运行 delegate 服务。
  5) 等到 baozi 觉得自己有能力独自运行这个服务,只需要再次更新 active key,改为自己控制就可以了。所有收到的投票是对应到 account ID,不会因为修改 active key 而失效。

另外还有其他一些好处。delegate 一般在 VPS 上运行,如果 active key 被泄漏出去,可以通过父帐号很方便的修改使用新的 key。

305
General Discussion / Re: Demo Wallet
« on: July 24, 2014, 03:07:13 am »
yep. it is working now . I will leave this server working from now on.  special thanks to alt's hint <grin>

demo wallet is running @  http://54.191.7.103:8080/.  for public access.

access user: demo
password:demo

wallet password is "176173.com"

Code: [Select]
./bitshares_client --data-dir demo --server --httpport 8080 --rpcuser demo --rpcpassword demo
Code: [Select]
cd ~/bitshares/bitsharesx/programs/web_wallet
lineman run

please check http://54.191.7.103:8080/. everything look fine but demo/demo  doesn't work.

did i miss any steps ?

Seems to be working for me now.

306
General Discussion / Re: Demo Wallet
« on: July 24, 2014, 02:22:25 am »
Code: [Select]
./bitshares_client --data-dir demo --server --httpport 8080 --rpcuser demo --rpcpassword demo
Code: [Select]
cd ~/bitshares/bitsharesx/programs/web_wallet
lineman run

please check http://54.191.7.103:8080/. everything look fine but demo/demo  doesn't work.

did i miss any steps ?

307
General Discussion / Re: Demo Wallet
« on: July 24, 2014, 01:47:11 am »
fixed by following cmd

sudo apt-get install nodejs-legacy

got following error while running
sudo npm install -g lineman  ----- this one has no problem.
sudo npm install --- got following error

Code: [Select]
> lineman-less@0.0.1 postinstall /home/ubuntu/bitsharesx/programs/web_wallet/node_modules/lineman-less
> node script/postinstall.js

sh: 1: node: not found
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
 
npm ERR! weird error 127
npm ERR! not ok code 0


working on it now. compiling ...................

please post the cmd to run web_wallet
Code: [Select]
./bitshares_client --data-dir demo --server --httpport 8080 --rpcuser demo --rpcpassword demo
after first run, edit demo/config.json
change this line
    "httpd_endpoint": "127.0.0.1:0",
to
    "httpd_endpoint": "0.0.0.0:0",

308
General Discussion / Re: Demo Wallet
« on: July 24, 2014, 01:42:32 am »
got following error while running
sudo npm install -g lineman  ----- this one has no problem.
sudo npm install --- got following error

Code: [Select]
> lineman-less@0.0.1 postinstall /home/ubuntu/bitsharesx/programs/web_wallet/node_modules/lineman-less
> node script/postinstall.js

sh: 1: node: not found
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
 
npm ERR! weird error 127
npm ERR! not ok code 0


working on it now. compiling ...................

please post the cmd to run web_wallet
Code: [Select]
./bitshares_client --data-dir demo --server --httpport 8080 --rpcuser demo --rpcpassword demo
after first run, edit demo/config.json
change this line
    "httpd_endpoint": "127.0.0.1:0",
to
    "httpd_endpoint": "0.0.0.0:0",

309
General Discussion / Re: Demo Wallet
« on: July 24, 2014, 12:55:48 am »

working on it now. compiling ...................

please post the cmd to run web_wallet

310
General Discussion / Re: Demo Wallet
« on: July 23, 2014, 11:48:32 pm »
Ok. I will work on it after dinner . Will a linux box work? Which release and  on which network? Main or test?

I would like to have a try. Please let me know all the requirements.

run a node and serve web_wallet via the web

311
General Discussion / Re: Demo Wallet
« on: July 23, 2014, 11:31:47 pm »
Password to access the server (demo/demo) works fine.  Password to demo the wallet?

demo wallet is running @  http://54.191.7.103:8080/.  for public access.

access user: demo
password:demo

wallet password is "176173.com"

i will deposit 10btsx for demo test only. please try not to use more than 0.1 for testing .

in the mean time . account "dac.twitter" accept donation for demo testing purpose.


following are links to show you how to create a btsx account

http://wiki.bitshares.org/index.php/Bitshares-x-how-to#Creating_accounts

http://wiki.bitshares.org/index.php/Bitshares-x-how-to

312
General Discussion / Re: Tradable subdomain account?
« on: July 23, 2014, 11:08:59 pm »
can anyone  describe the procedures for leasing a child account to renter? How to protect the renter's right during the leasing period? from my understanding, owner can revoke child account's account and control all the fund on child account.   who kid of role that the active key plays here?

thanks



Yes, but the child account is always revocable by the parent account so it is no different from leasing "normal" names by changing the active key to one that somebody else control.

I am confused.  Does the owner of the parent account  hold the Private Key of child account? if i rent "google.com" from the owner of "com", how can i protect my fund in "google.com"?  what is the mechanism  of active key?


 :P :P :P :P :P :P :P

You control all funds sent to that account while your private key was active, but the owner can revoke it and grab all *future* funds sent to that account.

313
General Discussion / Re: Tradable subdomain account?
« on: July 23, 2014, 10:16:40 pm »
Yes, but the child account is always revocable by the parent account so it is no different from leasing "normal" names by changing the active key to one that somebody else control.

I am confused.  Does the owner of the parent account  hold the Private Key of child account? if i rent "google.com" from the owner of "com", how can i protect my fund in "google.com"?  what is the mechanism  of active key?


 :P :P :P :P :P :P :P

314
General Discussion / Re: unregistered account names
« on: July 23, 2014, 09:36:54 pm »
i tried on linux wallet and look like i am able to create a local account with any name but unable to do it on windows wallet.

315
DAC 委托人 / Re: 受托人拉票贴
« on: July 23, 2014, 06:36:50 pm »
新的规则,必须有前缀,比如这样 btsx.chinesecommunity

给自己拉个票,4核 I7处理器 500G硬盘 30M网速,希望大家重新投一下票,感谢大家支持!

不是很清楚这个规则。如果你只有一个代表应该就不要改新的名字。还有,是否重新注册需要付注册费和代表费

Pages: 1 ... 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 ... 81