Bitcoin Forum
April 28, 2024, 06:25:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: [ANN] [PoW+PoS+ERC20] PoWAdv mineable ethereum Token!  (Read 1444 times)
leeroy.coindeal (OP)
Newbie
*
Offline Offline

Activity: 76
Merit: 0


View Profile
March 22, 2018, 08:24:51 PM
Last edit: March 31, 2018, 08:51:16 AM by leeroy.coindeal
 #1

PoWAdv
Proof of Work ERC20 Token

http://powadv.org/


- Mineable ERC20 Token, based on Keccak256 + PoS algorithm with 100.000.000 Token supply. Hard forked from PoWEth token!

Miner download: Version 1.0

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

Other Websites:

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.
1714328720
Hero Member
*
Offline Offline

Posts: 1714328720

View Profile Personal Message (Offline)

Ignore
1714328720
Reply with quote  #2

1714328720
Report to moderator
1714328720
Hero Member
*
Offline Offline

Posts: 1714328720

View Profile Personal Message (Offline)

Ignore
1714328720
Reply with quote  #2

1714328720
Report to moderator
1714328720
Hero Member
*
Offline Offline

Posts: 1714328720

View Profile Personal Message (Offline)

Ignore
1714328720
Reply with quote  #2

1714328720
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
dsg21
Newbie
*
Offline Offline

Activity: 196
Merit: 0


View Profile
March 22, 2018, 08:25:43 PM
 #2

reserved for translation into Russian
MacronMiner
Jr. Member
*
Offline Offline

Activity: 266
Merit: 1

Scam Hunter


View Profile
March 22, 2018, 10:04:55 PM
 #3

reserved

What's the purpose of your bot ?
BigBadBitBaron
Sr. Member
****
Offline Offline

Activity: 463
Merit: 256


View Profile
March 22, 2018, 10:16:28 PM
 #4

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

Drakzero
Jr. Member
*
Offline Offline

Activity: 252
Merit: 1


View Profile
March 22, 2018, 11:04:13 PM
 #5

I would like to reserve Dutch translation if needed
alicee
Copper Member
Newbie
*
Offline Offline

Activity: 532
Merit: 0


View Profile
March 23, 2018, 01:53:35 AM
 #6

reserve Chinese translation
mkn2030
Newbie
*
Offline Offline

Activity: 148
Merit: 0


View Profile
March 23, 2018, 06:47:18 AM
 #7

Why can the ECR20 project still be excavated? Can someone explain it to me?
kurniawanj
Newbie
*
Offline Offline

Activity: 141
Merit: 0


View Profile
March 23, 2018, 06:49:04 AM
 #8

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
Knathein
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
March 23, 2018, 07:04:19 AM
 #9

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...
leeroy.coindeal (OP)
Newbie
*
Offline Offline

Activity: 76
Merit: 0


View Profile
March 23, 2018, 07:07:50 AM
 #10

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.
leeroy.coindeal (OP)
Newbie
*
Offline Offline

Activity: 76
Merit: 0


View Profile
March 23, 2018, 07:10:14 AM
 #11

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.
sxafir
Hero Member
*****
Offline Offline

Activity: 1022
Merit: 500


View Profile
March 23, 2018, 07:12:43 AM
 #12

Let just wait to 31.3.2018.
D ltr
Sr. Member
****
Offline Offline

Activity: 1360
Merit: 258


Undeads.com - P2E Runner Game


View Profile
March 23, 2018, 07:13:50 AM
 #13

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

💀|.
   ▄▄▄▄█▄▄              ▄▄█▀▀  ▄▄▄▄▄█      ▄▄    ▄█▄
  ▀▀▀████████▄  ▄██    ███▀ ▄████▀▀▀     ▄███   ▄███
    ███▀▄▄███▀ ███▀   ███▀  ▀█████▄     ▄███   ████▄
  ▄███████▀   ███   ▄███       ▀▀████▄▄███████████▀
▀▀███▀▀███    ███ ▄████       ▄▄████▀▀████   ▄███
 ██▀    ▀██▄  ██████▀▀   ▄▄█████▀▀   ███▀   ▄██▀
          ▀▀█  ▀▀▀▀ ▄██████▀▀       ███▀    █▀
                                      ▀
.
.PLAY2EARN.RUNNER.GAME.
||VIRAL
REF.SYSTEM
GAME
|
████████████████████████████
████████████████████████████
████████████████████████████
██████ ▄▀██████████  ███████
███████▄▀▄▀██████  █████████
█████████▄▀▄▀██  ███████████
███████████▄▀▄ █████████████
███████████  ▄▀▄▀███████████
█████████  ████▄▀▄▀█████████
███████  ████████▄▀ ████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
gcgsuper
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
March 23, 2018, 07:20:14 AM
 #14

Can GPU be mined? I have some GPU miners, I want to exploit it, is there a mining pool to be mined?
PhDumb
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
March 23, 2018, 07:20:25 AM
 #15

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
cryptoballteam
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 23, 2018, 07:21:43 AM
 #16

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?
osamadeep
Newbie
*
Offline Offline

Activity: 126
Merit: 0


View Profile
March 23, 2018, 07:26:12 AM
 #17

reserved
leeroy.coindeal (OP)
Newbie
*
Offline Offline

Activity: 76
Merit: 0


View Profile
March 23, 2018, 07:56:05 AM
 #18

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)
leeroy.coindeal (OP)
Newbie
*
Offline Offline

Activity: 76
Merit: 0


View Profile
March 23, 2018, 08:16:06 AM
 #19

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.
WoKay_mania!
Newbie
*
Offline Offline

Activity: 93
Merit: 0


View Profile
March 23, 2018, 08:29:05 AM
 #20

Reserve for Indonesian translation.
Thanks Smiley
Pages: [1] 2 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!