Bitcoin Forum
May 11, 2024, 05:51:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: December 23, 2013, 03:01:32 PM
Datacoin would benefit from an electrum-style web wallet with client side security, and client file deposit/retrieval. Anyone currently working on the web wallet aspect?
22  Alternate cryptocurrencies / Altcoin Discussion / Re: Is doge dying off? on: December 23, 2013, 01:06:25 PM
45+ BTC buy order on Cryptsy.
Someone can see something we don't.

I see it: Another sucker separated from their bitcoin. Enjoy your MEME coin! If anything has lasting value, it's a meme...
23  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][DUX] Ducat Exchange Coin [PRELAUNCH] on: December 22, 2013, 01:04:28 AM
I've been asking around for someone to work with on this same concept.

It's basically a wallet that has it's own blockchain, but is also a client of multiple existing chains. It's own chain would simply serve as the ledger of the distributed exchange.

But as a client of multiple exchanges how are funds escrowed until successful transaction in a provably safe and decentralized way?

The problem with altcoin exchanges is trust
24  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][DUX] Ducat Exchange Coin [PRELAUNCH] on: December 22, 2013, 12:13:57 AM
Interesting and grand idea but zero information on how you would actually implement said interesting and grand idea nor specification of your unique ability to achieve said Interesting and grand idea. 5BTC will hardly fund a project of this scale.

One specific question:
How do you plan to handle deposits & withdrawals of other cryptocurrencies into the DUX transaction network in a trustworthy and decentralized way?
25  Alternate cryptocurrencies / Altcoin Discussion / Re: The collective Mastercoin-explorer, Mastercoin-ruby and Mastercoin-wallet topic on: December 19, 2013, 07:44:52 PM
Do you need to populate the blockchain with bitcoin_node before running mastercoin-wallet?

I'm not seeing any offers and I get errors when I try to create a new purchase offer for TEST MSC:
Code:
/var/lib/gems/1.9.1/gems/mastercoin-wallet-0.0.11/lib/mastercoin-wallet/builder.rb:114:in `pick_outputs': undefined method `reject!' for nil:NilClass (NoMethodError)
from /var/lib/gems/1.9.1/gems/mastercoin-wallet-0.0.11/lib/mastercoin-wallet/builder.rb:151:in `create_transaction_with_keys'
from /var/lib/gems/1.9.1/gems/mastercoin-wallet-0.0.11/lib/mastercoin-wallet/gui/purchase_offer_window.rb:59:in `send_transaction'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt/qtruby4.rb:900:in `qt_metacall'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt/qtruby4.rb:900:in `method_missing'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt/qtruby4.rb:900:in `exec'
from /var/lib/gems/1.9.1/gems/mastercoin-wallet-0.0.11/lib/mastercoin-wallet/gui/main_window.rb:108:in `new_purchase_offer'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt/qtruby4.rb:900:in `qt_metacall'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt/qtruby4.rb:900:in `method_missing'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt/qtruby4.rb:900:in `exec'
from /var/lib/gems/1.9.1/gems/mastercoin-wallet-0.0.11/bin/mastercoin-wallet:12:in `<top (required)>'
from /usr/local/bin/mastercoin-wallet:23:in `load'
from /usr/local/bin/mastercoin-wallet:23:in `<main>'

EDIT: I understand from more combing of early posts that this is an insufficient-balance issue. I guess it's time to learn ruby, I would like to contribute to this mastercoin-wallet client, is there a mailing list?

EDIT2: Learned a teensy bit of ruby, and threw up a patch: https://github.com/Exocyst/mastercoin-wallet/commit/c5ff31dcba49ccb2eda4e5e6273eded8604b0a8a
26  Alternate cryptocurrencies / Altcoin Discussion / Re: The collective Mastercoin-explorer, Mastercoin-ruby and Mastercoin-wallet topic on: December 19, 2013, 06:53:25 PM
I figured it out with some help from ryanmelt of the qtbindings github (https://github.com/ryanmelt/qtbindings/issues/69)
Basically, I had to edit mastercoin-wallet.rb and call thread first:
Code:
require 'thread'
require 'Qt'
This should be fixed in the next version of qtbindings according to ryanmelt.
27  Alternate cryptocurrencies / Altcoin Discussion / Re: Doge for sale on: December 19, 2013, 06:01:48 PM
Suspicious that false trades are being lodged to prop up DOGE value...
28  Alternate cryptocurrencies / Altcoin Discussion / Re: The collective Mastercoin-explorer, Mastercoin-ruby and Mastercoin-wallet topic on: December 19, 2013, 05:33:13 PM
I'm on ubuntu 13.04, and I keep getting an issue with qtbinings when I try to run mastercoin-wallet:
Code:
$ mastercoin-wallet 
/var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt4.rb:27:in `const_missing': uninitialized constant Qt::RubyThreadFix::Queue (NameError)
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt4.rb:27:in `<class:RubyThreadFix>'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt4.rb:23:in `<module:Qt>'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt4.rb:22:in `<top (required)>'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt.rb:1:in `<top (required)>'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /var/lib/gems/1.9.1/gems/mastercoin-wallet-0.0.11/lib/mastercoin-wallet.rb:1:in `<top (required)>'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /var/lib/gems/1.9.1/gems/mastercoin-wallet-0.0.11/bin/mastercoin-wallet:3:in `<top (required)>'
from /usr/local/bin/mastercoin-wallet:23:in `load'
from /usr/local/bin/mastercoin-wallet:23:in `<main>'

I'm brand new to ruby, what did I screw up? I followed these directions verbatim:
Code:
sudo apt-get update
sudo apt-get install ruby ruby-dev gem
sudo apt-get install libqt4-gui libqt4-dev cmake
sudo gem install mastercoin-wallet
mastercoin-wallet

For clarity, this is not an issue specifically with mastercoin-wallet, as qtbindings are malfuntioning in general: a simple require "Qt" pops off the same error:
Code:
$ irb
irb(main):001:0> require "Qt"
NameError: uninitialized constant Qt::RubyThreadFix::Queue
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt4.rb:27:in `const_missing'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt4.rb:27:in `<class:RubyThreadFix>'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt4.rb:23:in `<module:Qt>'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt4.rb:22:in `<top (required)>'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /var/lib/gems/1.9.1/gems/qtbindings-4.8.5.1/lib/Qt.rb:1:in `<top (required)>'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
from (irb):1
from /usr/bin/irb:12:in `<main>'

I would, of course, still appreciate any help, though.
29  Economy / Reputation / Re: Patel's rep thread on: December 19, 2013, 03:41:58 PM
Bought MSC from Patel with no escrow

NOTES:
1. Provided proof of MSC ownership before transaction
2. Very rapid transaction: I had confirmed MSC ownership in under 20 minutes.

Cheers mate!
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: December 19, 2013, 03:16:54 PM
Just wait the 3200 blocks, it's only ~2.2222 days  Tongue
31  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Bernankoin the Coin to save our economy - QUANTITATIVE EASING on: December 19, 2013, 01:02:06 AM
I am shutting down my printing press to avoid acceleration of quantitative easing.

For sale 200,000 Bernankoin for 1000 DataCoin.

32  Economy / Currency exchange / Re: **Free BTC to whoever wants some- FREE as in FREE!** on: December 19, 2013, 12:54:35 AM
So the feds are ostensibly watching this account, so whoever is lucky enough to sell you some bitcoin will be getting some unwanted attention from AML taskforce. Tough break for you and tough break for whoever sells BTC to you. Is there a way around this?
33  Alternate cryptocurrencies / Altcoin Discussion / Re: DOGE coin keeps rising. WTF? on: December 18, 2013, 02:20:18 PM
To answer the OP's question:
GREED > LOGIC
34  Alternate cryptocurrencies / Altcoin Discussion / Re: ***** THE ZEROCOIN SOURCE - Truly anonymous coin ***** on: December 18, 2013, 01:59:44 PM
Who came up with the logo?  Looks scary to me. Authoritarian.

I like the logo. Reminds me of the 8-cell aka Tesseract: http://en.wikipedia.org/wiki/Tesseract
35  Economy / Securities / Re: Make a stable 12% ROI Guaranteed - BTC-EQTY Bonds *LIMITED QUANTITY* on: December 17, 2013, 02:26:05 PM
If bitcoin prices surge dramatically upward, this bond will default. For reference: every interest paying BTC bond ever. These type of investments require BTC price to be stable or losing fiat value. Want to make 12%? Sell your coins and wait until all the Chinese exchanges shut down at the end of January. Then buy at least 12% more BTC.
36  Economy / Service Discussion / Re: BTER.com Upgrading our webservers...? on: December 17, 2013, 12:15:56 PM
Everything is back up, and all my balances are correct.

Cheers,

Exo
37  Economy / Securities / Re: 100,000 shares of ActM for sale for 1128 Bitcoin on: December 17, 2013, 04:11:11 AM
100,000 shares of ActM for sale for 1128 Bitcoin.



Counter-offer:

1128 Datacoin

I don't think we'll be seeing prices of 0.01128BTC on Crypto-trade or anywhere else.
38  Economy / Service Discussion / BTER.com Upgrading our webservers...? on: December 17, 2013, 03:55:08 AM
BTER.com is unavailable:
Quote
We are upgrading our web servers. Please come back and try again later.

服务器升级维护中...




曼维信息科技有限公司
Email:support@bter.com
Phone:400-0070-955
QQ: 2753561485

Are they really doing so or is yet another coin exchange imploding ?
39  Economy / Service Discussion / Re: Cryptsy.com !!PLEASE Read Immediately!! on: December 17, 2013, 03:51:58 AM
+1 This looks real bad people.
40  Alternate cryptocurrencies / Altcoin Discussion / Re: Datacoin: a Cryptocurrency That Lets You Store Your Data Everywhere on: December 16, 2013, 09:33:26 PM
Try out https://krypte.net/dtc/file-browser. They have a nice interface for viewing files in the datacoin chain. Try clicking on the jpeg's (cross your fingers and hope it's not kp).

You need to sign up for a free account, first, though.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!