Author

Topic: ~HELP NEEDED (faucet owner) (Read 1108 times)

legendary
Activity: 1094
Merit: 1006
April 21, 2013, 03:24:49 PM
#9
Because I feel nice today here is my script for sending bitcoins for my faucet. It says terracoins but it works the same way.

Code:
import commands

def send(address, amount):
"""
Send the specified amount to the drip request, time whatever the
coupon code specifies. Uses the following unix command to do so:
sendtoaddress [comment] [comment-to]
The comment arguments are optional, and not currently used.

"""
# Make Shell Command
command = './terracoind sendtoaddress {0} {1}'
command = command.format(str(address), str(amount))
trans_id = commands.getstatusoutput(command)[1]

# Console Message
con_message = "Sent {0} TRC to {1}. Traction ID: {2}"
print(con_message.format(str(amount), address, trans_id))

You are going to have to learn python, how to read in csv(there are enough tutorial for you to figure it out). You will also have to slightly change the command string to the correct command if you are using windows.
member
Activity: 70
Merit: 10
http://www.freebitcointips.co.uk/
April 21, 2013, 10:46:59 AM
#8
I cannot afford to purchase coins at the moment, the aim of this site is to help out beginners. I am spending a lot of time trying to improve the site for beginners to make it really easy to follow and understand. I have no experience with script writing and I though it would be simple to send the BTC's from the faucet to everyone's address.... But..... It isnt that simple haha Sad The only resource I have at this moment is time, which i put alot into the site and my passion for BTC to be successful, which is why i have made this site in the first place to spread the word to as many people as possible Smiley

Andy B


legendary
Activity: 2058
Merit: 1431
April 21, 2013, 10:41:24 AM
#7
Is there a reason why you can't send the coins yourself? Instead of flooding a wallet service with requests, consider buying some coins yourself, and using sendmany RPC command to distribute.
member
Activity: 70
Merit: 10
http://www.freebitcointips.co.uk/
April 21, 2013, 10:30:24 AM
#6
.CSV in Excel Smiley

Andy B
legendary
Activity: 1094
Merit: 1006
April 21, 2013, 01:34:30 AM
#5
94 addresses at the moment Smiley

Thank you!

Andy B
I just reached beta on my faucet software today. What format do you have the addresses in?
member
Activity: 70
Merit: 10
http://www.freebitcointips.co.uk/
April 18, 2013, 06:39:00 PM
#4
94 addresses at the moment Smiley

Thank you!

Andy B
full member
Activity: 130
Merit: 100
April 18, 2013, 06:34:44 PM
#3
You could try http://brainwallet.org. How many addresses do you have?
member
Activity: 70
Merit: 10
http://www.freebitcointips.co.uk/
April 18, 2013, 05:15:32 PM
#2
please I really want to send these tonight. Smiley

Andy B
member
Activity: 70
Merit: 10
http://www.freebitcointips.co.uk/
April 18, 2013, 05:00:35 PM
#1
Any faucet owners out there? I have a list of wallet addresses now.... I need help with a quick way that i can send the BTCs to people. Iv just spent like 30 mins manually putting in addresses and now i cant send because of duplicated addys  ARGH HELP ME haha

Andy B
Jump to: