Search content
Sort by

Showing 20 of 114 results by OhShBit
Post
Topic
Board Announcements (Altcoins)
Re: Offerings to Cthulhu - 1.4 is Here! Now accepted at Coinworks.info
by
OhShBit
on 25/08/2015, 17:59:49 UTC
Not sure why, but I cannot GPU mine this. CPU has no problems, though..
Post
Topic
Board Announcements (Altcoins)
Re: Offerings to Cthulhu - 1.4 is Here! Now accepted at Coinworks.info
by
OhShBit
on 22/08/2015, 21:30:54 UTC
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..
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - 0.9.2.1 Update Now - MasterNodes - Cryptopia exch
by
OhShBit
on 15/07/2015, 18:47:11 UTC
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..
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - 0.9.2.1 REQ UPDATE - MasterNodes 21 Jul - Cryptopia exch
by
OhShBit
on 15/07/2015, 04:18:40 UTC
I fired up the miner and noticed it's giving 12 coin blocks.. Did I miss something?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - NEW WALLET - MasterNodes soon - CPU/GPU - 1st 11-algo
by
OhShBit
on 29/06/2015, 20:24:36 UTC
I added a networkhashps plot to the overview page:



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

fwiw.

Cheers

Graham


Right on, Looks good Graham!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - NEW WALLET 0.9.1 - MN soon - CPU/GPU - C11 - 1st 11-algo
by
OhShBit
on 29/06/2015, 20:01:04 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - NEW WALLET 0.9.1 - MN soon - CPU/GPU - C11 - 1st 11-algo
by
OhShBit
on 29/06/2015, 16:38:06 UTC
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?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [BTQ] BitQuark | Super secure hashing | CPU mining
by
OhShBit
on 09/06/2015, 23:14:10 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [BTQ] BitQuark | Super secure hashing | CPU mining
by
OhShBit
on 09/06/2015, 18:20:46 UTC
Has anyone tried to run ./bitquark-qt -reindex par=1? or tried loading another known working blockchain?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [BTQ] BitQuark | Super secure hashing | CPU mining
by
OhShBit
on 30/05/2015, 04:34:45 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [BTQ] BitQuark | Super secure hashing | CPU mining
by
OhShBit
on 18/05/2015, 03:07:53 UTC
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!
Post
Topic
Board Announcements (Altcoins)
Re: ANN 84 COIN --- CLONE OF 42 --- ONLY 84 COINS EVER PRODUCED
by
OhShBit
on 18/01/2015, 22:21:09 UTC
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..
Post
Topic
Board Announcements (Altcoins)
Re: ANN 84 COIN --- CLONE OF 42 --- ONLY 84 COINS EVER PRODUCED
by
OhShBit
on 11/01/2015, 17:48:13 UTC
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..
Post
Topic
Board Announcements (Altcoins)
Re: ANN 84 COIN --- CLONE OF 42 --- ONLY 84 COINS EVER PRODUCED
by
OhShBit
on 11/01/2015, 04:30:20 UTC
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..
Post
Topic
Board Altcoin Discussion
Re: [XPM] Working on a GPU miner for Primecoin, new thread :)
by
OhShBit
on 01/10/2014, 16:19:10 UTC
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..
Post
Topic
Board Altcoin Discussion
Re: [XPM] Working on a GPU miner for Primecoin, new thread :)
by
OhShBit
on 25/09/2014, 08:20:43 UTC
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.
Post
Topic
Board Altcoin Discussion
Re: [XPM] Working on a GPU miner for Primecoin, new thread :)
by
OhShBit
on 25/09/2014, 01:43:07 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - AllCrypt - CPU/GPU - C11 - Paperwallet/explorer bounties
by
OhShBit
on 30/07/2014, 22:08:03 UTC
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:)
Post
Topic
Board Announcements (Altcoins)
Re: ANN 84 COIN --- CLONE OF 42 --- ONLY 84 COINS EVER PRODUCED
by
OhShBit
on 30/07/2014, 21:34:59 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - AllCrypt - CPU/GPU - C11 - Paperwallet/explorer bounties
by
OhShBit
on 30/07/2014, 21:34:23 UTC