Bitcoin Forum
May 30, 2024, 08:27:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: cant sign a message with electrum  (Read 970 times)
drdops (OP)
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
September 13, 2013, 10:17:52 AM
 #1

Im using electrum as a wallet-  a seedless wallet version ( it can receive bitcoin but not send). To send i need to go to an offline pc that i have and import raw data etc..
How do I send a signed message from my original sending address ? ( Ican see the address in receive tab)
I have right clicked on the address and select 'sign message' then filled in message details- what do i put in the signature section?
When I hit sign I get- 'NoneType' object has no attribute'_getitem_'

Thanks
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
September 14, 2013, 09:06:16 AM
 #2

You can't sign without the private key. So you need to use the offline computer.
pinoye
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 14, 2013, 09:29:40 AM
 #3

I also have a question about signing message in the console of electrum.
I tried the function
signmessage()
which suggest 3 arguments have to be given. I wonder which 3?
I tried
signmessage(address, message), but return a false response.
I check documentation web of electrum.org, as well as google, without luck no information provided.

Could anyone show how to use signmessage() function in the console?
dserrano5
Legendary
*
Offline Offline

Activity: 1974
Merit: 1029



View Profile
September 14, 2013, 09:41:05 AM
 #4

Could anyone show how to use signmessage() function in the console?

Code:
>> signmessage ('1abc...', 'message')

Yeah two arguments actually. Some Python internals are exposed in this console.
pinoye
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 14, 2013, 02:14:59 PM
 #5


Code:
>> signmessage ('1abc...', 'message')

Yeah two arguments actually. Some Python internals are exposed in this console.

It helps, thanks a lot.
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!