Bitcoin Forum
May 30, 2024, 08:02:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 [179] 180 181 182 183 184 185 186 »
  Print  
Author Topic: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine  (Read 578441 times)
Eka_pro
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
January 16, 2017, 03:14:44 PM
 #3561

i got this meesage from poloniex...!

At this time unfortunately the only people who can resolve that are the XCN development team. Our issue is that our wallet required a full re-sync and we have not as yet been able to sync the wallet to a working copy of the blockchain due to a network error. I am sorry that this is the case and rest assured we are doing all we can to resolve the situation and sync a copy of the blockchain successfully.

We will continue to search for a resolution to this problem and we are very appreciative of your patience regarding this. We hope you can understand however that we are doing all we can to work within a bad situation.

Thank you again for your understanding. We will update you on this ticket if there is any news regarding this. We will of course allow withdrawals once this is enabled.


Best regards,

Kevin
Poloniex Support
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 16, 2017, 03:17:42 PM
 #3562

i got this meesage from poloniex...!

At this time unfortunately the only people who can resolve that are the XCN development team. Our issue is that our wallet required a full re-sync and we have not as yet been able to sync the wallet to a working copy of the blockchain due to a network error. I am sorry that this is the case and rest assured we are doing all we can to resolve the situation and sync a copy of the blockchain successfully.

We will continue to search for a resolution to this problem and we are very appreciative of your patience regarding this. We hope you can understand however that we are doing all we can to work within a bad situation.

Thank you again for your understanding. We will update you on this ticket if there is any news regarding this. We will of course allow withdrawals once this is enabled.


Best regards,

Kevin
Poloniex Support


they said the same to me some months ago and I replayed: "I'm not the original dev but I know the code, here is a blockchain snapshot, here is a little compiling fix, etc.".
either they do not want to do it, or they put it to very low priority for some reason.

gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
January 17, 2017, 05:36:07 AM
 #3563

Hmm, if only I had a Debian 7 wallet (statically linked). I could at least set up a block explorer. That might help convince them to keep XCN listed?

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
dextronomous
Full Member
***
Offline Offline

Activity: 431
Merit: 105


View Profile
January 17, 2017, 11:19:38 PM
 #3564

Is this already done, the debian thing? would be great another explorer

but any news guys on xcn polo, lockchain's fixes, compile errors,
any idea on when bolo big bad polo will give us our coins..

and i hope for them more, cause the tickets i've sended them, were not worth it, the price went down,
but still, just lost half right now, and still nobody know when or what will happen with polo;s coins xcn..

thanks bitfreak do something man. thank in advance.
gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
January 18, 2017, 07:44:52 PM
Last edit: January 18, 2017, 08:17:49 PM by gnasirator
 #3565

Okay, I've got the explorer up and running, at least for now (ermine 30 day trial for converting a dynamically linked exe into static). Let's see what happens after that. I might just get a license of them...

http://xcn-explorer.selektion21.de/

If someone with a better domain wants to donate it, please just point it to the same IP and I can update it.

btw, dextro: what do you mean with 'another' explorer? Is there another one out there? I thought the lack of one was the actual problem.

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 18, 2017, 09:18:06 PM
 #3566

Okay, I've got the explorer up and running, at least for now (ermine 30 day trial for converting a dynamically linked exe into static). Let's see what happens after that. I might just get a license of them...

http://xcn-explorer.selektion21.de/

If someone with a better domain wants to donate it, please just point it to the same IP and I can update it.

btw, dextro: what do you mean with 'another' explorer? Is there another one out there? I thought the lack of one was the actual problem.

Thanks for the explorer.
Please check this error when trying to view an address:

error: /cron/parse_txs.php cron job is not running

gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
January 18, 2017, 09:48:42 PM
Last edit: January 18, 2017, 11:54:17 PM by gnasirator
 #3567

uha, I've got no idea where that's coming from.
I looked inside that .php but that error string isn't in there.

Anyone got any idea?
What sort of cron job would I need to have running? Right now I only have an @reboot for cryptonited.

edit: found the line in address.inc.php

Code:
  if (($getinfo['blocks'] - $l_blk) < 10) {
    for ($i=$l_blk-1;$i<$getinfo['blocks'];$i++) {
      $block_hash = $_SESSION[$rpc_client]->getblockhash($i+1);
      $block = $_SESSION[$rpc_client]->getblock($block_hash);
 if (!empty($block['tx'])) {
        foreach ($block['tx'] as $key => $txid) { check_tx($txid, $p); }
 }
    }
  } else {
    die('error: /cron/parse_txs.php cron job is not running');
  }

But no idea what's wrong here.

edit2: okay, need to run
Code:
php /cron/parse_txs.php
I guess?

But that gives this error:
Quote
error: could not get block 000000044c4e5c82cf3c93a3019f09ecd9005a30f5eeba2ff6952b349c7324ae

edit3:
ah I think I got it. the config.php needed the variable $HTTP_HOST added.

edit4: na, still that error. restarting it over and over again doesn't change anything.

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
dextronomous
Full Member
***
Offline Offline

Activity: 431
Merit: 105


View Profile
January 18, 2017, 11:45:02 PM
 #3568

hi there gnasirator, no there is not,
i meant finally an explorer working,

thanks for the great job, is polo getting this,


gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
January 19, 2017, 04:49:36 AM
 #3569

ok the issue seems to be that the block explorer was coded in php5.3 and I'm on 5.4.

It's using some removed methods, like
Code:
get_magic_quotes_gpc()
and I have no idea how to fix that ...

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 19, 2017, 07:39:31 AM
 #3570

ok the issue seems to be that the block explorer was coded in php5.3 and I'm on 5.4.

It's using some removed methods, like
Code:
get_magic_quotes_gpc()
and I have no idea how to fix that ...

I can help you with PHP, please PM me with the details.
(that call is deprecated, try replacing it with 0)

gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
January 19, 2017, 08:58:12 AM
 #3571

pm sent. good luck Smiley

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
enerbyte
Hero Member
*****
Offline Offline

Activity: 556
Merit: 501


View Profile
January 22, 2017, 04:40:48 AM
 #3572

Hi
here I leave an updated version of the blockchain in case anyone needs it

https://mega.nz/#!14NXgQBD!IOP3I4Jaim4nwpqU7WFvoDHiPoTAZ42CbLYFTA5tmKg
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 23, 2017, 11:49:03 AM
 #3573

Latest news from Poloniex about XCN deposits:

"rest assured that we have not given up on it as new information and possible solutions keep reaching us"

dextronomous
Full Member
***
Offline Offline

Activity: 431
Merit: 105


View Profile
January 23, 2017, 04:48:23 PM
 #3574

whaaaaaaaat wow, you serious pallas, when did you receive this,

wow this makes my year, haha..


i mean last year.
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 23, 2017, 05:41:25 PM
 #3575

whaaaaaaaat wow, you serious pallas, when did you receive this,

wow this makes my year, haha..


i mean last year.


Today.

George5
Legendary
*
Offline Offline

Activity: 1208
Merit: 1003



View Profile WWW
January 23, 2017, 06:24:02 PM
Last edit: January 23, 2017, 06:45:02 PM by George5
 #3576

Latest news from Poloniex about XCN deposits:

"rest assured that we have not given up on it as new information and possible solutions keep reaching us"

I just received this reply today:

Quote
Hi George5,

thank you for your help, hopefully it will be useful in finally synchronizing the wallet.

Best regards,

They are talking about a link to the new BE and an updated blockchain that I sent them.

https://nuls.io/about/ The sky is not the limit
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 23, 2017, 08:10:41 PM
 #3577

Thanks George5, let's hope they finally fix their wallet.

Sigi
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 23, 2017, 10:10:01 PM
 #3578

How to mine the coin? All pools are gone
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
January 24, 2017, 11:14:18 AM
 #3579

How to mine the coin? All pools are gone

solo

btw where is the last working client for this?
dextronomous
Full Member
***
Offline Offline

Activity: 431
Merit: 105


View Profile
January 25, 2017, 10:31:12 PM
Last edit: January 26, 2017, 07:30:25 AM by dextronomous
 #3580

hi guys,

only posting to ask wether xcn gonna go trough with giving us our coins at polonieX.. still stuck there,

 when more of your tips reach us
 the fixes coming to us made us almost fix your issue
 they are almost out of these issues?
 strange guys really at polo..
 why the hassle, out of bullshit, hate the dev's making money with not giving out their secret miners,

bliep this coin, gonna leave this shit soon, learn to read then think about it..
you'll know what i mean.
Pages: « 1 ... 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 [179] 180 181 182 183 184 185 186 »
  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!