Bitcoin Forum
May 05, 2024, 05:19:56 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 »
  Print  
Author Topic: Bitcointalk Account price estimator  (Read 164794 times)
aalborg
Full Member
***
Offline Offline

Activity: 602
Merit: 100



View Profile
August 31, 2016, 12:16:55 AM
 #681

http://www.bctalkaccountpricer.info/?token=jberkfa3

"Post Quality:" Poor (58%)

Thank you, your "account pricer" is too kind!

0.04606875 BTC

Will take 0.05  Wink
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714886396
Hero Member
*
Offline Offline

Posts: 1714886396

View Profile Personal Message (Offline)

Ignore
1714886396
Reply with quote  #2

1714886396
Report to moderator
1714886396
Hero Member
*
Offline Offline

Posts: 1714886396

View Profile Personal Message (Offline)

Ignore
1714886396
Reply with quote  #2

1714886396
Report to moderator
1714886396
Hero Member
*
Offline Offline

Posts: 1714886396

View Profile Personal Message (Offline)

Ignore
1714886396
Reply with quote  #2

1714886396
Report to moderator
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
August 31, 2016, 04:22:52 PM
 #682

Website now has https and will force all users to use https. http will automatically be redirected to https.

awesome31312
Hero Member
*****
Offline Offline

Activity: 826
Merit: 504


View Profile
August 31, 2016, 05:28:11 PM
 #683

Website now has https and will force all users to use https. http will automatically be redirected to https.

Is the sole criteria for judging "post quality" an analysis of the volume of characters per post? Because in that case, it will only reward people who are fans of pasting data from websites.

Account recovered 08-12-2019
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
August 31, 2016, 06:24:07 PM
 #684

Is the sole criteria for judging "post quality" an analysis of the volume of characters per post?
yes

Because in that case, it will only reward people who are fans of pasting data from websites.
No, that is not the only people it will reward. It will reward people who also legitimately post good content which tends to be longer. Not all long content is spam. Likewise not all short content is spam. However, from past experience, shorter posts tend to be spammier than longer posts.

If you have any better solution for determining post quality (a subjective quality mind you) then I am all ears. So far no one has suggested anything better than checking the character count. And I don't want/can't implement a spam checking AI.

awesome31312
Hero Member
*****
Offline Offline

Activity: 826
Merit: 504


View Profile
August 31, 2016, 06:52:18 PM
Last edit: August 31, 2016, 07:09:30 PM by awesome31312
 #685

Is the sole criteria for judging "post quality" an analysis of the volume of characters per post?
yes

Because in that case, it will only reward people who are fans of pasting data from websites.
No, that is not the only people it will reward. It will reward people who also legitimately post good content which tends to be longer. Not all long content is spam. Likewise not all short content is spam. However, from past experience, shorter posts tend to be spammier than longer posts.

If you have any better solution for determining post quality (a subjective quality mind you) then I am all ears. So far no one has suggested anything better than checking the character count. And I don't want/can't implement a spam checking AI.

Well you should know that in writing class in college, we were penalized for making our pieces too long or too wordy, in fact, the final exam had to write just one page on a very broad topic. The goal was obviously to learn to conjoin sentences and avoid repeating information, choppy sentence structure is associated with poor writing skill. For a basic example, instead of saying:

This is Ben. He is a man. Ben likes cake. Ben is twenty two years old.

You would say:

Ben is a twenty two year old man who likes cake.

I do not have any programming experience so I don't know if this will be possible to execute but, you could make it so it detects what percentage of a user's posts are plagiarized (by linking it to a free online detector, perhaps?). Also, you could make it so it detects the degree of repetition of certain words/phrases/sentences too.

Account recovered 08-12-2019
socks435
Legendary
*
Offline Offline

Activity: 2016
Merit: 1030

Privacy is always important


View Profile
August 31, 2016, 06:59:02 PM
 #686

Any news about changing the price estimator to add and relaying in usd so that it is not confused newbie seller accounts about the estimated price..
Honestly the price of bitcoin is changed and the estimate should decrease too..

Solving blocks can't be solved without my rigs.
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
August 31, 2016, 08:13:44 PM
 #687

