Can I send BTC from other node or wallet with my address?

I’m trying to send bitcoins from node2 with my address using private key noted that my address is created in node1.I followed this link:
https://en.bitcoin.it/wiki/How_to_import_private_keys
I dump private key in node1 using this command:

bitcoin-cli -testnet -rpcuser=test -rpcpassword=test123 dumpprivkey "2N7YvA6ZBjFvXE3wuNQH4csev1QUWtrzYgA"

Then I imported private key in node2 through this command:

bitcoin-cli -testnet -rpcuser=test -rpcpassword=test123 importprivkey cNKbGVQvQgJsJuRy25ggZ71BRA9UZyEPCMekdntnZDWjYTg9TpRu

now I want to send bitcoin from node2 with my address to different address

can anyone please give me solution to make transaction using my address private key
thanking you in advance

Can you recover seed words with passphrase on bitcoin node?

I have a btc node (Bitcoin Core version v0.17.0.1 (64-bit))running on my Windows 10 computer, as part of regular backup I have realized I don’t have the seed words but I do have the passphrase. It has a zero balance, wallet.dat is backed up – is there a way to recover the seed words in this scenario? I’m never going to use a Windows node to store any significant amount of coin, but I’d still like to know what my options are.

Converting WIF as Base58 string to byte array in bash

I want to convert wif as Base58 string to byte array.

Private key to WIF

printf 800C28FCA386C7A227600B2FE50B7CAE11EC86D3BF1FBE471BE89827E19D72AA1D507A5B8D | xxd -r -p | base58

5HueCGU8rMjxEXxiPuD5BDku4MkFqeZyd4dZ1jvhTVqvbTLvyTJ

Now I want reverse this (WIF to private key), form 5HueCGU8rMjxEXxiPuD5BDku4MkFqeZyd4dZ1jvhTVqvbTLvyTJ to 800C28FCA386C7A227600B2FE50B7CAE11EC86D3BF1FBE471BE89827E19D72AA1D507A5B8D

Im using that library https://github.com/keis/base58 But I can change or better if I can use only bash without extra library

full example https://en.bitcoin.it/wiki/Wallet_import_format

From Edge to Poloniex

Bought bitcoin and have a balance in a exchange account at Poloniex. Is there another step I need to take or is this where the estimated value that changes is where I will be able to send this back to Edge, and change back to USD.
I guess my question is: Is this money at work for me here or do I need to do something else.
And is this deposit safe where it is or is there a layer of security that needs to be taken.
Obvious to say I’m new to this and also thank you for your help!!

Where is bitcoin.conf and why doesn’t bitcoind find existing datadir v0.17.1

Just built no gui, no wallet bitcoin on WSL Ubuntu Bionic, Bitcoin v0.17.1.

I want to experiment with bitcoin-cli.

I followed recommendation to run bitcoind -princonsole and it says:
Using config file

/home/<myusername>/.bitcoin/bitcoin.conf

This file doesn’t exist.

I followed some dense discussion on how should this behave to make dumb users happier on github, supposedly there were some merges, but frankly, I have no clue what was the final conclusion and what is or isn’t in 0.17.1

Eventually, I understood that datadir must be specified first.

But that doesn’t work for me.

~/bitcoin$ bitcoind -datadir /mnt/d/blockchain -txindex
Error: Specified data directory "" does not exist.

/mnt/d/blockchain definitely exists.

Thanks for any help.

Many thanks to Nate Eldredge for pointing out a dumb error of mine and hope someone can help parsing and shedding some light on this:

https://github.com/bitcoin/bitcoin/issues/10746

Blockchain download has started and now I am waiting for the end result.

After a long connection to the wallet, it offers to reinstall blocks and synchronize all Bitcoin core blocks

1)I installed bitcoin core on an ssd drive. Some time did not include it, a month after the inclusion of bitcoin core when you start the application with ssd asks to re-download all the blocks, the path is correct , and the folder has already downloaded the blocks. I don’t understand, my old wallet can’t download or wants to download the resulting blocks while offline. Please help to understand. 2) If I installed a portable ssd drive I can connect it to any device and use the wallet and funds on it? In such an attempt, it requires downloading blocks againenter image description here