Bitcoin Forum
May 10, 2024, 04:47:15 PM *
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 »
  Print  
Author Topic: Bitcointalk Account price estimator  (Read 164794 times)
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
September 04, 2015, 07:02:47 PM
 #181

If you want i can host in my paid host, i think it should work faster in two websites(hosts) with different IPs isn't it ?
The problem is that the program isn't designed to have two servers as backend. I can probably modify it to do that, but it will take some time.

The site is back up.

There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715359635
Hero Member
*
Offline Offline

Posts: 1715359635

View Profile Personal Message (Offline)

Ignore
1715359635
Reply with quote  #2

1715359635
Report to moderator
1715359635
Hero Member
*
Offline Offline

Posts: 1715359635

View Profile Personal Message (Offline)

Ignore
1715359635
Reply with quote  #2

1715359635
Report to moderator
recordplayer
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 04, 2015, 08:45:50 PM
 #182

cool cant imagine there will be much demand for this but its nice to see my account valued at 0 Tongue
bjarke1999
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 04, 2015, 08:47:59 PM
 #183

Might want to take user id into account too for example number 1/69/million would probably be worth a little extra due to prestige
altcoinhosting
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1006


View Profile
September 04, 2015, 08:50:14 PM
 #184

cool cant imagine there will be much demand for this but its nice to see my account valued at 0 Tongue

Sure there will be... Accounts can be traded, so its nice to have an estimator

prodigy8
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
September 04, 2015, 09:50:07 PM
 #185

If you want i can host in my paid host, i think it should work faster in two websites(hosts) with different IPs isn't it ?
The problem is that the program isn't designed to have two servers as backend. I can probably modify it to do that, but it will take some time.

The site is back up.

But what do you think to have a copy on the another server, another ip? And linking these 2 websites to each other?
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
September 04, 2015, 09:54:32 PM
 #186

If you want i can host in my paid host, i think it should work faster in two websites(hosts) with different IPs isn't it ?
The problem is that the program isn't designed to have two servers as backend. I can probably modify it to do that, but it will take some time.

The site is back up.

But what do you think to have a copy on the another server, another ip? And linking these 2 websites to each other?
That could work. Maybe like a load balancer thing where the visitors are switched between the servers. One visitor to one server, the next on the other, and the third back on the first. This is kind of like my original idea which involved a new server for each request, but that didn't work.

Or maybe a new server for each visitor that connects to a shared database so their results can come back instantly and each visit they can get the same data with the same token.

RustyNomad
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile WWW
September 04, 2015, 10:04:00 PM
 #187

I was thinking of this site of yours yesterday with people saying they are number so and so in the queue and some complaining that they have been waiting hours [including me], in any case, I was wondering, how many hits/requests do this site process each day?

I think it would be quite interesting if you don't mind to share it. I believe it to be much higher than we think it might be.
prodigy8
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
September 04, 2015, 10:06:50 PM
 #188

If you want i can host in my paid host, i think it should work faster in two websites(hosts) with different IPs isn't it ?
The problem is that the program isn't designed to have two servers as backend. I can probably modify it to do that, but it will take some time.

The site is back up.

But what do you think to have a copy on the another server, another ip? And linking these 2 websites to each other?
That could work. Maybe like a load balancer thing where the visitors are switched between the servers. One visitor to one server, the next on the other, and the third back on the first. This is kind of like my original idea which involved a new server for each request, but that didn't work.

Or maybe a new server for each visitor that connects to a shared database so their results can come back instantly and each visit they can get the same data with the same token.

The idea itself is perfect but personally i dont know how to implement,i was thinking to put a link if in any case the queue is long to go to the other website and so on.
Hugroll
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
September 04, 2015, 10:10:38 PM
 #189

Been loading for about 2hours now. although i dont think its loading it feel like its stuck. i was at position 4 for a looong time.
i wonder if the code actually takes that long to execute
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
September 04, 2015, 10:19:15 PM
 #190

I was thinking of this site of yours yesterday with people saying they are number so and so in the queue and some complaining that they have been waiting hours [including me], in any case, I was wondering, how many hits/requests do this site process each day?

I think it would be quite interesting if you don't mind to share it. I believe it to be much higher than we think it might be.
According to my ad stats, I'm getting around 17 unique ip's per day and around 24 visits per day.

Been loading for about 2hours now. although i dont think its loading it feel like its stuck. i was at position 4 for a looong time.
i wonder if the code actually takes that long to execute

It doesn't take that long to execute, but there is the problem where the queue isn't working. Unfortunately, the best option right now is to restart the web server software periodically to clear the queue. I think I will add a crontab task so it does that every 24 hours.

Jeremycoin
Legendary
*
Offline Offline

Activity: 1022
Merit: 1003


𝓗𝓞𝓓𝓛


View Profile
September 04, 2015, 10:47:13 PM
 #191

I'm stuck at the 4 queue, at least it was decreasing from 5 Sad

faucet used to be profitable
White sugar
Legendary
*
Offline Offline

Activity: 1232
Merit: 1005


View Profile
September 11, 2015, 01:55:44 PM
 #192

your estimator is not really reliable. I don't think a newbie that has 252 potential activity and has very poor posts could be sold for almost 0.1 BTC.
I with a hero that has been sold for around 0.45 BTC, and the value, according to your estimator, was around 0.55 BTC

And I think you understimate positive trust, I tested with a hero with more than 600 activity and dark green trust and his value was not different than similar accounts with n
Hugroll
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
September 11, 2015, 02:05:04 PM
 #193

ya the estimator is really over estimating the prices for lower level accounts
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
September 11, 2015, 03:22:04 PM
 #194

your estimator is not really reliable. I don't think a newbie that has 252 potential activity and has very poor posts could be sold for almost 0.1 BTC.
I with a hero that has been sold for around 0.45 BTC, and the value, according to your estimator, was around 0.55 BTC

And I think you understimate positive trust, I tested with a hero with more than 600 activity and dark green trust and his value was not different than similar accounts with n
Ok thanks for letting me know. I will be updating the algorithm as prices go down.

DebitMe
Legendary
*
Offline Offline

Activity: 2786
Merit: 1011

Get Paid Crypto To Walk or Drive


View Profile
September 11, 2015, 03:31:24 PM
 #195

WOOT, looks like the 3 years of time put into my account has made it valued at .94279500 btc.

I guess whoever offers that gets it Smiley

Lol, nice estimator, kind of fun.  I would say you need to adjust the algorithm a little bit though.  I had always considered that I could reasonably get 5 to 6 btc for this account, possibly more.

Still a unique spin on things, nicely done.

Get paid crypto to walk or drive. Play CoinHuntWorld! Earn Hundreds Monthly!
https://coinhunt.gsc.im/IZIijYr64Q
avatar_kiyoshi
Legendary
*
Offline Offline

Activity: 1106
Merit: 1000



View Profile
September 11, 2015, 07:51:08 PM
 #196

Looks like the algo for estimate acc price is need repairing Huh
because the price is not comparable with market here.
prodigy8
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
September 11, 2015, 09:10:18 PM
 #197

WOOT, looks like the 3 years of time put into my account has made it valued at .94279500 btc.

I guess whoever offers that gets it Smiley

Lol, nice estimator, kind of fun.  I would say you need to adjust the algorithm a little bit though.  I had always considered that I could reasonably get 5 to 6 btc for this account, possibly more.

Still a unique spin on things, nicely done.

There is a website which i can't remember, it's similar to this but the whole page was in black, at the end you can change the parameters and estimate the price. When i find will send to you.
RustyNomad
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile WWW
September 11, 2015, 09:42:01 PM
 #198

WOOT, looks like the 3 years of time put into my account has made it valued at .94279500 btc.

I guess whoever offers that gets it Smiley

Lol, nice estimator, kind of fun.  I would say you need to adjust the algorithm a little bit though.  I had always considered that I could reasonably get 5 to 6 btc for this account, possibly more.

Still a unique spin on things, nicely done.

There is a website which i can't remember, it's similar to this but the whole page was in black, at the end you can change the parameters and estimate the price. When i find will send to you.

I think its this site you are looking for http://www.satoshiquiz.com/bitcointalk/getactivity.php
prodigy8
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile
September 11, 2015, 10:10:13 PM
 #199

WOOT, looks like the 3 years of time put into my account has made it valued at .94279500 btc.

I guess whoever offers that gets it Smiley

Lol, nice estimator, kind of fun.  I would say you need to adjust the algorithm a little bit though.  I had always considered that I could reasonably get 5 to 6 btc for this account, possibly more.

Still a unique spin on things, nicely done.

There is a website which i can't remember, it's similar to this but the whole page was in black, at the end you can change the parameters and estimate the price. When i find will send to you.

I think its this site you are looking for http://www.satoshiquiz.com/bitcointalk/getactivity.php

Bingo, yeah that was what i was looking for, good job. I think it is limited for free so hurry who wants to check the potential activity.
altcoinhosting
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1006


View Profile
September 12, 2015, 08:06:12 AM
 #200

WOOT, looks like the 3 years of time put into my account has made it valued at .94279500 btc.

I guess whoever offers that gets it Smiley

Lol, nice estimator, kind of fun.  I would say you need to adjust the algorithm a little bit though.  I had always considered that I could reasonably get 5 to 6 btc for this account, possibly more.

Still a unique spin on things, nicely done.

There is a website which i can't remember, it's similar to this but the whole page was in black, at the end you can change the parameters and estimate the price. When i find will send to you.

I think its this site you are looking for http://www.satoshiquiz.com/bitcointalk/getactivity.php

Bingo, yeah that was what i was looking for, good job. I think it is limited for free so hurry who wants to check the potential activity.

To bad it asks for 0.001 to generate a key...

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 »
  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!