Bitcoin Forum
May 23, 2024, 03:14:02 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 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 118 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Difficulty Fix! Upgrade ASAP! on: September 17, 2013, 03:32:01 AM
OK, new client, V7.4.1 is up, should work now
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Difficulty Fix! Upgrade ASAP! on: September 17, 2013, 01:23:52 AM
Bump. I would like this diff adjustment change, to take effect, asap
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Difficulty Fix! Upgrade ASAP! on: September 17, 2013, 12:05:59 AM
Bump. I would like this diff adjustment change, to take effect, asap
44  Alternate cryptocurrencies / Altcoin Discussion / Re: so whats happening with litecoin? on: September 16, 2013, 11:04:45 PM
is the price just a wait to dump on box? will it go up? i feel like its only a matter of time until more and more services start accepting litecoin since they already have the infrastructure.


The main drawback for litecoin is its name.

It is reminiscent of a lite beer or a lighter version of something bigger and better. Your point about the infrastructure is spot on. What is going to happen is a few of these alts will eventually become noticed and adopted by the masses. Then the existing bitcoin infrastructure will be modified to accept these newly popular alts. However, history shows that it will be difficult to predict which ones will be the winners since technical fundamentals will have less impact on acceptance than name. Think of early windows, a horrendous mess of an operating system from a technical standpoint, but a consumer grand slam in terms of sales and popularity.

I think litecoin may become widely successful, but it will first have to overcome its image somehow of being the "light version" of something better.



Windows 3.1, Windows 95 and windows 98, were master pieces, as far as early OS's go. Much more user friendly then Linux, OS 2 Warp or DOS, and much prettier than the early Mac OS. People didn't start using windows, because it was called windows.. Infact, windows, is a really stupid name...
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Difficulty Fix! Upgrade ASAP! on: September 16, 2013, 09:43:45 PM
Wether you mine it or not, if you have a GIL wallet running, you need to upgrade
46  Alternate cryptocurrencies / Altcoin Discussion / Re: Attention: GIL pool operators! Urgent client update! Diff Fix on: September 16, 2013, 09:19:41 PM
bump
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Difficulty Fix! Upgrade ASAP! on: September 16, 2013, 09:19:24 PM
bump
48  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN]Create a Pool for Devcoin, get 4.32 BTC ($524) on: September 16, 2013, 08:09:25 PM
Why would anyone ever want to mine just DVC, when they can mine DVC and BTC, at the same time?
49  Alternate cryptocurrencies / Altcoin Discussion / Attention: GIL pool operators! Urgent client update! Diff Fix on: September 16, 2013, 07:52:51 PM
https://bitcointalk.org/index.php?topic=255844.0

Please see above link.
It is in your best interest to update, asap. Better Diff adjustments, means more steady hashrate, means more steady income, for your pools.
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Difficulty Fix! Upgrade ASAP! on: September 16, 2013, 07:24:41 PM
Update!!!
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Difficulty Fix! Upgrade ASAP! on: September 16, 2013, 06:44:15 PM
will give that a try

UPDATE: that did the trick.

Cool. I always forget to do it, before I commit to github
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Difficulty Fix! Upgrade ASAP! on: September 16, 2013, 06:15:02 PM
compile error on newest update:

Code:
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/coins/gil/src -I/coins/gil/src/obj -DUSE_UPNP=0 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp:2039:9: error: invalid suffix "b374ba2e8f52fa43b12ea5c076cc7a07a8" on floating constant
main.cpp: In function âbool ProcessBlock(CNode*, CBlock*)â:
main.cpp:2035:1: error: expected primary-expression before â<<â token
main.cpp:2035:3: error: expected primary-expression before â<<â token
main.cpp:2035:5: error: expected primary-expression before â<<â token
main.cpp:2035:7: error: expected primary-expression before â<â token
main.cpp:2035:9: error: âHEADâ was not declared in this scope
main.cpp:2036:5: error: expected â;â before â}â token
main.cpp:2037:1: error: expected primary-expression before â==â token
main.cpp:2037:3: error: expected primary-expression before â==â token
main.cpp:2037:5: error: expected primary-expression before â==â token
main.cpp:2037:7: error: expected primary-expression before â=â token
main.cpp:2038:5: error: expected primary-expression before â}â token
main.cpp:2038:5: error: expected â;â before â}â token
main.cpp: At global scope:
main.cpp:2039:1: error: expected unqualified-id before â>>â token
main.cpp:2042:5: error: expected unqualified-id before âreturnâ
main.cpp:2043:1: error: expected declaration before â}â token
main.cpp: In function âbool ProcessBlock(CNode*, CBlock*)â:
main.cpp:2038:5: warning: control reaches end of non-void function [-Wreturn-type]
main.cpp: At global scope:
main.cpp:108:13: warning: âbool GetTransaction(const uint256&, CWalletTx&)â defined but not used [-Wunused-function]
main.cpp:145:13: warning: âvoid PrintWallets(const CBlock&)â defined but not used [-Wunused-function]
main.cpp:152:13: warning: âvoid Inventory(const uint256&)â defined but not used [-Wunused-function]
main.cpp:159:13: warning: âvoid ResendWalletTransactions()â defined but not used [-Wunused-function]
make: *** [obj/main.o] Error 1


Ubuntu 64-bit

any ideas?
Hmmmm. Did u comment out the Windows lines in the gil-qt.pro? And delete the files in \build Directory.
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Difficulty Fix! Upgrade ASAP! on: September 16, 2013, 06:12:10 PM
I have 2 active connections but wallet does not start to sync.
- upgraded wallet
- downloaded block chain
- deleted peers

it does not sync!
Help needed

Thx
G
It only looks like its not synced, due to low hashrate, give it time.
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Difficulty Fix! Upgrade ASAP! on: September 16, 2013, 04:57:34 PM
Upgrade!!!
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Difficulty Fix! Upgrade ASAP! on: September 16, 2013, 03:58:18 PM
Bump. Upgrade!!
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Difficulty Fix! Upgrade ASAP! on: September 16, 2013, 03:39:39 PM
Added download link for GIL Blockchain, to speed up sync times
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GIL, fun and fast. Now accepted at Coingas!! Hard Fork Successful!! on: September 16, 2013, 03:23:29 PM
V7.4 of client available. Fixes Difficulty Adjustment, to every 4 blocks. Please Upgrade ASAP. Changes will take effect, once 51% of network has upgraded.
58  Alternate cryptocurrencies / Altcoin Discussion / Re: Predict and Win on: September 16, 2013, 11:33:32 AM
200 DVC?  Roll Eyes
59  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple will be open-sourced on September 26!!! on: September 16, 2013, 11:30:54 AM
Like how LTC will be on gox in July? Your constant Ripple threads look desperate and devalues the very cause that you are trying to promote. If it was officially that date there would be an official notice.

Well,  I am a huge fan of Ripple, you got that right,  I have no interest in other alt-currency, so I can't write about them, I can write about something I'm interested in, and that is Ripple. I have found the video, watched the video, found what man said and shared that info with the community. What is wrong with that? I'm sorry because you haven't found this info valuable, next time skip my posts, click the ignore button below my avatar.

Excellent, so you agree with me. Why don't you leave bitcointalk (since you have no interest in alt-currencies) and go to the official Ripple forum for your pathetic preaching.

You are wrong again, Ripple among other things IS alt-currency and I don't have to be the fan of shit-coin in order to post here about Ripple. This info was for the people who found this info valuable and I hope that they will use it and you feel free to ignore.  

Dude just stop, you are embarrassing yourself and OC. You know nothing about what you are talking and you are coming across as a complete retard to everyone on the forum.

1. You state you dislike alt currencies, but then you say Ripple is an alt currency.... Makes sense  Roll Eyes
2. Ripple IS NOT an alt coin. Ripple is a protocol.

So do us all a favour and never return. No one appreciates your bible bashing.

I think you mean bible banging
60  Alternate cryptocurrencies / Altcoin Discussion / Re: [DIY]Merge mining OSC with BTC in 3 easy steps on: September 16, 2013, 11:24:30 AM
How do you add all the Com-ports for BE's?
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 118 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!