Author

Topic: BitChat.xyz - Anonymous Bitcoin Chat - Donations Needed (Read 1447 times)

legendary
Activity: 1134
Merit: 1118
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
sr. member
Activity: 300
Merit: 250
Nakedbitcoins.com !
Good to see this. Could use it for my project also.
full member
Activity: 183
Merit: 100
Website is down ....
newbie
Activity: 5
Merit: 0
legendary
Activity: 2424
Merit: 1148
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.
member
Activity: 98
Merit: 10
reserved
legendary
Activity: 1106
Merit: 1000
Nice idea.

You can follow this thread: https://bitcointalksearch.org/topic/verifying-a-signed-message-without-a-bitcoin-client-installed-222992 there are some option to use script for verify sign message.
member
Activity: 98
Merit: 10
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           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
hero member
Activity: 526
Merit: 500
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           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
member
Activity: 98
Merit: 10
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           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
hero member
Activity: 526
Merit: 500
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           Verify a signed message.
member
Activity: 98
Merit: 10
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
hero member
Activity: 526
Merit: 500
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
member
Activity: 98
Merit: 10
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=
Jump to: