Bitcoin Forum
June 21, 2024, 02:51:03 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Question : many transactions?  (Read 1443 times)
leen93 (OP)
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250



View Profile
November 24, 2014, 06:12:14 PM
 #1

I need to be able to make 100 transactions from 1 address to 1 other address (so no addresses ever mixed in any transaction)
So A -> B1, A -> B2, ... but not A -> B1, B2, ... (it's complicated to explain why but it's necessary)
So I need a lot of transactions with each a small fee too.
How can I process something like that?
JJB
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
November 24, 2014, 07:09:03 PM
 #2

Not sure I understand you correctly but you'll probably need to send them one by one. You may be able to get away without including a fee but depends how much the amounts are. The money will still be able to be traced back to you though.
leen93 (OP)
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250



View Profile
November 24, 2014, 07:32:49 PM
 #3

Not sure I understand you correctly but you'll probably need to send them one by one. You may be able to get away without including a fee but depends how much the amounts are. The money will still be able to be traced back to you though.
Yes, is there a fast way to start a lot of transactions?
notlist3d
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
November 24, 2014, 11:14:03 PM
 #4

Not sure I understand you correctly but you'll probably need to send them one by one. You may be able to get away without including a fee but depends how much the amounts are. The money will still be able to be traced back to you though.
Yes, is there a fast way to start a lot of transactions?

Might look in services.  I know one person (no longer doing it) ran a macro to send shares payment each week.  I think he used a macro, and might have paid someone to make it if i remember right.

Is it sending to same address each time?
leen93 (OP)
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250



View Profile
November 25, 2014, 07:19:13 AM
 #5

yes, sending to the same 100 addresses all the time
is he on bitcointalk?
jaberwock
Legendary
*
Offline Offline

Activity: 2590
Merit: 1073



View Profile
November 25, 2014, 08:41:35 AM
 #6

You can include multiple outputs and save fees.
But you need to have PC wallet, because online wallets don't allow such stuff

leen93 (OP)
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250



View Profile
November 25, 2014, 09:19:45 AM
 #7

You can include multiple outputs and save fees.
But you need to have PC wallet, because online wallets don't allow such stuff
no, i do need seperate transactions, and with blockchain.info api sending from or to more addresses is possible
but i need a way to make a lot of transactions, probably a small program or something
Pierre11
Hero Member
*****
Offline Offline

Activity: 502
Merit: 500


View Profile
November 25, 2014, 06:45:11 PM
 #8

You can include multiple outputs and save fees.
But you need to have PC wallet, because online wallets don't allow such stuff
no, i do need seperate transactions, and with blockchain.info api sending from or to more addresses is possible
but i need a way to make a lot of transactions, probably a small program or something

Automatically? You can have many hundred outputs using blockchain.info but you will need to input data manually or program a bot to enter the values in the appropriate fields.
leen93 (OP)
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250



View Profile
November 25, 2014, 08:47:30 PM
Last edit: November 26, 2014, 12:17:07 AM by leen93
 #9

You can include multiple outputs and save fees.
But you need to have PC wallet, because online wallets don't allow such stuff
no, i do need seperate transactions, and with blockchain.info api sending from or to more addresses is possible
but i need a way to make a lot of transactions, probably a small program or something

Automatically? You can have many hundred outputs using blockchain.info but you will need to input data manually or program a bot to enter the values in the appropriate fields.
can i find such a bot somewhere? i cant program at all
I really really need it...
bigadam0101
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
November 26, 2014, 12:01:00 PM
 #10

someone told me that after 100 transactions start trouble with sync. Is it true?
DannyHamilton
Legendary
*
Offline Offline

Activity: 3430
Merit: 4669



View Profile
November 26, 2014, 02:37:49 PM
 #11

someone told me that after 100 transactions start trouble with sync. Is it true?

No.  It is not true.

If you are using the Bitcoin Core wallet, then you should create a new backup of the wallet before you have performed 100 transactions since your previous backup.  This is not because of any "trouble with sync". It is because the wallet pre-generates the next 100 private keys that it will use and it uses a new private key with each transaction sent.
bigadam0101
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
November 26, 2014, 05:11:50 PM
 #12

someone told me that after 100 transactions start trouble with sync. Is it true?

No.  It is not true.

If you are using the Bitcoin Core wallet, then you should create a new backup of the wallet before you have performed 100 transactions since your previous backup.  This is not because of any "trouble with sync". It is because the wallet pre-generates the next 100 private keys that it will use and it uses a new private key with each transaction sent.

That was about MultiBit..
So if i'm using  MultiBit - i should to do something now before 100 tx or i should to wait when i reach 100 and then do something? But in I write "something" because in MultiBit i can not find backup option - i just copy all from %appdata% MultiBit ..
Sonny
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
November 27, 2014, 04:55:10 AM
 #13

someone told me that after 100 transactions start trouble with sync. Is it true?

No.  It is not true.

If you are using the Bitcoin Core wallet, then you should create a new backup of the wallet before you have performed 100 transactions since your previous backup.  This is not because of any "trouble with sync". It is because the wallet pre-generates the next 100 private keys that it will use and it uses a new private key with each transaction sent.

