Pages:
Author

Topic: [ANN] Dpowcoin- Dualpowcoin - Dual PoW (Not Multi POW!), NO-Premine. (Read 996 times)

sr. member
Activity: 472
Merit: 250
Technician
Download cpuminer-opt code
change algo/yespower/yespower.c from
Code:
   yespower_params.version = YESPOWER_1_0;
   yespower_params.N       = 2048;
   yespower_params.r       = 32;
   yespower_params.pers    = NULL;
   yespower_params.perslen = 0;
to
Code:
   yespower_params.version = YESPOWER_1_0;
   yespower_params.N       = 2048;
   yespower_params.r       = 8;
   yespower_params.pers    = "One POW? Why not two? 17/04/2024";
   yespower_params.perslen = 32;
and run
Code:
./cpuminer -a yespower -o stratum+tcp://37.233.101.27:3032 -u ADDRESS
http://37.233.101.27:8080

experimental
jr. member
Activity: 74
Merit: 1
The project was created out of fatigue from all these scam spams projects with pre-mine of 99%
sooner or later it had to happen
newbie
Activity: 15
Merit: 0
Great to see this coin trading on Exbitron.

Hopefully TradeOgre and Xeggex follow suit.

I've not seen a coin more true to Bitcoin than this one in terms of forks. This coin brings a brand new algorithm to the table, ensuring Satoshi's vision of 1 CPU, 1 Vote. A CPU Mining Algorithm better than Ghostrider, this coin is sure to have a lot of attention on it as it continues to develop.

I've been impressed so far, I'm loading up.
jr. member
Activity: 139
Merit: 1
rplant connect error
jr. member
Activity: 74
Merit: 1
Will a GPU miner be released?

I don’t think that in the near future anyone will be able to create a gpu miner, considering that 1 of the algorithms is yespower and the second is 2 rounds agron2id
newbie
Activity: 0
Merit: 0
Hi fellows just came to drop this tutorial for windows mining

https://youtu.be/cATTJzAVNwY?si=plrJ-ZwXKMvl8Dfy  Roll Eyes Roll Eyes Roll Eyes
newbie
Activity: 5
Merit: 0
Will a GPU miner be released?
jr. member
Activity: 139
Merit: 1
Edit came a little late
jr. member
Activity: 139
Merit: 1
jr. member
Activity: 74
Merit: 1
well, i get 0 blocks when using your generatetoaddress command. My CPU is doing nothing.
plus, i have 0 peers when doing getpeerinfo, and yet my wallet syncs. wtf?

As per standard crypto rules... someone has figured out how to mine, and isn't telling anyone else, and yet difficulty is on a steady increase. Go figure.

rplant  pool  create cpu miner and add it to pool... so you can use standart miner now.
member
Activity: 631
Merit: 15
well, i get 0 blocks when using your generatetoaddress command. My CPU is doing nothing.
plus, i have 0 peers when doing getpeerinfo, and yet my wallet syncs. wtf?

As per standard crypto rules... someone has figured out how to mine, and isn't telling anyone else, and yet difficulty is on a steady increase. Go figure.
jr. member
Activity: 74
Merit: 1
“无预挖” “可以视为预挖” 577 ,糊弄鬼呢吧! 我2台电脑SOLO 24个小时一个块都没有,我朋友3个块,但两个块确认失败,全部到持币量第一的钱包地址,到发帖时持币量第一的钱包地址持币量占比超过51%没有?  要不你自己攻击一下自己? !    Grin Grin Grin

use your brains, if these blocks were mined by the developers, then the release would be after these blocks.
brand new
Activity: 0
Merit: 0
“无预挖” “可以视为预挖” 577 ,糊弄鬼呢吧! 我2台电脑SOLO 24个小时一个块都没有,我朋友3个块,但两个块确认失败,全部到持币量第一的钱包地址,到发帖时持币量第一的钱包地址持币量占比超过51%没有?  要不你自己攻击一下自己? !    Grin Grin Grin
jr. member
Activity: 74
Merit: 1
Where is there a pool? And is there a need of a new miner to 'dual PoW' mine multi-algo at once?

Need create new miner and add to pool this new logic.
Not this is not multi algo coin, there 2 algos for one block - 2 validation stages when we first valid at yespower and if block valid then we try valid this block at argone2id 0x13 , and if 2 algos hashed < target , we flush to data block (as sha256 for fast sync) and send it  to network.

you can see for every block they hashes at algos by ( sha256 there not used for verify blocks only for store them and fast sync)


Code:
17:04:21

getblockhash 1


17:04:21

5f0d273c328c7c3506a4a635f4ddeb294f742eec5bf2b829b3901e53ea8965f2


17:04:24

getyespowerpowhash 1


17:04:24

0008a598f6c4e50603a12af8cfc720ea670a5e84d9e8fb228e6ffe775c6269ac


17:04:30

getargon2idpowhash 1


17:04:30

0011dc045e2c60ca760860dedffc332a60d54d738622e21b6364d9ac1d1f3f5e
jr. member
Activity: 74
Merit: 1
if you need find nodes for add , if for some reason you cannot take it from node or dns seeder

https://explorer.dpowcore.org/network
member
Activity: 631
Merit: 15
Where is there a pool? And is there a need of a new miner to 'dual PoW' mine multi-algo at once?
jr. member
Activity: 74
Merit: 1
asnwer to all why is there exist faster blocks

there was no difficulty retargeting for the first 576 blocks, they are needed for LWMA to work correctly as the window it looks at to control diff, and we decided to allow people to mine these blocks rather than mine them themselves, since even with powlimit diff it could take a lot of time and could be regarded as a premine...

you can see in the block explorer that the difficulty started changing from block 577

code lines to see where it is..

Param windows of lwma 576 by recomendation of diff algo cretator for keep stable diff.

https://github.com/dpowcore-project/dpowcoin/blob/master/src/kernel/chainparams.cpp#L88

recomendet give away blocks , for it work correct ( return Powlimit at before block 577 )

https://github.com/dpowcore-project/dpowcoin/blob/master/src/pow.cpp#L125
brand new
Activity: 0
Merit: 0
1   dpc1qqmqeku9qf60cj07349nhgswh9han335994hnfg   10,050.00000514   34.13 Grin Grin Grin
member
Activity: 148
Merit: 33
✔️ Telegram @miningrelease
Pages:
Jump to: