Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: TDCoin on April 21, 2020, 04:22:06 AM



Title: True mining story, thanks to Pandemia
Post by: TDCoin on April 21, 2020, 04:22:06 AM
What to do, while "sitting duck" due to pandemia?
Do you want to try mining coins?
If your answer is "Yes" then proceed to read!
Just few weeks ago I found a coin, and dev(s) claiming "that it is minable only on computers and phones". There was no doubt that ASIC resistant algos exits, but I was asking myself: "Is it minable at all?".

Long story short, cloned github repo into linux box, found a CPUminer and cloned it too. As I have already prebuilt environment to compile all sorts of blockchain projects, it all went smooth. We got daemon for a blockchain and a miner to get coins.

Test configuration is i7-6700 CPU, 16Gb ram and that is only what matters for this particular test. "Solo mining" here we come! Solo mining "went south" as it can't produce hashes fast enough (307.91h/s on difficulty 0.003, 2 threads). We need "MORE POWER (hash-rate)"!!! 😠

Got few PCs around and running stratum server. Darn!!! Server cant service "yespower" algorithm. 😠 Github website is really handy, cloning stratum server repo, done. And here comes the hard part: "Inject algorithm code into existing code of stratum server". It took me about three days (actually one) to sort it out. Time to test.
But before we proceed to final part, I want to say "Thank you for reading.".
Fired stratum-server, connected 5 PCs running "cpuminer".
Wow, we solved (found) a block on the second minute of mining!!! 😍

As of now our system found 47 blocks and each block reward is 50 coins. Success!!!

Join us,
stratum running right now on https://www.tdcoincore.org/pool/


Title: Re: True mining story, thanks to Pandemia
Post by: mirny on April 21, 2020, 06:58:13 AM
Mate your pool is not accessible.


Title: Re: True mining story, thanks to Pandemia
Post by: ManicMiner276 on April 21, 2020, 01:18:47 PM
Hi,
I am unable to mine, got only:

[2020-04-21 15:10:56] 499 Submitted Diff 1.8314e-08, Block 48792, Job 000004b5
^C[2020-04-21 15:10:56] SIGINT received, exiting
[2020-04-21 15:10:56] 495 A0 S0 Rejected 495 B0, 0.052 sec (168ms)
                      Diff 2.0742e-08 (1.66e-11), Block 48792, Job 000004b5
                      Hash:   02dfa76c2f22dc6000000000...
                      Target: 03e800000000000000000000...

Using:
./cpuminer -a yespower -o stratum+tcp://pool.tdcoincore.org:8333 -u wallet_adress -p x

Where migh be a problem?


Title: Re: True mining story, thanks to Pandemia
Post by: sxemini on April 21, 2020, 02:12:08 PM
What to do, while "sitting duck" due to pandemia?
Do you want to try mining coins?
If your answer is "Yes" then proceed to read!
Just few weeks ago I found a coin, and dev(s) claiming "that it is minable only on computers and phones". There was no doubt that ASIC resistant algos exits, but I was asking myself: "Is it minable at all?".

Long story short, cloned github repo into linux box, found a CPUminer and cloned it too. As I have already prebuilt environment to compile all sorts of blockchain projects, it all went smooth. We got daemon for a blockchain and a miner to get coins.

Test configuration is i7-6700 CPU, 16Gb ram and that is only what matters for this particular test. "Solo mining" here we come! Solo mining "went south" as it can't produce hashes fast enough (307.91h/s on difficulty 0.003, 2 threads). We need "MORE POWER (hash-rate)"!!! 😠

Got few PCs around and running stratum server. Darn!!! Server cant service "yespower" algorithm. 😠 Github website is really handy, cloning stratum server repo, done. And here comes the hard part: "Inject algorithm code into existing code of stratum server". It took me about three days (actually one) to sort it out. Time to test.
But before we proceed to final part, I want to say "Thank you for reading.".
Fired stratum-server, connected 5 PCs running "cpuminer".
Wow, we solved (found) a block on the second minute of mining!!! 😍

As of now our system found 47 blocks and each block reward is 50 coins. Success!!!

Join us,
stratum running right now on https://www.tdcoincore/pool/

And your mission is?


Title: Re: True mining story, thanks to Pandemia
Post by: nsummy on April 21, 2020, 02:42:46 PM
hahahah such a dramatic story.  Entertaining though.

And the cliffhanger:  The address doesn't even work!  :o ;D


Title: Re: True mining story, thanks to Pandemia
Post by: VoskCoin on April 21, 2020, 05:14:06 PM
hahahah such a dramatic story.  Entertaining though.

And the cliffhanger:  The address doesn't even work!  :o ;D
haha right? so anti-climactic


Title: Re: True mining story, thanks to Pandemia
Post by: nsummy on April 21, 2020, 09:39:19 PM
hahahah such a dramatic story.  Entertaining though.

And the cliffhanger:  The address doesn't even work!  :o ;D
haha right? so anti-climactic

Better watch out Vosk, if this guy starts his own youtube channel you will have some real competition!  ;D


Title: Re: True mining story, thanks to Pandemia
Post by: TDCoin on April 22, 2020, 08:36:47 PM
Hi,
I am unable to mine, got only:

[2020-04-21 15:10:56] 499 Submitted Diff 1.8314e-08, Block 48792, Job 000004b5
^C[2020-04-21 15:10:56] SIGINT received, exiting
[2020-04-21 15:10:56] 495 A0 S0 Rejected 495 B0, 0.052 sec (168ms)
                      Diff 2.0742e-08 (1.66e-11), Block 48792, Job 000004b5
                      Hash:   02dfa76c2f22dc6000000000...
                      Target: 03e800000000000000000000...

Using:
./cpuminer -a yespower -o stratum+tcp://pool.tdcoincore.org:8333 -u wallet_adress -p x

Where migh be a problem?

IDK, I use this connection string: "cpuminer-aes-sse42 --algo yespower --param-key" CPUpower: The number of CPU working or available for proof-of-work mining "-o stratum + tcp: //pool.tdcoincore .org: 8340 -u [My wallet CPU address] -p x -t 2 -D -m 26.1 "


Title: Re: True mining story, thanks to Pandemia
Post by: TDCoin on April 22, 2020, 08:38:03 PM
What to do, while "sitting duck" due to pandemia?
Do you want to try mining coins?
If your answer is "Yes" then proceed to read!
Just few weeks ago I found a coin, and dev(s) claiming "that it is minable only on computers and phones". There was no doubt that ASIC resistant algos exits, but I was asking myself: "Is it minable at all?".

Long story short, cloned github repo into linux box, found a CPUminer and cloned it too. As I have already prebuilt environment to compile all sorts of blockchain projects, it all went smooth. We got daemon for a blockchain and a miner to get coins.

Test configuration is i7-6700 CPU, 16Gb ram and that is only what matters for this particular test. "Solo mining" here we come! Solo mining "went south" as it can't produce hashes fast enough (307.91h/s on difficulty 0.003, 2 threads). We need "MORE POWER (hash-rate)"!!! 😠

Got few PCs around and running stratum server. Darn!!! Server cant service "yespower" algorithm. 😠 Github website is really handy, cloning stratum server repo, done. And here comes the hard part: "Inject algorithm code into existing code of stratum server". It took me about three days (actually one) to sort it out. Time to test.
But before we proceed to final part, I want to say "Thank you for reading.".
Fired stratum-server, connected 5 PCs running "cpuminer".
Wow, we solved (found) a block on the second minute of mining!!! 😍

As of now our system found 47 blocks and each block reward is 50 coins. Success!!!

Join us,
stratum running right now on https://www.tdcoincore/pool/

And your mission is?

Fill my time, and yours?


Title: Re: True mining story, thanks to Pandemia
Post by: TDCoin on April 22, 2020, 08:54:04 PM
Mate your pool is not accessible.

Sorry, my bad, address in post was incomplete. Fixed.


Title: Re: True mining story, thanks to Pandemia
Post by: TDCoin on April 22, 2020, 09:02:22 PM
Update:
82 blocks solved, hashrate 2.2564 kH/s, Share Rate 0.30566 S/s.

I humbly apologize for errors in my original post.


Title: Re: True mining story, thanks to Pandemia
Post by: TDCoin on April 22, 2020, 09:27:37 PM
hahahah such a dramatic story.  Entertaining though.

And the cliffhanger:  The address doesn't even work!  :o ;D

I'm glad you liked it. :)


Title: Re: True mining story, thanks to Pandemia
Post by: Samayuki on April 24, 2020, 03:03:04 PM
Instead of Yespower Algorithm I would choose randomX with those 5 CPU miners, RandomX is more profitable than Yespower Algorithm today, Xmr (Monero) uses RandomX algorithm, try it out and drop your result on here


Title: Re: True mining story, thanks to Pandemia
Post by: jpouza on April 25, 2020, 09:36:40 AM
Congrats for your attitude, I'll "send" some 3990x hash power for your pool.


Title: Re: True mining story, thanks to Pandemia
Post by: TDCoin on April 25, 2020, 03:25:06 PM
Congrats for your attitude, I'll "send" some 3990x hash power for your pool.
THX


Title: Re: True mining story, thanks to Pandemia
Post by: TDCoin on April 28, 2020, 04:14:55 PM
Instead of Yespower Algorithm I would choose randomX with those 5 CPU miners, RandomX is more profitable than Yespower Algorithm today, Xmr (Monero) uses RandomX algorithm, try it out and drop your result on here

Amazing, syncing is taking longer than implementing :0)

[2020-04-28 11:58:27.8571] [D] [xmr1] ExecuteCmdAllAsync("get_info")
[2020-04-28 11:58:36.0974] [D] [xmr1] ExecuteCmdAllAsync("getaddress")
[2020-04-28 12:00:16.1022] [xmr1] Waiting for daemons to come online ...
[2020-04-28 12:00:26.1035] [D] [xmr1] ExecuteCmdAllAsync("get_info")
[2020-04-28 12:00:46.7614] [D] [xmr1] ExecuteCmdAllAsync("getaddress")

but it is coming!!!


Title: Re: True mining story, thanks to Pandemia
Post by: TDCoin on April 28, 2020, 04:19:07 PM
Wow, a really entertaining and instructive story.
Please give me your contact, I want to discuss with you a question regarding hashrate.

 ;)
User 'Sarah Snyder' has not chosen to allow messages from newbies. You should post in their relevant thread to remind them to enable this setting.


Title: Re: True mining story, thanks to Pandemia
Post by: TDCoin on May 16, 2020, 07:36:05 PM
 ;D

https://www.tdcoincore.org/bcexplorer/tx/7cd2703818b05a677c94670b29c9d7965b69c044270ee6c286c113993af94d1d

https://www.tdcoincore.org/bcexplorer/tx/32c7f5d33821dafe6140aa9caf325da7fb7b645d1a4de28d87674e438b7c7fdc

https://www.tdcoincore.org/bcexplorer/tx/3847cb815a151dee03d0981b6da6229c69bfd9f99b32f5915489d4540624ec3a