Pages:
Author

Topic: [ANN] [MARKS] Incentivize Content Creators & Build a Reputation Value Framework - page 21. (Read 32316 times)

legendary
Activity: 3430
Merit: 1126
how do we set the default algo instead of scrypt?

I tried, like the other multi-algo coins, using algo= in the conf but no joy...

From a quick grep through src I would say miningalgo=, see https://github.com/project-bitmark/bitmark/blob/master/src/miner.cpp#L120

HTH

ahh thanks! guess I shouldn't have been so lazy Wink

hrmm seems not working in .conf nor command line....
legendary
Activity: 3430
Merit: 1126
how do we set the default algo instead of scrypt?

I tried, like the other multi-algo coins, using algo= in the conf but no joy...

From a quick grep through src I would say miningalgo=, see https://github.com/project-bitmark/bitmark/blob/master/src/miner.cpp#L120

HTH

ahh thanks! guess I shouldn't have been so lazy Wink
legendary
Activity: 1598
Merit: 1555
精神分析的爸
how do we set the default algo instead of scrypt?

I tried, like the other multi-algo coins, using algo= in the conf but no joy...

From a quick grep through src I would say miningalgo=, see https://github.com/project-bitmark/bitmark/blob/master/src/miner.cpp#L120

HTH
legendary
Activity: 3430
Merit: 1126
how do we set the default algo instead of scrypt?

I tried, like the other multi-algo coins, using algo= in the conf but no joy...
full member
Activity: 483
Merit: 104
Installed the new wallet today and had no issue. Thank you for the update

Thanks for the feedback !  Are you on Linux, Windows or MacOS ??
full member
Activity: 140
Merit: 100
Installed the new wallet today and had no issue. Thank you for the update
full member
Activity: 483
Merit: 104
https://drkmrk.xyz      

plz help

The pool says it's in testing mode, and the link for payouts indicates no income since June 16.  

I tested it via nicehash.com:
Code:
Notice: Pool verificator may not be 100% accurate and may report pool being compatible while in fact it is not compatible or vice versa. Always discuss with pool operator if you encounter any issues with the pool verificator.

Pool host: drkmrk.xyz
Pool port: 3333
Pool user: bPXWF6Sa7b6xFhfZLC69W7yrTJKxMTx5mp
Pool pass: x
Algorithm: CryptoNightV7

Resolving pool host drkmrk.xyz... OK
Establishing connection with proxy... OK
Establishing connection with pool 94.23.33.83:3333... OK
Sending login... OK
Receiving login response... Error: Read timed out
Your pool is shown as incompatible therefore we encourage you to contact pool operator to make sure that the pool is using minimal/starting pool share difficulty which is compatible with our service (and thus compatible with today's miners), please send them following link: https://www.nicehash.com/help/which-mining-pools-are-supported. Thank you!

Close

I think the pool is temporarily off-line.  I sent a message to @onelineproof (pool op) to see if he can help.
newbie
Activity: 7
Merit: 0
full member
Activity: 483
Merit: 104
newbie
Activity: 7
Merit: 0
cannot connect to the pool
connection timeout Sad
full member
Activity: 483
Merit: 104
Publish here and update please all algo mining pool list . cryptonight pool BTM

¡ Good idea !   Let's collect all the info on Bitmark Mining Pools.

These are the ones I'm aware of at the moment.  (Please post or PM additional info and I will add it to the list.)


Bitmark (MARKS) Pooled Mining
               
                             SCrypt   SHA256d   Yescrypt   Argon2d   X17    Lyra2REv2  EquiHash   CryptoNight
http://www.smilingmining.com     √        √         √                  √         √

https://mp3.markmine.io          √        √                     √      √         √

http://yapool.net                




Notes:



All this makes Equihash and CryptoNight the best algos for CPU solo mining (at the moment: 2018.06.20)
full member
Activity: 483
Merit: 104
How to mine coin with Equihash and Crytonight?

It's possible to solo CPU-mine with the node / wallet directly.

Choose mining algo with the 'setminingalgo' command

   ID   Proof-of-Work (PoW) Algo
   ---   ----------------------------
   0.       SCrypt
   1.       SHA256d
   2.       Yescrypt
   3.       Argon2d
   4.       X17
   5.       Lyra2REv2
   6.       EquiHash
   7.       CryptoNight

Start the built-in miner with the number of CPU cores you wish and on the algo you wish, with the 'setgenerate' command
(Note: it does not makes sense to cpu-mine ASIC-centric algos like SHA256d and Scrypt)

Code:
setgenerate true   

example for EquiHash:

Code:
bitmark-cli setminingalgo 6
bitmark-cli setgenerate true 4 6

example for CryptoNight:

Code:
bitmark-cli setminingalgo 7
bitmark-cli setgenerate true 4 7

Run the 'getmininginfo' command to confirm that your machine is mining
(note that 'genproclimit' is 1 [or more if you have more CPU cores], 'generate' is true  and  'hashespersec' is some positive number) :

Code:
:~/.bitmark-dev$ bitmark-cli getmininginfo
{
    "blocks" : 460602,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "pow_algo_id" : 7,
    "pow_algo" : "CRYPTONIGHT",
    "reward_next" : 12.31830110,
    "reward_max" : 14.80839550,
    "hashrate_4max_reward" : 35000000000,
    "pow_algo_id" : 7,
    "pow_algo" : "CRYPTONIGHT",
    "difficulty" : 732.02472980,
    "sdifficulty" : 0.00009150,
    "difficulty SCRYPT" : 29022057.67379002,
    "difficulty SHA256D" : 132664872.35902712,
    "difficulty YESCRYPT" : 50160.35085839,
    "difficulty ARGON2" : 2380.03062244,
    "difficulty X17" : 767227.32885169,
    "difficulty LYRA2REv2" : 2533088.23251864,
    "difficulty EQUIHASH" : 73.89027062,
    "difficulty CRYPTONIGHT" : 732.02472980,
    "errors" : "",
    "genproclimit" : 1,
    "networkhashps" : 144512540497318.71875000,
    "pooledtx" : 0,
    "testnet" : false,
    "generate" : true,
    "hashespersec" : 23
}
newbie
Activity: 105
Merit: 0
Publish here and update please all algo mining pool list . cryptonight pool BTM
newbie
Activity: 7
Merit: 0
How to mine coin with Equihash and Crytonight?
full member
Activity: 483
Merit: 104
dbkeys Please update wallet download link at: http://www.bitmark.io/

Done, links updated on bitmark.io ... Thanks for the heads up  Smiley

Also, releases are on Github: Bitmark v0.9.7 - Release

newbie
Activity: 11
Merit: 0
I didnt have a bitmark.conf in my appdata folder so i created one and pasted nodes from /Pfennig:0.9.7.1/ on the blockchain explorer. Still doesn't work. Do i need to paste node from older Pfennig too?

You may have nodes subver 0.9.7.0 and 0.9.7.1 Pfennig nodes; that should be OK.

Did you name the file 'bitmark.conf' and place it in the

Code:
C:\Users\\AppData\Roaming\Bitmark
  folder ?

Here a list of v0.9.7.1 nodes

Code:
addnode=104.198.28.255
addnode=117.84.205.142
addnode=139.162.128.92
addnode=139.162.232.242
addnode=144.217.73.112
addnode=157.161.128.56
addnode=158.69.246.121
addnode=169.0.84.73
addnode=172.104.157.27
addnode=173.239.232.174
addnode=173.255.212.141
addnode=204.68.122.23
addnode=204.68.122.40
addnode=216.240.168.226
addnode=35.193.225.94
addnode=35.226.164.30
addnode=45.33.65.161
addnode=63.209.33.6
addnode=79.143.180.57
addnode=8.9.3.23
addnode=86.27.149.93
addnode=94.137.177.227
addnode=94.23.33.83


If you care to share your whole 'bitmark.conf' file, I can comment on it.

Hi dbkeys,

i did the steps but it doesn't work. My wallet is not syncronizing.

the version 0.9.5 before worked well.

Nam

EDIT:

my wallet v0.9.7.1 works now!

i cut a file (rev00002.dat) out an put it on the desk.

Code:
C:\Users\\AppData\Roaming\Bitmark\blocks

after that i run bitmark.

bitmark gives an error and try to reindex the blocks.

i close bitmark again and put the file (rev00002.dat) back.

and start bitmark again.

after reindex the blocks my wallet got synced!

Im so happy!!

Smiley

newbie
Activity: 107
Merit: 0
dbkeys Please update wallet download link at: http://www.bitmark.io/
full member
Activity: 483
Merit: 104
Bitmark

MacOS HighSierra - v0.9.7.1 Wallet

Available

                                                      Download Link:


                                                      Note:
Only installs on High Sierra, MacOS 10.13 or later !
(Versions for OS/X "El Capitán"  ---> MacOS Sierra to follow)


------------------  C h e c k S u m ------------------------------------------------
shasum -a 256 Bitmark-Qt-HighSierra_0.9.7.1-RC1.dmg
94359b96b2987a752f4e8a34e3bcb0f268b1c49085d8406e9b535bdd4c1790df
newbie
Activity: 34
Merit: 0
when will synchronize the wallets with the Polo
full member
Activity: 483
Merit: 104
I didnt have a bitmark.conf in my appdata folder so i created one and pasted nodes from /Pfennig:0.9.7.1/ on the blockchain explorer. Still doesn't work. Do i need to paste node from older Pfennig too?

You may have nodes subver 0.9.7.0 and 0.9.7.1 Pfennig nodes; that should be OK.

Did you name the file 'bitmark.conf' and place it in the

Code:
C:\Users\\AppData\Roaming\Bitmark
 folder ?

Here a list of v0.9.7.1 nodes

Code:
addnode=104.198.28.255
addnode=117.84.205.142
addnode=139.162.128.92
addnode=139.162.232.242
addnode=144.217.73.112
addnode=157.161.128.56
addnode=158.69.246.121
addnode=169.0.84.73
addnode=172.104.157.27
addnode=173.239.232.174
addnode=173.255.212.141
addnode=204.68.122.23
addnode=204.68.122.40
addnode=216.240.168.226
addnode=35.193.225.94
addnode=35.226.164.30
addnode=45.33.65.161
addnode=63.209.33.6
addnode=79.143.180.57
addnode=8.9.3.23
addnode=86.27.149.93
addnode=94.137.177.227
addnode=94.23.33.83


If you care to share your whole 'bitmark.conf' file, I can comment on it.
Pages:
Jump to: