Bitcoin Forum
May 11, 2024, 05:04:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Offerings to Cthulhu - 1.4 is Here! Now accepted at Coinworks.info on: August 25, 2015, 05:59:49 PM
Not sure why, but I cannot GPU mine this. CPU has no problems, though..
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Offerings to Cthulhu - 1.4 is Here! Now accepted at Coinworks.info on: August 22, 2015, 09:30:54 PM
Thanks !

Few things noticed :

- nRPCPort = 11928; - this could be confusing as it was testnet port before
- Fellow Cultist tab is acutally Transgressions, address book tab is missing
- config file should be now named Offerings.conf
- new wallet/deamon can only connect to peers on port 20000, maybe this is caused by missing upnp (field is grayed)

Otherwise updated version is much faster, loads big wallets in a blink of an eye, and no leveldb errors so far! Smiley

It appears it cannot be mined either..
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - 0.9.2.1 Update Now - MasterNodes - Cryptopia exch on: July 15, 2015, 06:47:11 PM
Well, I tried to mine some, but for some reason the wallet is hitting 100% cpu usage every few minutes and is disrupting the connection to the miner.. Not to mention all of the known working nodes I was using are refusing connection now. I want to mine, but am unable to..
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - 0.9.2.1 REQ UPDATE - MasterNodes 21 Jul - Cryptopia exch on: July 15, 2015, 04:18:40 AM
I fired up the miner and noticed it's giving 12 coin blocks.. Did I miss something?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - NEW WALLET - MasterNodes soon - CPU/GPU - 1st 11-algo on: June 29, 2015, 08:24:36 PM
I added a networkhashps plot to the overview page:



https://github.com/gjhiggins/chaincoin/commit/45ea2923841371a600dbf5528cce08182ca9aefa

fwiw.

Cheers

Graham


Right on, Looks good Graham!
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - NEW WALLET 0.9.1 - MN soon - CPU/GPU - C11 - 1st 11-algo on: June 29, 2015, 08:01:04 PM
I've compiled the new git update, but for some reason I am only left with chaincoin-cli and chaincoind. There is no chaincoin-qt. Am I missing something?

It skips qt if you don't have all the dependencies installed. Check when you do ./configure, it will tell you which dependencies are missing for qt. You'll need qt, protobuf compiler, qrencode:

Code:
sudo apt-get install libprotoc-dev libprotobuf-dev -y
sudo apt-get install libpng-dev qrencode -y
sudo apt-get install libqrencode-dev -y


Hi Rolihlahla,  Thanks for the input. There was a package that I needed that wasn't listed here, but I have it up and running now..
The package was "protobuf-compiler"..

Edit: That was in regard to the "PROTOC" error..  btw, wallet looks really nice. Good job.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - NEW WALLET 0.9.1 - MN soon - CPU/GPU - C11 - 1st 11-algo on: June 29, 2015, 04:38:06 PM
I've compiled the new git update, but for some reason I am only left with chaincoin-cli and chaincoind. There is no chaincoin-qt. Am I missing something?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BTQ] BitQuark | Super secure hashing | CPU mining on: June 09, 2015, 11:14:10 PM
Has anyone tried to run ./bitquark-qt -reindex par=1? or tried loading another known working blockchain?

Yeah I've tried that with no luck. This issue really has me baffled...but I will figure it out as I am working constantly on fixing the problem!

You have been great with your support so far, so I'm sure you'll figure it out.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BTQ] BitQuark | Super secure hashing | CPU mining on: June 09, 2015, 06:20:46 PM
Has anyone tried to run ./bitquark-qt -reindex par=1? or tried loading another known working blockchain?
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BTQ] BitQuark | Super secure hashing | CPU mining on: May 30, 2015, 04:34:45 AM
lol, i actually kind of forgot about this coin,

i hear the new russian miner is putting up record hash rates on gpu's for this but I have not tried it

the virus total on it , in particular the fact that no source is available is a turn off for me

another issue is some guys actually reported lower hash rate with that new miner and the newer drivers ect... (on amd)   

anyway i just popped by the thread to wish you guys well, who knows i may have to dig out my wallet and build the new client and fire up the only gpu i have to check it out...

We have about 8 hrs (approx. 10 PM EST) till DGW2 kicks in!

Hi Cinnamon, they have a git repo now.

https://github.com/bitquarkcoin/BitQuark-0.8.3r19
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BTQ] BitQuark | Super secure hashing | CPU mining on: May 18, 2015, 03:07:53 AM
If you have trouble building the client on linux systems, just copy the code below and save it as AutoBuild.sh
Code:
# Download and Install the Latest Updates for the OS
sudo apt-get update && sudo apt-get upgrade -y

# Install essential packages
sudo apt-get -y install \
gcc g++ autoconf automake make git zip unzip \
qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev \
libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev libprotobuf-dev \
protobuf-compiler libqrencode-dev \
\

# Get latest BitQuark source
git clone https://github.com/bitquarkcoin/BitQuark-0.8.3r19.git BTQ-r19
cd BTQ-r19

# Install libpng (Used for PHP GD Library Extension)
wget -O- http://sourceforge.net/projects/libpng/files/libpng16/older-releases/1.6.10/libpng-1.6.10.tar.gz | tar -zxf -
cd libpng-1.6.10
./configure && make && sudo make install
cd ..

# Now building bitquarkd
cd src/leveldb
chmod +x build_detect_platform
cd ..
make -f makefile.unix

# Now building bitquark-qt
cd ..
qmake "USE_QRCODE=1" "USE_UPNP=1" "USE_IPV6=1" bitquark-qt.pro
make

Then make the file executable by running
Code:
chmode +x ./AutoBuild.sh

Then just execute the file from terminal with the following command.
Code:
./AutoBuild.sh


Thanks! I appreciate the help. I had everything you listed already installed. I actually attempted compilation on 2 machines with the same errors, same with the precompiled version. I did manage to compile it from github on a third machine and it allowed me to run it on the originally intended machine. I think it might of been my version of boost not playing nice with the compiler..  Thanks again!
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN 84 COIN --- CLONE OF 42 --- ONLY 84 COINS EVER PRODUCED on: January 18, 2015, 10:21:09 PM
Well, I like 84. I never understood why someone would be so hateful as to waste so much power attacking it. I guess emotion dictates common sense sometimes..
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN 84 COIN --- CLONE OF 42 --- ONLY 84 COINS EVER PRODUCED on: January 11, 2015, 05:48:13 PM
You know, I used to support altcoins...  and I still want to...  I believe in freedom to create whatever you want and for the community to decide what it's worth...

But this is getting ridicules.  Can you seriously EVER see this being used in the world?

word. It got ridicilous over one year ago and my god have it escalated. jesus christ way to go people, destroy a good technology like this yes yes very good job everybody 1000s of shitcoins launched all just pump & dump and ipos and scams oh my god crypto did create a new world yes it did it did create a perfectly legal and safe environment to scam people of their money and destroy the reputation of crypto in mainstream media jesus fucking christ but to be honest I am not surprised at all this is what happens when you have an unregulated market and leave individuals in charge and you let scammers scam and fools be fooled. Not everybody are born with a brain. Some people really do need babysitting, who else would even invest money in bullshit schemes like this?


You obviously need to do your research. This coin had a fair launch, has an active dev, no ipo, nothing to indicate anything scammy.  To state what you just said makes you sound like a 12 year old that doesn't know wtf they are talking about..

You need to do your research. Coins with a better team of devs, original idea, new algo, better site, no IPO, no premine, great promotion have resulted to scam or something of the sort. I understand you want to stand up for a coin that your mining or what ever the reason, but know what your talking about.

The coin has one dev, no ipo, no premine, no hype. There is nothing wrong with this coin at all. Just because it doesn't meet your requirements for a fucking Broadway production doesn't make it a bad coin.. And really, when someone is just posting insults that are not in anyway a constructive criticism, you can tell who the ignorant ones are..
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN 84 COIN --- CLONE OF 42 --- ONLY 84 COINS EVER PRODUCED on: January 11, 2015, 04:30:20 AM
You know, I used to support altcoins...  and I still want to...  I believe in freedom to create whatever you want and for the community to decide what it's worth...

But this is getting ridicules.  Can you seriously EVER see this being used in the world?

word. It got ridicilous over one year ago and my god have it escalated. jesus christ way to go people, destroy a good technology like this yes yes very good job everybody 1000s of shitcoins launched all just pump & dump and ipos and scams oh my god crypto did create a new world yes it did it did create a perfectly legal and safe environment to scam people of their money and destroy the reputation of crypto in mainstream media jesus fucking christ but to be honest I am not surprised at all this is what happens when you have an unregulated market and leave individuals in charge and you let scammers scam and fools be fooled. Not everybody are born with a brain. Some people really do need babysitting, who else would even invest money in bullshit schemes like this?


You obviously need to do your research. This coin had a fair launch, has an active dev, no ipo, nothing to indicate anything scammy.  To state what you just said makes you sound like a 12 year old that doesn't know wtf they are talking about..
15  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] Working on a GPU miner for Primecoin, new thread :) on: October 01, 2014, 04:19:10 PM
I am getting an error with Win32 client, it says zlib1.dll is missing.  Sad

http://www.zlib.net/   There is reference to this zlib library on page 6 of this thread, too..
16  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] Working on a GPU miner for Primecoin, new thread :) on: September 25, 2014, 08:20:43 AM
I know this thread is old, but if anyone is still trying to get past the error:

"./reaper: error while loading shared libraries: libblkmaker-0.1.so.0: cannot open shared object file: No such file or directory"

After finalizing with "sudo make install" on libblkmaker library, run the "ldconfig" command as root while still in the directory.
That should fix it.
How does it stand up against other XPM gpu miners?

I actually only started playing around with this one yesterday. I haven't tried any of the others, yet.
Just going to let it run for a few days. Depending on how that goes, I might start checking out the others.
17  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] Working on a GPU miner for Primecoin, new thread :) on: September 25, 2014, 01:43:07 AM
I know this thread is old, but if anyone is still trying to get past the error:

"./reaper: error while loading shared libraries: libblkmaker-0.1.so.0: cannot open shared object file: No such file or directory"

After finalizing with "sudo make install" on libblkmaker library, run the "ldconfig" command as root while still in the directory.
That should fix it.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - AllCrypt - CPU/GPU - C11 - Paperwallet/explorer bounties on: July 30, 2014, 10:08:03 PM
Thanks for checking up on me... Not sure what happened with the VT scan - fluke-ey glitched upload to them, or download to me is all I can guess. I know it put me off though. Unnecessarily so it seems now. It's good to know that nothing's amiss, and I can mine with my mind at ease.  Smiley

No worries. If anything, I'm glad it put your mind at ease:)
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN 84 COIN --- CLONE OF 42 --- ONLY 84 COINS EVER PRODUCED on: July 30, 2014, 09:34:59 PM

Thanks Cinnamon!:D
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - AllCrypt - CPU/GPU - C11 - Paperwallet/explorer bounties on: July 30, 2014, 09:34:23 PM

Thanks Rolihlahla!:D
Pages: [1] 2 3 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!