How to implement a green address in Bitcoind?

4

1

There are a few websites that use green addresses, but how can one go about implementing it using the standard Bitcoin API?

ThePiachu

Posted 2012-08-15T12:20:51.437

Reputation: 41 594

Answers

2

Green addresses are by convention, not by protocol. You would need to publish an address and then sign a message with the corresponding private key that says, "I promise never to double-spend any coins from this address." Then you'd need to convince others to believe your promise.

Eyal

Posted 2012-08-15T12:20:51.437

Reputation: 1 539