This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
So I'm looking to play around with some of the multisig features of doge but im stuck at step one as i am unable to generate private keys that i can import.
Im just using the dogecoin Client RPC commands, I start out simple enough:
getnewaddress
D6caQKhMEUGM1FJi3Pzwo1wc2Gd6A4GR6U
dumprpivkey D6caQKhMEUGM1FJi3Pzwo1wc2Gd6A4GR6U
QRGPYcC613FqA8rj5N2WmNM5BsxaZ6yrB3cFsARcZWEfcQbLcJcb
importprivkey(QRGPYcC613FqA8rj5N2WmNM5BsxaZ6yrB3cFsARcZWEfcQbLcJcb,"test",False)
getaccountaddress "test"
DEpxD7NrTL5ia5xj1Qzg1g2KhKArkC6V5s
obviously the keys don't match so i'm not sure what I'm doing wrong. I think the key thats dumped isnt the right format to be imported but i have no idea how to correct it.
Another bummer is im trying to code in python but all the wallet address code generators i have found have in been javascript.
anyone have any tips?
Edit:
so i still have the same problem, but i have at least narrowed it down a bit, The private key is for the first address, if i import it into a second client i can withdraw funds from the first address. I'm guessing the client doesn't like having a key that it dumped to be reimported into the same client.
Subreddit
Post Details
- Posted
- 10 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/dogecoindev...