Bitcoin Forum
May 14, 2024, 02:26:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 [8] 9 »
141  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW THREAD! | 1st mini-blockchain coin | M7 PoW on: February 23, 2017, 10:01:41 PM
Btw, the download link for the windows cuda miner (dropbox) is broken (Check here for pre-compiled cuda miner binaries for Win64:).
Dropbox won't allow downloads any more.

I'd be happy to host some files on selektion21, if I got my hands on them.
142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: February 23, 2017, 09:11:32 AM
They are using the old windows precompiled wallet: can someone who's using the same wallet, provide a blockchain snapshot?

Is  there a new precompiled windows 7 x64 wallet?
I've been using that one ever since and had no real issues with it - it does need some time to properly boot up and after shutting down but apart from that it seems fine.
143  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: February 09, 2017, 06:56:39 PM
http://xcn-explorer.selektion21.de/?address=CWRjccUrjXiN69PrKA3SbeooQXovhJTnmJ
That's what I can find about your wallet address.

The tx ids don't show. As far as I know - that means that BTER hasn't published the transactions to the bitcoin network yet (or they're on a fork which I don't think). Which kinda makes sense because they're not in sync yet anyways so can't do anything.
I guess you have to wait until they're back online.
144  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: February 08, 2017, 07:28:21 PM
which is exactly why I think this coin has some great potential!
145  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: February 08, 2017, 07:46:36 AM
That'd be much appreciated, although I only have an xcn wallet atm. But that would be fine Smiley

Luckily, there's not much load on the server apart from the xcn wallet and the explorer. Those two do actually use quite a bit of cpu time but that's fine for now.

I guess the next step for us would be to get a deeper understanding of the inner workings of the coin. Maybe we should collect all papers, the wiki articles, currently available software and put it all in one place. Then we could take on the further development of the coin itself.
I would be happy to host that, too.
146  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 31, 2017, 05:04:55 AM
I had no issues syncing so far using the standard wallet on win7 x64.
I did download a snapshot, though.

On my Ubuntu & Debian PCs, it worked without a snapshot, syncing completely fine.
147  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 26, 2017, 05:19:01 AM
Sorry, but what?
Is it me or doesn't your post make any sense?  Huh

Please try complete sentences next time.
148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 19, 2017, 08:58:12 AM
pm sent. good luck Smiley
149  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 19, 2017, 04:49:36 AM
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 ...
150  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 18, 2017, 09:48:42 PM
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.
151  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 18, 2017, 07:44:52 PM
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.
152  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 17, 2017, 05:36:07 AM
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?
153  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 11, 2017, 04:03:29 AM
I could share a daemon binary but I doubt it will work, as I use Ubuntu 16.04.
I would need to make a static binary: could be easy or as well a big pain.

a static binary would be sweet as! Thanks for your efforts.
I already started thinking about migrating my server to ubuntu but that opens up a whole other world of hurt...

@dextronomous:
Much appreciated, thanks! I'm mainly doing this because I still think that online crypto currency is the future and xcn (to my knowledge) still has some far superior features to btc, which is why I'm here Smiley
154  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 10, 2017, 08:27:49 PM
Hi Folks,

I'm still trying to set up the block explorer. Unfortunately, I can't get cryptonite to run as my server is running Debian (Linux 3.2.41-042stab113.11 #1 SMP Fri Dec 18 17:32:04 MSK 2015 x86_64 GNU/Linux).
After installing some missing libraries manually, I'm hanging at:

Code:
./trusty_amd64_cryptonited_14091021: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by ./trusty_amd64_cryptonited_14091021)
./trusty_amd64_cryptonited_14091021: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./trusty_amd64_cryptonited_14091021)

And it seems that updating libc to v2.15 or newer would require massive additional downloads and I don't want to mess up my server. It's still used for my emails and some homepages, etc.

Therefore, I don't really want to experiment with it to get it set up for compiling the sources (https://github.com/pallas1/Cryptonite) directly.
Can anybody maybe compile the cryptonite client for me? The whole graphical QT dependency part may as well be stripped. I only need the command line in order to run it as a service for the block explorer.

Or would it be possible to connect the block chain explorer to a remote server? But that would only add unnecessary traffic I guess ...

Thanks!
155  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: December 05, 2016, 07:19:29 PM
I've got a mostly unused vserver going for my private emails - I would host it on there.
But I can't get the wallet to run as the server is using Debian 7 and I haven't had the time yet to try recompiling the wallet. And the binary seems to only run in ubuntu.

Sorry I'm pretty busy with work & life so I can't spend too much time on it. But I would host the explorer - could even map a domain to it if we want to.
156  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: November 25, 2016, 04:35:11 AM
hi there pallas, glad you still here,

do you have or got a link to a working block explorer for this coin, this does not help me a lot,
if there is not a explorer

Someone please host this:

https://github.com/MiniblockchainProject/MiniExplorer

pallas, do you have a hint for me for where to get libdb4.8 for debian from?
I'm trying to get the wallet running on my vserver right now (Debian 7, Plesk)

Try using the configure switch "--with-incompatible-bdb"

Still:
"./trusty_amd64_cryptonited_14091021: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory"

I've got other errors about missing libboost.so.1.54 sorted by creating some symlinks. Hope that's not breaking anything.
Seems like I'd have to install libdb4.8 from somewhere. The default repository wants to install 5.1.29 ... maybe I should use that and create symlinks again?

It's running fine on my other ubuntu machine.
157  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: November 24, 2016, 09:35:49 PM
hi there pallas, glad you still here,

do you have or got a link to a working block explorer for this coin, this does not help me a lot,
if there is not a explorer

Someone please host this:

https://github.com/MiniblockchainProject/MiniExplorer

pallas, do you have a hint for me for where to get libdb4.8 for debian from?
I'm trying to get the wallet running on my vserver right now (Debian 7, Plesk)
158  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: November 18, 2016, 05:39:11 AM
Hmm I take it the required cryptonited is the only available linux one of the cryptonite.info homepage?
Might give it a shot, too.
159  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: September 27, 2016, 08:44:09 PM
Here, try this:
http://www.megafileupload.com/kcR3/Cryptonite.7z

I'm still successfully in sync, even with my computer being shut down over night.
160  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: August 30, 2016, 07:45:22 PM
it's surely not the most active but my wallet is up and in sync.

here's my peerinfo:

Code:
"addr" : "192.99.32.136:64080",
"addr" : "195.93.239.31:34726",
"addr" : "46.105.118.15:8253",
"addr" : "167.114.250.159:39106",
"addr" : "91.155.234.25:8253",
"addr" : "183.63.48.118:8253",
"addr" : "77.110.148.152:57843",
"addr" : "211.149.194.156:50094",
"addr" : "78.130.208.99:49493",
"addr" : "211.149.194.156:51918",
"addr" : "125.25.19.77:18515",
"addr" : "178.49.147.19:49952",
"addr" : "182.71.181.102:24171",
"addr" : "178.74.118.135:58915",
"addr" : "110.80.1.250:63938",
"addr" : "216.189.159.10:8253",
"addr" : "37.99.82.25:60505",
"addr" : "92.19.251.241:59386",
"addr" : "85.206.100.75:53094",
"addr" : "76.102.149.36:56927",
Pages: « 1 2 3 4 5 6 7 [8] 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!