Pages:
Author

Topic: Bitcointalk Account price estimator - page 52. (Read 164835 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
August 14, 2015, 02:59:36 PM
#93
When I use my userID into the estimator I got this:
Quote
User Id: 15713
Name: brunoshady
Posts: 252
Activity: 182
Potential Activity: 168
Post Quality: Poor
Trust: Negative, Red Trust
Estimated Price: 0.01919531
Why is my potential activity 168 while my actual activity is 182?
That seems to be a bug. I am trying to fix the biu but I don't have the time right now and it is a little hard to find. I'm working on it.

Thanks. Your site is working. Gave me not a bad estimate for my account.  Cheesy

I have a suggestion. It would be nice if your estimator can show the username and simple info of the account after entering the uid. Then users click a button to start the calculation. If someone enter the wrong uid, they might have to wait a long time before they know it, wasting time querying the forum database again.
Thanks. I will take your suggestion and see if i can include it into the next version.

tiny suggestions:
* 0.13991250 btc   instead of 0.13991250
* translate to usd & euro & yuan
* Date registered, ages in days
* Last active
* newbie / hero / ... / half-god
I will take some of your suggestions and include the BTC unit as well as some other account info. I won't have the firat conversion though.

.
No time to look into your code.  Are you actually also parsing all my posts pages?
If yes: ... then you could extract all the links from the header of each post e.g.
https://bitcointalk.org/index.php?topic=1147294.msg12086244#msg12086244
and extract all the "topic=1147294" parts, adding them all to a list.
When making that list unique, the length will give you
in how many different threads I have been posting.

len(  list(set(  topicsList   )  )  )


-> easy to distinguish different "types" of users

Not sure how to relate that to a price, but it would be a cool extra info.


It does go through all of the show posts pages but what would that really accomplish?
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
August 14, 2015, 01:37:48 PM
#92
Interesting project.

Have you thought about ways to gauge your numbers with actual empirical data?


But my personal result:

Code:
User Id: 413122
Name: altsheets
Posts: 378
Activity: 182
Potential Activity: 182
Post Quality: Good
Trust: Neutral
Estimated Price: 0.13991250

No way I would sell myself for 40 bucks ;-)


tiny suggestions:
* 0.13991250 btc   instead of 0.13991250
* translate to usd & euro & yuan
* Date registered, ages in days
* Last active
* newbie / hero / ... / half-god


No time to look into your code.  Are you actually also parsing all my posts pages?
If yes: ... then you could extract all the links from the header of each post e.g.
https://bitcointalk.org/index.php?topic=1147294.msg12086244#msg12086244
and extract all the "topic=1147294" parts, adding them all to a list.
When making that list unique, the length will give you
in how many different threads I have been posting.

len(  list(set(  topicsList   )  )  )


-> easy to distinguish different "types" of users

Not sure how to relate that to a price, but it would be a cool extra info.

sr. member
Activity: 262
Merit: 250
Dubs Get
August 14, 2015, 10:35:45 AM
#91
When I use my userID into the estimator I got this:
Quote
User Id: 15713
Name: brunoshady
Posts: 252
Activity: 182
Potential Activity: 168
Post Quality: Poor
Trust: Negative, Red Trust
Estimated Price: 0.01919531
Why is my potential activity 168 while my actual activity is 182?
sr. member
Activity: 373
Merit: 252
August 14, 2015, 09:31:06 AM
#90
this price estimator can't guarantee if you want to sell your account
Of course it can't. That's why it's called a Bitcointalk account price estimator, not guarantee.
legendary
Activity: 1120
Merit: 1000
August 14, 2015, 04:55:57 AM
#89
this price estimator can't guarantee if you want to sell your account
sr. member
Activity: 331
Merit: 250
August 14, 2015, 04:52:57 AM
#88
The price for an account is calculated with a formula.The question is ,'is there anyone willing to buy an account?'.The price must dynamically change with the profit obtained from advertisement campaigns.However, the profit from advertisement campaigns is related to many parameters including world economic outlook, BTC price, etc.
Lets say, an account has been valued for 1 BTC by the program.However, 'bitcointalk.org' banned advertisement at the site, for me the value will decrease to 0 immediately.
The price must also be related to income not only the posts etc.Although I am new at the site I have been observing members like Dogie, Tamatocage.They are very experienced and reliable.Having these charachteristics they are making money.I really admire them.I hope one day I would be at their situation.This will take time.
sr. member
Activity: 294
Merit: 250
★YoBit.Net★ 200+ Coins Exchange & Dice
August 14, 2015, 03:40:02 AM
#87
very useful tool, thanks what is the max price for one account?
like a legendary from 2010?  Grin i think a lot

hero member
Activity: 672
Merit: 500
August 13, 2015, 02:24:34 PM
#86
Thanks. Your site is working. Gave me not a bad estimate for my account.  Cheesy

I have a suggestion. It would be nice if your estimator can show the username and simple info of the account after entering the uid. Then users click a button to start the calculation. If someone enter the wrong uid, they might have to wait a long time before they know it, wasting time querying the forum database again.
staff
Activity: 3458
Merit: 6793
Just writing some code
August 13, 2015, 12:24:49 PM
#85
Just one question - Why is the estimated activity lower than the current activity? I expected this to be higher as I've been posting quite a bit over the past week.
Not sure, must be a bug. I will check it out.
sr. member
Activity: 336
Merit: 251
August 13, 2015, 12:21:31 PM
#84
Working thanks....

Received my details within seconds.

Just one question - Why is the estimated activity lower than the current activity? I expected this to be higher as I've been posting quite a bit over the past week.
staff
Activity: 3458
Merit: 6793
Just writing some code
August 13, 2015, 11:31:15 AM
#83
It looks like that I have some problems with the queue. I'm going write a quick fix that makes the wait time to be 10 minutes instead of 5. I will also have to restart the server which will also clear the queue. I will edit this post when I go to restart it.

I will be restarting the server now. The queue will be cleared and the wait time has been increased to be 10 minutes between requests.

I will be working on another fix that will require a payment for the 3rd or above request in an hour. E.g. after 3 requests, the next request will require a payment (as long as it is requested within an hour of the first.)
sr. member
Activity: 336
Merit: 251
August 13, 2015, 10:58:08 AM
#82
I've given up, been static for the past 3 odd hours.

Will try it again in next week.
legendary
Activity: 1022
Merit: 1003
𝓗𝓞𝓓𝓛
August 13, 2015, 09:31:20 AM
#81
So we have to wait for the queue? I thought it'll automatically estimate my account price. Cheesy
sr. member
Activity: 336
Merit: 251
August 13, 2015, 08:36:04 AM
#80
I was at 17 and waited for over an hour and nothing happened so closed the page.

Now on 458 and page has been open for about half an hour and still nothing. Guess my account is worthless  Grin
full member
Activity: 122
Merit: 100
August 13, 2015, 08:26:04 AM
#79
Quote
Please wait. You are number 459 in the queue.

Wow the entries is reach over 400 entries. so i need to wait for my number entries has been checked? it's manual checking?

And when i try to close the site, that's notification appear, "if i leave the page, the queue will remove".
Im the same haha
Please wait. You are number 459 in the queue.
How many time i should wait¿
sr. member
Activity: 373
Merit: 252
August 13, 2015, 08:20:30 AM
#78
Great work! I just tested with my account and it found my account's estimated value in less than 15 seconds. Smiley I do have one suggestion regarding the ads. The top banner ad looks a little out of place, maybe if you centered it that would make it look a little better?
Huh. It looks centered to me. What browser are you using?

But overall great work, the only other thing maybe worth tweaking a little bit is the formula for finding the account value, it estimated that my account is worth ~ 0.12 BTC. I'd estimate that it would actually be worth 0.07 BTC or so at most, since Senior Member accounts seem to be selling for fairly cheap here now ( < 0.2 BTC).
I have noticed the decreasing prices and I will soon adjust the estimation accordingly.
I was using IE then (I have ad blocker on Chrome which was why I had to use IE  Tongue) but I just tested it on Chrome and it does look centered to me now. Must just be a bug with IE.

But wow, the queue has sure grown from when I tested it out yesterday - I'm number 461 in line right now. It could just be bots clogging up the site, because it's hard to believe that there are 460 other people waiting on valid requests right now.
legendary
Activity: 1106
Merit: 1000
August 13, 2015, 08:04:31 AM
#77
Quote
Please wait. You are number 459 in the queue.

Wow the entries is reach over 400 entries. so i need to wait for my number entries has been checked? it's manual checking?

And when i try to close the site, that's notification appear, "if i leave the page, the queue will remove".
full member
Activity: 204
Merit: 100
August 13, 2015, 05:06:04 AM
#76
Seems only one process running in your server, I'm waiting on the queue at point 455, looks interesting, even I can't wait for the result come out


One more suggestions that in one hour you can accept 60 request as per new order you can make fix 60 orders at max so can no more numbers in quench

Do paid work for price checker
legendary
Activity: 1316
Merit: 1000
Varanida : Fair & Transparent Digital Ecosystem
August 13, 2015, 05:01:48 AM
#75
Seems only one process running in your server, I'm waiting on the queue at point 455, looks interesting, even I can't wait for the result come out
legendary
Activity: 1568
Merit: 1031
August 13, 2015, 04:46:28 AM
#74
OMG nwo i am in
Please wait. You are number 455 in the queue.


@ admin I suggest you to please Make this service paid like pay 0.0005 BTC as donation to stop this long time period

OR launch a mail system so we enter email id and we will get report when service is free   

I totally support the idea ,you could use the money for better hosting in case you don't have Anti ddos even if I'am not sure who will ddos a price estimator for bitcointalk lol so check Hosting24.com they have decent hosting with anti ddos attack implented on their systems
Pages:
Jump to: