Search content
Sort by

Showing 16 of 16 results by McMurdo
Post
Topic
Board Beginners & Help
Re: listunspent gives empty set [ ]
by
McMurdo
on 08/12/2019, 01:23:42 UTC
Is it in the latest version?
Is the node fully synced?

For now;
Try the GUI, view your unspent outputs from coin control feature:
Settings->Options->Wallet tab, tick "enable coin control features"; Go back to the main window, in the "Send" tab, click "inputs".

Node is latest version, fully synced, pruned.

It just get's weirder: in bitcoin-qt -testnet it shows available balance of 0.01 tBTC, but in Send > Inputs, there is nothing, quantity = 0, amount = 0.



Post
Topic
Board Beginners & Help
Topic OP
listunspent gives empty set [ ]
by
McMurdo
on 05/12/2019, 03:14:59 UTC
*Testnet BTC Core Wallet*

getbalance says I have over 0.01 tBTC, but listunspent gives me the empty set: [ ].

What's going on?

Post
Topic
Board Bitcoin Technical Support
Re: Open Port 8333 Necessary to Broadcast Transactions?
by
McMurdo
on 03/12/2019, 02:18:44 UTC
ETFbitcoin:

I am able to propagate transactions when using sendrawtransaction, it's just the command sendtoaddress and bitcoin-qt never propagate. Disabled my firewall, same result.

At least I have a work around.
Post
Topic
Board Beginners & Help
Re: Wasabi Wallet Shows Public Key - Privacey Concerns
by
McMurdo
on 03/12/2019, 01:35:50 UTC
There is no additional privacy risk.

Thanks Smiley
Post
Topic
Board Beginners & Help
Re: Wasabi Wallet Shows Public Key - Privacey Concerns
by
McMurdo
on 30/11/2019, 18:53:48 UTC
khaled0111:
Wasabi shows the QR code for the address, but right next to that for reference it shows the public KEY for that address.

Since your counterparty is scanning your screen for the address QR code, they can get that public key. also. Obviously that can't steel your coins with that, just wondering if there a some negative privacy effects to them having that public key before you ever spend those coins to the network and reveal the public key.

Post
Topic
Board Beginners & Help
Re: Wasabi Wallet Shows Public Key - Privacey Concerns
by
McMurdo
on 30/11/2019, 18:30:54 UTC
crairezx20:
Right, so normally, your counterparty only knows that's address' pub key along with the rest of the network when you spend from that address.

I've heard how this provides a little bit of extra protection from the threat of future quantum computing, because if you spend from an address only once, then the network only sees that pub key for a few minutes in the mempool before the next block is mined ontop of it.

I'm wondering if there's any other privacy/security concerns coming from your counterparty learning your address' pubkey before you spend from it (besides a little extra protection from the tiny threat of them having having access to future quantum computing). 

and yes, I understand the basics of why mixing is important.
Post
Topic
Board Bitcoin Technical Support
Re: Open Port 8333 Necessary to Broadcast Transactions?
by
McMurdo
on 30/11/2019, 18:16:33 UTC
Bitmax:
1. The testnet address I've been trying to get tBTC core to send to is my tBTC mycelium app. However, I've now found that both Wasabi Wallet, and an online testnet faucet also reject the bech32 testnet address created by my phone's mycelium tBTC app. (So that's on you, Mycelium).

2. I determined that my tBTC core fails to propagate if I use
$ sendtoaddress [address] [amout of tBTC]
but, if I use:
$ sendrawtransaction [raw_transaction]
then that propagates right away.
Interestingly, the same failure to propagate occurs if I use bitcoin-qt -testnet.

Any chance this is due to my Linux firewall settings?

My bitcoin.config has already been nearly identical to what you've recommended:

testnet=1

listen=1
server=1
proxy=127.0.0.1:9050

[test]
prune = 5000
regtest=0
dnsseed=0
upnp=0
setgenerate=1
blocksonly=1

addnode=104.237.131.138
addnode=151.80.205.132
addnode=192.155.82.123
addnode=74.220.255.190
addnode=80.100.203.151

maxconnections=15
minrelaytxfee=0.0001
Post
Topic
Board Beginners & Help
Merits 2 from 2 users
Topic OP
Wasabi Wallet Shows Public Key - Privacey Concerns
by
McMurdo
on 30/11/2019, 14:15:34 UTC
⭐ Merited by o_e_l_e_o (1) ,Upgrade00 (1)
I've noticed that when you generate a new address in Wasabi, it shows the address' public key next to the QR code. This gives your counterparty an easy opportunity to take a picture of that public key.

Obviously one person seeing one public key isn't the end of all your privacy, but (extra quantum protection aside) is there any privacy and/or security disadvantage to your counterparty learning the public key of the address they're sending to?

Thank you
Post
Topic
Board Beginners & Help
Topic OP
Bitcoin Core Refference Wallet HD?
by
McMurdo
on 29/11/2019, 15:03:09 UTC
Is the bitcoin core reference wallet HD?

or if I run:

$ bitcoin-cli backupwallet

is it only saving my private keys that I have used thus far, and is not backing up my private future keys?

Thank you.
Post
Topic
Board Bitcoin Technical Support
Re: Open Port 8333 Necessary to Broadcast Transactions?
by
McMurdo
on 29/11/2019, 14:33:33 UTC
Ranochigo:

Just used an online testnet transaction broadcaster with the raw data, and it has propagated successfully. Any other ideas why my node couldn't do it on it's own?

Here's another symptom: when I tried to send to testnet bech32 addresses (staring in "tb") core tells me "error code -5, invalid address." even though  I created the address with testnet mycelium on my phone and am 100% certain I entered the address correctly into core.
 
Post
Topic
Board Bitcoin Technical Support
Re: Open Port 8333 Necessary to Broadcast Transactions?
by
McMurdo
on 29/11/2019, 00:01:15 UTC
Open Port 8333 is only necessary if you plan to contribute to Bitcoin Network or actually running a full node.
Besides, to accept incoming connections on testnet you have to open the default port 18333 not 8333.
@OP, You don't have to enable incoming connections to be able to broadcast a transaction.

Ok, that's good to know. Any idea what would cause my node to be able to receive tesnet transactions but not be able to propagate its own?

BitMaxz: I have core configuring to run in Testnet and it shows this when I run $ bitcoin-cli printtoconsole. These are indeed tesnet coins I'm trying to send to a testnet address.
Post
Topic
Board Bitcoin Technical Support
Merits 1 from 1 user
Topic OP
Open Port 8333 Necessary to Broadcast Transactions?
by
McMurdo
on 28/11/2019, 19:26:31 UTC
⭐ Merited by hugeblack (1)
My btc core node (pruned) can receive transactions, but not send them. I've tried to send around a 1000 sats with over 3,000 sats in fees, to the testnet faucet address

n2eMqTT929pb1RDNuqEnxdaLau1rxy3efi
 
and when I type

$ bitcoin-cli listtransactions

I can see the transaction, but it has had zero confirmations for hours, and I when I enter the txid in a testnet block explorer, there are no results.

Do I need to open port 8333 on my router (i.e., have inbound connections) to be able to broadcast transactions?

Thank you.
Post
Topic
Board Beginners & Help
Re: Transaction Labels Visible Only to Receiver/Sender?
by
McMurdo
on 28/11/2019, 14:58:43 UTC
To all:

I'm able to see the label on both laptop and phone by creating a receive request in bitcoin-qt with something written in the "message" field. When I scan the resulting QR code with mycelium on my phone, it labels the transaction with that message. I guess that's all transferred through extra fields in the QR code, and not part of the address itself, so that's why it can't be seen on a block explorer. Thanks!
Post
Topic
Board Beginners & Help
Topic OP
Transaction Labels Visible Only to Receiver/Sender?
by
McMurdo
on 26/11/2019, 03:37:53 UTC
When I sent myself testnet coins from my phone to my computer, I added a transaction label. When I look at the transaction in bitcoind, I can see the label but when I look at the transaction in a block explorer, I don't see the label.

Are the only people who can see transaction labels the sender and the receiver?

Thank you.
Post
Topic
Board Beginners & Help
Re: Profile Trust +0 / =0 / -0
by
McMurdo
on 21/11/2019, 02:35:00 UTC
Thanks!
Post
Topic
Board Beginners & Help
Topic OP
Profile Trust +0 / =0 / -0
by
McMurdo
on 21/11/2019, 02:17:21 UTC
Can someone please point to documentation concerning the trust field (i.e. the field that says "+0 / =0 / -0" for new profiles") for Bitcointalk.org profiles? I've searched for documentation besides what you get just by clicking on the word "trust", but can't find anything.

How is the trust used? I get the impression people use this site as platform for buying/selling in addition to just posting questions and answers?

Thank you,
McMurdo