Pages:
Author

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

legendary
Activity: 1028
Merit: 1000
Rumocker has updatet eMark source code.
You can find it here:
https://github.com/emarkproject/DEM/releases/tag/1.2.1

Compiling right now

root@gcpool:~/DEM/src# make -f makefile.unix USE_UPNP=-

Thx for the Info


Damn reload complete Chain :

root@gcpool:~/DEM/src# ./eMarkd getinfo
{
    "version" : "v1.2.1.0-oro",
    "protocolversion" : 60007,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 417,
    "moneysupply" : 20850.00000000,
    "connections" : 3,
    "proxy" : "",
    "ip" : "5.147.113.212",
    "difficulty" : 0.18440928,
    "testnet" : false,
    "keypoololdest" : 1422642419,
    "keypoolsize" : 102,
    "paytxfee" : 0.00100000,
    "errors" : ""
legendary
Activity: 1028
Merit: 1000
if you solo mine at your own pool and you got 1THs on Hashpower you get 1 or 2 blocks per day ( hopefully )

sometimes NOTHING

pls post yout findblock.log from mpos like this :

2015-02-07 20:02:50 - INFO --> | Blockhash            |          Height |     Amount | Confirmations |                Difficulty |               Time |
2015-02-07 20:02:50 - INFO --> | 000000000000001a1... |          350235 |         50 |             1 |           2973029.9374566 | 2015-02-07 20:00:3 |
2015-02-07 20:02:50 - INFO --> Starting block share detection, this may take a while
2015-02-07 20:02:50 - INFO --> | Block ID |     Height |          Amount |   Share ID |                    Shares | Finder          | Worker          |               Type |
2015-02-07 20:02:50 - INFO --> |        8 |     350235 |              50 |        281 |           927629.08129883 | [4] glenglen    | glenglen.rent   |  stratum_blockhash |
2015-02-07 22:00:01 - INFO --> Starting RPC block detecion, blocks are stored in Database
2015-02-07 22:00:01 - INFO --> | Blockhash            |          Height |     Amount | Confirmations |                Difficulty |               Time |
2015-02-07 22:00:01 - INFO --> | 00000000000001348... |          350308 |         50 |             4 |           3536865.7675469 | 2015-02-07 21:55:1 |
2015-02-07 22:00:01 - INFO --> Starting block share detection, this may take a while
2015-02-07 22:00:01 - INFO --> | Block ID |     Height |          Amount |   Share ID |                    Shares | Finder          | Worker          |               Type |
2015-02-07 22:00:01 - INFO --> |        9 |     350308 |              50 |       1486 |           5448267.7751465 | [4] glenglen    | glenglen.rent   |  stratum_blockhash |


Thats a working mpos



and thats a faulty one :

2015-02-07 19:25:05 - INFO --> |        3 |     342883 |              50 |          6 |                       256 | [4] glenglen    | glenglen.hex    |          any_share |
2015-02-07 19:25:05 - CRIT --> E0005: Unable to fetch blocks upstream share, aborted:Unable to find valid upstream share for block: 343181
2015-02-07 19:30:01 - INFO --> Starting block share detection, this may take a while
2015-02-07 19:30:01 - INFO --> | Block ID |     Height |          Amount |   Share ID |                    Shares | Finder          | Worker          |               Type |
2015-02-07 19:30:02 - CRIT --> E0005: Unable to fetch blocks upstream share, aborted:Unable to find valid upstream share for block: 343181


Error E0005




newbie
Activity: 54
Merit: 0
Rumocker has updatet eMark source code.
You can find it here:
https://github.com/emarkproject/DEM/releases/tag/1.2.1
full member
Activity: 200
Merit: 100
Perhaps some here can help me out...
I'm running my own pool and testing out eMark as we speak.
I'm using MPOS and NOMP.

When i check my log files, DEM comes up as POS coin.
Is there somewhere an option to change this to POW?

My pool is counting shares accepted, but no blocks comming in.
i got nearly 4000% shares -_-

Got the same issue with all other POS/POW coins -_-. Shares accepted no blocks> log files say those coin are POS instead of POW.
Talking about: Opensource coin, peercoin, Emark, Freicoin and a few others.

My POW coins work great.
If you would know the answer, please PM me, i will donate a fee to the one that could help me out.

P.S

Got eMark Version v1.1.0.0-oro.

try this with your NOMP Coin.json :


{
    "name": "eMark",
    "symbol": "DEM",
    "txMessages": true,
    "algorithm": "sha256",
    "reward": "POS"
}


works for me .



Badly enough it doesn't seem to solve it Sad

2015-02-23 18:45:23 [Pool]      [emark] (Thread 1) Stratum Pool Server Started for emark [DEM] {sha256}
                                                Network Connected:      Mainnet
                                                Detected Reward Type:   POS
                                                Current Block Height:   361920
                                                Current Connect Peers:  14
                                                Current Block Diff:     3486873.344750162
                                                Network Difficulty:     3475443.71954824
                                                Network Hash Rate:      174.69 TH
                                                Stratum Port(s):        3361
                                                Pool Fee Percent:       0%
                                                Block polling every:    1000 ms


To be sure, i'm looking to get POW instead of POS.

EDIT:

After some playing around:

2015-02-23 18:54:49 [Pool]      [emark] (Thread 1) Stratum Pool Server Started for emark [DEM] {sha256}
                                                Network Connected:      Mainnet
                                                Detected Reward Type:   POW
                                                Current Block Height:   361925
                                                Current Connect Peers:  16
                                                Current Block Diff:     3410132.282612741
                                                Network Difficulty:     3461569.47432382
                                                Network Hash Rate:      168.51 TH
                                                Stratum Port(s):        3361
                                                Pool Fee Percent:       0%
                                                Block polling every:    1000 ms


Now lets see if i gonna take some blocks or not ^^

--

Even with the new settings... no blocks Sad OSC coin> 38000% shares hehe.
legendary
Activity: 1028
Merit: 1000
Perhaps some here can help me out...
I'm running my own pool and testing out eMark as we speak.
I'm using MPOS and NOMP.

When i check my log files, DEM comes up as POS coin.
Is there somewhere an option to change this to POW?

My pool is counting shares accepted, but no blocks comming in.
i got nearly 4000% shares -_-

Got the same issue with all other POS/POW coins -_-. Shares accepted no blocks> log files say those coin are POS instead of POW.
Talking about: Opensource coin, peercoin, Emark, Freicoin and a few others.

My POW coins work great.
If you would know the answer, please PM me, i will donate a fee to the one that could help me out.

P.S

Got eMark Version v1.1.0.0-oro.

try this with your NOMP Coin.json :


{
    "name": "eMark",
    "symbol": "DEM",
    "txMessages": true,
    "algorithm": "sha256",
    "reward": "POS"
}


works for me .

legendary
Activity: 1064
Merit: 1002

It appears the eMark dev team has abandoned the coin. I've emailed them with no response. Cryptsy has contacted them and apparently nothing.

If you mine DEM you cannot sell them.  You risk having all new coins in your wallet invalidated.

Well thats not completely true. The devs are around. They did make the update after all. I think there is a language barrier that s holding things up.
member
Activity: 110
Merit: 10

It appears the eMark dev team has abandoned the coin. I've emailed them with no response. Cryptsy has contacted them and apparently nothing.

If you mine DEM you cannot sell them.  You risk having all new coins in your wallet invalidated.
full member
Activity: 200
Merit: 100
Perhaps some here can help me out...
I'm running my own pool and testing out eMark as we speak.
I'm using MPOS and NOMP.

When i check my log files, DEM comes up as POS coin.
Is there somewhere an option to change this to POW?

My pool is counting shares accepted, but no blocks comming in.
i got nearly 4000% shares -_-

Got the same issue with all other POS/POW coins -_-. Shares accepted no blocks> log files say those coin are POS instead of POW.
Talking about: Opensource coin, peercoin, Emark, Freicoin and a few others.

My POW coins work great.
If you would know the answer, please PM me, i will donate a fee to the one that could help me out.

P.S

Got eMark Version v1.1.0.0-oro.
sr. member
Activity: 357
Merit: 250
You can use this pool:

http://newpool.ml/pool/DEM/

1% fees.
member
Activity: 110
Merit: 10
Quote
So Cryptsy says eMark is broken.  Is anyone from the eMark team working on a fix
i dont think, that eMark is broken. Thousands of User wallets running sucessful.
Thats because they are not using the recent update. If the devs force this update as mandatory all coins mined since the update are invalid.
I will not take that risk with our customers funds
Build the new wallet and run it for 24 hours. It will crash on a non standard transaction tyoe

My wallet is eMark Version v1.1.0.0-oro.  Is that the new version Huh
It's accepting the DEM I've mining. I sure hope they're not all trash.
legendary
Activity: 1064
Merit: 1002
Quote
So Cryptsy says eMark is broken.  Is anyone from the eMark team working on a fix

i dont think, that eMark is broken. Thousands of User wallets running sucessful.

Thats because they are not using the recent update. If the devs force this update as mandatory all coins mined since the update are invalid.

I will not take that risk with our customers funds

Build the new wallet and run it for 24 hours. It will crash on a non standard transaction tyoe
newbie
Activity: 54
Merit: 0
Quote
So Cryptsy says eMark is broken.  Is anyone from the eMark team working on a fix

i dont think, that eMark is broken. Thousands of User wallets running sucessful.
member
Activity: 110
Merit: 10
eMarks current repository seems to be broken. The update to a different database should have been a mandatory update as it could cause a fork in the network. But in its current state it only seems to make our node crash every few blocks or so with the following as the last output the the debug log. This is after a fresh resync and removing all transaction data from the wallet

Code:
ERROR: CTxMemPool::accept() : nonstandard transaction type
CommitTransaction() : Error: Transaction not valid
CWalletTx::GetAmounts: Unknown transaction type found, txid fcca66178ed8088e63e35b318aabf6da50de9f973448691bfa97ca1964ebea3a

Once either the repository is fixed or the decision to revert back to the previous version is made we will once again enable deposits and withdrawals

So Cryptsy says eMark is broken.  Is anyone from the eMark team working on a fix Huh
member
Activity: 110
Merit: 10

Is the purpose of POS to stagnate coins Huh
full member
Activity: 145
Merit: 100
https://www.coins-e.com/exchange/DEM_BTC/ has an exhange.. not that much volume right now, but prices aren't bad  Grin
legendary
Activity: 1022
Merit: 1000
Hey!

Are you looking for a multipool?

Then head over to my thread for more info!
https://bitcointalksearch.org/topic/multipool-service-10-a-month-update-932225

PM me or reply on my thread, will NOT be looking here again.
sr. member
Activity: 277
Merit: 250
I'd really like to mine this coin, but with Crypsy in maintenence mode for DEM, and the problem with the repository or whatever, I fear that I'd be mining for nothing .... IE: either the coin dying soon or coins mined being garbage/invalid

Someone fix it !!!  Grin
full member
Activity: 145
Merit: 100
Tearing it up over at coinz.at! Let's take all those blocks from ispace!!  Grin Grin Grin Current Est. Avg. Time per Round (Pool)    4 minutes 8 seconds



I rent rigs at mining rig rentals in addition to my S4 rig.. works great on this server.
legendary
Activity: 1064
Merit: 1002
eMarks current repository seems to be broken. The update to a different database should have been a mandatory update as it could cause a fork in the network. But in its current state it only seems to make our node crash every few blocks or so with the following as the last output the the debug log. This is after a fresh resync and removing all transaction data from the wallet

Code:
ERROR: CTxMemPool::accept() : nonstandard transaction type
CommitTransaction() : Error: Transaction not valid
CWalletTx::GetAmounts: Unknown transaction type found, txid fcca66178ed8088e63e35b318aabf6da50de9f973448691bfa97ca1964ebea3a

Once either the repository is fixed or the decision to revert back to the previous version is made we will once again enable deposits and withdrawals
sr. member
Activity: 541
Merit: 250
Are there only 2 working pools? Coinz.at and ispace.co.uk.. Ispace blows chunks! barely pays out 60% of what you should actually get.. yet 200 TH/s of morons flock there on the daily... Huh

https://dem.suprnova.cc has been restarted, the Daemon died, sorry for any inconvenience

stratum servers reporting dead from my miners.. site may be up but that's it.. 0TH/s on pool stats page too.

Yes, ispace is no good. coinz.at works fine
Pages:
Jump to: