Bitcoin Forum
May 05, 2024, 11:38:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: instawallet question  (Read 1494 times)
drknow012 (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


Fairy Tale + Fact = Unregulated Virtual Currency!


View Profile WWW
May 08, 2012, 08:50:23 PM
 #1

when you create a new address with instawallet.org's api services, it creates a wallet and gives it a <wallet_id>

my question is, this wallet id, is it simply the private key? or is it generated by the instawallet website?

BTCChess Affiliate Program: Earn 50% on all commissions from referrals at btcchess.tk

Just sign up, post your affiliate link in your sig, and take part in the community's discussions! It's that easy!

Donations and Investors: 1F6yYdQ7rWVaH9Nqv7gbBw5FbZUuhL9smh
1714909129
Hero Member
*
Offline Offline

Posts: 1714909129

View Profile Personal Message (Offline)

Ignore
1714909129
Reply with quote  #2

1714909129
Report to moderator
1714909129
Hero Member
*
Offline Offline

Posts: 1714909129

View Profile Personal Message (Offline)

Ignore
1714909129
Reply with quote  #2

1714909129
Report to moderator
1714909129
Hero Member
*
Offline Offline

Posts: 1714909129

View Profile Personal Message (Offline)

Ignore
1714909129
Reply with quote  #2

1714909129
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714909129
Hero Member
*
Offline Offline

Posts: 1714909129

View Profile Personal Message (Offline)

Ignore
1714909129
Reply with quote  #2

1714909129
Report to moderator
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
May 09, 2012, 09:59:05 AM
 #2

It is a unique ID that has no link with the private key of the wallet address.

That is how it is generated (Ruby) :
Code:
def set_key
  if key.blank?
    self.key = SecureRandom.base64(25).gsub(/[\+\=\/]/, '')
  end
end

drknow012 (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


Fairy Tale + Fact = Unregulated Virtual Currency!


View Profile WWW
May 09, 2012, 02:43:28 PM
 #3

so is it possible to get the private key from an instawallet address?

BTCChess Affiliate Program: Earn 50% on all commissions from referrals at btcchess.tk

Just sign up, post your affiliate link in your sig, and take part in the community's discussions! It's that easy!

Donations and Investors: 1F6yYdQ7rWVaH9Nqv7gbBw5FbZUuhL9smh
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
May 09, 2012, 08:07:28 PM
 #4

so is it possible to get the private key from an instawallet address?
No, because of the way Instawallet works.

drknow012 (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


Fairy Tale + Fact = Unregulated Virtual Currency!


View Profile WWW
May 09, 2012, 08:55:24 PM
 #5

roger, thx for the help

BTCChess Affiliate Program: Earn 50% on all commissions from referrals at btcchess.tk

Just sign up, post your affiliate link in your sig, and take part in the community's discussions! It's that easy!

Donations and Investors: 1F6yYdQ7rWVaH9Nqv7gbBw5FbZUuhL9smh
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!