Bitcoin Forum
May 06, 2024, 10:59:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 [44] 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  Print  
Author Topic: CoinChoose - alternative site to show respective profitability of the alt coins  (Read 150544 times)
litecoin_messiah
Sr. Member
****
Offline Offline

Activity: 355
Merit: 268



View Profile WWW
July 23, 2013, 06:13:01 AM
 #861

Can you add Lebowskis to coinchoose.com please, (https://bitcointalk.org/index.php?topic=260311.0)

Thanks
1714993143
Hero Member
*
Offline Offline

Posts: 1714993143

View Profile Personal Message (Offline)

Ignore
1714993143
Reply with quote  #2

1714993143
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714993143
Hero Member
*
Offline Offline

Posts: 1714993143

View Profile Personal Message (Offline)

Ignore
1714993143
Reply with quote  #2

1714993143
Report to moderator
1714993143
Hero Member
*
Offline Offline

Posts: 1714993143

View Profile Personal Message (Offline)

Ignore
1714993143
Reply with quote  #2

1714993143
Report to moderator
Petr1fied
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
July 23, 2013, 07:26:49 AM
Last edit: July 23, 2013, 07:58:20 AM by Petr1fied
 #862

Well, it may be a stupid question, but could someone please explain what all those strange (at least for me) numbers like 1.37E-5 mean? How the fuck to read them on the spot?

It's scientific notation, E-5 means you need to move the value 5 places to the right so 1.37E-5 = 0.0000137

Scientific notation is not really that easy to compare at a glance but this could be easily changed to display in standard notation if sal002 passed the value through the number_format() function. eg:
Code:
<?php

$value
=1.37E-5;

echo 
number_format($value8);

?>

Result:
Code:
0.00001370

Or additionally removing unnecessary trailing zeros:
Code:
<?php

$value
=1.37E-5;

echo 
rtrim(number_format($value8), 0);

?>

Result:
Code:
0.0000137
digitalindustry
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


‘Try to be nice’


View Profile WWW
July 23, 2013, 02:17:23 PM
 #863

Actually - that could be a really cool and universal pricing method in the future for Crypto -?


Coffee 1.2e5 BTC

Cake - 1.0e3 LTC

Bike - 1.3e2 NBL 

Car  - 22 Caps
{with laser rifle hidden under seat}

- Twitter @Kolin_Quark
Petr1fied
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
July 23, 2013, 02:38:58 PM
 #864

Actually - that could be a really cool and universal pricing method in the future for Crypto -?


Coffee 1.2e5 BTC

Cake - 1.0e3 LTC

Bike - 1.3e2 NBL  

Car  - 22 Caps
{with laser rifle hidden under seat}


Don't forget the negative symbol as you need to move the decimal point in the opposite direction for values raised to a positive power. 120,000 BTC is one pricey cup of coffee. Wink

Scientific notation is usually displayed more like this:
1.2 x 105 (raised to a positive power) = 120,000
1.2 x 10-5 (raised to a negative power) = 0.000012

It's just easier in programming terms to use En to represent x 10n
digitalindustry
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


‘Try to be nice’


View Profile WWW
July 23, 2013, 03:33:45 PM
 #865

Actually - that could be a really cool and universal pricing method in the future for Crypto -?


Coffee 1.2e5 BTC

Cake - 1.0e3 LTC

Bike - 1.3e2 NBL  

Car  - 22 Caps
{with laser rifle hidden under seat}


Don't forget the negative symbol as you need to move the decimal point in the opposite direction for values raised to a positive power. 120,000 BTC is one pricey cup of coffee. Wink

Scientific notation is usually displayed more like this:
1.2 x 105 (raised to a positive power) = 120,000
1.2 x 10-5 (raised to a negative power) = 0.000012

It's just easier in programming terms to use En to represent x 10n

Yes I understand it well  , but it's more logical to simplify it , obviously if it goes positive its positive , so the minus is not needed , and as it is a symbolic notation , for a price , not science , it could still work .  

The point is you just want people to have to visualize zeros ,  so even  "Bike 1.3z4 "

So that just says " add 4 zeros to the front "  

I'm willing to bet that most people don't know scientific notation , so its just as easy to try to make something new and more simple .

I was top of class electronics , didn't pursue it as a trade. Except for here and there .

- Twitter @Kolin_Quark
Makitaki
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
July 23, 2013, 03:55:43 PM
 #866

It's scientific notation, E-5 means you need to move the value 5 places to the right so 1.37E-5 = 0.0000137

Cool! Thanks a lot for the explanation.  Smiley
sal002 (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile WWW
July 23, 2013, 04:44:46 PM
 #867

I'll clear up the formatting today.  The PHP function I was using was doing that silly notation....
bitcoindigi
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
July 23, 2013, 07:15:05 PM
 #868

a really nice site, OP. Smiley
toruonu
Member
**
Offline Offline

Activity: 88
Merit: 10



View Profile
July 23, 2013, 10:13:28 PM
 #869

It seems MemeCoin is stuck at 0.098 difficulty for quite some time while the real coin has been fluctuating between 0.16..0.32 in reality making it ca 2-2.5x less profitable. The block count is way down too on the coinchoose.com. Right now MemeCoin:

    "blocks" : 156717,
    "difficulty" : 0.20253732,

which makes it ~2x less profitable or ~ equal to LTC without taking into account orphans (which are a cool 30%).
rammy2k2
Legendary
*
Offline Offline

Activity: 1974
Merit: 1003



View Profile
July 23, 2013, 11:37:24 PM
 #870

a very good feature to the site would be that user can filter what coins he wants to be displayed, all, sha256 or scrypt.
ohiwastedmylif
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
July 24, 2013, 02:03:31 AM
 #871

Why is coinchoose missing like 50% of the coins now?

MΣC | MAvSLa1ZYpk3AsDeqj9njfVkaunJRDu2VZ
http://www.megacoin.co.nz/
sal002 (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile WWW
July 24, 2013, 02:19:01 AM
 #872

Why is coinchoose missing like 50% of the coins now?


ARGH!! Nothing from Cryptsy right now!!!  I hate that site Smiley
ohiwastedmylif
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
July 24, 2013, 02:20:54 AM
 #873

Why is coinchoose missing like 50% of the coins now?


ARGH!! Nothing from Cryptsy right now!!!  I hate that site Smiley

Ahhh, I see. Thanks.

MΣC | MAvSLa1ZYpk3AsDeqj9njfVkaunJRDu2VZ
http://www.megacoin.co.nz/
sal002 (OP)
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile WWW
July 24, 2013, 02:42:22 AM
 #874

Why is coinchoose missing like 50% of the coins now?


ARGH!! Nothing from Cryptsy right now!!!  I hate that site Smiley

Ahhh, I see. Thanks.

API changes from Cryptsy - should be good now (thanks Bigvern!)
Nemo1024
Legendary
*
Offline Offline

Activity: 1680
Merit: 1014



View Profile WWW
July 24, 2013, 09:05:18 AM
 #875

Why is coinchoose missing like 50% of the coins now?

Sal002, how about that suggestion of mine re sending/displaying stale data and flagging it as such, with a timestamp show when the last good update took place? You would avoid quite a lot of questions like the one above, if you implemented it. Wink

“Dark times lie ahead of us and there will be a time when we must choose between what is easy and what is right.”
“We are only as strong as we are united, as weak as we are divided.”
“It is important to fight and fight again, and keep fighting, for only then can evil be kept at bay, though never quite eradicated.”
Tranz
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
July 25, 2013, 09:37:04 PM
 #876

Great site!

I have noticed the NVC % is inflated a bit, as the rewards per block is too high. At least it doesn't match what I see other places.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
iGotSpots
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 25, 2013, 09:41:56 PM
 #877

Love the site.

Spots is on coins-e now

https://www.coins-e.com/exchange/spt_BTC

Thanks

z0rr0
Sr. Member
****
Offline Offline

Activity: 303
Merit: 250


View Profile
July 26, 2013, 11:46:10 AM
 #878

Sal, NVC block reward is variable, depending on PoW difficulty (I guess), plus your site doesnt show network hashrate for NVC.
You sould consult Balthazar concerning this questions/parameters, as he is the creator of this coin.
Taxidermista
Legendary
*
Offline Offline

Activity: 1147
Merit: 1001



View Profile
July 26, 2013, 07:41:29 PM
 #879

I don't understand discrepancies between LTC and BTC lists. FLORIN coin is right now first in the LTC list with 132% adjusted profitability but is at the botton of BTC list with 12% adjusted profitability. Diff is the same in both lists. That makes no sense at all.

captainfuture
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
July 26, 2013, 07:43:57 PM
 #880

I don't understand discrepancies between LTC and BTC lists. FLORIN coin is right now first in the LTC list with 132% adjusted profitability but is at the botton of BTC list with 12% adjusted profitability. Diff is the same in both lists. That makes no sense at all.

that does make sense.
so i would sell them for ltcs Smiley
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 [44] 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!