Search content
Sort by

Showing 2 of 2 results by w7cce
Post
Topic
Board Announcements (Altcoins)
[ANN] WoofCoin / New Coin [WOFC] GPU Mining/PoW
by
w7cce
on 08/12/2022, 23:51:37 UTC


WOOF COIN

Since the beginning of the pandemic, pet surrendering rates have increased dramatically around the world. Waitlists for surrendering household pets have increased to a remarkable eight months as animal shelters and welfare organisations have seen an increase of 34% for animals needing help.

Typically, animal shelters are under resourced and under financed; relying heavily on donations and the volunteer efforts to assist animals.

This is where Woof Coin steps in. As avid lovers of dogs, we wanted to make a difference. Using the power of Proof of Work mining, we’ve created a coin where miners are contributing to the donation of money to animal welfare shelters. These shelters initially include the ASPCA who already have a cryptocurrency donation mechanism but with intention to expand to the RSPCA and other organizations suggested by the community. 

Our aim is to put animals first and we intend on developing ongoing relationships with pet shelters to help adoption.

Coins Specifications
21 billion supply
Block 2,100,000 halving (4 years estimated)
Algorithm: KawPOW
Proof of Work

Download Links:
Windows wallet - https://github.com/Woof-Core/WoofCoin/releases/download/WoofCoin/WoofCoin.zip

Social
Coming soon!


Please reach out if you have any questions  Smiley
Post
Topic
Board Beginners & Help
Re: Why is compiling Bitcoin still such a PITA?
by
w7cce
on 12/01/2018, 23:01:50 UTC
PITA is an understatement.  Of the responses to this thread that I could decipher I tried them all.  NONE WORKED.   I suppose that is intentional.  Job security?  or is it simply fraud?  I don't know but someone will.  Lets hope it doesn't become an SEC issue someday.  Been there, done that, not fun.

1.  If the libdb_cxx file is required, and its an old version, it should be included with the distribution.
2.  ditto for all other files not easily available.

It feels to me like the "community", in a response to the question, how do you get to Sacramento from LA is handing users a map to Peoria, IL, and saying, all you've got to do is read this map which you can find here, and pointing them to a hotel in Reno.

Never mind that you have to travel 2000 miles each way for no legitimate reason.  (I know, I've actually had to do similar things, but this isn't about airline logistics).

If you want to solve all of the errors you can do it easily with some really stupid and simple commands, which take only a few minutes to execute:

yum install *bdb*
yum install boost*

Yes a couple hundred megabytes of crap gets installed, but when you .\configure it sails along and you can then type 'make' and it all works.  In my opinion git needs a new layer that checks requirements against versions and forces old versions to be included whenever they are required, OR when such a situation occurs install the missing files automatically as dependencies from github on line.  Not rocket science, but what do I know.