Bitcoin Forum
April 26, 2024, 10:19:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: BitChat.xyz - Anonymous Bitcoin Chat - Donations Needed  (Read 1428 times)
lightenx (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 11, 2015, 02:56:43 PM
Last edit: October 11, 2015, 04:41:10 PM by lightenx
 #1

Hi Bitcointalk members!
I started development on an anonymous chat, where people sign up with their BTC Address.
The ownership of the address is verified by entering the balance of the address.
I am looking into verifying it by the hash160 value, but I don't know how users get them.

I will be posting sketches soon.
Reply if you have suggestions.

If you want to support this project, please donate some Bitcoin to this address: 1BmqgMppdofEbVAKTkxsJ9N6JvFXmySEQk

UPDATE: I just registered a Domain for BitChat, at http://www.bitchat.xyz/

Signed Message:
Code:
Address: 1BmqgMppdofEbVAKTkxsJ9N6JvFXmySEQk
Message: I, lightenx confirm that I can recieve funds for BitChat on this Bitcoin Address. Signed at 2015/10/11 18:41
Signature: IMgGqH9N1FMcWtnzDPBIvyclShfY0ORJy5NEWVz2DHPUY4mrNrrAFOwqmxa0Gt809avqUIYDUtLB+zJptYlgeII=
1714169971
Hero Member
*
Offline Offline

Posts: 1714169971

View Profile Personal Message (Offline)

Ignore
1714169971
Reply with quote  #2

1714169971
Report to moderator
1714169971
Hero Member
*
Offline Offline

Posts: 1714169971

View Profile Personal Message (Offline)

Ignore
1714169971
Reply with quote  #2

1714169971
Report to moderator
1714169971
Hero Member
*
Offline Offline

Posts: 1714169971

View Profile Personal Message (Offline)

Ignore
1714169971
Reply with quote  #2

1714169971
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714169971
Hero Member
*
Offline Offline

Posts: 1714169971

View Profile Personal Message (Offline)

Ignore
1714169971
Reply with quote  #2

1714169971
Report to moderator
1714169971
Hero Member
*
Offline Offline

Posts: 1714169971

View Profile Personal Message (Offline)

Ignore
1714169971
Reply with quote  #2

1714169971
Report to moderator
Zawamiya
Hero Member
*****
Offline Offline

Activity: 526
Merit: 500



View Profile
October 11, 2015, 03:38:01 PM
 #2

you can add an option that people can login using their BTC address by signing a message
each time they want to login they have to sign a message using their bitcoin address
lightenx (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 11, 2015, 03:40:27 PM
 #3

you can add an option that people can login using their BTC address by signing a message
each time they want to login they have to sign a message using their bitcoin address
Great, do you know any APIs to verify a message?

I will use Blockchain.info My Wallet RPC API
Zawamiya
Hero Member
*****
Offline Offline

Activity: 526
Merit: 500



View Profile
October 11, 2015, 03:46:10 PM
 #4

you can add an option that people can login using their BTC address by signing a message
each time they want to login they have to sign a message using their bitcoin address
Great, do you know any APIs to verify a message?
you can verify using bitcoind
you will need to setup your own bitcoin server and then you can verify signed message using API, check below link for API commands

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list


verifymessage   <bitcoinaddress> <signature> <message>       Verify a signed message.
lightenx (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 11, 2015, 03:48:04 PM
 #5

you can add an option that people can login using their BTC address by signing a message
each time they want to login they have to sign a message using their bitcoin address
Great, do you know any APIs to verify a message?
you can verify using bitcoind
you will need to setup your own bitcoin server and then you can verify signed message using API, check below link for API commands

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list


verifymessage   <bitcoinaddress> <signature> <message>       Verify a signed message.
A more simpler method I found that I created a Blockchain wallet, and then I can use their modified version of bitcoind that runs on ther server, and then I can use the JSON response
Zawamiya
Hero Member
*****
Offline Offline

Activity: 526
Merit: 500



View Profile
October 11, 2015, 03:56:00 PM
 #6

you can add an option that people can login using their BTC address by signing a message
each time they want to login they have to sign a message using their bitcoin address
Great, do you know any APIs to verify a message?
you can verify using bitcoind
you will need to setup your own bitcoin server and then you can verify signed message using API, check below link for API commands

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list


verifymessage   <bitcoinaddress> <signature> <message>       Verify a signed message.
A more simpler method I found that I created a Blockchain wallet, and then I can use their modified version of bitcoind that runs on ther server, and then I can use the JSON response
there are multiple ways to verify the signed message you can choose the one that is best for you
lightenx (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 11, 2015, 03:56:53 PM
 #7

you can add an option that people can login using their BTC address by signing a message
each time they want to login they have to sign a message using their bitcoin address
Great, do you know any APIs to verify a message?
you can verify using bitcoind
you will need to setup your own bitcoin server and then you can verify signed message using API, check below link for API commands

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list


verifymessage   <bitcoinaddress> <signature> <message>       Verify a signed message.
A more simpler method I found that I created a Blockchain wallet, and then I can use their modified version of bitcoind that runs on ther server, and then I can use the JSON response
there are multiple ways to verify the signed message you can choose the one that is best for you

I will start development in 4 days, because the delay of the Hosting and Domain Registration
avatar_kiyoshi
Legendary
*
Offline Offline

Activity: 1106
Merit: 1000



View Profile
October 11, 2015, 05:36:26 PM
 #8

Nice idea.

You can follow this thread: https://bitcointalk.org/index.php?topic=222992.0 there are some option to use script for verify sign message.
lightenx (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 13, 2015, 04:24:19 PM
 #9

reserved
batesresearch
Legendary
*
Offline Offline

Activity: 2424
Merit: 1147


View Profile WWW
November 10, 2015, 09:56:56 AM
 #10

How is your development going on this project, seems like a very interesting project. If you need any help with hosting etc let me know, I could sort some free hosting out for you.

Visit Satoshi's Place, a Bitcoin Hub based in Bury, Manchester, UK.
Website: https://satoshisplace.co.uk
Goals: Educate & Onboard users in to Bitcoin. Lightning network⚡️
boss of bitcoins
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
November 10, 2015, 03:32:24 PM
 #11

cool.
Flash1997
Full Member
***
Offline Offline

Activity: 183
Merit: 100


View Profile
November 11, 2015, 04:50:17 PM
 #12

Website is down ....
nakedbitcoins
Sr. Member
****
Offline Offline

Activity: 300
Merit: 250


Nakedbitcoins.com !


View Profile WWW
November 11, 2015, 05:55:01 PM
 #13

Good to see this. Could use it for my project also.

DiamondCardz
Legendary
*
Offline Offline

Activity: 1134
Merit: 1112



View Profile WWW
November 11, 2015, 05:56:16 PM
 #14

Hi Bitcointalk members!
I started development on an anonymous chat, where people sign up with their BTC Address.
The ownership of the address is verified by entering the balance of the address.

Terrible method. I could easily sign up and claim to be Satoshi via that method just by looking up his address on Blockchain.info.

Also, this chat will only be anonymous if you generate a fresh address for it. Worth pointing that out, and it probably wouldn't be too hard to end up tracing either Wink

BA Computer Science, University of Oxford
Dissertation was about threat modelling on distributed ledgers.
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!