Rafał Kiełbus
Rafał Kiełbus
Problem is, that NVC implemetation that I based CAP need pubkey instead of address as username. This is bad IMO. But it way over my skills to make it right.
Looks like my previously merged changes are not compatible to current P2Pool main, I need re-base and apply altcoins network changes.
It is done already 2015-07-17 12:49 GMT+02:00 coinflow [email protected]: > Any time schedule available for this? > > — > Reply to this email directly or view it on GitHub...
I have some issues, looks like "git tag" not work for me :P 2015-07-17 13:25 GMT+02:00 coinflow [email protected]: > OK. Then it is only not reflected in the version number?...
Pls give me some links to working pool and code he is using. I have found https://bitcointalk.org/index.php?topic=673469.0 but none of nodes in bootsrap are online
MM is always ONLY for node owner. There is no simple/automatic way to split MM coins. patron_sendmany is sending coins to all miners in payout list (some can be cut...
Only time when subsidy function is used is between blocks (pool have information from another node about higher block but local daemon did not catch it yet). We can put...
Seems like https://github.com/OpenZeppelin/openzeppelin-test-helpers/pull/152 is fixing this?
Using Truffle, OpenZepplien test suite and Chai. So Ganache. Not tried on Hardhat.
Not necessarily. Try: ```js it('see promise', async function () { try { await test.willThrowOnZero('0') } catch (e) { console.log(e) } }) ``` And you find out that: ``` data: {...