Author Topic: !!! Stupid Questions Thread !!!  (Read 253350 times)

0 Members and 1 Guest are viewing this topic.

merockstar

  • Guest
did anyone elses balance seemingly disappear after upgrading to RC1?

doing a wallet_rescan_blockchain right now.

Offline emski

  • Hero Member
  • *****
  • Posts: 1282
    • View Profile
    • http://lnkd.in/nPbhxG
what's the difference between getting a yield in btsx and having parts of the btsx supply burned over time ..
if you calculate in BIPS its the same result .. or am I missing something essential here?

The question was about Yield (aka Interest). BTSX has no Yield while bitassets have.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
what's the difference between getting a yield in btsx and having parts of the btsx supply burned over time ..
if you calculate in BIPS its the same result .. or am I missing something essential here?

Offline emski

  • Hero Member
  • *****
  • Posts: 1282
    • View Profile
    • http://lnkd.in/nPbhxG
Can we have a YIELD for keeping BTSX too ?
Why yes why not?

I asked the same without response from anyone. One reason I can think of is that this encourages user to hold bitassets AND supports the peg.

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
Can we have a YIELD for keeping BTSX too ?
Why yes why not?

Offline serejandmyself

  • Sr. Member
  • ****
  • Posts: 358
    • View Profile
Ok i have a stupid question - is there a faq about delegates voting and delegate work?
btsx - bitsharesrussia

Offline Riverhead

When I vote for a delegate, can they see that I voted for them / how much my balance is?
No. We only see aggregated vote total. I can't even tell how many are voting.

Offline tonyk

  • Hero Member
  • *****
  • Posts: 3308
    • View Profile
When I vote for a delegate, can they see that I voted for them / how much my balance is?

This question does not qualify as stupid in my book. Sorry.  :)
Lack of arbitrage is the problem, isn't it. And this 'should' solves it.

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
When I vote for a delegate, can they see that I voted for them / how much my balance is?

Offline Riverhead

OK in an attempt to prove that I am the most stupid around here is my next question.

How do you publish a bug report on github? Do you just make an account and sign in or you need some kind of app also? Thanks.
Just make an account and sign in. It's all web-based like posting on the forum.

Offline tonyk

  • Hero Member
  • *****
  • Posts: 3308
    • View Profile
OK in an attempt to prove that I am the most stupid around here is my next question.

How do you publish a bug report on github? Do you just make an account and sign in or you need some kind of app also? Thanks.
Lack of arbitrage is the problem, isn't it. And this 'should' solves it.

Offline Riverhead

Code: [Select]
cd bitsharesx
git pull https://github.com/dacsunlimited/bitsharesx.git "put version number here without quotes"
git submodule update
cmake -DINCLUDE_QT_WALLET=ON .
make buildweb
make

cool.

cd bitsharesx

git pull https://github.com/dacsunlimited/bitsharesx.git uhh... shit. 0.4.13-rc1?


try


git pull https://github.com/dacsunlimited/bitsharesx.git 0.4.13RC1

merockstar

  • Guest
Code: [Select]
cd bitsharesx
git pull https://github.com/dacsunlimited/bitsharesx.git "put version number here without quotes"
git submodule update
cmake -DINCLUDE_QT_WALLET=ON .
make buildweb
make

cool.

cd bitsharesx

git pull https://github.com/dacsunlimited/bitsharesx.git uhh... shit. 0.4.13-rc1?


UPDATE: turns out my guess was correct, the dash is included.
« Last Edit: September 10, 2014, 03:16:36 am by merockstar »

Offline Riverhead

Ah .. and you can install "VirtualBox" which can install windows in a virtual machine and you can run it from within linux .. works VERY smoothly!
good solution for software that just does not run nicely on linux


I run Ubuntu in a Virtualbox VM on my work laptop Win7. Works great! I love that I can snapshot before doing a new build.

Offline tonyk

  • Hero Member
  • *****
  • Posts: 3308
    • View Profile
It's only new at first :) . Should be used to that in this industry.


You can also run some version of MS Office with Wine but it's not for the faint of heart.


What do you mean by intelligent copy? Do you mean copying from one sheet to another?
Example:
in cell 'A2'   =A1+1
if you copy A2 into the 9 cells below it, this should work like a counter. Just try it and tell me if it works, as expected.


It works as expected. I put 100 into A1 and then A1-10 into A2 and then copied it down a bunch of times and I got 100,90,80,70...

Good, I will give it another try when I get home.

>>Should be used to that in this industry.

I am one of the few here that is NOT in the industry. I am average to slightly above 'average user' in the meat world. Here I am less than a newbie...
« Last Edit: September 09, 2014, 09:22:59 pm by tonyk »
Lack of arbitrage is the problem, isn't it. And this 'should' solves it.