Pages:
Author

Topic: Stake your Bitcoin address here - page 12. (Read 1460259 times)

legendary
Activity: 1722
Merit: 1242
February 06, 2023, 12:06:25 PM
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: 2128
Merit: 1241
Need a Bounty Manager? t.me/shasan32
February 04, 2023, 12:59:50 AM
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: 2184
Merit: 3134
₿uy / $ell
February 03, 2023, 11: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, 09: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: 4298
Merit: 3209
February 03, 2023, 09: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, 09: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: 2128
Merit: 1241
Need a Bounty Manager? t.me/shasan32
February 03, 2023, 11: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, 11: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, 04: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: 2128
Merit: 1241
Need a Bounty Manager? t.me/shasan32
February 02, 2023, 10: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: 1960
Merit: 1638
Top Crypto Casino
February 02, 2023, 07: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: 2128
Merit: 1241
Need a Bounty Manager? t.me/shasan32
February 02, 2023, 07: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: 1960
Merit: 1638
Top Crypto Casino
February 02, 2023, 07: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: 1960
Merit: 1638
Top Crypto Casino
February 02, 2023, 06: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, 05: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.
legendary
Activity: 2380
Merit: 5213
February 02, 2023, 05:21:14 PM
1391KupTiFteSVQh1cV4g19iNHdU5FQmUv

I was told to stake an address that I have previously used as my bitcoin wallet address on my profile.
The address you stake here doesn't have to be the one you have used on your profile before. You can use any address you want, as long as you have full control over that.

Do you own the private key of this address? You will have to sign a message from that for recovering your account in future and you will not be able to do that without its private key. I recommend you to sign a message including today's date like many other users have done in this thread.
Of course, I doubt the recovery team accept a message which has been signed from an address staked recently for recovering your account, unless they can verify that you have used this address on your profile before. I am not sure they can do this.
legendary
Activity: 1512
Merit: 7340
Farewell, Leo
February 02, 2023, 05:14:17 AM
Please verify, thank you very much in advance  Smiley

Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----

-----BEGIN SIGNATURE-----


-----END BITCOIN SIGNED MESSAGE-----
Could you please sign a message from your other staked addresses[1][2] as well?

[1] https://bitcointalksearch.org/topic/m.52275709
[2] https://bitcointalksearch.org/topic/m.52489762
legendary
Activity: 1512
Merit: 4795
February 02, 2023, 04:21:34 AM
Please verify, thank you very much in advance  Smiley

Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----

-----BEGIN SIGNATURE-----


-----END BITCOIN SIGNED MESSAGE-----
Verification successful.
legendary
Activity: 1750
Merit: 1363
www.btcgosu.com
February 02, 2023, 04:17:06 AM
Please verify, thank you very much in advance  Smiley

Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----

-----BEGIN SIGNATURE-----


-----END BITCOIN SIGNED MESSAGE-----
member
Activity: 112
Merit: 112
A Member who wants to become a ₿ maxi
January 30, 2023, 04:55:23 AM
Verified using Electrum.

Thanks a ton Smiley.
Pages:
Jump to: