Bitcoin Forum
May 09, 2024, 08:20:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bounty to Create Open-Transactions And MoneyChanger .deb  (Read 922 times)
matthewh3 (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1003



View Profile WWW
October 26, 2012, 12:21:23 AM
 #1

Trying to install Open-Transactions on *buntu is more than a challenge for non-coders. This bounty is for someone(s) to create a easy way to install Open-Transactions and MoneyChanger on *buntu using .deb.

https://propster.me/tipjar/0cfdnyi

1715286053
Hero Member
*
Offline Offline

Posts: 1715286053

View Profile Personal Message (Offline)

Ignore
1715286053
Reply with quote  #2

1715286053
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
jago25_98
Hero Member
*****
Offline Offline

Activity: 900
Merit: 1000


Crypto Geek


View Profile WWW
January 21, 2013, 02:05:40 PM
 #2

Bump.

I believe OT,MC & Bitcoin can solve the decentralised exchange problem that Dark Exchange was trying to solve?

...and that by getting those easy installers nailed for people we can expect these projects to finally get the attention they deserve?

...or would hosting the Bitcoin central code on a hidden service be a lot simpler way of doing it and more successful due to many more users likely?
...until we see a website interface to OT that is extremely simple and cut down to simply "register" "offer" & "buy"

http://www.reddit.com/r/Bitcoin/comments/i356p/its_about_time_for_an_open_source_bitcoin/
https://bitcointalk.org/index.php?action=printpage;topic=87836.0

Bitcoiner since the early days. Crypto YouTube Channel: Trading Nomads | Analyst | News Reporter | Bitcoin Hodler | Support Freedom of Speech!
marcus_of_augustus
Legendary
*
Offline Offline

Activity: 3920
Merit: 2348


Eadem mutata resurgo


View Profile
January 21, 2013, 09:30:46 PM
Last edit: January 21, 2013, 11:00:01 PM by marcus_of_augustus
 #3

There are already some .debs out there. Look in here https://rapidshare.com/users/opentxs/1998 and here https://launchpad.net/~open-transactions/+archive/testing

Also a small instruction on how to build .debs has been tucked into the docs. There is the 'small' issue with dependencies though ...

https://github.com/randy-waterhouse/opentxs/blob/master/docs/INSTALL-MEMO-Linux.txt

Code:
############ Build a .deb package locally from linux src tar ball #############
#
#

$ sudo apt-get debuild cdbs autotools-dev dh-autoreconf
$ git clone https://github.com/randy-waterhouse/opentxs.git
$ cd opentxs
$ autoreconf -vif -Wall
$ ./configure
$ make distcheck
$ mv opentxs-0.88.e.tar.gz opentxs_0.88.e.orig.tar.gz
$ tar xf opentxs_0.88.e.orig.tar.gz
$ cd opentxs-0.88.e
$ cp -r ../debian .
$ debuild -us -uc -d

To install deb package:
$ sudo dpkg -i opentxs_0.88.e.<arch>.deb

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!