Bitcoin Forum
May 07, 2024, 04:20:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Is it time for a user moderated bitcoin forum?  (Read 1045 times)
🏰 TradeFortress 🏰 (OP)
Bitcoin Veteran
VIP
Legendary
*
Offline Offline

Activity: 1316
Merit: 1043

👻


View Profile
October 26, 2012, 05:06:12 AM
 #1

Bitcointalk is rife with censorships (example: https://bitcointalk.org/index.php?topic=118154.0), and people who disagree with mods are being banned (example: https://bitcointalk.org/index.php?topic=120102.0 goat banned by mod who has a conflict of interest with GLBSE), the forum's ban on NSFW stuff (we're not children here). This thread isn't for discussion about those, but how an alternative bitcoin forum could be created that isn't censored and is free (in openness and liberty).

A few ways of doing it:
1) Upvotes and downvotes like Reddit, Quora, Stack Overflow.
2) Democratically elected moderators that can be removed if they abuse their power like what's happening now - similar to stack overflow.
3) People who are ignored by X% of the people have their posts automatically collapsed.

There obviously needs moderation or the forum would be full of spam advertising. Low quality spammy posts used to promote certain sites would also impact the discussion values, but how could moderation be handled in a fair and uncorrupt way?
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715098821
Hero Member
*
Offline Offline

Posts: 1715098821

View Profile Personal Message (Offline)

Ignore
1715098821
Reply with quote  #2

1715098821
Report to moderator
1715098821
Hero Member
*
Offline Offline

Posts: 1715098821

View Profile Personal Message (Offline)

Ignore
1715098821
Reply with quote  #2

1715098821
Report to moderator
SpontaneousDisorder
Member
**
Offline Offline

Activity: 87
Merit: 10



View Profile
October 26, 2012, 11:43:34 AM
 #2

If you want reddit use http://reddit.com/r/bitcoin

FTFY
stevegee58
Legendary
*
Offline Offline

Activity: 916
Merit: 1003



View Profile
October 26, 2012, 12:26:41 PM
 #3

OP sounds like he's volunteering to set this up.  Thanks so much OP!

You are in a maze of twisty little passages, all alike.
Flowz
Member
**
Offline Offline

Activity: 114
Merit: 10


Bitcoin = Money for the people, by the people.


View Profile
October 27, 2012, 04:38:08 PM
 #4

I've actually been thinking about this too.

Why not create a p2p decentralized forum and implement it into bitcoin itself?

The forum would work the same way that the bitcoin scheme works.

You have a public key (like a bitcoin address) and a private key (every public key has a corresponding private key to sign transactions with).

The public key would represent your "username", only the beholder of the private key would be able to post on the forum.

Every message in the forum made by the users must be encrypted/sign with their private key, and a corresponding public key is given with it.
This ensures that everyone posting a message, is who he truely claims he is.

Every user who made more then hundred posts gets the ability to rate other..
-> Each person has a "community rate" which is all the rates given by other people to the this person accumulated.
--> This could be used to filter out scammers and cheaters, people who harm others will get a lot of negative rates. Other who have done a lot of good things will get rewarded by a good rate, and get more trusted.

-> To counterfeit people abusing this system to harm others with a spam of negative rate we must add a minimum of 100 reached posts  and mayve to even make it harder the user should have atleast 10 good rates himself before getting the ability to rate others.

We could incorporate this into the blockchain. So not only transactions are stored in it, but also forum-messages.
-> We could take advantage of the network hashing power to relay messages.
-> Blocks only get produced every 10 minutes, so the posts get delayed.
--> Using a alt-coin that produces blocks fast can solve this though.

Private messaging can still be done.
Every user has a public and private key, now to enable private messaging we must generate another key-pair.
So we generate another key-pair and this time we give out the PRIVATE KEY TO EVERYONE.
This gives people the chance to encrypt their message with the given private key and it can only get decrypted by the public key which we keep.


Any input on this? Smiley
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
October 27, 2012, 05:47:42 PM
 #5

You have a public key (like a bitcoin address) and a private key (every public key has a corresponding private key to sign transactions with).

The public key would represent your "username", only the beholder of the private key would be able to post on the forum.

Every message in the forum made by the users must be encrypted/sign with their private key, and a corresponding public key is given with it.
This ensures that everyone posting a message, is who he truely claims he is.

Every user who made more then hundred posts gets the ability to rate other..
-> Each person has a "community rate" which is all the rates given by other people to the this person accumulated.
--> This could be used to filter out scammers and cheaters, people who harm others will get a lot of negative rates. Other who have done a lot of good things will get rewarded by a good rate, and get more trusted.

-> To counterfeit people abusing this system to harm others with a spam of negative rate we must add a minimum of 100 reached posts  and mayve to even make it harder the user should have atleast 10 good rates himself before getting the ability to rate others.

We could incorporate this into the blockchain. So not only transactions are stored in it, but also forum-messages.
-> We could take advantage of the network hashing power to relay messages.
-> Blocks only get produced every 10 minutes, so the posts get delayed.
--> Using a alt-coin that produces blocks fast can solve this though.

Private messaging can still be done.
Every user has a public and private key, now to enable private messaging we must generate another key-pair.
So we generate another key-pair and this time we give out the PRIVATE KEY TO EVERYONE.
This gives people the chance to encrypt their message with the given private key and it can only get decrypted by the public key which we keep.


Any input on this? Smiley
It's called Web of Trust. https://wiki.freenetproject.org/Web_of_Trust
Flowz
Member
**
Offline Offline

Activity: 114
Merit: 10


Bitcoin = Money for the people, by the people.


View Profile
October 27, 2012, 06:19:13 PM
 #6

You have a public key (like a bitcoin address) and a private key (every public key has a corresponding private key to sign transactions with).

The public key would represent your "username", only the beholder of the private key would be able to post on the forum.

Every message in the forum made by the users must be encrypted/sign with their private key, and a corresponding public key is given with it.
This ensures that everyone posting a message, is who he truely claims he is.

Every user who made more then hundred posts gets the ability to rate other..
-> Each person has a "community rate" which is all the rates given by other people to the this person accumulated.
--> This could be used to filter out scammers and cheaters, people who harm others will get a lot of negative rates. Other who have done a lot of good things will get rewarded by a good rate, and get more trusted.

-> To counterfeit people abusing this system to harm others with a spam of negative rate we must add a minimum of 100 reached posts  and mayve to even make it harder the user should have atleast 10 good rates himself before getting the ability to rate others.

We could incorporate this into the blockchain. So not only transactions are stored in it, but also forum-messages.
-> We could take advantage of the network hashing power to relay messages.
-> Blocks only get produced every 10 minutes, so the posts get delayed.
--> Using a alt-coin that produces blocks fast can solve this though.

Private messaging can still be done.
Every user has a public and private key, now to enable private messaging we must generate another key-pair.
So we generate another key-pair and this time we give out the PRIVATE KEY TO EVERYONE.
This gives people the chance to encrypt their message with the given private key and it can only get decrypted by the public key which we keep.


Any input on this? Smiley
It's called Web of Trust. https://wiki.freenetproject.org/Web_of_Trust

Well we should have our own Freenet-like forum!
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
October 27, 2012, 07:02:43 PM
 #7

Well we should have our own Freenet-like forum!
In my spare time I'm learning Java by rewriting the Freenet client's web interface (Fproxy). Once I'm done refactoring the existing code into something sane and readable I very well might start looking for ways to integrate new functionality involving Bitcoin.
Pages: [1]
  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!