freewil / bitcoin-testnet-box

Create your own private bitcoin testnet
MIT License
593 stars 273 forks source link

how to determine the address of a node #21

Closed smatthewenglish closed 8 years ago

smatthewenglish commented 8 years ago

Hi,

So I'm running this docker* container to create a local testnet for purposes of doing a bit of bitcoin development, actually what I want to do is run abe on the local testnet so I can explore transaction in a database.

anyway, when I run the command make send ADDRESS=mxwPtt399zVrR62ebkTWL4zbnV1ASdZBQr AMOUNT=10 the bitcoins just disappear... I even minded new blocks to see if maybe the transactions weren't processed but that isn't it either.

I conjecture that this is because that address isn't associated with my node 2, so then my question is:

how can I determine the actual addresses of my nodes?

*Well actually I'm running the one of c0achmcguirk/bitcoin-dev-box which is a fork of this- but he doesn't have an issues tab- what's up with that?

smatthewenglish commented 8 years ago

The pull request from mkinney directly solves this issue- great!

Here's the info:

https://github.com/freewil/bitcoin-testnet-box/pull/19/files

freewil commented 8 years ago

19 has been merged