Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: leeroy.coindeal on March 22, 2018, 08:24:51 PM



Title: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 22, 2018, 08:24:51 PM
PoWAdv
Proof of Work ERC20 Token

http://powadv.org/

Whitepaper (https://github.com/PoWAdv/Whitepaper/) | Github (https://github.com/PoWAdv) | SmartContract  (https://etherscan.io/address/0x1a136ae98b49b92841562b6574d1f3f5b0044e4c) | Exchange (https://forkdelta.github.io/#!/trade/0x1a136ae98b49b92841562b6574d1f3f5b0044e4c-ETH)

- Mineable ERC20 Token, based on Keccak256 + PoS algorithm with 100.000.000 Token supply. Hard forked from PoWEth token (https://bitcointalk.org/index.php?topic=2975189.msg30568161#msg30568161)!

Miner download: Version 1.0 (https://github.com/PoWAdv/PoWAdv-miner/releases)

New mining difficulty algorithm:

- Personal Mining Difficulty = Global Difficulty / (MintedBlocks*MintedBlocks)  // MintedBlocks are calculated from your balance ( Balance/BlockReward ).

Code:
function discountedMiningTarget(address solver) public constant returns (uint256 discountedDiff) {
        // the number of coins owned
        uint256 minerBalance = uint256(balanceOf(solver));
        
        if(minerBalance <= 2 * _BLOCK_REWARD)
            return getMiningTarget();
            
        // the number of full block rewards owned
        uint256 minerDiscount = uint256(minerBalance.div(_BLOCK_REWARD));
            
        discountedDiff = miningTarget.mul(minerDiscount.mul(minerDiscount));
        
        if(discountedDiff > _MAXIMUM_TARGET) //very easy
            discountedDiff = _MAXIMUM_TARGET;
      
        return discountedDiff;
    }

Token details:
- 100.000.000 possible maxiumim supply!
- Decimal 8
- Token holding decreasing PoW resources requirement, makes CPU mining viable for long time!
- Block reward: 250(constant)!
- Mining algo: Keccak256
- Difficulty adjustment: Every 32 Block!
- Difficulty adjustment target time: 10min/Block avarage.
- Blockchain: Ethereum mainnet

Exchanges:
- Forkdelta (https://forkdelta.github.io/#!/trade/0x1a136ae98b49b92841562b6574d1f3f5b0044e4c-ETH)

Other Websites:
- Reddit: https://www.reddit.com/r/poweth/

Use cases and features:
- Token can be stored on spend with any ERC20 compatiable wallet!
- Transactions are fast just like the Ethereum transactions.
- By the time when ETH became PoS, PoWEth still can be mined.
- Etherdelta,Forkdelta exchanges are already available.
- No Pool mining needed, it will be optional when difficulty became higher.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: dsg21 on March 22, 2018, 08:25:43 PM
reserved for translation into Russian


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: MacronMiner on March 22, 2018, 10:04:55 PM
reserved

What's the purpose of your bot ?


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: BigBadBitBaron on March 22, 2018, 10:16:28 PM
are there any mining pools participating in this token..

would be interested in mining if a reputable pool were to get involved.

Very interesting project in any case.

the best of luck with it


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: Drakzero on March 22, 2018, 11:04:13 PM
I would like to reserve Dutch translation if needed


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: alicee on March 23, 2018, 01:53:35 AM
reserve Chinese translation


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: mkn2030 on March 23, 2018, 06:47:18 AM
Why can the ECR20 project still be excavated? Can someone explain it to me?


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: kurniawanj on March 23, 2018, 06:49:04 AM
reserved for indonesian translation

edited : i think i pass

Token details:
- 100.000.000 possible maxiumim supply!
- Decimal 8
- Token holding decreasing PoW resources requirement, makes CPU mining viable for long time!
- Block reward: 250(constant)!
- Mining algo: Keccak256
- Difficulty adjustment: Every 32 Block!
- Difficulty adjustment target time: 10min/Block avarage.
- Blockchain: Ethereum mainnet

it doesnt make sense mining on erc20 and becoming a token


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: Knathein on March 23, 2018, 07:04:19 AM
Pretty bland, almost seems like it might be a scam/waste of time coin.

1.The "White Paper" is about 6 paragraphs long.
2. When I go to the website and click "PowAdv Miner" it brings me to the github master repositories, but there is no actual miner within any of the branches.
3. On your ANN when I click the "smart contract" it just brings me to the main page of etherscan, no smart contract until I actually go onto the website itself and click the contract.
4. When I click the link under "- Miner Source/Download(Pool compatiable):" just brings me to the main github webpage itself.




5. Most importantly, this "Hard Fork" literally looks like the same exact coin except a different name, and different difficulty adjustment period from 1,000 blocks to 32 blocks. (Same algo, same "minable ERC20 token", same token supply, same decimal places, same block reward, the PowAdv website links to the PoWEth ERC20 Token Contract Address) Pretty similar "use cases and features", same layout of the website from PowEth to PowAdv.....

Pretty underwhelming :/ and sad...


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 23, 2018, 07:07:50 AM
reserved for indonesian translation

edited : i think i pass

Token details:
- 100.000.000 possible maxiumim supply!
- Decimal 8
- Token holding decreasing PoW resources requirement, makes CPU mining viable for long time!
- Block reward: 250(constant)!
- Mining algo: Keccak256
- Difficulty adjustment: Every 32 Block!
- Difficulty adjustment target time: 10min/Block avarage.
- Blockchain: Ethereum mainnet

it doesnt make sense mining on erc20 and becoming a token

It does, becaue the community can handle how much token should be distributed. Similar to ICO distribution, but main difference the mining only reward the minter not the creators of the contract. Keep the Token open just like ETH or BTC.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 23, 2018, 07:10:14 AM
Pretty bland, almost seems like it might be a scam/waste of time coin.

1.The "White Paper" is about 6 paragraphs long.
2. When I go to the website and click "PowAdv Miner" it brings me to the github master repositories, but there is no actual miner within any of the branches.
3. On your ANN when I click the "smart contract" it just brings me to the main page of etherscan, no smart contract until I actually go onto the website itself and click the contract.
4. When I click the link under "- Miner Source/Download(Pool compatiable):" just brings me to the main github webpage itself.




5. Most importantly, this "Hard Fork" literally looks like the same exact coin except a different name, and different difficulty adjustment period from 1,000 blocks to 32 blocks. (Same algo, same "minable ERC20 token", same token supply, same decimal places, same block reward, the PowAdv website links to the PoWEth ERC20 Token Contract Address) Pretty similar "use cases and features", same layout of the website from PowEth to PowAdv.....

Pretty underwhelming :/ and sad...

Easy, easy we are just commiting the changes, more than 25% of the SmartContract source changed, so it will be truely a real hardfork with monument changes.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: sxafir on March 23, 2018, 07:12:43 AM
Let just wait to 31.3.2018.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: D ltr on March 23, 2018, 07:13:50 AM
How the POW and POS works can you explain it ?
Since this is a token in an ethereum platform. And as i know POS is needed the wallet to be opened in 24 hours


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: gcgsuper on March 23, 2018, 07:20:14 AM
Can GPU be mined? I have some GPU miners, I want to exploit it, is there a mining pool to be mined?


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: PhDumb on March 23, 2018, 07:20:25 AM
Why can the ECR20 project still be excavated? Can someone explain it to me?

There are already several such projects. This one, for example - 0xBitcoin:
https://medium.com/@admazzola/the-case-for-the-mineable-erc20-token-78cbb4c34331

Edit: here is a concept outlined: https://lightrains.com/blogs/how-to-create-mineable-erc20-tokens


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: cryptoballteam on March 23, 2018, 07:21:43 AM
can you explain the difference between this and other pow + pos coin? don't see how people would switch from eth to this platform...maybe you can convince us?


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: osamadeep on March 23, 2018, 07:26:12 AM
reserved


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 23, 2018, 07:56:05 AM
Why can the ECR20 project still be excavated? Can someone explain it to me?

There are already several such projects. This one, for example - 0xBitcoin:
https://medium.com/@admazzola/the-case-for-the-mineable-erc20-token-78cbb4c34331

Edit: here is a concept outlined: https://lightrains.com/blogs/how-to-create-mineable-erc20-tokens

Our project inspired by 0xBitcoin, but we cannot be aggree with the concept that peoples should waste electricity and run huge mining capacity for mining. With POWA we changed the mining method, which more likely based on Token Holding than pure computation power.

Mining capacity = Computation power * Block Holding^2.  (1 Block = 250 Token)


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 23, 2018, 08:16:06 AM
Can GPU be mined? I have some GPU miners, I want to exploit it, is there a mining pool to be mined?

It can, but we didn't provide GPU miner. Pool mining aslo pissible, but we recommend the solo mining and token holding.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: WoKay_mania! on March 23, 2018, 08:29:05 AM
Reserve for Indonesian translation.
Thanks :)


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: PhDumb on March 23, 2018, 10:49:50 AM
In solo mining we would need to pay a lot of gas for the solution to be broadcasted at first as they would come rapidly, donīt we? At least that was the case when 0xBTC was started. When the difficulty increases this should become less of an issue


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: Tiffanya on March 23, 2018, 05:01:24 PM
Keep up the good work, I look forward to the success of this project! Good luck


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 23, 2018, 05:01:29 PM
In solo mining we would need to pay a lot of gas for the solution to be broadcasted at first as they would come rapidly, donīt we? At least that was the case when 0xBTC was started. When the difficulty increases this should become less of an issue

Our contract adjust the difficulty much offten every 64 block! dynamical than 0xBTC (every 1000 block), it can avoid the transaction being clogged and waste the gas.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: efex83 on March 23, 2018, 05:40:49 PM
Why can the ECR20 project still be excavated? Can someone explain it to me?

There are already several such projects. This one, for example - 0xBitcoin:
https://medium.com/@admazzola/the-case-for-the-mineable-erc20-token-78cbb4c34331

Edit: here is a concept outlined: https://lightrains.com/blogs/how-to-create-mineable-erc20-tokens

Our project inspired by 0xBitcoin, but we cannot be aggree with the concept that peoples should waste electricity and run huge mining capacity for mining. With POWA we changed the mining method, which more likely based on Token Holding than pure computation power.

Mining capacity = Computation power * Block Holding^2.  (1 Block = 250 Token)

that still means that you centralize your token to the miners. whoever is in early and mines most, will actually benefit disproportionately.

i was waiting for another mineable erc-20. i have big hopes.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: crypto4pizza on March 23, 2018, 07:28:23 PM
,


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 23, 2018, 07:43:47 PM
Why can the ECR20 project still be excavated? Can someone explain it to me?

There are already several such projects. This one, for example - 0xBitcoin:
https://medium.com/@admazzola/the-case-for-the-mineable-erc20-token-78cbb4c34331

Edit: here is a concept outlined: https://lightrains.com/blogs/how-to-create-mineable-erc20-tokens

Our project inspired by 0xBitcoin, but we cannot be aggree with the concept that peoples should waste electricity and run huge mining capacity for mining. With POWA we changed the mining method, which more likely based on Token Holding than pure computation power.

Mining capacity = Computation power * Block Holding^2.  (1 Block = 250 Token)

that still means that you centralize your token to the miners. whoever is in early and mines most, will actually benefit disproportionately.

i was waiting for another mineable erc-20. i have big hopes.

Mining cannot be centralized, unless anyone can join for it. Just think about it, where is the difference if someone got 10 High-end GPU or Hold 10.000 Token. The only difference GPUs are using electricity.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: efex83 on March 23, 2018, 09:17:04 PM
Why can the ECR20 project still be excavated? Can someone explain it to me?

There are already several such projects. This one, for example - 0xBitcoin:
https://medium.com/@admazzola/the-case-for-the-mineable-erc20-token-78cbb4c34331

Edit: here is a concept outlined: https://lightrains.com/blogs/how-to-create-mineable-erc20-tokens

Our project inspired by 0xBitcoin, but we cannot be aggree with the concept that peoples should waste electricity and run huge mining capacity for mining. With POWA we changed the mining method, which more likely based on Token Holding than pure computation power.

Mining capacity = Computation power * Block Holding^2.  (1 Block = 250 Token)

that still means that you centralize your token to the miners. whoever is in early and mines most, will actually benefit disproportionately.

i was waiting for another mineable erc-20. i have big hopes.

Mining cannot be centralized, unless anyone can join for it. Just think about it, where is the difference if someone got 10 High-end GPU or Hold 10.000 Token. The only difference GPUs are using electricity.

that is kind of the point im trying to make. this mechanism is reducing the group of beneficiaries from all (=decentralized) to a select few (sha=asics, eth=most gpus, PoWAdv=hodlers | => centralized)


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 24, 2018, 06:33:57 AM
Why can the ECR20 project still be excavated? Can someone explain it to me?

There are already several such projects. This one, for example - 0xBitcoin:
https://medium.com/@admazzola/the-case-for-the-mineable-erc20-token-78cbb4c34331

Edit: here is a concept outlined: https://lightrains.com/blogs/how-to-create-mineable-erc20-tokens

Our project inspired by 0xBitcoin, but we cannot be aggree with the concept that peoples should waste electricity and run huge mining capacity for mining. With POWA we changed the mining method, which more likely based on Token Holding than pure computation power.

Mining capacity = Computation power * Block Holding^2.  (1 Block = 250 Token)

that still means that you centralize your token to the miners. whoever is in early and mines most, will actually benefit disproportionately.

i was waiting for another mineable erc-20. i have big hopes.

Mining cannot be centralized, unless anyone can join for it. Just think about it, where is the difference if someone got 10 High-end GPU or Hold 10.000 Token. The only difference GPUs are using electricity.

that is kind of the point im trying to make. this mechanism is reducing the group of beneficiaries from all (=decentralized) to a select few (sha=asics, eth=most gpus, PoWAdv=hodlers | => centralized)

Mining is for creating value and limiting the supply issue by time. Without investing resources,"money",time... cannot be created real value. (Example: Airdrops).


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 26, 2018, 10:21:11 AM
Contract will be deployed tomorrow, mining will start when ETH reach the 5343100th Block!


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: togethers on March 26, 2018, 10:23:11 AM
THis algo for AMD or NVIDIA GPU?


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: PhDumb on March 26, 2018, 11:47:59 AM
Can I ask, what miner would we be able to use?

Cpuminer-opt, maybe?


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 27, 2018, 07:03:25 AM
Contract released on Mainnet!

Mining accepted when ETH reach 5349511th block!

https://etherscan.io/address/0x1a136ae98b49b92841562b6574d1f3f5b0044e4c


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 27, 2018, 11:30:03 AM
HardFork balance sent out to former PoWEth holders.

POWA is now tradeable on Forkdelta:

https://forkdelta.github.io/#!/trade/0x1a136ae98b49b92841562b6574d1f3f5b0044e4c-ETH


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 29, 2018, 06:20:59 PM
Bump!


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: ethex on March 30, 2018, 04:14:48 PM
Hello. Im mining but running into alot of errors. Do you have a discord or telegram chat?


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: jbmustaq on March 30, 2018, 04:22:50 PM
Hi,

If anybody can explain how to mine this coin on cpu and where it get wallet or just create a wallet in etherdelta. It would be great for newcomers like me.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: ethex on March 30, 2018, 04:28:25 PM
Download the miner from github, run the miner. You'll get a eth account with private key. Then send some eth to the address for GAS money. use command 'mine' to start mining then.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: BivanF on March 30, 2018, 04:28:48 PM
if i read it right we can download a miner from the first page but still we have to wait till ethereum reached block 5349511

very curious to mine this token , to bad i can only mine with cpu


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: ethex on March 30, 2018, 04:32:49 PM
BTW eth reached block 5349511 already. You can mine the token now!


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: jbmustaq on March 30, 2018, 04:43:44 PM
I am getting error "Error: Returned error: insufficient funds for gas * price + value" how to fix this error.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: jbmustaq on March 30, 2018, 04:48:28 PM
Thats bad I don't have a ETH. so It seems I cannot mine this coin.

huh. Anybody can help me by sending a small eth amount to 0x5033A9aEB2CC10BAA8B933dF43500E31f97E0A51


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: Xalia on March 30, 2018, 05:18:42 PM
I saw the news that signals entered into cooperation with iEx.ec. Good luck to the project. I will participate in the bounty.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: eeduardo1000 on March 31, 2018, 12:55:49 AM
I saw the news that signals entered into cooperation with iEx.ec. Good luck to the project. I will participate in the bounty.

scam


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: efex83 on March 31, 2018, 03:32:30 AM
no pools yet? cmon, i was waiting to mine this forever...

miner has pool address linked.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: phuocduong on March 31, 2018, 03:35:01 AM
have pool?


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: efex83 on March 31, 2018, 04:05:33 AM
no pools yet? cmon, i was waiting to mine this forever...

miner has pool address linked.

not sure if the linked pool isnt actually mining 0xb ::)


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on March 31, 2018, 08:58:39 AM
I am getting error "Error: Returned error: insufficient funds for gas * price + value" how to fix this error.

You need to use our modified miner from 0xBitcoin, it only caused by the current version of EVM (Ethereum Virtual Machine) it cannot pre-estimate our minting function.

It's a single line modification, without any real case effect.

https://github.com/PoWAdv/PoWAdv-miner/commit/e0dff051be0efc59bad2002c08d24a327ca534b9


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: catwangyu on March 31, 2018, 03:05:03 PM
how to check the wallet balance?


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on April 01, 2018, 09:10:33 AM
how to check the wallet balance?

Add the Contract Address to any ERC 20 Compatiable wallet.

Address: 0x1a136ae98b49b92841562b6574d1f3f5b0044e4c
Symbol: POWA
Decimal: 8


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: catwangyu on April 02, 2018, 03:57:20 AM
why i add the wallet and coin on imtoken with no balance?i have been mining these 2 days...


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: Mandeep148 on April 02, 2018, 03:58:24 AM
gpu mining available? any info about pool?
please for god sake make discord channel.... please...


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on April 27, 2018, 09:11:28 AM
ETH PoW start to be popular again, PoWAdv is still mintable!


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: holycryptobatman on April 27, 2018, 04:28:04 PM
HardFork balance sent out to former PoWEth holders.

POWA is now tradeable on Forkdelta:

https://forkdelta.github.io/#!/trade/0x1a136ae98b49b92841562b6574d1f3f5b0044e4c-ETH

I don't see my POWA. Is there a way to convert my POWE to POWA?


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on April 28, 2018, 12:00:40 PM
Send me you POWE address I will give you same amount of POWA.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: holycryptobatman on April 28, 2018, 05:44:22 PM
Send me you POWE address I will give you same amount of POWA.

Hi, I can't pm you since I'm a newbie. It's blocked.


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: Edgar9 on April 28, 2018, 06:22:16 PM
I like this project .....very interesting project


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: leeroy.coindeal on April 29, 2018, 01:28:16 PM
Send me you POWE address I will give you same amount of POWA.

Hi, I can't pm you since I'm a newbie. It's blocked.

Send me on Twitter then, https://twitter.com/CoinDealShip


Title: Re: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!
Post by: xaler on June 07, 2018, 07:44:34 PM
Send me you POWE address I will give you same amount of POWA.

Hi, I can't pm you since I'm a newbie. It's blocked.

Send me on Twitter then, https://twitter.com/CoinDealShip

Ehy there are any news coming for this project ? I've seen recent activity on PoWEth

Can we fix ForkDelta to make them listing by name again ?