That was about MultiBit..
So if i'm using  MultiBit - i should to do something now before 100 tx or i should to wait when i reach 100 and then do something? But in I write "something" because in MultiBit i can not find backup option - i just copy all from %appdata% MultiBit ..

I haven't used Multibit myself, but AFAIK, Multibit doesn't use a keypool at all and it doesn't use a new change address (it simply uses one of the input address to receive the change).
lontivero
Full Member
***
Offline Offline

Activity: 164
Merit: 128

Amazing times are coming


View Profile
November 27, 2014, 05:08:42 AM
 #14

You can include multiple outputs and save fees.
But you need to have PC wallet, because online wallets don't allow such stuff
no, i do need seperate transactions, and with blockchain.info api sending from or to more addresses is possible
but i need a way to make a lot of transactions, probably a small program or something

Automatically? You can have many hundred outputs using blockchain.info but you will need to input data manually or program a bot to enter the values in the appropriate fields.
can i find such a bot somewhere? i cant program at all
I really really need it...

You have to build and broadcast the transaction with the input(s) and the outputs.
Kprawn
Legendary
*
Offline Offline

Activity: 1904
Merit: 1074


View Profile
November 28, 2014, 12:50:26 PM
 #15

Look into using https://www.asmoney.com/ they might have something that will support this. They do have support for multiple payments and multiple currencies.

Not AssMoney  Grin Grin Grin

THE FIRST DECENTRALIZED & PLAYER-OWNED CASINO
.EARNBET..EARN BITCOIN: DIVIDENDS
FOR-LIFETIME & MUCH MORE.
. BET WITH: BTCETHEOSLTCBCHWAXXRPBNB
.JOIN US: GITLABTWITTERTELEGRAM
shanem
Legendary
*
Offline Offline

Activity: 1344
Merit: 1000



View Profile
November 28, 2014, 02:21:12 PM
 #16

You can send your bitcoins to many address to save fees.
This is something many faucets do to save transaction fees to give out more to everyone.

     

            █           
           ██           
          ██████         
         ████████         
        ██████████       
       ████████████       
      ██████████████     
     ████████████████     
    ██████████████████   
   ████████████████████   
  ██████████▀▀██████████ 
 ███▀▄████▀    ▀████▄▀███
██▀ ▄██▀▀        ▀▀██▄ ▀██
 

░▄███████████▄░░░▄███████████▄░░▄███▄░░░░░░▄███▄░░▄██████████▄░░░████████████████░░░░██████████░░░░███████████████░░█████████████████
█████░░░░░░░███░████▀░░░░░▀████░█████▄░░░░▄█████░███▀░░░░░░▀███░███░░░░████░░░███░░███░░░░░░░░██░░███░░░░░░░░░░░███░███████░░░░██████
█████░░░░░░░███░████░░░░░░░████░▀█████▄░░▄█████▀░███░░░░░░░░███░███░░░░████░░███░░░███░░░██░░░███░███░░░██████░░███░░░░░███░░░░██░░░░
█████░░░░░░░░░░░████░░░░░░░████░░▀█████░░█████▀░░███░░░░░░░░███░███░░░░███░░░███░░░███░░████░░███░███░░░██████░░███░░░░░███░░░░██░░░░
█████░░░░░░░░░░░████░░░░░░█████░░░▀████▄▄████▀░░░███▄░░░░░░▄███░███░░░░███░░███░░░░██░░░████░░███░███░░░░░░░░░░███▀░░░░░███░░░░██░░░░
█████░░░░░░░░░░░██████████████░░░░░▀████████▀░░░░████████████▀░░███░░░░░░░░░███░░░███░░░████░░░██░███░░░█████████░░░░░░░███░░░░██░░░░
█████░░░░░░░███░████░░░░░░░████▄░░░░████████░░░░░███████░░░░░░░░███░░░░███░░░███░░██░░░░░░░░░░░██░███░░░░░░░░░░███▄░░░░░███░░░░██░░░░
█████░░░░░░░███░████░░░░░░░█████░░░░████████░░░░░███████░░░░░░░░███░░░░████░░░███░██░░░░████░░░░█░███░░░█████▄░░███░░░░░███░░░░██░░░░
███████████████░████░░░░░░░█████░░░░████████░░░░░███████░░░░░░░░███░░░░████░░░░██░██░░░██████░░░█░███░░░██████░░███░░░░░███░░░░██░░░░
░▀███████████▀░░░███░░░░░░░████░░░░░░██████░░░░░░░██████░░░░░░░░░████████████████░███████████████░░███████████████░░░░░░█████████░░░░
|
▂▃▅ Quick buy and sell bitcoins online. Fast and secure ▅▃▂
Facebook】【Twitter】【Telegram】【Medium】【Instagram
|
lontivero
Full Member
***
Offline Offline

Activity: 164
Merit: 128

Amazing times are coming


View Profile
November 28, 2014, 03:04:05 PM
 #17

Look into using https://www.asmoney.com/ they might have something that will support this. They do have support for multiple payments and multiple currencies.

Not AssMoney  Grin Grin Grin

Why would he need that?

I think he only needs to create a raw transaction with createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
Of course he could create a little scritp to do that if it is a common task form him.
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!