Search content
Sort by

Showing 17 of 17 results by EpicCouncil
Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 06/05/2025, 23:51:00 UTC
⭐ Merited by MajorMiner (1)
Thank you for stopping by and spreading the knowledge!

Check out the Epic Cash Dynamic Full Nodes Map.

https://explorer.epiccash.com/nodes-distribution



Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 23/10/2023, 02:05:21 UTC

Check out the interview https://www.youtube.com/watch?v=Tg7doNBgYrw discussing Epic Cash and the Epic protocol, how EPIC was designed to embody the principles of Bitcoin, How Bitcoin and Epic Cash differ in Mining and Supply, the decentralized nature of EPIC, and more.

Learn More: https://buyepiccash.com/
EPIC Faucet: https://giverofepic.com/
Learn More: https://t.me/epiccash


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 19/08/2022, 19:40:49 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 16/03/2022, 16:39:56 UTC
Updated Node Map - Epic Cash in 115 countries Grin


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 02/07/2021, 20:52:27 UTC
👋😎 EpicFundMe.com UPDATE and REMINDER:

EpicFundMe.com is a tool for everyone! The idea was to provide a service platform for people to be able to directly fund projects, businesses, causes and each other without cumbersome and excessive mitigation. So far EpicFundMe.com has grown and tens of thousands of Epic Cash were given by people with means to people who EARNED them.

Since Epic Cash is the medium powering the funding mechanism, we started with the Epic Cash community, but feel free to share it with people you know! As our mass adoption grows, we will be simply connecting hard working people with merit and needs to people with means. By participating in EpicFundMe.com you are contributing to the mass adoption of Epic Cash!

Since all we are doing is connecting people with needs to people with means, it is up to the people with needs to convince the people with means in the merit of funding them. People with needs must create compelling case of merit backed by evidence (links to YouTube, GitHub, etc..) to justify the funding. The people with means need to make sure, that what they are funding is real and trustworthy. We are simply creating the engine that puts people together.

We went for a simple, minimalistic and fast loading design – compelling picture, name, category, short description, kudos (a measurement of merit), and last date active. These are just the tools; the strength of the evidence is up to the people asking for funding. It is their job to do the honest convincing! EpicFundMe is still in Beta and we are working on improving it and will be adding more features based on community feedback.

So to summarize:
✅ In order to award Kudos (upvotes) you need to register, but no registration is required to simply browse the entries
✅ In order to earn Epic Cash you need to make a profile, this among other benefits lists you in the index and gives you a link you can share: https://epicfundme.com/111-epiccash-official-on-youtube
✅ Since you are competing for attention against other people of merit, you really want to put in some work showcasing and explaining why you deserve Community’s hard earned Epic Cash
✅ Lazy Entries get ignored – there is no free lunch!

Feel free to join EpicFundMe channel for questions comments and Suggestions https://t.me/EpicFundMe
😎👍Enjoy Responsibly!
Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 07/04/2021, 21:18:29 UTC
⭐ Merited by MajorMiner (1)
Dear Epic Cash Community,

We are bringing the network back online! Link below includes the necessary technical steps to get you reconnected to the Epic Cash blockchain. Please follow the instructions carefully and do not improvise:

# Summary

This release rolls back the chain to the last good state (height 861141).

This requires you to synchronize your wallet. In order to do this, perform the following additional step.

- The package contains an additional executable: `epic-wallet-tool`;

- **After** you have the new server version running normally;

- (windows only) Place the `epic-wallet-tool` executable in the same directory as your wallet executable;

- Execute the `epic-wallet-tool`.

Detailed instructions can be found in:

https://drive.google.com/file/d/1Ucx7LZd7gkfmlABpgh2VDjlxH6nwSXLH/view?usp=sharing

# Epic Server 2.15 Release Notes

With this release, we address the issue of corrupt blocks that were found a couple weeks ago.

We do this by rolling back the chain the last good state (height 861141).

Because of the periodic compaction, we cannot roll back to this height directly.

Instead, we replace the existing chain data by a "canonical" one.

Instructions and details below.

## What's new?

- Automated chain data rollback using canonical chain data
- Check for bad headers and ban peers who send them
- Avoid loading subsequent chunks if headers_received returns false
- Update build instructions for macOS
- Fix graph weight for cuckoo cycles
- Change version checker domain name

## Update instructions

Please follow the instructions below when installing this new version.

Contact support if something seems wrong.

### Server

1. Download the 2.15.0 package
    - Windows: https://d1ftoepmu0es39.cloudfront.net/epic-server-2.15.0.zip
    - Debian (Linux): https://d1ftoepmu0es39.cloudfront.net/epic_2.15.0-1_amd64.zip

2. Extract the zip file you downloaded
    - For Windows, you'll get the following files:
        - `epic.exe` (this is the usual epic server executable)
        - `foundation.json` (this is the usual `foundation.json` file)
        - `epic-wallet-tool.exe` (this is a tool specific for this release)

    - For Debian (Linux), you'll get the following files:
        - `epic_2.15.0-1_amd64.deb` (this is the usual package)
        - `epic-wallet-tool` (this is a tool specific for this release)

3. Install and run the server as usual
    - On Windows, just execute `epic.exe`
    - On Debian (Linux):
        - Install with: `dpkg -i epic_2.15.0-1_amd64.deb`
        - Then run: `epic`

    You will see some messages detailing what is happening. In summary:
    1. the "canonical" chain data will be donwloaded (please wait, it may take a while)
    2. your pre-existing chain data will be backed up
    3. and then replaced by the "canonical" one

4. That's it; the server should be running normally now

### Wallet

Because of the rollback, you'll need to update your wallet.

This will restore your balance to what it was at height 861141.

1. **(Windows only)** Place the `epic-wallet-tool.exe` file in the same directory as the `epic-wallet.exe` one that you already have.

2. Execute the `epic-wallet-tool` program

    You will see some messages detailing what is happening. In summary:
    1. You'll be asked to provide the path to your wallet data
        - Use the listed candidate path if you have not customized your wallet path
    2. Your wallet data will be backed up
    3. Your wallet will be restored from the seed, using the "canonical" chain data

3. That's it; you can run `epic-wallet info` to check your new balance

Alternatively, you can simply run `epic-wallet check` yourself.

## Details

### Bad commits

These are the output commits we identified as corrupt.

https://explorer.epic.tech/blockdetail/083bb9b34247dc5f02539ddf26d1c59228523e1702775754f7b6e39154ced9a4d4

https://explorer.epic.tech/blockdetail/09e73642a40c87cfdb3ab064e748db6d8bf40a94bf52b7e22838ff29f1ba9406e2

### Automatic Compaction

This is a feature implemented in Epic that makes use of the "cut-through" capability of MimbleWimble to preserve storage and decrease chain size.

This means that data older than some period and not needed anymore is erased.

Unfortunately, it also limits how far to the past the chain can rollback if something bad happens.

# FAQ

## Can I keep using my own chain data instead of have it replaced by the `canonical` one?

Yes, but it would require manual steps:

1. Stop the server
2. Restore the `chain_data` backup
3. Start the server again

Alternatively, before running the new version:

1. Create a file named `2-15-rollback-flag` in the parent directory of your `chain_data`

## Can I sync from zero?

Yes, but it would require manual steps:

Before running the new version:

1. Create a file named `2-15-rollback-flag` in the parent directory of your `chain_data`
2. Delete your `chain_data`

## What will happen with people who keep using an old version?

The version checker will stop them from running.

If they somehow avoid the version checker, and they have a tainted `chain_data`, they will get rejected and banned.

## What will happen to people who keep using the old `chain_data`?

They will continue on their fork of the chain.

They won't sync with the rolled-back chain and if they try they will get banned.

## Can I keep the transaction history of my wallet?

Maybe. I don't know precisely how the wallet database works.

Here is what you can try:

Don't execute the `epic-wallet-tool`. Instead, just run:

```
epic-wallet check
```

It might not work if you have transactions more recent than height 861141.

In this case, you should follow the normal procedure and wait until the height is high enough so you can try again.

## Why version 2.15? Where is version 2.14

Version 2.14 was used for internal beta testing.

Releasing as version 2.15 allows us to use the version checker to make sure there are no beta versions running.

A lot of hard work has been done by our talented devs and tech volunteers – coding, debugging, testing documenting, and a lot more. Huge thanks and mad respect (in no particular order) to Filipe, Blacktyger, Poolboy, JLong, James Freeman, Robert, Yoga, and Yuri. Special thanks go out to David Burkett for initially notifying us about the bug, and providing technical guidance to resolve it.
Once your new server is synched up and wallet checked, you may resume mining. There will be additional announcements as we progress.

Thank you for your patience, support and understanding!

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 16/03/2021, 01:01:09 UTC
March 15th, 2021

Hello Epic Cash Community!

NEW ANNOUNCEMENT FOR EPIC CASH HOLDERS:

As a reward and incentive to the loyal hodlers of the Epic Cash community, the Epicenter DAO
has voted to reduce its initial allocation of ECR by roughly 11M tokens and distribute those
tokens to Epic Cash holders instead. The overall emission schedule for ECR tokens is not affected
by this additional distribution.

A snapshot of the Epic Cash chain was taken on February 28, 2021, as scheduled. As previously
announced, on March 28, 2021, ECR tokens will be distributed, one-for-one, to all of the Epic
Cash owners of record as of February 28.

IN ADDITION, as voted by the Epicenter DAO, a second snapshot will now be taken on April 15,
2021.
On May 15, 2021, approximately 11M additional ECR tokens will be distributed, one-for-one,
to all of the Epic Cash owners of record as of April 15. For users on the Vite exchange, the
issuance will be automatic; users with other wallets will use the same claim process as described
previously.

We believe that most cryptocurrency owners know that, for the time being at least, there will be
significant volatility in all crypto prices, Epic Cash included. Nonetheless, we recognize that recent
price action has been stressful for some. The DAO felt it was incumbent upon us to acknowledge
the loyalty of the Epic Cash community, and incentivize them to remain loyal. We believe that
creating a strong and enduring base now will pay dividends, for all of us, in the future.

Also be advised that the team continues to work diligently toward additional exchange listings.
This is a lengthy process so we understand why some users might feel impatient. Please be
assured that the process is moving forward on multiple fronts. We will share updates with you as
soon as we are able.

There are many exciting developments in the works for Epic Cash. Additional rewards are
planned for Epic Cash holders as we develop this ongoing geyser of value.
We have the utmost
confidence that 2021 is going to prove an EPIC year for all of us. Thank you!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FREE CRYPTO for EPIC CASH Holders - Upcoming Epicenter Launch & AIR GRABS
by
EpicCouncil
on 16/03/2021, 00:57:22 UTC
March 15th, 2021

Hello Epic Cash Community!

NEW ANNOUNCEMENT FOR EPIC CASH HOLDERS:

As a reward and incentive to the loyal hodlers of the Epic Cash community, the Epicenter DAO
has voted to reduce its initial allocation of ECR by roughly 11M tokens and distribute those
tokens to Epic Cash holders instead. The overall emission schedule for ECR tokens is not affected
by this additional distribution.

A snapshot of the Epic Cash chain was taken on February 28, 2021, as scheduled. As previously
announced, on March 28, 2021, ECR tokens will be distributed, one-for-one, to all of the Epic
Cash owners of record as of February 28.

IN ADDITION, as voted by the Epicenter DAO, a second snapshot will now be taken on April 15,
2021.
On May 15, 2021, approximately 11M additional ECR tokens will be distributed, one-for-one,
to all of the Epic Cash owners of record as of April 15. For users on the Vite exchange, the
issuance will be automatic; users with other wallets will use the same claim process as described
previously.

We believe that most cryptocurrency owners know that, for the time being at least, there will be
significant volatility in all crypto prices, Epic Cash included. Nonetheless, we recognize that recent
price action has been stressful for some. The DAO felt it was incumbent upon us to acknowledge
the loyalty of the Epic Cash community, and incentivize them to remain loyal. We believe that
creating a strong and enduring base now will pay dividends, for all of us, in the future.

Also be advised that the team continues to work diligently toward additional exchange listings.
This is a lengthy process so we understand why some users might feel impatient. Please be
assured that the process is moving forward on multiple fronts. We will share updates with you as
soon as we are able.

There are many exciting developments in the works for Epic Cash. Additional rewards are
planned for Epic Cash holders as we develop this ongoing geyser of value.
We have the utmost
confidence that 2021 is going to prove an EPIC year for all of us. Thank you!
Post
Topic
Board Announcements (Altcoins)
Topic OP
[ANN] FREE CRYPTO for EPIC CASH Holders - Upcoming Epicenter Launch & AIR GRABS
by
EpicCouncil
on 15/02/2021, 20:31:06 UTC
FREE CRYPTO to EPIC CASH HOLDERS
EVERY OTHER MONTH
FOR 12 MONTHS !!!!

The Air Grab opportunity of a lifetime!

To coincide with the launch of Epicenter, on the 28th February 2021, the team at Epicenter will take a snapshot of the Epic Cash blockchain. Holders of Epic Cash on the 28th Feb can then participate in an Air Grab that will reward them the same number of ECR tokens as they are holding in EPIC. e.g. 1,000 EPIC = 1,000 ECR. If you then decide to stake your ECR tokens with Epicenter, every other month for the following 10 months you will be able to participate in new token Air Grabs as Epicenter launches new components to its ecosystem. e.g. 1,000 ECR = 1,000 EMPL = 1,000 EON etc. It really is that simple!
HOW DOES IT WORK?

