Bitcoin Forum
May 09, 2024, 03:37:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Making Linux bash scripts for automating work. Approx 0.2BTC/script  (Read 1503 times)
Habo (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 10, 2011, 08:05:07 PM
 #1

Hello

I can make Linux bash script for BTC - price depends on difficulty. It should be 0.2 for medium script, for very easy scripts it could be 0.05 BTC, for very difficult script it should be up to 1BTC.

I can send free examples:
YouTube downloader - it can download some (e.g. NOT all!) YouTube videos (valued for 0.5 BTC)
quick QR code maker - it can convert selected text to QR code - usable if you have smartphone (valued for 0.05 BTC)
simple image scaler - it can scale multiple images same way (for example to same width), should be used as nautilus-script (valued for 0.2 BTC)

I use Ubutnu but it should'nt be problem making scripts for other distro, sometimes additional programs are required (for example qrencode for quick QR code maker, imagemagick for image scaling)

What can I do:
Parse almost any website and retrieve data from it
Operate with almost any data
Output data in almost any format
Make simple GUI with program zenity (GNOME required)
Control other programs using DBUS interface, or other simple method
Making fake keyboard and mouse input (usable, if program doesn't support DBUS or other method)

What I can NOT (or don't want to) do:
break CAPTCHA
break sophisticated secure things
parsing obscure data

If you are interested in, write me, what script should do and I will inform you about price.
If I make script for you, it's yours: you can share it, and/or modify as you want.
Also, if you want other informations, write me...
1715225859
Hero Member
*
Offline Offline

Posts: 1715225859

View Profile Personal Message (Offline)

Ignore
1715225859
Reply with quote  #2

1715225859
Report to moderator
1715225859
Hero Member
*
Offline Offline

Posts: 1715225859

View Profile Personal Message (Offline)

Ignore
1715225859
Reply with quote  #2

1715225859
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
eodchop
Full Member
***
Offline Offline

Activity: 138
Merit: 100

Use Linux!


View Profile
June 11, 2011, 03:46:19 AM
 #2

Are you any good with sed/awk? Looking for something to parse /etc/exports and remove certain strings. I am upgrading nfs v2 to v3 on a massive scale. Around 20 hosts. Would like to run a script once from clusterssh and knock them all out.
Habo (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 11, 2011, 02:36:59 PM
 #3

Yes, of course! I use sed often and I know regexps well. I'm not very skilled in awk, but I know it a little and I have a book about it too.
But if you only want to remove lines, grep would be enough Wink
Anyway, probably I can do it, if you provide more details...
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!