Bitcoin Forum
May 09, 2024, 08:42:01 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 »
361  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRA] Grain - New PoW/PoS coin | Fast, secure | Version 1.1 Released! on: December 18, 2013, 05:48:23 PM
Before GRA goes to an exchange, all trades please use cautions and follow the guidelines in this thread:
https://bitcointalk.org/index.php?topic=199130.0
362  Alternate cryptocurrencies / Altcoin Discussion / Re: [GRA] 10000 GRAs giveaway per person - Grain - the great crypto coin!! on: December 18, 2013, 09:03:52 AM
giveaways sent to all the above (eligible) miners.
363  Alternate cryptocurrencies / Altcoin Discussion / Re: [GRA] 10000 GRAs giveaway per person - Grain - the great crypto coin!! on: December 18, 2013, 09:02:59 AM
never got mine ?

9Be1jAr13S6W2nDFeYmu2XYwmtRhi8a3Jm


Really?
Status: 761 confirmations
Date: 12/17/2013 18:35
To: 9Be1jAr13S6W2nDFeYmu2XYwmtRhi8a3Jm
Debit: -10000.00 GRA
Transaction fee: -0.02 GRA
Net amount: -10000.02 GRA
Transaction ID: f1ef0bb1304bf29b7e82eac5251100c35ce8b6c8afc0723846138c426af22d19

364  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRA] Grain - New PoW/PoS coin | Fast, secure | Version 1.1 Released! on: December 18, 2013, 07:26:37 AM
can someone please tell me how to upgrade to version 1.1 without losing the coins I have already mined.

Thanks in advance  Grin

Just download version 1.1 and run it, it should sync with your existing wallet, and nothing will be lost.

But of course you should always make a backup of your wallet file (wallet.dat in your c:/users/**yourcomputername**/AppData/Roaming/Grain dir if you use the default directory).



Thanks for that. Doesn't work when I use: make -f makefile.unix -lstdc++

Not sure where in the makefile to put it either.

I'd put it in the makefile, append it to the LIBS variable:

Quote
LIBS += \
 -Wl,-B$(LMODE) \
   -l boost_system$(BOOST_LIB_SUFFIX) \
   -l boost_filesystem$(BOOST_LIB_SUFFIX) \
   -l boost_program_options$(BOOST_LIB_SUFFIX) \
   -l boost_thread$(BOOST_LIB_SUFFIX) \
   -l db_cxx$(BDB_LIB_SUFFIX) \
   -l ssl \
   -l crypto \
   -l stdc++

anyone compiled with unix please help. I did not compile on unix, I don't have a unix.

365  Alternate cryptocurrencies / Altcoin Discussion / Re: [GRA] 10000 GRAs giveaway per person - Grain - the great crypto coin!! on: December 18, 2013, 02:49:35 AM
giveaways sent to all the above (eligible) miners.
366  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRA] Grain - New PoW/PoS coin | Fast, secure | Version 1.1 Released! on: December 18, 2013, 02:26:38 AM
Sorry for the noob question, but I can't seem to build headless in Ubuntu Saucy.

Using make -f makefile.unix gives an error after some time. Any ideas or is there a linux binary?
What error did you get?

obj/noui.o:noui.cpp:(.rdata$_ZTIN5boost6detail17sp_counted_impl_pINS_8signals26detail15connection_bodyISt4pairINS3_15slot_meta_groupENS_8optionalIiEEENS2_5slot3IvRKSsSC_iNS_8functionIFvSC_SC_iEEEEENS2_5mutexEEEEE[__ZTIN5boost6detail17sp_counted_impl_pINS_8signals26detail15connection_bodyISt4pairINS3_15slot_meta_groupENS_8optionalIiEEENS2_5slot3IvRKSsSC_iNS_8functionIFvSC_SC_iEEEEENS2_5mutexEEEEE]+0x0): undefined reference to `__ZTVN10__cxxabiv120__si_class_type_infoE'
obj/noui.o:noui.cpp:(.rdata$_ZTIFbxRKSsE[__ZTIFbxRKSsE]+0x0): undefined reference to `__ZTVN10__cxxabiv120__function_type_infoE'
obj/noui.o:noui.cpp:(.rdata$_ZTIN5boost8signals26detail15connection_bodyISt4pairINS1_15slot_meta_groupENS_8optionalIiEEENS0_5slot2IbxRKSsNS_8functionIFbxSA_EEEEENS0_5mutexEEE[__ZTIN5boost8signals26detail15connection_bodyISt4pairINS1_15slot_meta_groupENS_8optionalIiEEENS0_5slot2IbxRKSsNS_8functionIFbxSA_EEEEENS0_5mutexEEE]+0x0): undefined reference to `__ZTVN10__cxxabiv120__si_class_type_infoE'
obj/noui.o:noui.cpp:(.rdata$_ZTIN5boost6detail17sp_counted_impl_pINS_8signals26detail15connection_bodyISt4pairINS3_15slot_meta_groupENS_8optionalIiEEENS2_5slot2IbxRKSsNS_8functionIFbxSC_EEEEENS2_5mutexEEEEE[__ZTIN5boost6detail17sp_counted_impl_pINS_8signals26detail15connection_bodyISt4pairINS3_15slot_meta_groupENS_8optionalIiEEENS2_5slot2IbxRKSsNS_8functionIFbxSC_EEEEENS2_5mutexEEEEE]+0x0): undefined reference to `__ZTVN10__cxxabiv120__si_class_type_infoE'
obj/alert.o:alert.cpp:(.eh_frame+0x12): undefined reference to `___gxx_personality_v0'
obj/checkpoints.o:checkpoints.cpp:(.eh_frame+0x12): undefined reference to `___gxx_personality_v0'
obj/netbase.o:netbase.cpp:(.eh_frame+0x12): undefined reference to `___gxx_personality_v0'
obj/addrman.o:addrman.cpp:(.eh_frame+0x12): undefined reference to `___gxx_personality_v0'
obj/crypter.o:crypter.cpp:(.eh_frame+0x12): undefined reference to `___gxx_personality_v0'
obj/key.o:key.cpp:(.eh_frame+0x12): more undefined references to `___gxx_personality_v0' follow
collect2: error: ld returned 1 exit status
make: *** [graind] Error 1


looks like you need to put -lstdc++ in your compile line.
http://stackoverflow.com/questions/329059/what-is-gxx-personality-v0-for
367  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRA] Grain - New PoW/PoS coin | Fast, secure | Version 1.1 Released! on: December 17, 2013, 08:50:33 AM
hi all,

gra.forkpool.com seems to be stuck.
more than 7 hours since last block.

maybe the owner could check this.

kind regards,

tekkx2k13

It seems OK now. Smiley
368  Alternate cryptocurrencies / Altcoin Discussion / Re: [GRA] 10000 GRAs giveaway per person - Grain - the great crypto coin!! on: December 16, 2013, 06:16:08 PM
giveaways sent to all the above (eligible) miners.
369  Alternate cryptocurrencies / Altcoin Discussion / Re: [GRA] 10000 GRAs giveaway per person - Grain - the great crypto coin!! on: December 16, 2013, 06:10:12 PM
              97AsAT63bkEfP6Qzn1ZknSdRAjWYhuiseG



                            Thanks you  Wink

One account please post only once address, giveaway sent to you long ago:

Status: 23569 confirmations
Date: 12/7/2013 23:50
To: 97AsAT63bkEfP6Qzn1ZknSdRAjWYhuiseG
Debit: -10000.00 GRA
Transaction fee: -0.04 GRA
Net amount: -10000.04 GRA
Transaction ID: 63be4ee0267e0419d1180adb782468066e6bed27eb51a3854271b136a2add1ef
370  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRA] Grain - New PoW/PoS coin | Fast, secure | Version 1.1 Released! on: December 16, 2013, 05:49:20 PM
To download the new wallet using the updated links on page 1, you need to copy and paste the whole link in your browser, not just click on it.
Can someone please fix it.

That goes for the links on http://graincoin.webs.com/downloads also - using IE11.
Thanks Steam20, I fixed the links in OP.

bosian

Need to make a logo background invisible.
Background is invisible... except for splash one, which the background will either be displayed black or white.

Remember you need to copy the link, not clicking it....
It worked ok here.


Well... I'll be damned. It worked. Thanks!
Fixed the links in the OP, you can click directly now. Smiley
371  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRA] Grain - New PoW/PoS coin | Fast, secure, super bonus blocks on: December 16, 2013, 07:58:06 AM
Excellent choice and excellent looking logo.  
Thanks Nolo.


Version 1.1 released with new logo and more checkpoints, to make the coin more secure. Though the upgrade is not mandatory, you are encouraged to use the latest version to minimize the possibility of being attacked.

Download links below are updated.
372  Alternate cryptocurrencies / Altcoin Discussion / Re: [GRA] 10000 GRAs giveaway per person - Grain - the great crypto coin!! on: December 16, 2013, 06:46:12 AM
giveaways sent to all the above (eligible) miners.
373  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRA] Grain - New PoW/PoS coin | Fast, secure, super bonus blocks on: December 16, 2013, 06:26:51 AM
Our contest on the logo is completed.
https://bitcointalk.org/index.php?topic=369348.0

The winner according to the vote:
  • Logo Design (2) - 57 votes - Clear winner!
  • Logo Design (1) - 14 votes
  • Logo Design (3) - 2 votes

Logo Design (2) is the clear winner! Congratulations probeer! Probeer won 200K GRAs!

Probeer get inspiration from Maconi's initial suggestions. And Maconi's logo, with metallic contours, also an excellent design. Thanks to Maconi's hardwork and great logo. Maconi also won a 100K GRAs bounty!

Finally thanks also given to fitsbach for his logo contribution, and 50K GRAs bounty to him!

Congratulations guys!

Let's enjoy the new logo of Grain, which I will put in our next release!


374  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRA] Grain - New PoW/PoS coin | Fast, secure, super bonus blocks on: December 16, 2013, 06:10:36 AM
Guys, no need to argue here. We are in a free world, if you don't like this coin, simply don't mine it. 1% by no means is unreasonable. There are plenty coins the premines ranging from 2% to 5% to even 20%, and still many people like it.

So any coins you don't like, just ignore them (and they will ignore you too Wink).
375  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRA] Grain - New PoW/PoS coin | Fast, secure, super bonus blocks on: December 16, 2013, 02:35:31 AM
Community, please support GRA to be listed in cryptsy!
https://cryptsy.freshdesk.com/support/discussions/topics/44936
On cryptsy necessarily press on - "like this idea" - This is the vote!

Please support us. So far 46 votes for us! Much more than some other coins!
376  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRA] Grain - New PoW/PoS coin | Fast, secure, super bonus blocks on: December 16, 2013, 02:32:27 AM
Premine 1% was stated from the very beginning. This is to support dev, giveaways, bounties etc. And this compares to many other coins which have 5% or 20% premines. You can choose a non-premine coin to mine, the problem is, these coins often have no supports from dev.

Premine 1% was made public from the very beginning, nothing is wrong with it, you choose whatever coins you want to mine and support.



377  Alternate cryptocurrencies / Altcoin Discussion / Re: [Poll] Choose the GRA logo you like the best! on: December 15, 2013, 09:19:52 PM
Yes please go to the thread and vote!
378  Alternate cryptocurrencies / Altcoin Discussion / Re: [GRA] 10000 GRAs giveaway per person - Grain - the great crypto coin!! on: December 15, 2013, 09:17:01 PM
giveaways sent to all the above (eligible) miners.
379  Alternate cryptocurrencies / Altcoin Discussion / Re: [GRA] 10000 GRAs giveaway per person - Grain - the great crypto coin!! on: December 15, 2013, 07:41:45 PM
giveaways sent to all the above (eligible) miners.
380  Alternate cryptocurrencies / Altcoin Discussion / Re: [GRA] 10000 GRAs giveaway per person - Grain - the great crypto coin!! on: December 15, 2013, 07:35:07 PM
                             97AsAT63bkEfP6Qzn1ZknSdRAjWYhuiseG



                                         Thanks you  Smiley
one request per account please
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!