Search content
Sort by

Showing 6 of 6 results by bitburglar
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COAL] BitCoal - MANDATORY UPDATE - CPU/GPU MINING - CRYPTONIGHT
by
bitburglar
on 12/01/2018, 17:42:50 UTC
We need to raise up and get this coin out there to the masses! Once this thing gets on a new exchange, its price should soar!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN ] PIONEER COIN (PCOIN) X11 SOCIAL COIN
by
bitburglar
on 24/12/2017, 15:49:37 UTC
I've never compiled anything before in my life and it's all very confusing to me and I have no idea where to begin. Is there a detailed tutorial on how to compile sgminer? I can't make sense of the github instructions.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COAL] BitCoal - MANDATORY UPDATE - CPU/GPU MINING - CRYPTONIGHT
by
bitburglar
on 14/12/2017, 14:30:07 UTC
I think I figured out why I thought I was getting the wrong amount in my wallet. I think it's displaying my lifetime amount, even though it's no longer in my wallet of course instead of just showing what I actually have. Switching away from the tracking key and loading up the .wallet file gives me my actual balance. I guess the tracking key needs some work.

EDIT: Scratch that I'm missing the point of the tracking wallet. It's meant to track all your incoming transactions. Kinda wish it would just act as the normal wallet, but without the ability to send COAL.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COAL] BitCoal - MANDATORY UPDATE - CPU/GPU MINING - CRYPTONIGHT
by
bitburglar
on 10/12/2017, 18:35:45 UTC
Does anyone else have an issue with the tracking key that gives you a much larger balance than you really have? I only have about 10 actual coal, but the tracking wallet says I have 750.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COAL] BitCoal - MANDATORY UPDATE - CPU/GPU MINING - CRYPTONIGHT
by
bitburglar
on 08/12/2017, 07:23:21 UTC
I've done some research on this coin.
If this coin's statistics are correct:
1)its purpose is for ordinary people to mine, I like the fairer idea
2) anonymous coin
3) coin supply 4,500,000
4) MAX coin supply 12,500,000
5) low price of about $0.02 cents right now
I am in. I will be keeping track of this coin. This coin has great potential.

Plus new developers took over the project.

New wallet look so nice, you can mine directly from the wallet.

The price is very cheap for CryptoNote coin with only 12 million max supply.
I don't mind holding this coin for 1 -2 years to sell at the moon  Grin

I just bought a whole lot more.
Thinking about it, more and more jobs are being replaced by automation, while there are more and more people due to exponential population growth. Think of all the non-technical people that will be competing for the remaining few traditional jobs ---there are millions of them and growing. These people will have to have a way to sustain themselves, and this coin is their ticket out because this coin can be mined by regular people without large, expensive high-tech hardware. This coin can be their ticket to somehow sustaining themselves. This coin is a sleeper and has so much more potential.

Also, the great part about this coin besides all the other really good and solid features already mentioned:
1)its purpose is for ordinary people to mine, I like the fairer idea
2) anonymous coin
3) coin supply 4,500,000
4) MAX coin supply 12,500,000
5) low price right now

is that it has to be re-iterated that it's anonymous. Bitcoin, when it is really though about, can be tracked by governments and also taxed (which by the way, should be considered unconstitutional in the USA, the U.S. Constitution does not mention anything about taxing the people on income or wealth.)
A lot of people will find this coin very useful when it comes to keeping their wealth anonymous, so that their privacy is kept and also without having to worry about anyone tracking them. This is freedom from any interference and interruption, truly a store of wealth. When people discover this, a lot of them will rush in to buy this coin. I consider us lucky to be part of the early group to own some. AND I also will re-iterate that the MAX coin supply is only 12,500,000. I am continuing to hold some and should not sell until the price is many multiples of what it is now. This should truly be a valuable coin the future.

I completely agree and traders on Cryptopia appear to agree as well. This coin is having some decent trends on Cryptopia, the only place to trade bitcoal, and the going looks good on there. What's the word on them getting on Yobit?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][COAL] BitCoal - MANDATORY UPDATE - CPU/GPU MINING - CRYPTONIGHT
by
bitburglar
on 02/12/2017, 16:58:52 UTC
Can anybody tell me, Is something wrong with the mining pools payment or with the wallets?
I can see the balance in mining pools, but not in the wallet....
Plz help me.

Testing.

PS: Pending Balance:    0.0145 COAL so far.. Minimum pay 0.5 coal.
PPS: 1.st December. Merry Christmas.
PPPS: Pending Balance:    0.0752 COAL and counting.
PPPPS: Hashrate is higher with GPU miner \NVIDIA-TPruvot than the walletminer. GPU gives me 435 h/s. GTX980. Can run both cpu and gpu mining on same pc.
PPPPPS. CPU. Running only 2 of 8 core gives most bang for the buck. 100 h/s 2 core. 137 h/s on 3 cores..
I have bought a small stash of bitcoal while it is still cheap.

Bong. Pending Balance:    0.4367 COAL. Beeker from the muppets singing feelings in the background.

Expect approx. 500 h/s from an older gaming PC. CPU+GPU.

Success.  0.5 coal sent to my wallet. It works. At least for the first payment. I will go for some more payments. Just wallet mining. No GPU.
Wang. Second payment. 0.9 Coal. When it's running it pays really well. Perhaps it will be the new bitcoin.. A secret one.

You can GPU mine with xmr-stak-nvidia or amd by fireice-uk on github. Not sure if I'm allowed to link github, but I'll make a mini tutorial on how to GPU mine bitcoal on this thread if needed. I don't know much about the Nvidia miner, but for AMD users download the 1.1.0-1.4.0 file on that persons github, extract the folder anywhere on your computer, open the config, and you'll see this at the very top of the config;

/*
 * Number of GPUs that you have in your system. Each GPU will get its own CPU thread.
 */
"gpu_thread_num" : 6,

/*
 * GPU configuration. You should play around with intensity and worksize as the fastest settings will vary.
 *      index    - GPU index number usually starts from 0
 *  intensity    - Number of parallel GPU threads (nothing to do with CPU threads)
 *   worksize    - Number of local GPU threads (nothing to do with CPU threads)
 * affine_to_cpu - This will affine the thread to a CPU. This can make a GPU miner play along nicer with a CPU miner.
 */
"gpu_threads_conf" : [
   { "index" : 0, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 1, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 2, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 3, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 4, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false },
   { "index" : 5, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false },
],

Change the number in "gpu_thread_num" : 6, to the amount of GPUs you have and delete however many amount of the "index" lines in relation to the amount of GPUs you have. For example if you have 1 GPU it should look like this;

/*
 * Number of GPUs that you have in your system. Each GPU will get its own CPU thread.
 */
"gpu_thread_num" : 1,

/*
 * GPU configuration. You should play around with intensity and worksize as the fastest settings will vary.
 *      index    - GPU index number usually starts from 0
 *  intensity    - Number of parallel GPU threads (nothing to do with CPU threads)
 *   worksize    - Number of local GPU threads (nothing to do with CPU threads)
 * affine_to_cpu - This will affine the thread to a CPU. This can make a GPU miner play along nicer with a CPU miner.
 */
"gpu_threads_conf" : [
   { "index" : 0, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false },
],

Now once you got your GPU count setup in the config file go to the following lines;

"pool_address" : "",
"wallet_address" : "",
"pool_password" : "",

Put the necessary info between the "" fields, launch the included exe and enjoy mining bitcoal with you GPU and you can also still mine via the wallet with your CPU. My hash rate with my GPU and CPU combined is about 700 hash and I'm using an RX 480 and a i7 4770. I've already been able to mine over 80 bitcoal in under 24 hours.