Bitcoin Forum
May 10, 2024, 07:38:18 AM *
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 »
41  Alternate cryptocurrencies / Altcoin Discussion / Re: All things Ripple/XRP on: July 04, 2013, 10:57:48 PM
A few additions:

Ripple Bandit
Issuer Address:  rM3CxdfWgPqjFe6fta7bYTNmTcvfYoXQpC
Units:               BTC
URL:                 http://ripplebandit.com:8000/

Issuer Address:  rD374m3VRYfQX6fs9AanjazmKF8m4MH1fx
Units:               FLP
URL:                 http://ripplebandit.com/

boardgamegeek GeekGold
Issuer Name:      Lohoris
Issuer Address:   rJQFX9CMwDHJ3NR1Lc86VoDNxVgBYFemGD
Units:               XGG
URL:                 https://bitcointalk.org/index.php?topic=195024.0

WisePass
Issuer Address:    rPDXxSZcuVL3ZWoyU82bcde3zwvmShkRyF
Units:                 USD, BRL, BTC, CAD, CHF, DKK, EUR, GBP, JPY, LTC, NOK, SEK
URL:                   https://wisepass.com/
42  Bitcoin / Bitcoin Discussion / Re: US BITCOIN REGULATION "FOR" or "AGAINST" on: June 29, 2013, 01:31:24 PM
USA is illegal.
43  Alternate cryptocurrencies / Altcoin Discussion / Re: Add your LTC to Ripple! on: May 24, 2013, 02:48:55 AM
Since chriswen honors my requests for payment I have rated his ripple address accordingly:

http://report.rippleunion.com/for/rDihBcUrrfDwUBZWBcuP2z5n47KVLQFNQH
44  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: May 22, 2013, 08:13:52 PM

Compiler wasn't happy with this one.

Code:
:~/coins/old-devcoind/src$ make -f makefile.unix USE_UPNP= bitcoind
make: *** No rule to make target `bitcoind'.  Stop.

Code:
:~/coins/old-devcoind/src$ make -f makefile.unix USE_UPNP=
g++ -c -O2 -Wno-invalid-offsetof -Wformat -g -D__WXDEBUG__ -DNOPCH -DFOURWAYSSE2 -DUSE_SSL -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARG
E_FILES -D__WXGTK__ -pthread -DGUI -o obj/util.o util.cpp
In file included from headers.h:93:0,
                 from util.cpp:4:
util.h: In function âvoid ExitThread(unsigned int)â:
util.h:653:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
In file included from headers.h:99:0,
                 from util.cpp:4:
ui.h: At global scope:
ui.h:30:142: error: default argument for âconst wxString& captionâ has type âconst char [8]â
ui.h: In function âint MyMessageBox(const wxString&, const wxString&, int, wxWindow*, int, int)â:
ui.h:36:56: error: no matching function for call to âstd::basic_string<char>::basic_string(const wxString&)â
ui.h:36:56: note: candidates are:
/usr/include/c++/4.6/bits/basic_string.h:527:9: note: template<class _InputIterator> std::basic_string::basic_string(_InputIterator, _InputIterator, const _Alloc&)
/usr/include/c++/4.6/bits/basic_string.tcc:221:5: note: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::basic_string<_CharT, _Traits, _Alloc>::size_type, _CharT, const _Alloc&) [with _CharT = c
har, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>, std::basic_string<_CharT, _Traits, _Alloc>::size_type = long unsigned int]
/usr/include/c++/4.6/bits/basic_string.tcc:221:5: note:   candidate expects 3 arguments, 1 provided
/usr/include/c++/4.6/bits/basic_string.tcc:214:5: note: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc =
std::allocator<char>]
/usr/include/c++/4.6/bits/basic_string.tcc:214:5: note:   no known conversion for argument 1 from âconst wxStringâ to âconst char*â
/usr/include/c++/4.6/bits/basic_string.tcc:207:5: note: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, std::basic_string<_CharT, _Traits, _Alloc>::size_type, const _Alloc&) [with _Ch
arT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>, std::basic_string<_CharT, _Traits, _Alloc>::size_type = long unsigned int]
/usr/include/c++/4.6/bits/basic_string.tcc:207:5: note:   candidate expects 3 arguments, 1 provided
/usr/include/c++/4.6/bits/basic_string.tcc:195:5: note: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, std::basic_string<_CharT, _Traits, _Alloc>:
:size_type, std::basic_string<_CharT, _Traits, _Alloc>::size_type, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>, std::basic_string<_CharT, _Traits, _All
oc> = std::basic_string<char>, std::basic_string<_CharT, _Traits, _Alloc>::size_type = long unsigned int]
/usr/include/c++/4.6/bits/basic_string.tcc:195:5: note:   candidate expects 4 arguments, 1 provided
/usr/include/c++/4.6/bits/basic_string.tcc:185:5: note: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&, std::basic_string<_CharT, _Traits, _Alloc>:
:size_type, std::basic_string<_CharT, _Traits, _Alloc>::size_type) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>, std::basic_string<_CharT, _Traits, _Alloc> = std::basi
c_string<char>, std::basic_string<_CharT, _Traits, _Alloc>::size_type = long unsigned int]
/usr/include/c++/4.6/bits/basic_string.tcc:185:5: note:   candidate expects 3 arguments, 1 provided
/usr/include/c++/4.6/bits/basic_string.tcc:171:5: note: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_tr
aits<char>, _Alloc = std::allocator<char>, std::basic_string<_CharT, _Traits, _Alloc> = std::basic_string<char>]
/usr/include/c++/4.6/bits/basic_string.tcc:171:5: note:   no known conversion for argument 1 from âconst wxStringâ to âconst std::basic_string<char>&â
/usr/include/c++/4.6/bits/basic_string.tcc:179:5: note: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<
char>]
/usr/include/c++/4.6/bits/basic_string.tcc:179:5: note:   no known conversion for argument 1 from âconst wxStringâ to âconst std::allocator<char>&â
/usr/include/c++/4.6/bits/basic_string.h:432:7: note: std::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
/usr/include/c++/4.6/bits/basic_string.h:432:7: note:   candidate expects 0 arguments, 1 provided
ui.h:36:86: error: no matching function for call to âstd::basic_string<char>::basic_string(const wxString&)â
ui.h:36:86: note: candidates are:
/usr/include/c++/4.6/bits/basic_string.h:527:9: note: template<class _InputIterator> std::basic_string::basic_string(_InputIterator, _InputIterator, const _Alloc&)
....
200 more lines of errors

make -f makefile.unix USE_UPNP= devcoind
45  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: May 22, 2013, 08:13:21 PM
Okay, I've compiled and ran devcoind-29-Nov-2012.tgz, and now it's saying this (while datadir isn't growing, stays at 15 MB):

Code:
:~/.devcoin$ ps aux|grep devcoind
dv       11683  0.4  0.4 710572  9752 ?        Ssl  20:02   0:01 devcoind -datadir=/home/dv/.devcoin/ -daemon
dv       11868  0.0  0.0   9384   876 pts/6    S+   20:06   0:00 grep --color=auto devcoind
:~/.devcoin$ devcoind getinfo
{
    "version" : 32400,
    "balance" : 0.00000000,
    "blocks" : 0,
    "connections" : 8,
    "proxy" : "",
    "generate" : false,
    "genproclimit" : -1,
    "difficulty" : 1.00000000,
    "hashespersec" : 0,
    "testnet" : false,
    "keypoololdest" : 1369252847,
    "paytxfee" : 0.00000000,
    "errors" : "WARNING: Displayed transactions may not be correct!  You may need to upgrade, or other nodes may need to upgrade."
}

So it's an outdated version?

Check debug.log
46  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin on: May 22, 2013, 08:05:04 PM
Try this one: https://github.com/knotwork/old-devcoind
47  Alternate cryptocurrencies / Altcoin Discussion / Re: All things Ripple/XRP on: May 22, 2013, 03:37:41 PM
Added

Devcoin/Ripple Gateway
Issuer Name: emfox (https://bitcointalk.org/index.php?action=profile;u=87884)
Issuer Key:   r3gHXhK1pwZFG9ESiaosxjufEVQjwGuJUd
URL:            http://ripple.d.evco.in/
Fees:          10 DVC redemption fee (cost of devcoin transaction fee)

and

http://webr3.org/apps/xrp/charts/btc-xrp.html           Live BTC/XRP and USD/XRP order books (a la Clark Moody)
48  Alternate cryptocurrencies / Altcoin Discussion / Re: All things Ripple/XRP on: May 17, 2013, 03:56:19 AM
Added Ripple Israel (http://rippleisrael.co.il/) BTC/ILS rNPRNzBB92BVpAhhZr4iXDTveCgV5Pofm9
49  Alternate cryptocurrencies / Altcoin Discussion / Re: ripplebandit "flips": FLP rD374m3VRYfQX6fs9AanjazmKF8m4MH1fx on: May 17, 2013, 03:25:52 AM
How often are dividends paid?
50  Alternate cryptocurrencies / Altcoin Discussion / Re: How long can BTC-E Stay in Business as a black market company? on: May 16, 2013, 02:13:06 PM

edit- I don't see anything illegal in even getting paid in Zimbabwe dollars, my bank will exchange them when the money arrives and i'm sure many countries around the world would benefit from millions of dollars worth of trading in their currency each day, especially the poorer ones, but their money is still money!

Note that your bank will NOT exchange Zimbabwe dollars, nor will anyone else but a collector.
51  Alternate cryptocurrencies / Altcoin Discussion / Re: Giveaway - BBQCoin 5 free for everyone on: May 09, 2013, 02:25:38 PM
bGMuNG1RRhPhMRVFAwQeNrwvWM72NGbW7P

Thanks
52  Alternate cryptocurrencies / Altcoin Discussion / Re: All things Ripple/XRP on: May 09, 2013, 02:11:05 PM

OK added. You're right, its pretty cool:

Dividend Rippler BTC/LTC/TRC: rfYv1TXnwgDDK4WQNbFALykYuEBnrR4pDX https://www.dividendrippler.com/
Dividend Rippler TBL: rNF5qUPCcge7uSStj6oKuoQs38BaM8362s

Also added ripplecn.com, keep in mind they are testing too:

RippleCN.com CNY/USD/BTC/LTC: rnuF96W4SZoCJmbHYBFoJZpR8eCaxNvekK http://ripplecn.com/gateway/
53  Economy / Service Discussion / Re: "proof of address". WHY?? on: May 03, 2013, 06:19:10 PM

Anyway, since MtGox is a US based company, any piece of official mail with your name on it (like cell phone bill, bank bill, traffic violation notice from police, etc) or government issued id with your address on it should work for them.

Except MtGox isn't a US based company. And except those pieces of mail you mentioned don't work for them as proof of residence.
54  Economy / Service Discussion / Re: cryptonit.net on: April 18, 2013, 07:03:38 PM
https://cryptonit.net/content/tutorial-how-setup-google-authenticator
55  Economy / Service Discussion / Re: cryptonit.net - scam? on: April 15, 2013, 04:22:51 PM
https://cryptonit.net/content/update-our-daemons
56  Alternate cryptocurrencies / Altcoin Discussion / Re: All things Ripple/XRP on: April 11, 2013, 09:35:51 PM

Who gets to create the us dollar balance out of thin air? Or is the company holding the usd to back the digital balance?

Anyone can create ripple IOUS if another account trusts them. IOUs created "out of thin air" with no backing will likely be valued less by the market or not accepted for payment at all by anyone. Check the policies of the gateways and issuers you choose to trust and accept.
57  Alternate cryptocurrencies / Altcoin Discussion / Re: All things Ripple/XRP on: April 11, 2013, 08:53:31 PM
I just dont understand how we are going to have a usd balance in ripple. Ho do you obtain a usd balance?

To obtain a positive USD balance, trust an issuer for USD and have them send you some. Or you can buy it on the internal exchange and that does not require granting any trust. Main USD issuers are Ukto's WeExchange r9vbV3EHvXWjSkeQ6CAcYVPGeq7TuiXY2X and Bitstamp rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B.

To obtain a negative USD balance, just get someone to trust you for USD and send them USD via the client.
58  Alternate cryptocurrencies / Altcoin Discussion / Re: All things Ripple/XRP on: April 11, 2013, 08:28:50 PM
Added:

therock EUR/SLL: rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun https://www.therocktrading.com/ Euros and Second Life Linden Dollars
59  Alternate cryptocurrencies / Altcoin Discussion / Re: NOTROLL.IN admin overnight withdrew 25% of our coins from our balances ! on: April 11, 2013, 12:59:14 AM
notroll is in Cyprus I guess
60  Alternate cryptocurrencies / Altcoin Discussion / Re: All things Ripple/XRP on: April 11, 2013, 12:58:22 AM
Added:

https://github.com/CodeShark/RippleGen                   Vanity address generator
http://www.reddit.com/r/ripplers                              ripple subreddit
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!