Author

Topic: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! - page 214. (Read 215807 times)

legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Correct me if I'm wrong but Cryptonite is the only one of it's kind, I mean the coin that implemented mini-blockchain technology?

AFAIK, there is no other coin using such a technology. Please refer to the wiki for the coin innovation details.
legendary
Activity: 1208
Merit: 1003
Correct me if I'm wrong but Cryptonite is the only one of it's kind, I mean the coin that implemented mini-blockchain technology?
full member
Activity: 140
Merit: 100
anyone worried about bter disabled deposits?


I will contact them ASAP. Probably the usual wallet issues.

withdraws works fine. i tested.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
anyone worried about bter disabled deposits?


I will contact them ASAP. Probably the usual wallet issues.
full member
Activity: 140
Merit: 100
anyone worried about bter disabled deposits?
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Here is compiled latest source from pallas with trie fix (daemon and cli utility):

https://www.dropbox.com/sh/yu02z078n74q72b/AACNE5ef52h6rRAcam7XqjEfa?dl=0



Thanks!
Could you please describe the build, if static or dynamic and which OS?
full member
Activity: 176
Merit: 100
Here is compiled latest source from pallas with trie fix (daemon and cli utility):

https://www.dropbox.com/sh/yu02z078n74q72b/AACNE5ef52h6rRAcam7XqjEfa?dl=0

full member
Activity: 140
Merit: 100
xcn deposit disabled on bter.
withdraws still works, i've checked.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
anyone have instruction for setting up pool that can support for XCN?

I don't think anybody ever written some kind of instructions, but I can introduce you to some aspects you will need to consider:

- PoW algo: M7 is used to hash the block header, so you will need to add the related routines.
- Block header: there are some differences between the classic bitcoin header and XCNs, for example some fields are double the size (es. 64 bit nonce vs 32). That will affect merkle root generation and hash
- There appears to be some issues with getblocktemplate on the wallet: it is different than recent implementations and/or has some incompatibilities with standard implementations by the pool software
- The miner software is a mixed bag: for example it uses 32 bit nonces just like with other coins and doesn't support getblocktemplate.
hero member
Activity: 781
Merit: 501
anyone have instruction for setting up pool that can support for XCN?
full member
Activity: 175
Merit: 113
Great!

Now it only has to stay this way (which over time is the most work) Cool
-> I'd still be thankful for a statically linked exe. Or some help installing libc.so.6: version `GLIBC_2.15' / 2.14. I tried once but all I found online ended up not working or requiring me to compile from scratch. The only way working so far is by using a trial version of Ermine - which only works because the expiration resets when redownloading it and recreating the static exe. Not really perfect for a server ... The license is way too expensive.
Maybe Docker is a way to do it - but I have never used that stuff at all. And my vserver doesn't support it yet/nor does it come with a license.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
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 ;-)
full member
Activity: 175
Merit: 113
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.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
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
member
Activity: 196
Merit: 15
Thanks. It's starting up. Looking good. Hopefully that gets the explorer back online.

A good news after a while
Thanks
full member
Activity: 175
Merit: 113
Thanks. It's starting up. Looking good. Hopefully that gets the explorer back online.
legendary
Activity: 1208
Merit: 1003
full member
Activity: 175
Merit: 113
A statically compiled version of the wallet would be MUCH appreciated, thanks! Whenever you find the time Smiley

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.


Code:
./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?
full member
Activity: 186
Merit: 100
Well, you're quite right, though I do strongly recommend consistent db version for whatever use.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
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.
Jump to: