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

Pages: [1] 2 3 4 5 6 7 8 ... 20
1
You have to use facebook to sign up for steemit?! WTF?!
Identity verification is needed to prevent abuse. There will be some other options besides facebook including an option to not reveal identity at all but probably it will cost you some money.

2
General Discussion / Re: Testing Stealth UI
« on: March 31, 2016, 08:22:58 pm »

3
General Discussion / Re: Testing Stealth UI
« on: March 23, 2016, 10:03:24 pm »
You can try main net beta https://github.com/bitshares/bitshares-2/releases/tag/untagged-6c646ee1b91c99a4fd01
Please note that it's not fully tested yet so don't, so keep your balances small.
It will also not pick up any of your existing light wallet accounts - you need to create them from scratch or import 0.9.x keys.

4
Technical Support / Re: help with faucet
« on: March 23, 2016, 06:45:51 pm »
Make sure you have a record in widgets table with allowed_domains='dele-puppy.com' and id=1.
And place the following into your index.html before closing body tag:
Code: [Select]
  <script>
      var BTSW = window.BTSW || {};
      (function () {
        var script = document.createElement('script');
        script.type = 'text/javascript';
        script.async = true;
        script.src = '/widgets/1/w.js?ref=' + encodeURIComponent(document.referrer);
        var entry = document.getElementsByTagName('script')[0];
        entry.parentNode.insertBefore(script, entry);
      }());
    </script>

5
Technical Support / Re: help with faucet
« on: March 23, 2016, 06:45:26 pm »
Make sure you have a record in widgets table with allowed_domains='dele-puppy.com'.
And place the following into your index.html before closing body tag:
Code: [Select]
  <script>
      var BTSW = window.BTSW || {};
      (function () {
        var script = document.createElement('script');
        script.type = 'text/javascript';
        script.async = true;
        script.src = '/widgets/1/w.js?ref=' + encodeURIComponent(document.referrer);
        var entry = document.getElementsByTagName('script')[0];
        entry.parentNode.insertBefore(script, entry);
      }());
    </script>

6
General Discussion / Re: Testing Stealth UI
« on: March 08, 2016, 04:52:03 pm »
Can you explain what a private contact is?  It appears that if you "add" one, it simply changes the name of the private account.  And if you "add" another one, it just changes the name of the private account again.  So it appears this is nothing more than an alias.  If so, then why is it called a contact?  And why is the process of creating one so convoluted?

Also, when I try to send, I am unable to do so because the fee is 2,000,000.  I don't get any of this.

Private contactaccount is an alias to a private key.
Private contact is an alias to a public key.
If you already have a private account, adding private contact with the same key will just rename your private account, this is not a bug.

7
Русский (Russian) / Re: Новости BitShares 2.0
« on: March 07, 2016, 10:40:11 pm »
Здравствуйте. В клиенте в основной вкладке депозита (blocktrades-bridge) появилась возможность внести депозит в Ether. Выбрал его, перевел Ether на появившийся адрес. Ничего не зачислилось. Сейчас смотрю с нескольких аккаунтов - адрес появляется один и тотже! Тоесть он никак не привязан к моему аккаунту!? В чем дело? Опять напортачили

Я не в курсе как это работает, но вижу там кроме ETH адрес есть еще и поле "with data", скорее всего оно уникально для каждого перевода, вы его указали в своей транзакции?
Если вы так и не получили свой депозит, напишите вот этим ребятам https://blocktrades.us/contact подробности. Ну или сюда, я сам им передам.

8
General Discussion / Re: Testing Stealth UI
« on: March 07, 2016, 10:34:22 pm »
The stealth demo is updated http://stealth.cnx.rocks/ here. A lot of issues have been fixed.
Known issues:
1. It won't keep your old stealth.cnx.rocks - you need to create your accounts again.
2. It doesn't show your accounts right away if you are creating it with faucet - you need to refresh the page.
3. It won't show your accounts until you unlock the wallet.

9
Muse/SoundDAC / Re: Failed to create account
« on: March 05, 2016, 11:01:08 pm »
@pioneer, please try again - it looks like there was some issue with the server.

10
General Discussion / Re: Testing Stealth UI
« on: February 29, 2016, 09:46:27 pm »
Some issues I found...

1. It should ask you to unlock prior to asking you to select a new account name rather than failing after you enter an account name because the wallet is locked.
2. Truncating the public key behaves poorly and unexpected when you click on it (we will remove the truncation)
3.  Clicking on a blind account should take you to the transfer page with the "from" already filled in
4. All account balances of from account should be displayed above the history
5. There is no way to recover past transfer receipts after you close the dialog, be sure to copy the receipt and give it to the person you are sending funds to.

This is the minimum interface to get things functional and does not represent what I consider to be a "finished" feature.

Issues  #1 and #3 have been fixed.

11
General Discussion / Re: Light Weight Market Status Page
« on: February 27, 2016, 05:16:59 pm »
I like how this site looks https://www.ripplecharts.com/#/ , the dark theme in particular.

BTW I have a good react server side rendering boilerplate project, I can share it with whoever wants to be working on this.

12
General Discussion / Re: Does anyone has an opinion to Lisk?
« on: February 24, 2016, 10:22:54 pm »
It's just a clone of Crypti, including web site and documentation.

13
General Discussion / Re: Favorite Forum
« on: February 16, 2016, 02:43:32 pm »
BTW what commenting style do you prefer - the reddit style where you reply to a comment creating a new sub thread or forum style where you need to cite the text you are replying to? What the pros and cons of each approach?

14
General Discussion / Re: Favorite Forum
« on: February 16, 2016, 02:39:12 pm »

15
Muse/SoundDAC / Re: Couple GUI bug fixes
« on: February 14, 2016, 04:20:44 pm »
Fixed - the API server was down for some reason.

Pages: [1] 2 3 4 5 6 7 8 ... 20