Pages:
Author

Topic: Stake your Bitcoin address here - page 15. (Read 1462782 times)

copper member
Activity: 1330
Merit: 899
🖤😏
February 07, 2023, 01:21:32 PM
Quoted for future reference. But it could be better if you can verify your signature. As many a time signature cant be verified for unknown reason.

with which program can I do it? I use it from android so I need a program or rather an easy-to-use app
a howto that explains how to do it in an easy way would also be nice, bad luck I'll do it as soon as I learn! Smiley
You can verify easily from https://reinproject.org/bitcoin-signature-tool/#sign
You have to post your bitcoin private key and wallet address as well as the message. Then signature will be automated. If you use electrum then you can verify from there too
Why would you suggest people to reveal their private keys on an insecure online service? Is it intentional or by mistake? If it's intentional, please refrain from suggesting something with high risk of losing money.
member
Activity: 119
Merit: 38
Yo! Member
February 07, 2023, 01:13:49 PM
Quoted for future reference. But it could be better if you can verify your signature. As many a time signature cant be verified for unknown reason.

with which program can I do it? I use it from android so I need a program or rather an easy-to-use app
a howto that explains how to do it in an easy way would also be nice, bad luck I'll do it as soon as I learn! Smiley
You can verify easily from https://reinproject.org/bitcoin-signature-tool/#sign
You have to post your bitcoin private key and wallet address as well as the message. Then signature will be automated. If you use electrum then you can verify from there too
I would not suggest any online tool for signing a message.
Assuming you have the private key, restore the address with electrum. It's easy to sign a message with it.
copper member
Activity: 2380
Merit: 1302
Playbet.io - Crypto Casino and Sportsbook
February 07, 2023, 12:56:51 PM
Quoted for future reference. But it could be better if you can verify your signature. As many a time signature cant be verified for unknown reason.

with which program can I do it? I use it from android so I need a program or rather an easy-to-use app
a howto that explains how to do it in an easy way would also be nice, bad luck I'll do it as soon as I learn! Smiley
You can verify easily in the way mentioned on the link.
You have to post your bitcoin private key and wallet address as well as the message. Then signature will be automated. If you use electrum then you can verify from there too

Edited.
legendary
Activity: 1862
Merit: 1327
February 07, 2023, 12:51:28 PM
Quoted for future reference. But it could be better if you can verify your signature. As many a time signature cant be verified for unknown reason.

with which program can I do it? I use it from android so I need a program or rather an easy-to-use app
a howto that explains how to do it in an easy way would also be nice, bad luck I'll do it as soon as I learn! Smiley
copper member
Activity: 2380
Merit: 1302
Playbet.io - Crypto Casino and Sportsbook
February 06, 2023, 11:11:27 AM
i want to stack here my bitcoin address for the future

bc1qmuu4vf478lescl37e2542qqc70a2patd5zp4am

i hope i do in right way
so in the future if i lose the account i just sign a message with this address?
Quoted for future reference. But it could be better if you can verify your signature. As many a time signature cant be verified for unknown reason.
legendary
Activity: 1862
Merit: 1327
February 06, 2023, 11:06:25 AM
i want to stack here my bitcoin address for the future

bc1qmuu4vf478lescl37e2542qqc70a2patd5zp4am

i hope i do in right way
so in the future if i lose the account i just sign a message with this address?
copper member
Activity: 2380
Merit: 1302
Playbet.io - Crypto Casino and Sportsbook
February 03, 2023, 11:59:50 PM
Code:

-----BEGIN BITCOIN SIGNED MESSAGE-----
It's February 3, 7777. I'm SeeBiscuit in BitcoinTalk. Staking my address- 1AbzjJqVWXfXF2Xdobc6Y4o2bMaUMasZQd>
-----BEGIN SIGNATURE-----
<1AbzjJqVWXfXF2Xdobc6Y4o2bMaUMasZQd>
H5O3F7SicWFm+yoY0mFD/+hAjiw0jRP/CCZFZPc2Ahi/cH8P23Ap5YwIKFfSVjmGV7Ls0Sf5uszw8nyDhAh+IGI=>
-----END BITCOIN SIGNED MESSAGE-----


Little Mouse Management was here.

Underrated Manager

Even more Underrated friend.


