Bitcoin Forum
May 05, 2024, 02:46:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 25, 2017, 02:14:15 AM

ccminer.exe -a m7 -o stratum+tcp://xcn.suprnova.cc:8008 -u XXX -p XX


need to change whats in bold


JESUS CHriSt damn its  almost 3am

How did i missed it Cheesy thnx



42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 25, 2017, 01:40:58 AM
New windows build of my M7 miner (compiled by anthbs):

https://github.com/pallas1/ccminer-m7-branch/releases/tag/v2.0

ccminer.exe -a m7 -stratum+tcp://xcn.suprnova.cc:8008 -u XXX -p XX

Miner does starts but shuts down

what Am i doing wrong?

If 'Optimize for compute performance' is on try turning off.

how?
 it gives me only the try djm miner?

https://snag.gy/SJnqoY.jpg

It's in nvidia settings. Are you using a .bat file etc?

43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 25, 2017, 12:53:51 AM
New windows build of my M7 miner (compiled by anthbs):

https://github.com/pallas1/ccminer-m7-branch/releases/tag/v2.0

ccminer.exe -a m7 -stratum+tcp://xcn.suprnova.cc:8008 -u XXX -p XX

Miner does starts but shuts down

what Am i doing wrong?

If 'Optimize for compute performance' is on try turning off.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 24, 2017, 11:43:08 AM

100% accepted after 10mins
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 24, 2017, 11:28:52 AM
New windows build of my M7 miner (compiled by anthbs):

https://github.com/pallas1/ccminer-m7-branch/releases/tag/v2.0


Working solo, no blocks yet. Nice speeds. 0% CPU Smiley

Needs https://www.microsoft.com/en-us/download/details.aspx?id=14632 on win10

46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 23, 2017, 11:17:02 AM
Quickest way to get up and running on fresh ubuntu:

Open terminal:
Code:
sudo apt update && sudo apt full-upgrade -y

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt update

sudo apt install build-essential libtool autotools-dev autoconf libssl-dev automake pkg-config git libboost-all-dev libminiupnpc-dev libgmp-dev libqt4-dev libprotobuf-dev protobuf-compiler libprotoc-dev libqrencode-dev ccache gcc libevent-dev miniupnpc libdb4.8-dev libdb4.8++-dev libunwind-dev

git clone https://github.com/gperftools/gperftools

git clone https://github.com/pallas1/Cryptonite

cd gperftools/

./autogen.sh

./configure CFLAGS="-O3 -march=native" CXXFLAGS="-O3 -march=native" --prefix=/usr

make -j4

sudo make install

cd ..

cd Cryptonite

./autogen.sh

./configure CFLAGS="-O3 -march=native -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free"  CXXFLAGS="-O3 -march=native -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free" CRYPTO_LIBS="-lcrypto -ltcmalloc"

make -j4

cd src

sudo strip cryptonited

sudo cp cryptonited /usr/bin

sudo cp cryptonite-cli /usr/bin

cd qt

sudo cp cryptonite-qt /usr/bin

That's it, close and open a new terminal. Type cryptonite-qt to start the wallet.
Right click icon and add to dash / lock to launcher.

Open file explorer and do ctrl + h to view hidden folders.
.cryptonite is the working directory that contains your wallet file and where you can put a Cryptonite.conf file if needed.
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 23, 2017, 05:24:02 AM
Quote

wait, this is old wallet build. where is build`s by krnlx and palgin?

They all build the same wallet. Fixes are moved to Pallas github when checked.

48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 23, 2017, 05:06:17 AM
where I can get worked windows and Linux wallets? I try to use from 1st post, but AV say me - it`s virus.

https://www.virustotal.com/#/url/e38af26ec23f0ff1c81a7c64272df6ee78dfd9d2b7e53f1bb7b05f377252690f/detection

It's not virus.

The linux one you build yourself:

https://bitcointalk.org/index.php?topic=1801595.msg19763598#msg19763598

https://bitcointalk.org/index.php?topic=1801595.msg20807376#msg20807376
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 23, 2017, 12:03:30 AM
Posted a commit to fix (workaround) the multiple rigs solo mining issue (same work on all machines).

https://github.com/pallas1/ccminer-m7-branch/commit/318a8168f52b7839d8b318c9004f89a598478a06


Was having the same problem on 1 rig with 2 cards when trying to use a different ccminer for each card. Compute levels etc.

Ended up letting an older ccminer run both together.



A windows build of my miner with the fix should come soon ;-)

Nice. Might be worth looking at using the bitcoin depends folder and just modify the packages for XCN and the miner etc.

I spent 10mins messing around and copied it straight to XCN folder, did a make HOST=x86_64-w64-mingw32 -j4 which finished no problems.

Problem is when you run CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/

it finds everything except gmp. I'll figure it out it the next week or so.
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 22, 2017, 06:30:34 PM
Posted a commit to fix (workaround) the multiple rigs solo mining issue (same work on all machines).

https://github.com/pallas1/ccminer-m7-branch/commit/318a8168f52b7839d8b318c9004f89a598478a06


Was having the same problem on 1 rig with 2 cards when trying to use a different ccminer for each card. Compute levels etc.

Ended up letting an older ccminer run both together.

51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 19, 2017, 09:31:43 PM
With the android wallet did you want a straight cross-compile or one of the light weight options that use the block explorer etc?

Honestly I'd prefer not to depend on some online service. And being mini-blockchain enabled, it would not make sense not to take advantage of it. But a straight cross-compile is not what I'd expect: it should have a native interface, to begin with.

Cheers, that narrows it down a bit Smiley
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 19, 2017, 09:20:33 PM
With the android wallet did you want a straight cross-compile or one of the light weight options that use the block explorer etc?
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 09, 2017, 11:41:17 PM
It's still alright to go solo if you have 10+MH

Is it a question?
Difficulty is pretty low now, I think you can.

No just letting the newer people know.

I go solo with 12MH if the net is below 2G and diff is below 200k.
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: December 09, 2017, 03:33:25 PM
It's still alright to go solo if you have 10+MH
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread! | 1st mini-blockchain coin | BOUNTIES! on: July 08, 2017, 05:17:32 PM
Could be the drivers since it starts
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread! | 1st mini-blockchain coin | BOUNTIES! on: July 08, 2017, 03:34:38 PM
There should be a space between the yyy and -p

Also try leave out -s or use -s 3 and higher
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread! | 1st mini-blockchain coin | BOUNTIES! on: June 21, 2017, 01:51:14 PM
Please can someone help on how to compile the djm34 release on linux, please?

Code:
git clone https://github.com/djm34/ccminer-msvc2015.git
cd ccminer-msvc2015
./autogen.sh
./configure
make


Thank you so much!
I saw I need to download Nvidia drivers first.
Any other thing I need to change?

You should have the Cuda toolkit installed, I use the drivers that come with it in the deb packages:

https://developer.nvidia.com/cuda-downloads

./configure will let you know if other stuff is missing

58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread! | 1st mini-blockchain coin | BOUNTIES! on: June 21, 2017, 01:17:11 PM
Seems (like some other wallets) there is a maximum of 4 miners connection for solomining?? Is there a way to get more than 4 connections to one wallet? Thanks for any input Smiley

Upload your blockchain files from the wallet please, I can't sync, stuck in 6 days since last block.
Then i will tell you how to increase maximum connections for miners  Wink

Blockchain snapshot:
http://www.mediafire.com/file/d58v4eld3adaccc/Cryptonite.rar
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread! | 1st mini-blockchain coin | BOUNTIES! on: June 21, 2017, 01:02:58 PM
Please can someone help on how to compile the djm34 release on linux, please?

Code:
git clone https://github.com/djm34/ccminer-msvc2015.git
cd ccminer-msvc2015
./autogen.sh
./configure
make
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread! | 1st mini-blockchain coin | BOUNTIES! on: June 19, 2017, 02:06:58 AM
Compile with QT4 instead of 5.
Pages: « 1 2 [3] 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!