Bitcoin Forum
May 11, 2024, 06:26:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Recurring sending  (Read 316 times)
Toresh (OP)
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
May 05, 2017, 08:17:59 AM
 #1

Hi,
Is there a way to automatically send a fixed amount to an address at a certain interval? e.g. I send 0.001 BTC to address 12345 everyday at 8:00am?
I am using Coinbase for this but they are no longer paying the mining fee and I can't choose it. I don't need a fast confirmation, so I would select the minimum.

Thanks,
1715452013
Hero Member
*
Offline Offline

Posts: 1715452013

View Profile Personal Message (Offline)

Ignore
1715452013
Reply with quote  #2

1715452013
Report to moderator
1715452013
Hero Member
*
Offline Offline

Posts: 1715452013

View Profile Personal Message (Offline)

Ignore
1715452013
Reply with quote  #2

1715452013
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
alani123
Legendary
*
Offline Offline

Activity: 2394
Merit: 1416


Leading Crypto Sports Betting & Casino Platform


View Profile
May 05, 2017, 08:21:37 AM
 #2

I don't think that there's any service able to do this and also pay for mining fees on top. You could set up a wallet locally and have it programmed to send BTC to an address that converts funds to FIAT as they arrive as a service (using a service like for example Uphold or Mistertango). But mining fees are on you one way or the other.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
mocacinno
Legendary
*
Offline Offline

Activity: 3388
Merit: 4922


https://merel.mobi => buy facemasks with BTC/LTC


View Profile WWW
May 05, 2017, 08:27:02 AM
 #3

I don't think that there's any service able to do this and also pay for mining fees on top. You could set up a wallet locally and have it programmed to send BTC to an address that converts funds to FIAT as they arrive as a service (using a service like for example Uphold or Mistertango). But mining fees are on you one way or the other.

I think this is the correct answer...
Technically, i would solve it by running bitcoind, then create a cronjob:
1 8 * * * bitcoin-cli sendtoaddress "1Myaddressdmfkljsmdfkjsd" 0.001

I would create a bitcoin.conf file in ~/.bitcoin and add following lines:

Code:
rpcuser=delme
rpcpassword=pickyourownpassword
txconfirmtarget=144

Transaction fees are a given, the only way around them is by using a service that pays the fee in your place (like coinbase used to do), but by adding txconfirmtarget to your bitcoin.conf, you basically tell your wallet: i'm willing to way 144 blocks for a 95% chance of getting a confirmation.
You can change the number of blocks, but remember: most nodes drop unconfirmed transactions from their mempool after 3 days, plus your wallet has no way to look in the future. If the mempool size explodes and a fee bidding war starts, setting to big of a number might result in all your transactions getting dropped from the node's mempool after a couple of days.

Do note it might be a good idear to lock your wallet, in this case you have to run a second script to unlock it before issuing a "sendtoaddress"...

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Toresh (OP)
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
May 05, 2017, 08:36:27 AM
 #4

Thanks. I think I will use the bitcoin-cli method.

I don't mind paying the transaction fee, it's just that it's too high on Coinbase so I would use the minimum
e.g. I send USD 5.00 from my BTC wallet (converted to BTC by Coinbase), I would pay about USD 0.74 as fee and I would like to reduce it to the minimum, not 0.
alani123
Legendary
*
Offline Offline

Activity: 2394
Merit: 1416


Leading Crypto Sports Betting & Casino Platform


View Profile
May 05, 2017, 08:58:35 AM
 #5

Thanks. I think I will use the bitcoin-cli method.

I don't mind paying the transaction fee, it's just that it's too high on Coinbase so I would use the minimum
e.g. I send USD 5.00 from my BTC wallet (converted to BTC by Coinbase), I would pay about USD 0.74 as fee and I would like to reduce it to the minimum, not 0.
Oh, I thought you were also looking to sell by sending. If you just want to have recurring BTC transactions the bitcoin-cli could be used to send to any of your bitcoin addresses, not necessarily to an address of the services I mentione above.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!