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

Pages: 1 ... 91 92 93 94 95 96 97 [98] 99 100 101 102
1456
Open source is not a about committing. It's about being able to read and verify.

1457
General Discussion / Re: mesh networking, last mile problem, and BTSX
« on: October 02, 2014, 03:01:27 pm »
Mesh networks have a critical problem that has yet to be resolved.  Mesh networks depend on wide spread participation to be effective ...

You have skipped a much bigger problem of mesh networks. They can only operate efficiently if the principle of locality applies to the nodes' communication behaviour. Otherwise, the nodes closest to the high speed internet access have to carry not only their own traffic, but also the traffic of all the other nodes in their downline. Unfortunately, internet traffic today does not meet that criteria.

1458
Technical Support / Re: !!! Stupid Questions Thread !!!
« on: October 01, 2014, 07:30:17 am »
Would it be ok to keep the initial BTSX shares in AGS account for a long time ?
Depends on how long I guess. AFAIK there's an inactivity fee of 5% (?) if your shares stay unmoved for more than 1 year (?). http://wiki.bitshares.org/index.php/Bitshares_X#What.E2.80.99s_the_deal_with_DAC_profits_.3F
Sending them to yourself every couple of months is OK.

1459
btsx:pmc

Thanks again!

1460
General Discussion / Re: Problem with wallet_add_contact_account
« on: September 25, 2014, 04:11:29 pm »
have you tried the above description already? is it working? curious to know as I never tried it that way :)

Yup, worked. :-) Using the correct pubkey with wallet_add_contact_account produces the desired result, too.

Thanks a lot!

1461
General Discussion / Re: Problem with wallet_add_contact_account
« on: September 25, 2014, 03:44:40 pm »
So... if I understand this correctly, there is one special TITAN key for each account, which is the one listed by wallet_list_accounts, and what I have done works only with *THAT* key? And any other keys imported into the account are *not* TITAN keys and can therefore not be used in that way?

(Just trying to understand what's going on here. I don't really care if I can recover that 1 BTSX or not.)

1462
General Discussion / Re: Problem with wallet_add_contact_account
« on: September 25, 2014, 03:11:22 pm »
I guess I should have avoided the term "cold storage". It's a normal wallet that I usually keep closed, nothing more.

I have two wallets A and B. I have used wallet_account_list_public_keys to get the public keys from the account in wallet B. I have used wallet_add_contact_account in wallet A to add an unregistered account X with one of the public keys from B. Then I sent BTSX from A to X, assuming that they would arrive in wallet B.

I'd assume that wallet B already has all the private keys corresponding to the public keys returned by wallet_account_list_public_keys . Why is that not sufficient? (Your cold storage link says how to do this, but not why it has to be done that way.)

1463
General Discussion / Problem with wallet_add_contact_account
« on: September 25, 2014, 01:11:13 pm »
I have two wallets with one account each. One is meant for everyday use and has a registered account name. The other is more or less "cold", its account name is unregistered and I have imported my PTS private keys there.

Yesterday I wanted to transfer funds from my everyday wallet to the "cold" wallet. So I opened the cold wallet, dumped its public keys, then opened the "everyday" wallet and added the unregistered account name with one of its public keys:

Code: [Select]
(wallet closed) >>> open pts
OK
pts (locked) >>> wallet_account_list_public_keys pts.local
[{
    "hex": "035dc3a125cca19787b58b2ba8af5a056a322f62f006f3b440192e7c50704fec6e",
    "native_pubkey": "BTSX7YXcLiSCP4nZg4psBo8R9FscJTytHmXVj2mcLxG1Cv1y7BFrKa",
    "native_address": "BTSXMVZZy1WUMCXxtLimkCGERNpVkfT4YmK59",
    "pts_normal_address": "PazdTWzxRst9aei352AwD6QbdcLAaStcB7",
    "pts_compressed_address": "PqPoCfTNqDjF5Rd2Wavis47JMvCn6Cgx6u",
    "btc_normal_address": "144rKSJpfmw5nNuBhXX645AYPMuLiLtdDB",
    "btc_compressed_address": "1JU24amF57nBH9pB96Gsi2sF7fmxEY4uj5"
  },{
...
  }
]
pts (locked) >>> open pmc
OK
pmc (locked) >>> wallet_add_contact_account pts.local BTSX7YXcLiSCP4nZg4psBo8R9FscJTytHmXVj2mcLxG1Cv1y7BFrKa
Wallet automatically backed up to: /home/peter/.BitSharesX/wallets/.backups/pmc/pmc-20140925T130206-account_add.json
pmc (locked) >>> wallet_account_list_public_keys pts.local
[{
    "hex": "035dc3a125cca19787b58b2ba8af5a056a322f62f006f3b440192e7c50704fec6e",
    "native_pubkey": "BTSX7YXcLiSCP4nZg4psBo8R9FscJTytHmXVj2mcLxG1Cv1y7BFrKa",
    "native_address": "BTSXMVZZy1WUMCXxtLimkCGERNpVkfT4YmK59",
    "pts_normal_address": "PazdTWzxRst9aei352AwD6QbdcLAaStcB7",
    "pts_compressed_address": "PqPoCfTNqDjF5Rd2Wavis47JMvCn6Cgx6u",
    "btc_normal_address": "144rKSJpfmw5nNuBhXX645AYPMuLiLtdDB",
    "btc_compressed_address": "1JU24amF57nBH9pB96Gsi2sF7fmxEY4uj5"
  }
]