Quoted and verified.
legendary
Activity: 2240
Merit: 3150
₿uy / $ell ..oeleo ;(
February 03, 2023, 10:09:53 PM
Code:

-----BEGIN BITCOIN SIGNED MESSAGE-----
It's February 3, 7777. I'm SeeBiscuit in BitcoinTalk. Staking my address- 1AbzjJqVWXfXF2Xdobc6Y4o2bMaUMasZQd>
-----BEGIN SIGNATURE-----
<1AbzjJqVWXfXF2Xdobc6Y4o2bMaUMasZQd>
H5O3F7SicWFm+yoY0mFD/+hAjiw0jRP/CCZFZPc2Ahi/cH8P23Ap5YwIKFfSVjmGV7Ls0Sf5uszw8nyDhAh+IGI=>
-----END BITCOIN SIGNED MESSAGE-----


Little Mouse Management was here.

Underrated Manager

Even more Underrated friend.


Quoted, I had to edit it a bit toget it verified.

Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
It's February 3, 7777. I'm SeeBiscuit in BitcoinTalk. Staking my address- 1AbzjJqVWXfXF2Xdobc6Y4o2bMaUMasZQd
-----BEGIN SIGNATURE-----
1AbzjJqVWXfXF2Xdobc6Y4o2bMaUMasZQd
H5O3F7SicWFm+yoY0mFD/+hAjiw0jRP/CCZFZPc2Ahi/cH8P23Ap5YwIKFfSVjmGV7Ls0Sf5uszw8nyDhAh+IGI=
-----END BITCOIN SIGNED MESSAGE-----

All is good now.
copper member
Activity: 1330
Merit: 899
🖤😏
February 03, 2023, 08:54:02 PM
Do you guys know how to run python?

Will this work?
Code:
...
        pubkey = ecdsa.VerifyingKey.from_address(address)
...

Well, it might work if the method ecdsa.VerifyingKey.from_address exists, and it is possible to extract a public key from an address.
It's not complete, correct? That's the chatGPT code, it once gave me a code to decode an encoded ETH signed message which no other tool could do, I thought maybe this one could be quicker to use for verifying.
legendary
Activity: 4466
Merit: 3391
February 03, 2023, 08:24:23 PM
Do you guys know how to run python?

Will this work?
Code:
...
        pubkey = ecdsa.VerifyingKey.from_address(address)
...

Well, it might work if the method ecdsa.VerifyingKey.from_address exists, and it is possible to extract a public key from an address.
copper member
Activity: 1330
Merit: 899
🖤😏
February 03, 2023, 08:07:19 PM
Do you guys know how to run python?

Will this work?
Code:
import base64
import hashlib
import ecdsa

def verify_message(address, signature, message):
    try:
        # Decode the signature
        sig = base64.b64decode(signature)
        # Obtain the public key from the address
        pubkey = ecdsa.VerifyingKey.from_address(address)
        # Hash the message
        message_hash = hashlib.sha256(hashlib.sha256(message.encode()).digest()).digest()
        # Verify the signature
        pubkey.verify(sig, message_hash, hashlib.sha256)
        return True
    except ecdsa.keys.BadSignatureError:
        return False

address = "bc1qsnpc4mdyxgvgqcy2a4d24cfcwsaymknxdm6nkv"
signature = "J2b2FQx5A4COCNO3UWbX21152qpPhXPn7zEe5ze/LWBtI0GJSy010rVWDDsXaRCGewUryrB7lyWOrLnbSe0J6iI="
message = "Today is 2 February, 2023 and this is SeeBiscuit of BTT staking this address here as mine."

result = verify_message(address, signature, message)
if result:
    print("The message is verified")
else:
    print("The message is not verified")
copper member
Activity: 2380
Merit: 1302
Playbet.io - Crypto Casino and Sportsbook
February 03, 2023, 10:48:11 AM
Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
Today is 3 February, 2023 and this is Knight Hider of BTT staking this address here as mine.
-----BEGIN SIGNATURE-----
bc1qgfcveqqqhe972u99dnyrjp3jwstdqnjjc395kt
Hy3DUaOERmecQSU7e6glPxqpLJuXBvg9/EcKEv96nyQoHjc/3XrmTVQc7AfOmfbY1nCeuLdSyEOcyFU5zjbRRRY=
-----END BITCOIN SIGNED MESSAGE-----

--Knight Hider
Quoted and verified by https://www.verifybitcoinmessage.com/
member
Activity: 239
Merit: 59
a young loner on a crusade
February 03, 2023, 10:37:47 AM
Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
Today is 3 February, 2023 and this is Knight Hider of BTT staking this address here as mine.
-----BEGIN SIGNATURE-----
bc1qgfcveqqqhe972u99dnyrjp3jwstdqnjjc395kt
Hy3DUaOERmecQSU7e6glPxqpLJuXBvg9/EcKEv96nyQoHjc/3XrmTVQc7AfOmfbY1nCeuLdSyEOcyFU5zjbRRRY=
-----END BITCOIN SIGNED MESSAGE-----

--Knight Hider
legendary
Activity: 2968
Merit: 3406
Crypto Swap Exchange
February 03, 2023, 03:48:21 AM
@SeeBiscuit
I tried verifying both of your messages in the app itself [BlueWallet] and also their "online verification tool", but I wasn't successful!
- Try the above tool and when you were able to get it right, post your message here so we can verify it (make sure to not edit your post)!

@shasan and @logfiles
Since there's "no standard way to verify SegWit addresses", it's best to use the exact same app to verify their messages.
- Having said that, some of the wallets support other signatures (e.g. Trezor Suite).
copper member
Activity: 2380
Merit: 1302
Playbet.io - Crypto Casino and Sportsbook
February 02, 2023, 09:18:22 PM
Sorry but someone earlier said that pictures would no way help. Here, let me generate a new fresh blue wallet RIGHT NOW. And I'll update my profile to it and we can try this one last time???


You are giving a tutorial but I I do not mean that. I mean can you provide a screenshot of verifying the signature you are posting here? I think you are posting the signature of someone else or you would sign in/verify the signature. I mean you to show something like:

You are also providing a separate address each time, why?
copper member
Activity: 2170
Merit: 1822
Top Crypto Casino
February 02, 2023, 06:53:27 PM
Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
Today is 2 February, 2023 and this is SeeBiscuit of BTT staking this address here as mine.
-----BEGIN SIGNATURE-----
bc1qsnpc4mdyxgvgqcy2a4d24cfcwsaymknxdm6nkv
J2b2FQx5A4COCNO3UWbX21152qpPhXPn7zEe5ze/LWBtI0GJSy010rVWDDsXaRCGewUryrB7lyWOrLnbSe0J6iI=
-----END BITCOIN SIGNED MESSAGE-----

This?
I have tried to verify your previous message as well as this message using electrum, reinproject and verifybitcoinmessage but I am sorry I could not verify any signature of you. Can you please verify your self and post a screenshot of the verification?
Failed to verify from brainwalletx too

@SeeBiscuit are you sure you are signing the message using the account of the address you are trying to stake here?
copper member
Activity: 2380
Merit: 1302
Playbet.io - Crypto Casino and Sportsbook
February 02, 2023, 06:47:15 PM
Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
Today is 2 February, 2023 and this is SeeBiscuit of BTT staking this address here as mine.
-----BEGIN SIGNATURE-----
bc1qsnpc4mdyxgvgqcy2a4d24cfcwsaymknxdm6nkv
J2b2FQx5A4COCNO3UWbX21152qpPhXPn7zEe5ze/LWBtI0GJSy010rVWDDsXaRCGewUryrB7lyWOrLnbSe0J6iI=
-----END BITCOIN SIGNED MESSAGE-----

This?
I have tried to verify your previous message as well as this message using electrum, reinproject and verifybitcoinmessage but I am sorry I could not verify any signature of you. Can you please verify your self and post a screenshot of the verification?
copper member
Activity: 2170
Merit: 1822
Top Crypto Casino
February 02, 2023, 06:28:09 PM
Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
2023/Feburary/2, SeeBiscuit here, i want to tell that bc1qsnpc4mdyxgvgqcy2a4d24cfcwsaymknxdm6nkv is my Bitcoin address.
-----BEGIN SIGNATURE-----
bc1qsnpc4mdyxgvgqcy2a4d24cfcwsaymknxdm6nkv
KOonj/UJaf7JkVxXhhVC4vqtwdSC+Vo1G9CLykvX0SS9ESu49lJyLbhYm4aOhyJQVMEflljdXyGJ83Uzsa7jX98=
hi this is bitcointalk user seebiscuit, i am using a format suggested by another user to make it easier for admins to help out.
-----END BITCOIN SIGNED MESSAGE-----
Verified using Bluewallet.



Holy moly is that it?

Nope, I have failed to verify



Your signed message is jumbled up. Not sure what you are trying to do, but it could be the source of error

What's with the "hi this is bitcointalk user seebiscuit, i am using a format suggested by another user to make it easier for admins to help out." under the signature area. If you want it under the message, then it should be right under the message before you sign it. Just simply follow the format suggested.
copper member
Activity: 2170
Merit: 1822
Top Crypto Casino
February 02, 2023, 05:37:04 PM
<...>
Why don't you sign a message and post the code for easy verification and quoting just like how this user did (https://bitcointalksearch.org/topic/m.60920507)

You can follow the format he used too

Posting an image
1. makes it hard to verify, no one is going to copy every letter of the signature so that they can verify
2. An image hosting site can easily delete the image or go offline. How will you prove that you signed a message if the image is not there?
legendary
Activity: 2380
Merit: 5213
February 02, 2023, 04:27:27 PM
No unfortunately the site doesn't give you keys to keep. But it does have a shit ton of 2fa recovery solutions.
So, what you did is completely useless. For signing message, you need the private key of the address you are signing message from.
Again, even if you could sign message from this address, it wouldn't be helpful. It's very unlikely that the recovery team accept a message that has been signed from an address that has been staked recently. You should have signed a message from an address you have full control over before.
Pages:
Jump to: