Bitcoin Forum
June 22, 2024, 04:27:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
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 »
  Print  
Author Topic: [RE-ANN] Galaxycoin Revival! KGW, POS/POW hybrid [TRADING ON CRYPTSY]  (Read 51743 times)
BTCat
Legendary
*
Offline Offline

Activity: 1960
Merit: 1010



View Profile
April 28, 2014, 11:52:59 AM
 #281

Come on guys, all this too technical stuff does not serve the average computeruser. It should be a simple update of the wallet to help revive this coin.
Ivanech
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1014


View Profile
April 28, 2014, 12:15:02 PM
 #282

Indeed, but I am not in Galaxycoin development team and only can make some things how to work with current stuff. I have no aims to develop new client, update sources etc.
zhongzy
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250



View Profile
April 28, 2014, 12:16:17 PM
 #283

great job,thanks dev team Cheesy
dogfishHead
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 28, 2014, 06:11:39 PM
 #284

It is because the code was modified to stop the "large" stakes that were coming in (nRewardCoinYear used in the Proof of Stake calculation).  It could be modified to allow the large stakes up to about 250K in block height then cut them off  (it looked like the bootstrap.dat went up to 280ish).  I would do it myself, but I am not the dev   Undecided

 src/main.cpp from github
   

-943,7 +943,7 int64 GetProofOfStakeReward(int64 nCoinAge, unsigned int nBits, unsigned int nTi

943    943    

     int64 nRewardCoinYear;

944    944    

 
945    945    

     // Old creation amount per coin-year, 5% fixed stake mint rate

946         

-   nRewardCoinYear = 5 * CENT;

     946    

+   nRewardCoinYear = 0.5 * CENT;

947    947    

 
948    948    

     int64 nSubsidy = nCoinAge * 33 / (365 * 33 + Cool * nRewardCoinYear;

949    949    



PS:  I went ahead and synced up using the following (similar to the earlier recommendation, but a little faster, and ensuring you end up on the right chain - you will drop right into the other fork if you are not careful the other way):

Backup wallet.dat, put the bootstrap.dat in your wallet directory, then use the old galaxycoin-1-master to import the bootstrap.dat with no connection to the network:
Code:
galaxycoin-1-master/galaxycoin-qt -loadblock=bootstrap.dat

then reconnect to the network and use the new 2.0 client to spool the rest from the swarm:
Code:
galaxycoin-master/galaxycoin-qt -addnode=193.68.21.36

restore the wallet and see how you did.  your mileage may vary.


dog

bitcoin: 15syxdZ1cZ8nbz6SnMoc3F3YwmEbcTybU5
galaxycoin: goGx3h7u86FzwZMzpsQFMaU4Q8bM5cUAjf
BrianB
Full Member
***
Offline Offline

Activity: 121
Merit: 100


View Profile
April 29, 2014, 01:42:14 AM
Last edit: April 29, 2014, 01:56:53 AM by BrianB
 #285

Would anyone be willing to zip up a blockchain after the 2 wallets?  I'll even host it on my web site.  


Edit: working on this on my linux vm here, will post if I can get it done

dogfishHead
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 29, 2014, 03:13:56 AM
 #286

Unfortunately, the blockchain after the two wallets will not help (that is essentially what you already have in the current bootstrap.dat) - the 2.0 version cannot get past the long series of bad blocks at 18924.  Only the earlier version will.  I would imagine Icecube45 will implement something to get it past, perhaps similar to my suggestion.

dog
BrianB
Full Member
***
Offline Offline

Activity: 121
Merit: 100


View Profile
April 29, 2014, 07:27:26 AM
 #287

I was able to transfer the linux wallet to my mining server, thank you!

Do you have any idea what I would do for my windows desktop wallet? is there separately download links?  Or would I need to compile windows qt wallets myself?

ECF
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
April 29, 2014, 03:03:29 PM
 #288

http://www.ecoinfund.com/images/logo.jpg

Website | Twitter  | Bitcointalk

Hi,Galaxycoin Community

We have added your coin to ECOINFUND vote list.(http://www.ecoinfund.com/vote
an effective vote will cost 10 ECFC; repeating vote are allowed; the Exchange Market will be open as soon as the voting reach 1000.!
ECFC is the fee share program launched by Ecoinfund. Ecoinfund will commit 50% of trade revenue to ECFC program. (highest on market ECFC Details)

Here the ways of getting ECFC:
1. buy the ECFC through our ECFC/BTC or ECFC/LTC market.
2. taking part into our GIVEAWAY.

Big ECFC GIVEAWAY before 10.May
Tweet this green text on your own twitter account then recive 20 ECFC;
Quote
ecoinfund.com |New Exchange,multi-language support,Earn 20 ECFC(fee shares) by every retweet before 10 May,don't miss the train!
Pls post your twitter link and Ecoinfund ID on  https://bitcointalk.org/index.php?topic=501030.0 ,you will get 20 ECFC!

Happy trading !
BrianB
Full Member
***
Offline Offline

Activity: 121
Merit: 100


View Profile
April 29, 2014, 03:28:21 PM
 #289



I have uploaded a .tar.gz of my linux blockchain. I verified I was able to extract this onto my pool server and go with just the new wallet. Hope it helps!

http://www.rejectmining.com/

Also, the pool is open and I hit a bunch of blocks this morning Smiley

BrianB
Full Member
***
Offline Offline

Activity: 121
Merit: 100


View Profile
April 29, 2014, 06:26:02 PM
 #290



Ivanech, thank you so much for you instructions! I was able to compile the old QT wallet, import the boot strap, then transfer it to the VM with the new wallet and it sync'd fine.

If anyone else would like to just download a current blockchain for windows, it is on www.rejectmining.com


Kikyca
Full Member
***
Offline Offline

Activity: 238
Merit: 100


FRX: Ferocious Alpha


View Profile
April 29, 2014, 07:07:13 PM
 #291

http://galaxycoin.wordpress.com/ is shuted down, is there other wordpress page of galaxycoin

icecube45 (OP)
Legendary
*
Offline Offline

Activity: 1218
Merit: 1000


View Profile
April 29, 2014, 07:30:47 PM
 #292

http://galaxycoin.wordpress.com/ is shuted down, is there other wordpress page of galaxycoin

Err no.. I never setup a new website..

Thank you to all that have helped work through sync problems.
Hopefully I'll release a new patch soon
Kikyca
Full Member
***
Offline Offline

Activity: 238
Merit: 100


FRX: Ferocious Alpha


View Profile
April 29, 2014, 09:41:12 PM
 #293

Ok, thank u for the information.

teksensei
Full Member
***
Offline Offline

Activity: 153
Merit: 100



View Profile
April 29, 2014, 11:51:48 PM
 #294



Ivanech, thank you so much for you instructions! I was able to compile the old QT wallet, import the boot strap, then transfer it to the VM with the new wallet and it sync'd fine.

If anyone else would like to just download a current blockchain for windows, it is on www.rejectmining.com




This worked well.  I had a payment out from a pool that didn't show up after I restarted galaxycoin.  Others might have the same problem with the stuck wallet, and payouts in the chain.    After you put these files into the data directory for galaxycoin, open a command line, and run "galaxycoin-qt.exe -rescan".  This will get your wallet balance in line with what is in the block chain.

It's Shitcoin Cash!
nlh
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
April 30, 2014, 12:25:06 PM
 #295

Is this coin going anywhere?

I'd like to know how many GLX were minted upto now. Thanks.
BTCat
Legendary
*
Offline Offline

Activity: 1960
Merit: 1010



View Profile
April 30, 2014, 12:55:24 PM
 #296

Is this coin going anywhere?

I'd like to know how many GLX were minted upto now. Thanks.

Hey I got copyrights on that text, you know.

If coinchoose is ok, there's 16,234,816 GLX.   253,669 blocks x 64 coins.

At current rate marketcap is 13.75 BTC or US$6,049 for all GLX.  Shocked

Can anyone confirm?
BrianB
Full Member
***
Offline Offline

Activity: 121
Merit: 100


View Profile
April 30, 2014, 02:51:31 PM
 #297

Is this coin going anywhere?

I'd like to know how many GLX were minted upto now. Thanks.

Hey I got copyrights on that text, you know.

If coinchoose is ok, there's 16,234,816 GLX.   253,669 blocks x 64 coins.

At current rate marketcap is 13.75 BTC or US$6,049 for all GLX.  Shocked

Can anyone confirm?

From wallet stats:

"blocks" : 316090,
"moneysupply" : 19212035.51034200,



BTCat
Legendary
*
Offline Offline

Activity: 1960
Merit: 1010



View Profile
April 30, 2014, 02:59:37 PM
 #298

Thanks.

In that case total GLX marketcap is about: 7380.30 USD
I would say a bargain, it's likely this coin will survive and grow.
SolidStateSurvivor
Hero Member
*****
Offline Offline

Activity: 553
Merit: 500


Solo Miner Legend


View Profile WWW
April 30, 2014, 05:12:09 PM
 #299

I sent 2 GLX to shitsy, but they don't seem to appear. Has anyone else managed to do that, lately?

Status: 238 confirmations
Date: 2014-04-30 15:27
To: gimPi3VENGzsLC6GLTkUXVWMkGugisPF5u
Debit: -2.00 GLX
Transaction fee: -0.01 GLX
Net amount: -2.01 GLX
Transaction ID: 357306d1f3bee8ca00b866f53da9de9bca148e0fb84e78c8de49e67972588f82

Founding member of Hashmeisters Inc...
locohammerhead
Hero Member
*****
Offline Offline

Activity: 530
Merit: 500



View Profile
April 30, 2014, 05:14:37 PM
 #300

New to this coin. How often do the pools payout?  I have an MSI R9 290x which I get about 910 KH/s mining doge.  The pool I am currently on galaxycoin.youcrazy.me shows my hashrate at 60 KH/s.  Is this normal?  Daily Estimates show 91,081.  Something doesnt seem right to me.  Is there a good active pool to use?

Any advice will help.

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 »
  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!