pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
March 18, 2017, 01:20:24 PM |
|
Im hoping to hear from the devs about the situation above.
I don't know about the web wallet, it might even be bugged. I think the priority now is a stable wallet and restoring the exchanges and block explorer. There are tons of things to do and none of the devs is working full time on this. Instead of all the criticism, I'd like the community to help. If someone don't like the coin, there are tons of others to follow. Nobody is forcing anyone to stay on this boat. If people like the coin, and there is a lot to like, please be more constructive and look at the code with us, offer hosting for the explorer, run a pool, run your own cryptonite node, spread the word, etc.
|
|
|
|
dextronomous
|
|
March 18, 2017, 02:17:50 PM |
|
still nice screenies enerbyte, the truth can't be hidden from you,,
jaja nice to know, still active on xcn, and when compiled wallet out, new tested.
and when bt38 gets the fix, and or right now xcn works fine, only to wallet, any secret news, or miners again no answer..?
|
|
|
|
George5
Legendary
Offline
Activity: 1208
Merit: 1003
|
|
March 18, 2017, 02:27:53 PM |
|
Pallas, ok I guess we better wait for the block explorer to clear out all the doubts.
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
March 18, 2017, 02:36:34 PM |
|
Pallas, ok I guess we better wait for the block explorer to clear out all the doubts.
I don't have ssh access to the block explorer VM, so I can't restart the wallet daemon, and I don't hear from gnasirator for a while now. I might need to make a new VM myself; if someone volunteers it'd be of great help, as I'm really short of time.
|
|
|
|
gnasirator
|
|
March 18, 2017, 11:40:22 PM Last edit: March 18, 2017, 11:50:40 PM by gnasirator |
|
Hi everyone,
sorry for being unresponsive. Just came back home from a 3 week Africa safari. Internet was a bit difficult in the bush. I'm restarting the daemon right now. It could be that the backup tasks killed it. We'll see ...
Update: of course there's an issue. I'll keep working on it and inform you guys once it's back on.
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
March 19, 2017, 01:44:32 AM |
|
Hi everyone,
sorry for being unresponsive. Just came back home from a 3 week Africa safari. Internet was a bit difficult in the bush. I'm restarting the daemon right now. It could be that the backup tasks killed it. We'll see ...
Update: of course there's an issue. I'll keep working on it and inform you guys once it's back on.
Thanks! What kind of issue are you experiencing? If it's sync related, please try compiling the new wallet on the "trie_fix" branch.
|
|
|
|
gnasirator
|
|
March 19, 2017, 09:34:20 AM |
|
No, it's the statified wallet not working any more because the trial of the statifier (Ermine) expired. I'll have to regenerate a new one but the other computer I'm doing that on doesn't boot atm (at my dad's place, other side of the globe). Once that's fixed I'll bring it back up online. Maybe tomorrow. I don't have any compilation environment available for Debian and I'd rather not install all that stuff onto the production server. If anyone could compile the new wallet for Debian 7.0 (or statically linked) that would fix my current issue, too
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
March 19, 2017, 01:49:12 PM |
|
I just merged the trie sync fix with the master branch, as it seems to work pretty fine. People using self compiled wallet please do "git pull" and recompile, then let me know. Remember to do the usual wallet backups ;-)
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
March 19, 2017, 01:51:23 PM |
|
I don't have any compilation environment available for Debian and I'd rather not install all that stuff onto the production server. If anyone could compile the new wallet for Debian 7.0 (or statically linked) that would fix my current issue, too I'm using ubuntu 16.04, any chance my binary works for you?
|
|
|
|
gnasirator
|
|
March 19, 2017, 05:57:21 PM |
|
No it won't work. I got it running on ubuntu 14.04 on a different PC but it doesn't start on Debian. Missing some libraries. Hence the need to statify. Maybe I'll have to install the whole compiling overhead on the production server :/
My other server won't start any more - and fault finding based on dad's error descriptions is a challenge, even though he's gotten real good at that stuff. Will keep you posted.
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
JasonSW
|
|
March 19, 2017, 06:52:48 PM |
|
No it won't work. I got it running on ubuntu 14.04 on a different PC but it doesn't start on Debian. Missing some libraries. Hence the need to statify. Maybe I'll have to install the whole compiling overhead on the production server :/
My other server won't start any more - and fault finding based on dad's error descriptions is a challenge, even though he's gotten real good at that stuff. Will keep you posted.
It's quite easy to get libs installed on linux and compile the source. Only one special thing is db48, which is probably now unavailable to debian; however, it's quite easy to compile it, and tell ./configure where to look for db48. It's also possible to run ubuntu binary on debian; again all matters are where to find the libs. Use "ldd" to find out what's missing, and install them or use symbol link to sort out things would make it work, though I do recommend compiling the source directly. I can compile a binary with db48 statically linked on my debian box if one needs that and also I have to find a time. Let me know if this is needed.
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
March 19, 2017, 06:56:39 PM |
|
I don't think there is any reason to compile with bdb 4.8 on a block explorer machine, which is unlikely to even use the coins. The current version will be good.
|
|
|
|
JasonSW
|
|
March 19, 2017, 07:13:05 PM |
|
Well, you're quite right, though I do strongly recommend consistent db version for whatever use.
|
|
|
|
gnasirator
|
|
March 19, 2017, 08:26:34 PM Last edit: March 20, 2017, 03:18:50 AM by gnasirator |
|
A statically compiled version of the wallet would be MUCH appreciated, thanks! Whenever you find the time edit: explorer is running again (for now). Still syncing though but seems to work, let's see ... I really should update my VM to ubuntu. But don't want to touch it as it's running fine otherwise. Maybe I'll get another one some day. ./trusty_amd64_cryptonited_14091021: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found ./trusty_amd64_cryptonited_14091021: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found That stuff is the missing db48, isn't it? edit: doesn't sync - can someone provide a snapshot, pls? For the old wallet?
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
|
gnasirator
|
|
March 20, 2017, 07:49:56 AM |
|
Thanks. It's starting up. Looking good. Hopefully that gets the explorer back online.
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
arvin777
Member
Offline
Activity: 196
Merit: 15
|
|
March 20, 2017, 08:16:24 AM |
|
Thanks. It's starting up. Looking good. Hopefully that gets the explorer back online.
A good news after a while Thanks
|
XCN wallet:
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
March 20, 2017, 08:35:17 AM |
|
Thanks. It's starting up. Looking good. Hopefully that gets the explorer back online.
Thanks very much! It looks to be synced. Maybe you need to run the usual cron job: error: /cron/parse_txs.php cron job is not running
|
|
|
|
gnasirator
|
|
March 20, 2017, 09:29:00 AM |
|
The cron job was still active. Just needed some time to get back on top of it as it seems. I just checked an address and it shows me the details.
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
March 20, 2017, 09:35:48 AM |
|
The cron job was still active. Just needed some time to get back on top of it as it seems. I just checked an address and it shows me the details.
Yes it works now! Just sent you an XCN beer ;-)
|
|
|
|
|