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.