Bitcoin Forum
May 24, 2024, 10:28:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Which wallet supports this ?  (Read 1536 times)
CoinLearn (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 251


View Profile
April 24, 2014, 08:10:19 AM
Last edit: April 25, 2014, 06:10:27 PM by CoinLearn
 #1

I have to pay multiple people (200+) at one go from a wallet. I have the addresses and amounts in an excel file. But I dont see any option to upload that file to blockchain.info wallet so that I can pay at one go. I have to copy paste each address and amount individually. Can anyone please suggest any wallet that supports this feature ?






_______________________________________________________________________________ _____________
www.CoinLearn.org - Learn and Earn Free Bitcoins
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1016

760930


View Profile
April 24, 2014, 10:26:51 AM
Last edit: April 24, 2014, 10:37:20 AM by flatfly
 #2

Electrum can easily do this from CSV data formatted as follows:

"ADDRESS1", 0.12345
"ADDRESS2", 0.22334
"ADDRESS3", 0.45678
...

Access this feature through the Tools\Create transaction menu items.
CoinLearn (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 251


View Profile
April 24, 2014, 03:25:38 PM
 #3

Electrum can easily do this from CSV data formatted as follows:

"ADDRESS1", 0.12345
"ADDRESS2", 0.22334
"ADDRESS3", 0.45678
...

Access this feature through the Tools\Create transaction menu items.

Thanks, but is not there any web wallet that support data fetching from excel sheet ?
durrrr
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
April 24, 2014, 03:28:10 PM
 #4

couldnt you use coinbase or blockchain for that? i feel thats what their services do?

Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
April 24, 2014, 03:30:18 PM
 #5

Electrum can easily do this from CSV data formatted as follows:

"ADDRESS1", 0.12345
"ADDRESS2", 0.22334
"ADDRESS3", 0.45678
...

Access this feature through the Tools\Create transaction menu items.

Thanks, but is not there any web wallet that support data fetching from excel sheet ?

No.
BitCoinDream
Legendary
*
Offline Offline

Activity: 2324
Merit: 1204

The revolution will be digital


View Profile
April 24, 2014, 03:51:35 PM
 #6

couldnt you use coinbase or blockchain for that? i feel thats what their services do?

Not sure about Coinbase, but AFAIK blockchain.info does not support this.

bitbudget
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
April 24, 2014, 06:06:30 PM
 #7

Quote
Thanks, but is not there any web wallet that support data fetching from excel sheet ?
So you would rather use a web wallet than secure local wallet?
CoinLearn (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 251


View Profile
April 25, 2014, 06:06:37 PM
 #8

Quote
Thanks, but is not there any web wallet that support data fetching from excel sheet ?
So you would rather use a web wallet than secure local wallet?

Yes, because I need to get stuffs done on the go.
BitCoinDream
Legendary
*
Offline Offline

Activity: 2324
Merit: 1204

The revolution will be digital


View Profile
May 06, 2014, 09:40:37 PM
 #9

Quote
Thanks, but is not there any web wallet that support data fetching from excel sheet ?
So you would rather use a web wallet than secure local wallet?

Is this feature available on the latest version of Bitcoin-QT ?

carecc
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 07, 2014, 04:50:40 AM
 #10

Quote
Thanks, but is not there any web wallet that support data fetching from excel sheet ?
So you would rather use a web wallet than secure local wallet?
i don't think so.
kwukduck
Legendary
*
Offline Offline

Activity: 1937
Merit: 1001


View Profile
May 07, 2014, 11:30:52 AM
 #11

Export to CSV file and use the terminal to grab values line by line and pipe it through bitcoin-qt?

14b8PdeWLqK3yi3PrNHMmCvSmvDEKEBh3E
jonald_fyookball
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004


Core dev leaves me neg feedback #abuse #political


View Profile
May 07, 2014, 11:53:28 AM
 #12

Export to CSV file and use the terminal to grab values line by line and pipe it through bitcoin-qt?

Exactly.  Just go in your excel program and export in CSV format. 

Electrum rules!

BitCoinDream
Legendary
*
Offline Offline

Activity: 2324
Merit: 1204

The revolution will be digital


View Profile
May 11, 2014, 06:37:32 PM
 #13

Export to CSV file and use the terminal to grab values line by line and pipe it through bitcoin-qt?

Exactly.  Just go in your excel program and export in CSV format. 

Electrum rules!

Can we do it somehow on Blockchain.info ?

piotr_n
Legendary
*
Offline Offline

Activity: 2053
Merit: 1354


aka tonikt


View Profile WWW
May 13, 2014, 02:04:45 PM
 #14

I have to pay multiple people (200+) at one go from a wallet. I have the addresses and amounts in an excel file. But I dont see any option to upload that file to blockchain.info wallet so that I can pay at one go. I have to copy paste each address and amount individually. Can anyone please suggest any wallet that supports this feature ?
gocoin's wallet can do it.

you just run it:
Code:
wallet -batch payments.txt

... while in payments.txt you have lines like this:
Code:
addr1=amount1
addr2=amount2
...
addrN=amountN

Check out gocoin - my original project of full bitcoin node & cold wallet written in Go.
PGP fingerprint: AB9E A551 E262 A87A 13BB  9059 1BE7 B545 CDF3 FD0E
dabura667
Sr. Member
****
Offline Offline

Activity: 475
Merit: 252


View Profile
May 17, 2014, 06:20:06 AM
 #15

Quote
Thanks, but is not there any web wallet that support data fetching from excel sheet ?
So you would rather use a web wallet than secure local wallet?

Yes, because I need to get stuffs done on the go.
You have large Excel sheets on your phone?

My Tip Address:
1DXcHTJS2DJ3xDoxw22wCt11FeAsgfzdBU
dabura667
Sr. Member
****
Offline Offline

Activity: 475
Merit: 252


View Profile
May 17, 2014, 06:28:24 AM
 #16

https://blockchain.info/api/blockchain_wallet_api

Host your own website, make a php gateway that asks you for your password.

Then once it checks your blockchain password, make it ask for a csv file.

Then once it parses the csv into a variable in php, follow the "Send to many" instructions at the link above.

Then have the site show the transaction just in case, then have it ask for your second password if you have one.

Then send the transaction via api.



This would take a competent programmer who knew php and was familiar with Bitcoin transactions maybe a couple hours to make and test.

Then all you would need is somewhere to host that site so that you could access it on the go.


try /r/jobs4bitcoin, I'm sure someone would make it for you, but you'd have to host it somewhere.

My Tip Address:
1DXcHTJS2DJ3xDoxw22wCt11FeAsgfzdBU
CoinLearn (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 251


View Profile
June 08, 2014, 08:57:43 PM
 #17

https://blockchain.info/api/blockchain_wallet_api

Host your own website, make a php gateway that asks you for your password.

Then once it checks your blockchain password, make it ask for a csv file.

Then once it parses the csv into a variable in php, follow the "Send to many" instructions at the link above.

Then have the site show the transaction just in case, then have it ask for your second password if you have one.

Then send the transaction via api.


How coincidental !!! I solved it exactly this way. The only problem was the 'note' param of blockchain.info send to many API was not working. That has also been taken care of... Wink

dabura667
Sr. Member
****
Offline Offline

Activity: 475
Merit: 252


View Profile
June 11, 2014, 04:38:54 PM
 #18

https://blockchain.info/api/blockchain_wallet_api

Host your own website, make a php gateway that asks you for your password.

Then once it checks your blockchain password, make it ask for a csv file.

Then once it parses the csv into a variable in php, follow the "Send to many" instructions at the link above.

Then have the site show the transaction just in case, then have it ask for your second password if you have one.

Then send the transaction via api.


How coincidental !!! I solved it exactly this way. The only problem was the 'note' param of blockchain.info send to many API was not working. That has also been taken care of... Wink

Yeah you have to format it for URLs, so a lot os %20 etc.

My Tip Address:
1DXcHTJS2DJ3xDoxw22wCt11FeAsgfzdBU
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!