Bitcoin Forum
May 07, 2024, 03:52:12 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)
mullick
Legendary
*
Offline Offline

Activity: 1064
Merit: 1002


View Profile
April 14, 2014, 01:44:45 PM
 #261

Code:
wget http://galaxypool.chriskoeber.com/galaxycoinblockchain.zip
--2014-04-14 09:39:28--  http://galaxypool.chriskoeber.com/galaxycoinblockchain.zip
Resolving galaxypool.chriskoeber.com (galaxypool.chriskoeber.com)... failed: Name or service not known.
wget: unable to resolve host address `galaxypool.chriskoeber.com'

Seems to be down?
1715053932
Hero Member
*
Offline Offline

Posts: 1715053932

View Profile Personal Message (Offline)

Ignore
1715053932
Reply with quote  #2

1715053932
Report to moderator
1715053932
Hero Member
*
Offline Offline

Posts: 1715053932

View Profile Personal Message (Offline)

Ignore
1715053932
Reply with quote  #2

1715053932
Report to moderator
1715053932
Hero Member
*
Offline Offline

Posts: 1715053932

View Profile Personal Message (Offline)

Ignore
1715053932
Reply with quote  #2

1715053932
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715053932
Hero Member
*
Offline Offline

Posts: 1715053932

View Profile Personal Message (Offline)

Ignore
1715053932
Reply with quote  #2

1715053932
Report to moderator
1715053932
Hero Member
*
Offline Offline

Posts: 1715053932

View Profile Personal Message (Offline)

Ignore
1715053932
Reply with quote  #2

1715053932
Report to moderator
icecube45 (OP)
Legendary
*
Offline Offline

Activity: 1218
Merit: 1000


View Profile
April 14, 2014, 07:17:27 PM
 #262

Code:
wget http://galaxypool.chriskoeber.com/galaxycoinblockchain.zip
--2014-04-14 09:39:28--  http://galaxypool.chriskoeber.com/galaxycoinblockchain.zip
Resolving galaxypool.chriskoeber.com (galaxypool.chriskoeber.com)... failed: Name or service not known.
wget: unable to resolve host address `galaxypool.chriskoeber.com'

Seems to be down?

He's been having some troubles recently, I'll get a mirror up tonight
El_Nickio
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
April 14, 2014, 07:19:31 PM
 #263

I'm stuck at 18924 too Huh

Any suggestions/links to the blockchain download?
icecube45 (OP)
Legendary
*
Offline Offline

Activity: 1218
Merit: 1000


View Profile
April 14, 2014, 07:30:53 PM
 #264

I'm stuck at 18924 too Huh

Any suggestions/links to the blockchain download?

As soon as I get home.

m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
April 15, 2014, 01:22:07 AM
Last edit: May 08, 2014, 09:43:21 PM by m0gliE
 #265

Galaxycoin Bootstrap.dat



   bootstrap.dat

bootstrap.dat allows a new Galaxycoin client (not synced) to rapidly import the initial blocks from a
local file instead of slowly downloading blocks from random peers. This significantly reduces the
time it takes to get a client synced with the current blockchain.

Simply having bootstrap.dat in Galaxycoin's expected data directory will make your initial block sync
much faster. The import process can be even faster if you use the -dbcache=1000 command line
parameter which uses an additional 1GB of RAM for the database index cache.

   Extracting the bootstrap.dat.xz

Regardless of your operating system, use the following steps to make use of the bootstrap.dat file:

1.   Download bootstrap.dat.xz from mirrors or torrent.
2.   Decompress the bootstrap.dat.
3.   Put it into the Galaxycoin datadir. "%appdata%/galaxycoin" / "~/.galaxycoin"
         (This is the same folder that contains wallet.dat and the blocks folder.)
4.   Delete bootstrap.dat.old if you want to recover some storage space.

    Galaxycoin Data Folder

    Linux
Code:
xz -d bootstrap.dat.xz 
Galaxycoin's data directory is located in ~/.galaxycoin/ by default. You can run ls -a to see
directories that start with a period. You can also search for the directory with the following
command:
Code:
find / -name wallet.dat -print 2>/dev/null 

   Mac
You can obtain xz from MacPorts or http://macpkg.sourceforge.net/.
Galaxycoin's data directory should be located in ~/Library/Application Support/galaxycoin/.

   Windows
7Zip is a free utility that can decompress .xz files, so does the latest version of WinRAR.

Click on Start then Run (or press WinKey+R) and type:
Code:
explorer %APPDATA%\galaxycoin 
Galaxycoin's data directory will open. "AppData" and "Application Data" are hidden by default in
Windows.

   Copy bootstrap.dat to data directory

