Questions tagged [sendtoaddress]
35 questions
4
votes
1 answer
How do I properly paytomany using electrum via script?
I know that I can use the GUI to do this and I"m glad to do so...however how would I do this using a bash script? This is on a Mac but I would just change it for any OS in question.
#!/bin/sh
PAYOUTS=cat ~/Desktop/weeklySummary.csv
WP=…
Frankenmint
- 485
- 1
- 5
- 21
4
votes
1 answer
Is it possible to Send the total balance of Bitcoin from the Wallet using rpc without having to specify the exact amount?
I know we can send coins using the move, sendtoaddress and sendfrom commands from the console or commandline.
However these commands require to specify an "exact" amount, meaning you need to check the balance before you execute the commands.
Is it…
Demon
- 141
- 4
4
votes
0 answers
bitcoin:uri for sending payments to multiple addresses
Lets say I want a donate bitcoin button/QR code to send to multiple recipients in different ratios.
As in send 50% to wallet 1.
Send 25% to wallet 2.
Send 25% to wallet 3.
Is there any way to do this in a single transaction, IE, make a single…
dessalines
- 141
- 2
3
votes
2 answers
Transaction created with sendtoaddress didn't propagate to the network, how to resend?
i am running Bitcoin Core 0.14.1 on a Centos6 Server.
I had several transactions (receive, send) in the last days, and everything was fine.
I always did my transaction with the bitcoin-cli sendtoaddress ADDRESS AMOUNT ... and that worked fine.…
John Doe
- 61
- 4
3
votes
2 answers
Importing a bunch of btc private keys into bitcoin core, then monitoring and sweeping them all to another address?
I'm trying to build a service where I import a bunch of pirvate keys into bitcoin core or some other software if you recommend a better solution. Once the private keys are imported, I want to monitor these addresses and if anything is positive have…
Patoshi パトシ
- 10,956
- 18
- 80
- 151
2
votes
2 answers
Bitcoin sendfrom and sendtoaddress
I am using bitcoin daemon in my system to get and pass btc to users. So now I want to pass some btc to another users but I can not understand what is the difference between sendfrom and sendtoaddress. I have read about sendtoaddress command in…
Yur Gasparyan
- 181
- 7
2
votes
2 answers
Is the fee added to the cost of the transaction or subtracted from the received money?
I want to send exactly 0.00136889 bitcoin but I never sent bitcoins before, I only received.
If I send 0.0136889 to the address, will blockchain.info remove the fee from my wallet or do I need to send 0.0136889 + the fee?
aqw alhadary
- 21
- 1
- 2
1
vote
1 answer
Remaining bitcoins sent to a different address
Let's say I have 20 bitcoins in address A. I sent 5 bitcoins from address A to address B. Why is that the remaining bitcoins got sent to address C that I never used or knew before.
I still get access to the remaining 15 bitcoins using the private…
MAPK
- 113
- 5
1
vote
1 answer
Raw transactions - SubtractFeeFromAmount flag
I'm currently working on a project (I'm a beginner in the world of cryptocurrencies) where we are using Raw Transactions, I want to know if in raw transactions there's a flag similar to subtractFeeFromAmount flag that exists in the sendToAddress…
Gerardo Gutiérrez
- 13
- 2
1
vote
0 answers
sendtoaddress not deducting from account
I have two accounts called "hot" and "cold" and have few address and transactions in each of them. I am trying to move some funds between "hot" to "cold" and using sendtoaddress like this
bitcoin-cli sendtoaddress "one-of-the-cold-wallet-address"…
lambogambo
- 11
- 2
1
vote
1 answer
Can I send balances to Segwit address from non-segwit address?
I have some balance on my first exchange. It use 1~ address.
I'm trying to withdraw this balance to my Bitcoin Core's 3~ address.(Which is Segwit address, right? I made this by addwitnessaddress command)
Does this situation accepted?
Thanks!
bitcoinlearner
- 369
- 2
- 12
1
vote
1 answer
can sender send 2 amounts to single recipient in single transaction?
I am working on web-app that needs to send money to customer's addresses.
i am trying find out if is it possible to ,
Bitcoin sender to send 2 or more amounts to single address in single transaction ?
e.g.
Transaction 1->
sender1 ->…
user10603
1
vote
0 answers
WRONG ''send to/receiving'' address always displayed on trezor??
when using myetherwallet the wrong and completely unknown receiving address is always displayed on the trezor screen when im asked to confirm the addresses match, BUT, i sent a very tiny amount and it arrived safely and quickly to the correct…
john
- 11
- 1
1
vote
1 answer
used Sending funds address to receive bitcoins
Is there any way to get bitcoins when i accidentally used Bitcoin Core's "send to address" to get them?
Blockchain.info shows that there is balance, but the client shows 0 BTC and dumpprivkey does not work either.
vuato
- 11
- 1
1
vote
1 answer
Invalid transaction. Error: TX decode failed. Make sure the tx has at least one input
I'm using bitcoinlib for python to create a transaction and send it but I'm getting the following error:
Funds not sent, exception error: Error connecting to blockchair on url…
Sonny Parlin
- 121
- 5