The last command verifies that "pts.local" in the "pmc" wallet uses the same keys as in the "pts" wallet.
For testing (luckily), I transferred 1 BTSX from pmc to pts.local:
Code: [Select]
pmc (unlocked) >>> transfer 1 BTSX pmc pts.local test
OK
pmc (unlocked) >>> wallet_account_transaction_history
TIMESTAMP           BLOCK     FROM                TO                  AMOUNT                  MEMO                                        BALANCE                 FEE                 ID     
==============================================================================================================================================================================================
...
2014-09-24T19:19:48 571251    pmc                 pts.local           1.00000 BTSX            test                           xxxx BTSX       0.10000 BTSX        c863a255
However, after opening + unlocking the "pts" wallet again the TX hasn't arrived. Blockchain is in sync. Rescan doesn't help.
What I don't understand is that blockchain_get_transaction shows a deposit to a completely different address:
Code: [Select]
pts (unlocked) >>> blockchain_get_transaction c863a255
{
  "trx": {
...
  "provided_deposits": [[
      "BTSXfPy1KbpGxb3iWw5AU8buTydCZXFA6WPi",{
        "amount": 100000,
        "asset_id": 0
      }
    ]
  ],
...
Any ideas?

1464
Technical Support / Re: !!! Stupid Questions Thread !!!
« on: September 24, 2014, 01:14:11 pm »
In the command line wallet, how can I see which delegates I have already "approved" (or disapproved)?

Nobody?

Here's another one: using the CLI client I have created 3 wallets with one account each. When I shut down the CLI and start the GUI client (which now uses the same data directory it seems), it asks for a password to create a new wallet. But I don't want to create a new wallet, I want to use the existing wallets. How?

1465
Technical Support / Re: !!! Stupid Questions Thread !!!
« on: September 24, 2014, 08:31:49 am »
Since China was mentioned I think it's the Great FireWall aka chinese government censorship.

1466
General Discussion / Re: Ubuntu GUI how to?
« on: September 23, 2014, 03:02:25 pm »
I have packages for Fedora + openSUSE (and CLI only for CentOS): http://software.opensuse.org/download.html?project=home%3Ap_conrad%3Abts&package=BitSharesX . openSUSE users must also add the KDE:Qt5 repository for the latest qt libraries.

Donations welcome btsx:cyrano :-)

1467
btsx:pmc

Thanks!

1468
KeyID / Re: confused - KeyID and DNS DAC
« on: September 21, 2014, 06:55:52 am »
Pls excuse the noob question: what is TLD? Is it Top Level Domain?
Yes.

1469
General Discussion / Re: [DAC Proposal] Future Tech Farm
« on: September 20, 2014, 04:52:06 pm »

Right there you solved the fraud problem. Let's say a farmer is faking the results he's tinkering with the sensors(there no way you can prevent that)so it will show that he's farming system is the most efficient. Now every farmer in the network will use that fake information but evidently it will not work. So how about, instead of paying dividends right a way the others farmers should confirm that information is genuine or not. Only if the information was working for say 30% of the farmer then you pay dividends. So in that way  there will be no incentives  to fake the results.

OK, so I register 1000 fake farmers and publish 1000 fake sensor results. Some of these will be successful and collect dividends. Rinse, repeat - my cost is near zero.

1470
KeyID / Re: Agent86 wins again
« on: September 20, 2014, 03:52:08 pm »
To me it sounds like this lease + auction system completely destroys the usefulness of BitShares DNS as an actual domain name system, while making squatters' wet dreams come true.

IMO the concerns raised by Empirical1 and gamey in the thread referenced above are valid and were not addressed (at least not in *that* thread).

Pages: 1 ... 91 92 93 94 95 96 97 [98] 99 100 101 102