Copy the bootstrap.dat to your data directory. Load the Galaxycoin client and wait for it to load the
blocks. After loading is complete, the bootstrap.dat will be renamed to bootstrap.dat.old at which
point you can choose to delete it.

Galaxycoin - 4/9/2014 - 111,599 KB

GoogleD - https://drive.google.com/file/d/0Bz3NalaCIrQrSmh6UHhBbFV6cVk
Torrent - https://drive.google.com/file/d/0Bz3NalaCIrQrZklyYi1wZ0w0Y0k

E-nautia Mirror - http://e-nautia.com/jon.marshall/disk/bootstrap/galaxycoin/bootstrap.dat
E-nautia Direct - https://e-nautia.com/disk/download.php?id=5466132

Galaxycoin Donation Address: gfu9rVS7qJ9g7ZZKvMYgCgBn6P8chiukm7

icecube45 (OP)
Legendary
*
Offline Offline

Activity: 1218
Merit: 1000


View Profile
April 15, 2014, 01:37:48 AM
 #266

Galaxycoin Bootstrap.dat



   bootstrap.dat

bootstrap.dat allows a new Galaxycoin client (not synced) to rapidly import the initial blocks from a
local file instead of slowly downloading blocks from random peers. This significantly reduces the
time it takes to get a client synced with the current blockchain.

Simply having bootstrap.dat in Galaxycoin's expected data directory will make your initial block sync
much faster. The import process can be even faster if you use the -dbcache=1000 command line
parameter which uses an additional 1GB of RAM for the database index cache.

   Extracting the bootstrap.dat.xz

Regardless of your operating system, use the following steps to make use of the bootstrap.dat file:

1.   Download bootstrap.dat.xz from mirrors or torrent.
2.   Decompress the bootstrap.dat.
3.   Put it into the Galaxycoin datadir. "%appdata%/galaxycoin" / "~/.galaxycoin"
         (This is the same folder that contains wallet.dat and the blocks folder.)
4.   Delete bootstrap.dat.old if you want to recover some storage space.

    Galaxycoin Data Folder

    Linux
Code:
xz -d bootstrap.dat.xz 
Galaxycoin's data directory is located in ~/.galaxycoin/ by default. You can run ls -a to see
directories that start with a period. You can also search for the directory with the following
command:
Code:
find / -name wallet.dat -print 2>/dev/null 

   Mac
You can obtain xz from MacPorts or http://macpkg.sourceforge.net/.
Galaxycoin's data directory should be located in ~/Library/Application Support/galaxycoin/.

   Windows
7Zip is a free utility that can decompress .xz files, so does the latest version of WinRAR.

Click on Start then Run (or press WinKey+R) and type:
Code:
explorer %APPDATA%\galaxycoin 
Galaxycoin's data directory will open. "AppData" and "Application Data" are hidden by default in
Windows.

   Copy bootstrap.dat to data directory

Copy the bootstrap.dat to your data directory. Load the Galaxycoin client and wait for it to load the
blocks. After loading is complete, the bootstrap.dat will be renamed to bootstrap.dat.old at which
point you can choose to delete it.

E-nautia Mirror - http://e-nautia.com/jon.marshall/disk/bootstrap/feathercoin/bootstrap.dat.xz

E-nautia Direct - https://e-nautia.com/disk/download.php?id=5450851

Galaxycoin Donation Address: gfu9rVS7qJ9g7ZZKvMYgCgBn6P8chiukm7



woohoo!
frank1892
Newbie
*
Offline Offline

Activity: 55
Merit: 0



View Profile
April 19, 2014, 08:47:41 AM
Last edit: April 20, 2014, 04:53:22 AM by frank1892
 #267

I'm stuck at 18924 too

How to fix this problem or any links to the now fork blockchain download?

Please help. Thanks.
*Sakura*
Legendary
*
Offline Offline

Activity: 1624
Merit: 1005

I wish you all love and profitable investments!!!


View Profile
April 20, 2014, 09:59:29 AM
 #268

I'm stuck at 18924 too

How to fix this problem or any links to the now fork blockchain download?

Please help. Thanks.


Same here. Bootstrap do not help.
icecube45 (OP)
Legendary
*
Offline Offline

Activity: 1218
Merit: 1000


View Profile
April 20, 2014, 05:08:51 PM
 #269

I'm stuck at 18924 too

How to fix this problem or any links to the now fork blockchain download?

Please help. Thanks.


Same here. Bootstrap do not help.

Alright... Working on uploading new blockchain..
Ivanech
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1014


View Profile
April 21, 2014, 06:24:46 PM
 #270

Any news solving linux wallet problem to sync over 18924 block?

Going to open new GLX mining pool, but stuck on that block. Wallet daemon is from github source.
BTCat
Legendary
*
Offline Offline

Activity: 1960
Merit: 1010



View Profile
April 22, 2014, 02:09:14 PM
 #271

Is this coin going anywhere?

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

Activity: 110
Merit: 10


View Profile
April 22, 2014, 03:29:16 PM
 #272

I am still doing solo mining.

最新资讯 请follow微博:Harvey老狼 http://weibo.com/u/1290487752
Ivanech
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1014


View Profile
April 23, 2014, 04:43:22 PM
 #273


UPGRADING TO THE 2.0 BLOCKCHAIN
LINUX:
Code:
wget -O galaxycoinlinux.sh http://galaxypool.chriskoeber.com/galaxycoinlinux.sh
chmod +x galaxycoinlinux.sh
./galaxycoinlinux.sh

We all need new links as galaxypool.chriskoeber.com is not online last 2 weeks.

Could anyone upload required galaxycoinlinux.sh script?
*Sakura*
Legendary
*
Offline Offline

Activity: 1624
Merit: 1005

I wish you all love and profitable investments!!!


View Profile
April 25, 2014, 04:02:00 AM
 #274

18924 block problem still here...
dogfishHead
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 27, 2014, 06:44:47 PM
 #275

Yo,

Not sure who is legit here and who is not, but the bootstrap.dat certainly is not - I dumped a log against it to see what is going on, and basically someone has inserted billions in coin starting at block 18925.  The coin is still smart enough to trip it - the hashes are not even close to meet galaxy coin requirements, and I doubt Crypsy would fall for it.  So unless someone has a later legitimate block chain or a legitimate node to add that counts up correctly, 18924 is it - or it may eventually sync...if there are real wallets out there somewhere...CRYPSY??? someone send me a legit node to connect with.

http://altexplorer.info/chains/GLX/block_crawler.php tells it like it is...

in the mean time, watch out what executable you run.  bogus requests are rolling in like gangbusters, beware.


good blocks stop at 18924-->

SetBestChain: new best=000000217a42052dcf683d95fa9f30a8599a4ef9c722aaf2e2015fce8feb644c  height=18922  trust=18923  blocktrust=1  date=07/17/2013 08:04:01
ProcessBlock: ACCEPTED
SetBestChain: new best=00000072c1e6ad2c96010b597c925fa4339cd3f24d8af0f3634606e93b18a074  height=18923  trust=18924  blocktrust=1  date=07/17/2013 08:04:05
ProcessBlock: ACCEPTED
SetBestChain: new best=0000008eae20635f44ff681b6efc740b1501721c0d871d5f54e08d3c6baac001  height=18924  trust=18925  blocktrust=1  date=07/17/2013 08:04:10
ProcessBlock: ACCEPTED
ConnectInputs() : 2bd7a74729 scammer stake reward exceeded 50000
SetBestChain: new best=2273c83fc8168441c0c32497ca7115e8cb19110d783c2af1dc54d14d7fc8ce27  height=18925  trust=1587918  blocktrust=1568993  date=07/17/2013 08:04:12

look at some of the audacity in a row -->

ConnectInputs() : 64cbbf9deb scammer stake reward exceeded 50000
SetBestChain: new best=5c5ad2ef498f9b345ca818988ba517f2ce410c4729bbad11dfe2607ad39c8d06  height=20198  trust=70106996  blocktrust=349525  date=07/18/2013 03:28:30

ConnectInputs() : 186a2f0b56 scammer stake reward exceeded 50000
SetBestChain: new best=58eb62f21fb0d49485826cff08344d1823352a045bed21613b8da9cd4c8c23df  height=20199  trust=70456521  blocktrust=349525  date=07/18/2013 03:28:56

ConnectInputs() : 99adefdd98 scammer stake reward exceeded 50000
SetBestChain: new best=86607c2b67c2467672ba167b6b5e6d120456b30f3c75caab7242cf51aa489f89  height=20200  trust=70806046  blocktrust=349525  date=07/18/2013 03:28:58

ConnectInputs() : 7396d80c47 scammer stake reward exceeded 50000
SetBestChain: new best=450f279bbbb13fad2687d6ce34f03dbc2de510b62988f195953c8477d6f7d909  height=20201  trust=71155571  blocktrust=349525  date=07/18/2013 03:29:05

huge rewards - guys this is just a 64 coin mine.... -->

ConnectInputs() : 3e8a5e830a scammer stake reward exceeded 38400000
SetBestChain: new best=f4ba831f380b2efdf50ee77f95347bb27608e584984d1a1e012856a0b77434ce  height=101934  trust=11028268418693  blocktrust=1830707741  date=09/14/2013 13:22:48

ConnectInputs() : 87bf1d9fec scammer stake reward exceeded 50000
SetBestChain: new best=1d3a8f660ff9311c48334bb50473708419a499231747fbf304acb1a01c1a8709  height=101935  trust=11029488890520  blocktrust=1220471827  date=09/14/2013 13:32:56

ConnectInputs() : 6b9cc4eb52 scammer stake reward exceeded 7850000
SetBestChain: new best=caaf1b3272e112e07da78efd40387bd3bd6d0b0551c809b69cc6c2ea1999b8c5  height=101936  trust=11030099126433  blocktrust=610235913  date=09/14/2013 13:52:39

shoot me some coin if I you want some legit help or I saved you some pain!

dog

bitcoin:15syxdZ1cZ8nbz6SnMoc3F3YwmEbcTybU5




m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
April 27, 2014, 09:29:26 PM
 #276

Yo,

Not sure who is legit here and who is not, but the bootstrap.dat certainly is not - I dumped a log against it to see what is going on, and basically someone has inserted billions in coin starting at block 18925.  The coin is still smart enough to trip it - the hashes are not even close to meet galaxy coin requirements, and I doubt Crypsy would fall for it.  So unless someone has a later legitimate block chain or a legitimate node to add that counts up correctly, 18924 is it - or it may eventually sync...if there are real wallets out there somewhere...CRYPSY??? someone send me a legit node to connect with.


It seems as though you are behind the times. With a bootstrap.dat file, the integrity gets verified when it imports the entire blockchain. The client rejects any blocks where corruption occurs. It also rejects any blocks imported from the bootstrap.dat file that fails to match what all the current peers on the network state is the longest/most difficult chain.

The data you see is going to be included in your debug file regardless, also notice the dates are from last year. Are you not using v2.0?

Clean client below, using bootstrap.dat

getinfo

Code:
{
"version" : "v2.0.0.0",
"protocolversion" : 60008,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 311476,
"moneysupply" : 18938991.00534200,
"connections" : 8,
"proxy" : "",
"ip" : "xxx.xxx.xxx.xxx",
"difficulty" : 1.61551546,
"testnet" : false,
"keypoololdest" : 1386970460,
"keypoolsize" : 101,
"paytxfee" : 0.00500000,
"errors" : ""
}
dogfishHead
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 27, 2014, 10:50:56 PM
 #277

Since you appear to be "in", although that blockstack is pretty high - was under 250K not long ago, why don't you provide a "getpeerinfo" so we can do a -connect and get a clean block chain...

The bootstrap.dat import check gives up the ghost due to too many bad blocks at 20423...stopping with our favorite 18925...unless the downloads have been compromised.

not behind the times...just watching the attack and poking around.  I would probably mine this if the stack actually built cleanly.

ERROR: ConnectInputs() : 2bd7a74729 stake reward exceeded
ERROR: Reorganize() : ConnectBlock 2273c83fc8168441c0c3 failed
InvalidChainFound: invalid block=00000002744f53aa2f19  height=20422  trust=1117422840  blocktrust=1472921  date=07/18/2013 06:52:48
InvalidChainFound:  current best=0000008eae20635f44ff  height=18924  trust=18925  blocktrust=1  date=07/17/2013 08:04:10
ERROR: SetBestChain() : Reorganize failed
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED
Postponing 1498 reconnects
REORGANIZE
REORGANIZE: Disconnect 0 blocks; 0000008eae20635f44ff..0000008eae20635f44ff
REORGANIZE: Connect 1 blocks; 0000008eae20635f44ff..2273c83fc8168441c0c3
ERROR: ConnectInputs() : 2bd7a74729 stake reward exceeded
ERROR: Reorganize() : ConnectBlock 2273c83fc8168441c0c3 failed
InvalidChainFound: invalid block=000000016e94ff350736  height=20423  trust=1118404788  blocktrust=981948  date=07/18/2013 06:53:34
InvalidChainFound:  current best=0000008eae20635f44ff  height=18924  trust=18925  blocktrust=1  date=07/17/2013 08:04:10
ERROR: SetBestChain() : Reorganize failed
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckProofOfStake() : INFO: check kernel failed on coinstake 4e1aaf16663c383fb8a5a7d58a9f2b263ff13e82999a340fed1e0e7d16880f3f, hashProof=0000000000000000000000000000000000000000000000000000000000000000
WARNING: ProcessBlock(): check proof-of-stake failed for block 68690bf2c099064208dd117249d4265c90be51b87db28bf7ba3423310189e48d
ProcessBlock: ORPHAN BLOCK, prev=68690bf2c099064208dd
ProcessBlock: ORPHAN BLOCK, prev=0000000125b84716c838
ProcessBlock: ORPHAN BLOCK, prev=0000000173ad7b5d1474
ProcessBlock: ORPHAN BLOCK, prev=0000000042ce302ef733
ProcessBlock: ORPHAN BLOCK, prev=000000017b578ec419bf
ProcessBlock: ORPHAN BLOCK, prev=0000000349736b8d2927
ProcessBlock: ORPHAN BLOCK, prev=000000016d1cb1840738
ProcessBlock: ORPHAN BLOCK, prev=0000000048039d72a54c
ProcessBlock: ORPHAN BLOCK, prev=000000011ddce1a8c233
ProcessBlock: ORPHAN BLOCK, prev=0000000376d107335972
ProcessBlock: ORPHAN BLOCK, prev=00000003f0df802318d7
m0gliE
Full Member
***
Offline Offline

Activity: 129
Merit: 102


View Profile
April 28, 2014, 12:55:44 AM
 #278

Since you appear to be "in", although that blockstack is pretty high - was under 250K not long ago, why don't you provide a "getpeerinfo" so we can do a -connect and get a clean block chain...

The bootstrap.dat import check gives up the ghost due to too many bad blocks at 20423...stopping with our favorite 18925...unless the downloads have been compromised.

not behind the times...just watching the attack and poking around.  I would probably mine this if the stack actually built cleanly.


You can use any of the nodes currently on v2.0.

addnode=193.68.21.36
addnode=202.60.68.241
addnode=192.92.129.48
addnode=192.95.29.176
addnode=71.4.209.204

http://pastebin.com/tHECiitx

Ivanech
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1014


View Profile
April 28, 2014, 08:03:38 AM
 #279

I've found solution to bypass GLX block stuck problems - will post detailed instructions soon.

As a result I am able to start new open mining pool for Glaxycoin: glx.n50.ru

We need more mining pools for network stability and profit. Enjoy this one!
Ivanech
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1014


View Profile
April 28, 2014, 11:43:07 AM
 #280

Here is instruction how to syschronise new actual Galaxycoin wallet to work properly.

I work mostly with Linux system, so here is working manual for Linux users. Will try Windows wallets later.
 
Lets go:
 
1. You need two versions of GLX wallet, both are available on GitHub:
 
old 0.5 branch
2.0 new one

Hope galaxycoin is not your first crypto wallet, you are familar with installation from GitNub, compilation and other steps required to start cryptowallets to work under Linux. Ask here if you have any questions.
 
2. You need a bootstrap file containing valid block chains.  Here is links to download. Unpacks to galaxycoin home directory as described.
 
3. Then you should launch old wallet version 0.5 to check and download block chain from bootstrap.dat file. Do not try doing this step with new wallet version 2.0 - you will fail at block 18924.
 
4. Be patient while 0.5 wallet proceeding block chain. This step is time consume and may requires several hours to completely construct valid block chain. You could check real time log located in debug.log file to see when this happens.

Code: (auto:0)
tail -f ~/.galaxycoin/debug.log

Then kill 0.5 client and start 2.0 one. New client should continue update blockchain from network untill all actual blocks will be loaded.

5. To speed up the synchronisation, edit your ~/.galaxycoin/galaxycoin.conf configuration file adding additional working nodes. Here is my conf file:

Code: (auto:0)
rpcuser=user
rpcpassword=x
rpcallowip=192.168.*.*
rpcport=15521
daemon=1
server=1
noirc=1
addnode=148.251.70.194
addnode=192.95.29.176
addnode=203.20.114.252
addnode=212.83.187.132
addnode=162.220.246.58
addnode=188.226.169.38
addnode=27.118.30.26 
addnode=192.92.129.48
addnode=54.201.121.142
addnode=155.69.222.247
addnode=71.232.52.37 
addnode=74.69.66.147 
addnode=98.112.135.200
addnode=67.210.249.29 
addnode=79.138.30.13   
addnode=192.241.136.248
addnode=24.6.21.198   
addnode=162.243.70.85 
addnode=2.236.53.94 
addnode=174.56.58.238
addnode=37.187.21.128
addnode=202.60.68.241
addnode=66.59.38.122
addnode=glx.n50.ru

whith this setting I have at least 10 or more active connection to galaxycoin 2.0 network.

Hope this will help anyone.
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!