Well you should know that in writing class in college, we were penalized for making our pieces too long or too wordy, in fact, the final exam had to write just one page on a very broad topic. The goal was obviously to learn to conjoin sentences and avoid repeating information, choppy sentence structure is associated with poor writing skill. For a basic example, instead of saying:

This is Ben. He is a man. Ben likes cake. Ben is twenty two years old.

You would say:

Ben is a twenty two year old man who likes cake.

I do not have any programming experience so I don't know if this will be possible to execute but, you could make it so it detects what percentage of a user's posts are plagiarized (by linking it to a free online detector, perhaps?). Also, you could make it so it detects the degree of repetition of certain words/phrases/sentences too.
An algorithm to detect repetitions and such patterns is in fact ridiculously hard to code. It becomes ridiculously complex very quickly when you are trying to get a computer to recognize patterns. Since determining post quality requires analysis and pattern recognition, it is fairly difficult to do this in a computer. I have neither the expertise nor the time to work on any such algorithm.

For plagiarism, I don't think it matters. IMO the people who plagiarize are in the minority. The vast majority of them are found out and quickly shut down by the mods anyways.

Also, as I said above, the length of a post is usually a big determining factor for determining whether a post is spam. Yes there are exceptions; this has been discussed ad nauseam both in this thread and throughout the meta section. It's also completely subjective. I will not be changing the post quality unless someone can suggest a much better algorithm that is also not ridiculously complicated to implement. Even better would be to submit a pull request with said implementation.

Any news about changing the price estimator to add and relaying in usd so that it is not confused newbie seller accounts about the estimated price..
As I have said before in this thread, I will not be adding anything for converting prices to any fiat.

Honestly the price of bitcoin is changed and the estimate should decrease too..
Honestly, I haven't changed the estimation algo in a very long time. I am considering removing it entirely and just letting the site be an account stats thing.

sakinaka
Sr. Member
****
Offline Offline

Activity: 325
Merit: 250


Decentralised Amazon & ICO Hub


View Profile
September 01, 2016, 08:02:16 AM
 #688

I have two things to say :

-Why do I have -6 in queue when I request ?
-You should not remove the price estimator because it is the original idea behind the site and because the domain name is tied to it.

  S h o p e o   






















































Decentralized Amazon & ICO hub
       ◢ Thread      Whitepaper      Bounties






































█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     








                  ▄▄██▄
              ▄▄█▀▀  ██
          ▄▄█▀▀      █▌
      ▄▄█▀▀   ▄▀    ██
 ▄▄▄█▀▀    ▄█▀     ▐█
██      ▄██▀       █▌
 ▀▀██▄███▀        ██
     ██▀▀█▄▄▄     █▌
      █▄  ██▀▀▀█▄██
       █▄█▀








                      ▄████▄▄    ▄
     ██             ████████████▀
     ████▄         █████████████▀
     ▀████████▄▄   █████████████
     ▄▄█████████████████████████
     ██████████████████████████
       ▀██████████████████████
        █████████████████████
         ▀█████████████████▀
           ▄█████████████▀
     ▄▄███████████████▀
        ▀▀▀▀▀▀▀▀▀▀▀




   █
   █
   █
   █
   █
   █
   █
   █
   █
   █
   █
   █
   █
   █
   █
   █
   █

















█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
█     
       JOIN
  ONE WEEK ICO
[
AUGUST
10 - 17th
]
noictib
Hero Member
*****
Offline Offline

Activity: 966
Merit: 515


One of the world's leading Bitcoin-powered casinos


View Profile
September 01, 2016, 09:41:33 AM
 #689

 Now a problem in your site . i am trying to get detail of my ac but i am not able . because this site is not showing me the box to entre code . since it was working two hours ago . please check whether is problem .
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
September 01, 2016, 12:07:37 PM
 #690

I have two things to say :

-Why do I have -6 in queue when I request ?
-6 is used as a placeholder to indicate that the request has not been processed yet. Why -6? Because -1 through -5 are used to indicate other things, primarily errors.

-You should not remove the price estimator because it is the original idea behind the site and because the domain name is tied to it.
Yes, I know.

Now a problem in your site . i am trying to get detail of my ac but i am not able . because this site is not showing me the box to entre code . since it was working two hours ago . please check whether is problem .
I do not see this issue on my computer. Try clearing your browser caches.

marleybobthedog
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
September 02, 2016, 03:05:49 AM
 #691

Update #4: Website now has https and will force all users to use https. http will automatically be redirected to https.


Update #3: Website has new tokening system and fixed queuing system
There is a new update to the project!!

I have released a new version on Github and also live on the website. This new version has improvements to the queue system so it doesn't fail as it used to.

There is now a tokening system for the queue. When you submit a lookup request you will receive a token. You can then leave the page and browse as you wish. You can return later and enter the token to see your results. The only caveat is that results are kept for only 24 hours after the request was submitted.

Update #2: Website is up at http://www.bctalkaccountpricer.info/
My website is up and usable at http://www.bctalkaccountpricer.info/

The site is very simple, just enter the User ID and it will do everything for you. There is a queuing system in place to prevent the server from being IP banned by Bitcointalk. The site will let you know where you are in the queue and will automatically retrieve all of the information when it is your turn.

There are a few notable differences between the website version and the version on github:
  • Ads - The website has ads to help me support the site. I did not include the code for the ads in the github
  • IP wait times - The website will require you to wait 5 minutes before it will let you submit another request. This is to prevent DoS attacks on the site. The Github contains the code for this, but it is commented out.
  • Account bot password - In order for the website to work, an account is required to view the trust of members. The Github has a placeholder password THAT DOES NOT WORK while the website has the correct password.
If you have issue with any of the above, please let me know and see if we can fix the problem.

If you find any bugs in the website, please contact me here or using the issue tracker on Github.

Update #1: The code is now available to browse, fork, and download at https://github.com/achow101/BitcointalkAccountPricer

Hello All,

Today I am announcing a project that I have been working on recently. This project is a price estimator for Bitcointalk Forum Accounts. The algorithm for determining prices is based on recent prices of accounts here.
The algorithm is as follow:
Code:
0.0003[btc]/activity
0.00015[btc]/epa (extra potential activity)

epa = potential activity - activity

bp (base price) = 0.0003 * activity + 0.00015 * epa

final price = bp * pqm * tm

pqm (post quality multiplier) determined by ratio of good posts (>75 characters excluding quoted text) to bad posts (<75 characters excluding quotes)
excellent post quality (90%) = 1.05 (+5%)
good (80%) = 1.025 (+2.5%)
fair (70%) = 1.00 (+0%)
poor (50%) = -1.025 (-2.5%)
very poor (<50%) = -1.05 (-5%)

tm (trust multiplier)
positive light green trust = 1.10 (+10%)
positive dark green trust = 1.20 (+20%)
neutral trust = 1.00 (+0%)
negative trust = -0.15 (-85%)

The code will be written in Java because I know Java the best. It will be open source and published on Github, but not yet as it is not completely finished. There will also be a website that has the java applet on the webpage for anyone to calculate the price of any Bitcointalk Account.

Please let me know what you guys think of this and if I should change the algorithm in any way.

Disclaimer: This project is not definitive nor an entirely accurate representation of an account's sell price. While I strive to be as accurate and close to current market prices as possible, actual prices may vary.

If this has been helpful to you or you would like to support this project, please donate to 16mT7jrpkjnJBD7a3TM2awyxHub58H6r6Z.

Edit: Algo adjustments

I am wondering how post quality is determined can you please provide the algo to check post quality. Because I want to write my post according to defined algorithm so that I don't have to fear of bad post quality
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
September 02, 2016, 03:22:38 AM
 #692

I am wondering how post quality is determined can you please provide the algo to check post quality. Because I want to write my post according to defined algorithm so that I don't have to fear of bad post quality
I see your reading comprehension is high. /s

If you want to know the algo, then read the first post where I explained everything. The variables are very simple and self-explanatory.

The way that post quality is calculated here is by no means definitive. In fact, it is one of the worst ways to determine post quality, but the easiest for a computer. Post quality is completely subjective, and if you do everything you can to get a rating of "excellent" on my site, your post quality could still be absolute shit. Good post quality means that your posts are constructive and add to the discussion at hand.

JITENDERPAR3
Full Member
***
Offline Offline

Activity: 336
Merit: 100


View Profile
September 02, 2016, 03:48:50 AM
 #693

Now a problem in your site . i am trying to get detail of my ac but i am not able . because this site is not showing me the box to entre code . since it was working two hours ago . please check whether is problem .
i was also facing the the same problem but when i have cleared my browser history and cache then the sites again works very well  , i Hope this will work . and second one thing you should  try after at least 2 minute as site tell us .
and i will say thank you to the site admin that he provides us this fascility to check the account potential .
BeginnerCoin
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile WWW
September 02, 2016, 04:09:10 AM
 #694

Very interesting project! Thank you for enlightening us to the values of Bitcointalk accounts, and thank you for posting the algorithm as well!


BeginnerCoin (BGNR):
The Beginner-Friendly, Freely-Distributed Cryptocurrency for Everyone
Dagmen
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
September 11, 2016, 06:49:50 PM
Last edit: September 11, 2016, 07:01:14 PM by Dagmen
 #695

Hahahhaha love it xD Not for selling but to have information about accounts.

Btw, what means the percentage in Post Quality section ?

And maybe you could add the average number of char per post, would be nice Cheesy
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
September 11, 2016, 06:57:09 PM
 #696

Btw, what means the percentage in Post Quality section ?
It's the ratio of good posts (posts with at least 75 chars) to bad posts.

Quote
And maybe you could add the average number of char per post would be nice Cheesy
That's actually a good idea. I think I might do that.

snipie
Legendary
*
Offline Offline

Activity: 3150
Merit: 1140


#SWGT CERTIK Audited


View Profile WWW
September 11, 2016, 08:40:04 PM
Last edit: September 13, 2016, 09:30:29 PM by snipie
 #697

And maybe you could add the average number of char per post would be nice Cheesy
That's actually a good idea. I think I might do that.

Indeed it is a great  idea to know the average of char in the non-quoted texts for each account

Haha or the number of spelling errors per post Grin now that would show post quality. If you could implement that you would be a rich man from tips knightdk achow101

Someone give this clever guy a cookie...and a big lollipop  Wink

Elwar
Legendary
*
Offline Offline

Activity: 3598
Merit: 2384


Viva Ut Vivas


View Profile WWW
September 12, 2016, 08:41:10 AM
 #698

Name: Elwar
Posts: 8031
Activity: 1862 (Legendary)
Potential Activity: 1862 (Potential Legendary)
Post Quality: Fair (72.71%)
Trust: Neutral
Estimated Price: 0.55860000


Woo hoo! Time to sell my account and retire a rich man!

Post quality Fair? I beg to differ. I'm never fair.  Tongue

First seastead company actually selling sea homes: Ocean Builders https://ocean.builders  Of course we accept bitcoin.
Jeremycoin
Legendary
*
Offline Offline

Activity: 1022
Merit: 1003


𝓗𝓞𝓓𝓛


View Profile
September 12, 2016, 08:52:27 AM
 #699

Name: Elwar
Posts: 8031
Activity: 1862 (Legendary)
Potential Activity: 1862 (Potential Legendary)
Post Quality: Fair (72.71%)
Trust: Neutral
Estimated Price: 0.55860000


Woo hoo! Time to sell my account and retire a rich man!

Post quality Fair? I beg to differ. I'm never fair.  Tongue

That's actually a good amount to sell, but do you actually think that 0.5BTC is enough for retirement? Because I think you need more than it to retire

faucet used to be profitable
Chris!
Legendary
*
Offline Offline

Activity: 1382
Merit: 1122



View Profile
September 13, 2016, 02:34:24 AM
 #700

And maybe you could add the average number of char per post would be nice Cheesy
That's actually a good idea. I think I might do that.

Indeed it is a great  idea to know the average of char in the non-quoted texts for each account


Haha or the number of spelling errors per post Grin now that would show post quality. If you could implement that you would be a rich man from tips knightdk achow101
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!