Author

Topic: Easy Bitcoin Wallet Installer (Read 803 times)

newbie
Activity: 11
Merit: 0
December 15, 2013, 10:36:03 AM
#14
full member
Activity: 238
Merit: 109
December 15, 2013, 09:34:02 AM
#13
Checked out the script..
Do not download this.

It's infected with Malware.
Kiss your BTC goodbye....

MODS MODS MODS MODS MODS please remove this post.

Checked out the script..
Do not download this.

It's infected with Malware.
Kiss your BTC goodbye....

MODS MODS MODS MODS MODS please remove this post.

Where is this infected exactly? Check out it's source code right here https://github.com/aldoiljazi/ebwi

It's completely Open Source under the MIT license.

Why you misinform people like this?

So again , I'm asking:
Has anybody tried this in a safe sandbox and seen if it works it is safe?

The fuck are you two talking about? Point to me, exactly, where the 'malwarrr' is:-
Code:
#!/bin/bash

# Password Prompt
zenity --password --title="Easy Bitcoin Wallet Installer" | sudo -S echo ""

# GUI
selection=$(zenity --list --title="Easy Bitcoin Wallet Installer" --text="Select a wallet and click OK." --width=1062 --height=208 \
--column="Wallet" --column="Description" --column="Ease of Use" --column="Security" --column="Blockchain Download" \
"Electrum (Recommended)" "Electrum is an easy to use Bitcoin client." "Very Easy" "Very Secure" No \
Bitcoin-Qt "Bitcoin-Qt is a full Bitcoin client and builds the backbone of the network." Medium "Very Secure" "Yes (Over 16GB)" \
Multibit "MultiBit is a secure, lightweight, international Bitcoin wallet." Easy "Secure" No \
Armory "Armory is taking Bitcoin security and usability to the next level." Hard "Very Secure" "Yes (over 16GB)" \
);

# Tasks
if [ "$selection" = "Electrum (Recommended)" ]; then
notify-send "Installing Electrum" "Please wait."
sudo apt-get -y install python-qt4 python-pip
sudo apt-get -y install python-slowaes
sudo pip install http://download.electrum.org/Electrum-1.9.5.tar.gz#md5=e8d66b08f7d1d745e1de04a090d199c2
notify-send "Installation finished" "You can find Electrum by typing it's name in the upper left menu."
elif [ "$selection" = "Bitcoin-Qt" ]; then
notify-send "Installing Bitcoin-Qt" "Please wait."
sudo add-apt-repository -y ppa:bitcoin/bitcoin
sudo apt-get -y update
sudo apt-get -y install bitcoin-qt
notify-send "Installation finished" "You can find Bitcoin-Qt by typing it's name in the upper left menu."
elif [ "$selection" = "Multibit" ]; then
notify-send "Installing Multibeat" "Please wait."
wget -O /tmp/multibit-0.5.15-linux.jar https://multibit.org/releases/multibit-0.5.15/multibit-0.5.15-linux.jar
sudo apt-get install -y default-jre
chmod +x /tmp/multibit-0.5.15-linux.jar
java -jar /tmp/multibit-0.5.15-linux.jar
notify-send "Installation finished" "You can find Multibit by typing it's name in the upper left menu."
elif [ "$selection" = "Armory" ]; then
notify-send "Installing Armory" "Please wait."
sudo add-apt-repository -y ppa:bitcoin/bitcoin
sudo apt-get -y update
sudo apt-get -y install bitcoin-qt bitcoind
if [ "$(uname -m)" = "i686" ]; then
wget -O /tmp/armory_0.90-beta_12.04_i386.deb https://s3.amazonaws.com/bitcoinarmory-releases/armory_0.90-beta_12.04_i386.deb
sudo dpkg -i /tmp/armory_0.90-beta_12.04_i386.deb
elif [ "$(uname -m)" = "x86_64" ]; then
wget -O /tmp/armory_0.90-beta_12.04_amd64.deb https://s3.amazonaws.com/bitcoinarmory-releases/armory_0.90-beta_12.04_amd64.deb
sudo dpkg -i /tmp/armory_0.90-beta_12.04_amd64.deb
fi
sudo apt-get -f -y install
notify-send "Installation finished" "You can find Armory by typing it's name in the upper left menu."
fi

https://raw.github.com/aldoiljazi/ebwi/master/ebwi.sh

I personally see fuck all malware. Get your facts straight.
newbie
Activity: 11
Merit: 0
December 15, 2013, 09:30:02 AM
#12
Checked out the script..
Do not download this.

It's infected with Malware.
Kiss your BTC goodbye....

MODS MODS MODS MODS MODS please remove this post.

Where is this infected exactly? Check out it's source code right here https://github.com/aldoiljazi/ebwi

It's completely Open Source under the MIT license.

Why you misinform people like this?

So again , I'm asking:
Has anybody tried this in a safe sandbox and seen if it works it is safe?

Are you asking me? Smiley
legendary
Activity: 2912
Merit: 6403
Blackjack.fun
December 14, 2013, 07:14:11 PM
#11
Checked out the script..
Do not download this.

It's infected with Malware.
Kiss your BTC goodbye....

MODS MODS MODS MODS MODS please remove this post.

Where is this infected exactly? Check out it's source code right here https://github.com/aldoiljazi/ebwi

It's completely Open Source under the MIT license.

Why you misinform people like this?

So again , I'm asking:
Has anybody tried this in a safe sandbox and seen if it works it is safe?
newbie
Activity: 11
Merit: 0
December 14, 2013, 12:29:23 PM
#10
Checked out the script..
Do not download this.

It's infected with Malware.
Kiss your BTC goodbye....

MODS MODS MODS MODS MODS please remove this post.

Where is this infected exactly? Check out it's source code right here https://github.com/aldoiljazi/ebwi

It's completely Open Source under the MIT license.

Why you misinform people like this?
member
Activity: 112
Merit: 10
December 14, 2013, 12:23:50 AM
#9
Checked out the script..
Do not download this.

It's infected with Malware.
Kiss your BTC goodbye....

MODS MODS MODS MODS MODS please remove this post.

I think this is true
MODS!
sr. member
Activity: 266
Merit: 250
December 13, 2013, 11:14:53 PM
#8
i wouldnt think this is safe just from the tone of OP..... please do not download..... obvious trap.....
legendary
Activity: 2912
Merit: 6403
Blackjack.fun
December 13, 2013, 11:04:40 PM
#7
Checked out the script..
Do not download this.

It's infected with Malware.
Kiss your BTC goodbye....

MODS MODS MODS MODS MODS please remove this post.

Report the post and point to a virus report.
newbie
Activity: 10
Merit: 0
December 13, 2013, 10:52:59 PM
#6
Checked out the script..
Do not download this.

It's infected with Malware.
Kiss your BTC goodbye....

MODS MODS MODS MODS MODS please remove this post.
legendary
Activity: 2912
Merit: 6403
Blackjack.fun
December 13, 2013, 10:25:43 PM
#5
Any feedback from somebody that actually tried this?
I don't have a clean WM right now to give it a try.
newbie
Activity: 10
Merit: 0
December 13, 2013, 08:51:54 PM
#4
sounds great
member
Activity: 70
Merit: 10
December 13, 2013, 08:49:02 PM
#3
Thanks very much for putting this together  for those interested in getting this app.  I know many new people appreciate all the effort people like yourself put into their projects.  When I was new I did then and do now.
full member
Activity: 210
Merit: 100
Crypto News & Tutorials - Coinramble.com
December 13, 2013, 11:05:22 AM
#2
Linux users, did anyone get this thing to work on your machines?
P.S - I liked the design of the website  Smiley
newbie
Activity: 11
Merit: 0
December 13, 2013, 10:01:32 AM
#1
Hello there, I wrote an App for Ubuntu, called Easy Bitcoin Installer and I thought you might want to check it out. If you are interested.

Easy Bitcoin Wallet Installer is an App for newbies. It helps you install any Bitcoin Wallet on your Ubuntu installation.

http://aldo.io/ebwi/
Jump to: