Pages:
Author

Topic: [DeM] Deutsche eMark - DEM - cryptocoin SHA256 POS/POW - page 22. (Read 237393 times)

legendary
Activity: 2618
Merit: 1135
And finally :

DDL Windows =  https://deutsche-emark.de/files/eMark-Qt-1.5.0-win.zip

Mac Wallet soon....

Whats new ?

Version 1.5

-Lots of Security Patches
-Compatibility with newest Packages
-Update ProcessGetData for MerkleHashes on upcoming Android QT
-faster Blockchainsync
-nStakeMaxAge removed for staking Coins >2 Years
-StakeSplit set to 10000 DEM
-Orphan Blocks massivly REDUCED ! ( tested 1 Week with lots of POW/POS Wallets running simultaneously)
-new Nodes and Checkpoints
-TX Comments will shown up in QT Wallet
-improvement for upcoming 1.6 ( lots of new Features )


Github :
https://github.com/emarkproject/eMark


Web :
https://deutsche-emark.de/

Nodes:
https://status.deutsche-emark.de/

Blockexplorer:
http://blockexplorer.deutsche-emark.org/

Why don't you release on github? I see the new commits but no release.

On GitHub is the newest release, but i think the readme is the old Wink
member
Activity: 93
Merit: 10
Hi everyone I am new.
I must use the pool to mine? Can I directly mine this? Is the difficulty too high to directly mine? I see the pools only have around 10 active workers..look like very few.
member
Activity: 228
Merit: 10
is it not possible to change the default directory for the blockchains at a user specific directory?

i hate that the old wallet types evertime sync  on c:\

Code:
emarkd -datadir=
member
Activity: 228
Merit: 10
And finally :

DDL Windows =  https://deutsche-emark.de/files/eMark-Qt-1.5.0-win.zip

Mac Wallet soon....

Whats new ?

Version 1.5

-Lots of Security Patches
-Compatibility with newest Packages
-Update ProcessGetData for MerkleHashes on upcoming Android QT
-faster Blockchainsync
-nStakeMaxAge removed for staking Coins >2 Years
-StakeSplit set to 10000 DEM
-Orphan Blocks massivly REDUCED ! ( tested 1 Week with lots of POW/POS Wallets running simultaneously)
-new Nodes and Checkpoints
-TX Comments will shown up in QT Wallet
-improvement for upcoming 1.6 ( lots of new Features )


Github :
https://github.com/emarkproject/eMark


Web :
https://deutsche-emark.de/

Nodes:
https://status.deutsche-emark.de/

Blockexplorer:
http://blockexplorer.deutsche-emark.org/

Why don't you release on github? I see the new commits but no release.
member
Activity: 139
Merit: 10
And finally :

DDL Windows =  https://deutsche-emark.de/files/eMark-Qt-1.5.0-win.zip

Mac Wallet soon....

Whats new ?

Version 1.5

-Lots of Security Patches
-Compatibility with newest Packages
-Update ProcessGetData for MerkleHashes on upcoming Android QT
-faster Blockchainsync
-nStakeMaxAge removed for staking Coins >2 Years
-StakeSplit set to 10000 DEM
-Orphan Blocks massivly REDUCED ! ( tested 1 Week with lots of POW/POS Wallets running simultaneously)
-new Nodes and Checkpoints
-TX Comments will shown up in QT Wallet
-improvement for upcoming 1.6 ( lots of new Features )


Github :
https://github.com/emarkproject/eMark


Web :
https://deutsche-emark.de/

Nodes:
https://status.deutsche-emark.de/

Blockexplorer:
http://blockexplorer.deutsche-emark.org/
full member
Activity: 265
Merit: 100
DEM-News
eMark-Qt-1.5.0 wallet is out.
Thanks devs.
jr. member
Activity: 56
Merit: 10
Do you have a roadmap or something like that?
newbie
Activity: 32
Merit: 0
@dev My Mac wallet crashes right at launch. Any idea what might be wrong with it? I think it's the most recent one from the website. I run MacOS 10.13.1 and I remember the wallet app working fine not too long ago.
newbie
Activity: 23
Merit: 0
Do you have a release date for the wallet?
newbie
Activity: 160
Merit: 0
...and for someone special here :

Orphans GONE!

* ComputerGenie will believe it when he sees it  Roll Eyes

go and be careful when you will eat "turkey"
hero member
Activity: 1092
Merit: 552
Retired IRCX God
...and for someone special here :

Orphans GONE!

* ComputerGenie will believe it when he sees it  Roll Eyes
member
Activity: 139
Merit: 10
On coinwarz it shows the block reward is 50.

I installed https://github.com/emarkproject/eMark
The wallet is synced and has the same block count and same difficulty as the block explorer http://blockexplorer.deutsche-emark.org/
My yiimp pool shows the block reward is 0.5. This is the only coin installed that has the wrong block reward. Console shows getmininginfo

{
    "blocks": 1512678,
    "currentblocksize": 1000,
    "currentblocktx": 0,
    "difficulty": {
        "proof-of-work": 11165558.235437,
        "proof-of-stake": 901.97459461,
        "search-interval": 16
    },
    "blockvalue": 50000000,
    "netmhashps": 420664100.55077,
    "netstakeweight": 541944588239.15,
    "errors": "",
    "pooledtx": 0,
    "stakeweight": {
        "minimum": 0,
        "maximum": 0,
        "combined": 0
    },
    "stakeinterest": 38000,
    "testnet": false
}

Any ideas how to fix it?

Ian

50,000 000 DEM, 6 place, not 8 Wink

ok we edit the code to force it to use blockvalue of 500000. The reward is showing 0.5 instead of 50. How to fix?
getmininginfo
{
    "blocks": 1525287,
    "currentblocksize": 1000,
    "currentblocktx": 0,
    "difficulty": {
        "proof-of-work": 8281074.7037026,
        "proof-of-stake": 848.71698722,
        "search-interval": 16
    },
    "blockvalue": 500000,
    "netmhashps": 378371755.61846,
    "netstakeweight": 481014508853.52,
    "errors": "",
    "pooledtx": 0,
    "stakeweight": {
        "minimum": 0,
        "maximum": 0,
        "combined": 0
    },
    "stakeinterest": 38000,
    "testnet": false
}


maybe you has to think about to FIX your Pool , as to fix the Wallet

if you arent able to setup the Pool correctly , RTFM


Glen
member
Activity: 170
Merit: 10
On coinwarz it shows the block reward is 50.

I installed https://github.com/emarkproject/eMark
The wallet is synced and has the same block count and same difficulty as the block explorer http://blockexplorer.deutsche-emark.org/
My yiimp pool shows the block reward is 0.5. This is the only coin installed that has the wrong block reward. Console shows getmininginfo

{
    "blocks": 1512678,
    "currentblocksize": 1000,
    "currentblocktx": 0,
    "difficulty": {
        "proof-of-work": 11165558.235437,
        "proof-of-stake": 901.97459461,
        "search-interval": 16
    },
    "blockvalue": 50000000,
    "netmhashps": 420664100.55077,
    "netstakeweight": 541944588239.15,
    "errors": "",
    "pooledtx": 0,
    "stakeweight": {
        "minimum": 0,
        "maximum": 0,
        "combined": 0
    },
    "stakeinterest": 38000,
    "testnet": false
}

Any ideas how to fix it?

Ian

50,000 000 DEM, 6 place, not 8 Wink

ok we edit the code to force it to use blockvalue of 500000. The reward is showing 0.5 instead of 50. How to fix?
getmininginfo
{
    "blocks": 1525287,
    "currentblocksize": 1000,
    "currentblocktx": 0,
    "difficulty": {
        "proof-of-work": 8281074.7037026,
        "proof-of-stake": 848.71698722,
        "search-interval": 16
    },
    "blockvalue": 500000,
    "netmhashps": 378371755.61846,
    "netstakeweight": 481014508853.52,
    "errors": "",
    "pooledtx": 0,
    "stakeweight": {
        "minimum": 0,
        "maximum": 0,
        "combined": 0
    },
    "stakeinterest": 38000,
    "testnet": false
}

Don't edit eMark code! In your Pool properties  you can select currency with 6 digits. Or change in the pool code cent=100000000 to cent=1000000
member
Activity: 139
Merit: 10
silently :


eMark version v1.5.0.0 (2017-11-20 17:17:08 +0100)
Using OpenSSL version OpenSSL 1.0.1f 6 Jan 2014
Startup time: 11/22/17 17:14:22



not released Yet

and for someone special here :

Orphans GONE!
newbie
Activity: 14
Merit: 0
On coinwarz it shows the block reward is 50.

I installed https://github.com/emarkproject/eMark
The wallet is synced and has the same block count and same difficulty as the block explorer http://blockexplorer.deutsche-emark.org/
My yiimp pool shows the block reward is 0.5. This is the only coin installed that has the wrong block reward. Console shows getmininginfo

{
    "blocks": 1512678,
    "currentblocksize": 1000,
    "currentblocktx": 0,
    "difficulty": {
        "proof-of-work": 11165558.235437,
        "proof-of-stake": 901.97459461,
        "search-interval": 16
    },
    "blockvalue": 50000000,
    "netmhashps": 420664100.55077,
    "netstakeweight": 541944588239.15,
    "errors": "",
    "pooledtx": 0,
    "stakeweight": {
        "minimum": 0,
        "maximum": 0,
        "combined": 0
    },
    "stakeinterest": 38000,
    "testnet": false
}

Any ideas how to fix it?

Ian

50,000 000 DEM, 6 place, not 8 Wink

ok we edit the code to force it to use blockvalue of 500000. The reward is showing 0.5 instead of 50. How to fix?
getmininginfo
{
    "blocks": 1525287,
    "currentblocksize": 1000,
    "currentblocktx": 0,
    "difficulty": {
        "proof-of-work": 8281074.7037026,
        "proof-of-stake": 848.71698722,
        "search-interval": 16
    },
    "blockvalue": 500000,
    "netmhashps": 378371755.61846,
    "netstakeweight": 481014508853.52,
    "errors": "",
    "pooledtx": 0,
    "stakeweight": {
        "minimum": 0,
        "maximum": 0,
        "combined": 0
    },
    "stakeinterest": 38000,
    "testnet": false
}
newbie
Activity: 160
Merit: 0
prepare for ...big purchases in next few weeks  Cool
newbie
Activity: 42
Merit: 0
Hey my wallet does not sync, 9 days already so the "out of the box" wallet does not work anymore...do you have some addnodes?
thanks Smiley
status.deutsche-emark.de and coinexchange.io
member
Activity: 104
Merit: 10
Hey my wallet does not sync, 9 days already so the "out of the box" wallet does not work anymore...do you have some addnodes?
thanks Smiley
newbie
Activity: 42
Merit: 0
On coinwarz it shows the block reward is 50.

I installed https://github.com/emarkproject/eMark
The wallet is synced and has the same block count and same difficulty as the block explorer http://blockexplorer.deutsche-emark.org/
My yiimp pool shows the block reward is 0.5. This is the only coin installed that has the wrong block reward. Console shows getmininginfo

{
    "blocks": 1512678,
    "currentblocksize": 1000,
    "currentblocktx": 0,
    "difficulty": {
        "proof-of-work": 11165558.235437,
        "proof-of-stake": 901.97459461,
        "search-interval": 16
    },
    "blockvalue": 50000000,
    "netmhashps": 420664100.55077,
    "netstakeweight": 541944588239.15,
    "errors": "",
    "pooledtx": 0,
    "stakeweight": {
        "minimum": 0,
        "maximum": 0,
        "combined": 0
    },
    "stakeinterest": 38000,
    "testnet": false
}

Any ideas how to fix it?

Ian

50,000 000 DEM, 6 place, not 8 Wink
newbie
Activity: 14
Merit: 0
On coinwarz it shows the block reward is 50.

I installed https://github.com/emarkproject/eMark
The wallet is synced and has the same block count and same difficulty as the block explorer http://blockexplorer.deutsche-emark.org/
My yiimp pool shows the block reward is 0.5. This is the only coin installed that has the wrong block reward. Console shows getmininginfo

{
    "blocks": 1512678,
    "currentblocksize": 1000,
    "currentblocktx": 0,
    "difficulty": {
        "proof-of-work": 11165558.235437,
        "proof-of-stake": 901.97459461,
        "search-interval": 16
    },
    "blockvalue": 50000000,
    "netmhashps": 420664100.55077,
    "netstakeweight": 541944588239.15,
    "errors": "",
    "pooledtx": 0,
    "stakeweight": {
        "minimum": 0,
        "maximum": 0,
        "combined": 0
    },
    "stakeinterest": 38000,
    "testnet": false
}

Any ideas how to fix it?

Ian
Pages:
Jump to: