Bitcoin Forum
April 26, 2024, 05:16:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 ... 226 »
  Print  
Author Topic: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties!  (Read 215282 times)
gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
March 20, 2017, 10:11:24 AM
 #241

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.

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
1714151814
Hero Member
*
Offline Offline

Posts: 1714151814

View Profile Personal Message (Offline)

Ignore
1714151814
Reply with quote  #2

1714151814
Report to moderator
1714151814
Hero Member
*
Offline Offline

Posts: 1714151814

View Profile Personal Message (Offline)

Ignore
1714151814
Reply with quote  #2

1714151814
Report to moderator
1714151814
Hero Member
*
Offline Offline

Posts: 1714151814

View Profile Personal Message (Offline)

Ignore
1714151814
Reply with quote  #2

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

Posts: 1714151814

View Profile Personal Message (Offline)

Ignore
1714151814
Reply with quote  #2

1714151814
Report to moderator
1714151814
Hero Member
*
Offline Offline

Posts: 1714151814

View Profile Personal Message (Offline)

Ignore
1714151814
Reply with quote  #2

1714151814
Report to moderator
1714151814
Hero Member
*
Offline Offline

Posts: 1714151814

View Profile Personal Message (Offline)

Ignore
1714151814
Reply with quote  #2

1714151814
Report to moderator
truckythin
Hero Member
*****
Offline Offline

Activity: 781
Merit: 501



View Profile
March 20, 2017, 02:40:39 PM
 #242

anyone have instruction for setting up pool that can support for XCN?
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
March 20, 2017, 02:46:54 PM
 #243

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.

bogdanb
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 20, 2017, 02:57:57 PM
 #244

xcn deposit disabled on bter.
withdraws still works, i've checked.
ExEric3
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
March 20, 2017, 04:07:29 PM
 #245

Here is compiled latest source from pallas with trie fix (daemon and cli utility):

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

pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
March 20, 2017, 04:56:18 PM
 #246

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?

bogdanb
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 20, 2017, 05:49:44 PM
 #247

anyone worried about bter disabled deposits?
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
March 20, 2017, 06:12:05 PM
 #248

anyone worried about bter disabled deposits?


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

bogdanb
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 20, 2017, 06:29:29 PM
 #249

anyone worried about bter disabled deposits?


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

withdraws works fine. i tested.
George5
Legendary
*
Offline Offline

Activity: 1208
Merit: 1003



View Profile WWW
March 20, 2017, 08:05:07 PM
 #250

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?

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

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
March 20, 2017, 08:20:45 PM
 #251

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.

George5
Legendary
*
Offline Offline

Activity: 1208
Merit: 1003



View Profile WWW
March 20, 2017, 08:29:48 PM
 #252

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.

Yeah, that is what I was thinking of. XCN is def flying under the radar, cuz if more people were aware of that unique coin, it's marketcap would've been at least couple of millions $ imho. Smiley

https://nuls.io/about/ The sky is not the limit
JasonSW
Full Member
***
Offline Offline

Activity: 186
Merit: 100


View Profile
March 21, 2017, 12:42:58 AM
 #253


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?

This thing happens when binary was compiled on the machine with a newer gcc.

I'll try to compile a wallet with all libs statically linked.
gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
March 21, 2017, 02:51:50 AM
Last edit: March 21, 2017, 03:44:11 AM by gnasirator
 #254

Quote
I'll try to compile a wallet with all libs statically linked.
Great, thanks heaps!

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
March 21, 2017, 02:36:32 PM
 #255

I've committed a fix for the wallet backup issue. Works fine now, if you use the latest sources from github.
Of course it will be in the new binaries as well.

Bilbo Bagacoins
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
March 21, 2017, 04:34:13 PM
 #256

Nice one. What are your thoughts on the amount of coins issue? Both addresses are showing balances similar to
web wallet shots posted. Not much point in trying to revive a compromised coin.
George5
Legendary
*
Offline Offline

Activity: 1208
Merit: 1003



View Profile WWW
March 21, 2017, 04:47:11 PM
 #257

Nice one. What are your thoughts on the amount of coins issue? Both addresses are showing balances similar to
web wallet shots posted. Not much point in trying to revive a compromised coin.

I have some thoughts about this. Possibly, BTC38 wallet shows the wrong amount because they were having issues with it and it's been out of sync for a long time. Wait for them to update their wallet and we'll see.

https://nuls.io/about/ The sky is not the limit
gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
March 21, 2017, 08:54:05 PM
 #258

pallas, you're using the new wallet on ubuntu 16, right?
Is the binary available somewhere? I had to update my home server to ubuntu 16.04, so I now have to use a wallet built for 16.04 for the statifying.

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
March 21, 2017, 09:16:59 PM
 #259

pallas, you're using the new wallet on ubuntu 16, right?
Is the binary available somewhere? I had to update my home server to ubuntu 16.04, so I now have to use a wallet built for 16.04 for the statifying.

I use the same Ubuntu version, here is the wallet daemon and cli:

https://mega.nz/#!QchXTQZJ!uHYxaflRUEjgliQVbSHOBn83mymxrSTYfKgGei8YVUM

gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
March 21, 2017, 10:46:58 PM
 #260

pallas, you're using the new wallet on ubuntu 16, right?
Is the binary available somewhere? I had to update my home server to ubuntu 16.04, so I now have to use a wallet built for 16.04 for the statifying.

I use the same Ubuntu version, here is the wallet daemon and cli:

https://mega.nz/#!QchXTQZJ!uHYxaflRUEjgliQVbSHOBn83mymxrSTYfKgGei8YVUM

Awesome, explorer is running new wallet now. Any chance to get that statically linked? Smiley

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 ... 226 »
  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!