Over the coming year Epicenter will launch at least six new tokens to grow the capabilities of the ecosystem. You can see a full list with planned launch dates below.
On February 28th, the team will take a snapshot of the blockchain that will be used as the oracle of holdings. We will then set up an Air Grab Portal where you will need to add your telegram handle, the number of EPIC you are holding and your ERC20 wallet address for the ECR tokens to be sent to (more details on this to come). For those concerned about privacy, we don’t want your name or your email address, but we might need to contact you on Telegram in case we can’t match up your claim to the snapshot. We won’t be using your details for anything other than this one-off process. On March 28th 2021, ECR tokens will distributed to those who have made their claim. To participate in further token rounds, you will need to stake your ECR tokens with Epicenter (more on how to do this nearer the date).

To Learn more about Epic Cash – check out https://bitcointalk.org/index.php?topic=5230747.0




Post
Topic
Board Announcements (Altcoins)
Merits 2 from 2 users
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 15/02/2021, 19:14:05 UTC
⭐ Merited by grendel25 (1) ,CryptoSharq (1)
FREE CRYPTO to EPIC CASH HOLDERS
EVERY OTHER MONTH
FOR 12 MONTHS !!!!

The Air Grab opportunity of a lifetime!

To coincide with the launch of Epicenter, on the 28th February 2021, the team at Epicenter will take a snapshot of the Epic Cash blockchain. Holders of Epic Cash on the 28th Feb can then participate in an Air Grab that will reward them the same number of ECR tokens as they are holding in EPIC. e.g. 1,000 EPIC = 1,000 ECR. If you then decide to stake your ECR tokens with Epicenter, every other month for the following 10 months you will be able to participate in new token Air Grabs as Epicenter launches new components to its ecosystem. e.g. 1,000 ECR = 1,000 EMPL = 1,000 EON etc. It really is that simple!

HOW DOES IT WORK?

Over the coming year Epicenter will launch at least six new tokens to grow the capabilities of the ecosystem. You can see a full list with planned launch dates below.
On February 28th, the team will take a snapshot of the blockchain that will be used as the oracle of holdings. We will then set up an Air Grab Portal where you will need to add your telegram handle, the number of EPIC you are holding and your ERC20 wallet address for the ECR tokens to be sent to (more details on this to come). For those concerned about privacy, we don’t want your name or your email address, but we might need to contact you on Telegram in case we can’t match up your claim to the snapshot. We won’t be using your details for anything other than this one-off process. On March 28th 2021, ECR tokens will distributed to those who have made their claim. To participate in further token rounds, you will need to stake your ECR tokens with Epicenter (more on how to do this nearer the date).


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 05/06/2020, 19:09:53 UTC
Hello Epic Cash Community

Here is my post featuring Epic Cash (in Spanish)

https://criptovigilante.com/epic-cash-la-mas-emocionante-criptodivisa-desde-bitcoin/

Thank you for supporting the Epic Cash project and being a part of our Community!
Glad to see such a global reach and acceptance. We have our white papers translated into over 30 languages, and one of our most recent videos was subtitled by our community members into Arabic, French, Polish and Spanish! With this kind of growing support we believe we can become the first Privacy crypto to get into the Top Five!

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 18/05/2020, 17:09:29 UTC
Really appreciate everyone posts and thoughts here!
 Grin
One thing that is beautiful about our current format - we can moderate and destroy trolls who are not a part of the project and simply trying to Lie and FUD.
 Grin
We are not a pump and dump operation, we have enough track record that shows our solid gradual growth, you can see it in the price point and in the Current Target Difficulty.
Our Current Target Difficulty https://explorer.epic.tech/shows wide adaptation by small and medium size miners, which include gamers and casual non classical miners.

Awesome community, no room for trolls, liars and FUD.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 17/04/2020, 21:32:30 UTC
Cool article comparing the top 3 Mimblewimble cryptocurrencies
https://www.gadgetking.com/2020/04/16/overview-of-mimblewimble-cryptocurrencies/

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 06/03/2020, 04:37:33 UTC
By Popular demand, and by suggestion of the Bitcointalk Forum admins, this thread is updated as a fresh, self moderated thread located here:
https://bitcointalk.org/index.php?topic=5230747

This allows us to focus on the Epic Cash project and the amazing and wonderful folks around it, without Trolls and liars, without FUD and BS.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 06/03/2020, 02:18:37 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 05/03/2020, 23:20:32 UTC
UPDATED March 5th, 2020.
Post
Topic
Board Announcements (Altcoins)
Merits 21 from 2 users
Topic OP
[ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
EpicCouncil
on 05/03/2020, 23:04:38 UTC
⭐ Merited by Shkembe (20) ,MajorMiner (1)