Author

Topic: Which wallet supports this ? (Read 1537 times)

sr. member
Activity: 475
Merit: 252
June 11, 2014, 12: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.
sr. member
Activity: 329
Merit: 251
June 08, 2014, 04: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

sr. member
Activity: 475
Merit: 252
May 17, 2014, 02: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.
sr. member
Activity: 475
Merit: 252
May 17, 2014, 02: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?
legendary
Activity: 2053
Merit: 1354
aka tonikt
May 13, 2014, 10:04:45 AM
#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
legendary
Activity: 2282
Merit: 1204
The revolution will be digital
May 11, 2014, 02: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 ?
legendary
Activity: 1302
Merit: 1004
Core dev leaves me neg feedback #abuse #political
May 07, 2014, 07: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!
legendary
Activity: 1937
Merit: 1001
May 07, 2014, 07:30:52 AM
#11
Export to CSV file and use the terminal to grab values line by line and pipe it through bitcoin-qt?
newbie
Activity: 5
Merit: 0
May 07, 2014, 12: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.
legendary
Activity: 2282
Merit: 1204
The revolution will be digital
May 06, 2014, 05: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 ?
sr. member
Activity: 329
Merit: 251
April 25, 2014, 02: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.
newbie
Activity: 24
Merit: 0
April 24, 2014, 02: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?
legendary
Activity: 2282
Merit: 1204
The revolution will be digital
April 24, 2014, 11:51:35 AM
#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.
legendary
Activity: 3612
Merit: 1564
April 24, 2014, 11:30:18 AM
#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.
sr. member
Activity: 434
Merit: 251
April 24, 2014, 11:28:10 AM
#4
couldnt you use coinbase or blockchain for that? i feel thats what their services do?
sr. member
Activity: 329
Merit: 251
April 24, 2014, 11:25:38 AM
#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 ?
legendary
Activity: 1064
Merit: 1011
760930
April 24, 2014, 06:26:51 AM
#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.
sr. member
Activity: 329
Merit: 251
April 24, 2014, 04:10:19 AM
#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
Jump to: