Pages:
Author

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

sr. member
Activity: 295
Merit: 250
is there any problem with network?
Code:
error -2: safe mode: warning: the network does not appear to fully agree! some miners appear to be experiencing issues.
full member
Activity: 486
Merit: 104
Bitmark v0.9.7.0  is now available.  


Source code is available on github:
https://github.com/project-bitmark/bitmark.git  

..

I am unable to compile the source under any Debian amd64 version (tried 8 and 9).

On Debian 9 it seems impossible due to too new openssl version with errors like:

Code:
...
bignum.h: In function 'bool operator>(const CBigNum&, const CBigNum&)':
bignum.h:594:83: error: cannot convert 'const CBigNum*' to 'const BIGNUM* {aka const bignum_st*}' for argument ' ' to 'int BN_cmp(const BIGNUM*, const BIGNUM*)'
 inline bool operator>(const CBigNum& a, const CBigNum& b)  { return (BN_cmp(&a, &b) > 0); }
...

On Debian 8 I can overcome some c11 related errors with:
Code:
./autogen.sh && ./configure --with-incompatible-bdb --without-miniupnpc && CXXFLAGS="-std=c++11" make 

But then I am stuck with the following compile errors:
Code:
In file included from cryptonight/crypto/hash.c:35:0:
cryptonight/crypto/hash-ops.h:65:15: error: expected declaration specifiers or '...' before 'sizeof'
 static_assert(sizeof(union hash_state) == 200, "Invalid structure size");
               ^
cryptonight/crypto/hash-ops.h:65:48: error: expected declaration specifiers or '...' before string constant
 static_assert(sizeof(union hash_state) == 200, "Invalid structure size");
                                                ^
Makefile:1047: recipe for target 'cryptonight/crypto/hash.o' failed
make[3]: *** [cryptonight/crypto/hash.o] Error 1

Any pointers and hints would be much appreciated. TIA.

Ubuntu 14 - compiled  successfully by upgrading gcc and boost:

gcc

Code:
sudo -i

add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update
apt-get install gcc-5 g++-5

update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5

exit

boost

Code:
wget https://sourceforge.net/projects/boost/files/boost/1.58.0/boost_1_58_0.tar.gz
tar -xzf boost_1_58_0.tar.gz
cd boost_1_58_0/
./bootstrap.sh
./b2
sudo ./bjam install

By default this will install boost to = /usr/local/lib

compile bitmark with configure option:

Code:
./configure --with-boost-libdir=

make sure you have in your $LD_LIBRARY_PATH before starting bitmarkd
full member
Activity: 247
Merit: 100
After I bit the bullet and deployed an Ubuntu 16.04 vps, resynched (and constantly restarting the daemon as it hangs regularily) I am now on block # 453174.

At the same time, Cryptopia shows a blockheight of # 450962 and Tradesatoshi shows # 450909 (but says the wallet is in maintenance).

BE1 shows # 450890 and BE2 # 453175.

I guess I'll use the node list from Cryptopia and make sure I am on the same chain as they are so I can at least transfer the coins to them.

This is the only block explorer, I can find right now, which is working: http://explorer.bitmark.co/


https://chainz.cryptoid.info/btm/

newbie
Activity: 31
Merit: 0
After I bit the bullet and deployed an Ubuntu 16.04 vps, resynched (and constantly restarting the daemon as it hangs regularily) I am now on block # 453174.

At the same time, Cryptopia shows a blockheight of # 450962 and Tradesatoshi shows # 450909 (but says the wallet is in maintenance).

BE1 shows # 450890 and BE2 # 453175.

I guess I'll use the node list from Cryptopia and make sure I am on the same chain as they are so I can at least transfer the coins to them.

This is the only block explorer, I can find right now, which is working: http://explorer.bitmark.co/
legendary
Activity: 1612
Merit: 1608
精神分析的爸
After I bit the bullet and deployed an Ubuntu 16.04 vps, resynched (and constantly restarting the daemon as it hangs regularily) I am now on block # 453174.

At the same time, Cryptopia shows a blockheight of # 450962 and Tradesatoshi shows # 450909 (but says the wallet is in maintenance).

BE1 shows # 450890 and BE2 # 453175.

I guess I'll use the node list from Cryptopia and make sure I am on the same chain as they are so I can at least transfer the coins to them.
newbie
Activity: 11
Merit: 0
Hi dbkeys!

When is the v0.9.7 version for Windows released?

Windows Wallets:

Win64:

https[Suspicious link removed]

CheckSums (shasum -a 256)
49a10a1240f2953a5519c83f944a0169a07986314e97e2e4e151ff607ae19ea3 bitmark-0.9.5-win32-rc1.setup.exe
76c0abb680ab867d6253c284cfcb0618d9c4e1e0039dd70da859d51006f137c7 bitmark-0.9.5-win64-rc1.setup.

--


Wallets for MacOS and binaries for Raspberry Pi are next.

It seems my wallet has a problem "out of sync" 7 day (s) behind. Huh


It might be necessary to open the wallet with more rights. Have this report from Candy Erdmann on Slack:
" I have opened the program with full access rights and now its synchronizes"

Also, make sure to connect to v0.9.7 nodes. Here is a list for your bitmark.conf file:

Code:
addnode=108.170.1.134
addnode=139.162.122.138
addnode=139.162.128.92
addnode=139.162.232.242
addnode=169.0.84.73
addnode=172.104.157.27
addnode=173.255.252.140
addnode=204.68.122.12
addnode=204.68.122.40
addnode=216.240.168.226
addnode=216.240.168.227
addnode=216.240.168.228
addnode=42.118.134.98
addnode=79.143.180.57
addnode=85.10.51.66
addnode=94.189.240.43
addnode=94.23.33.83
addnode=95.90.243.191

The wallet of t still can not be synchronized. It runs for a while, then automatically exits on my Window computer(Window 64 bit).


same problem.
put all nodes in.
It runs for a while, then automatically exits

more details:
only outgoing no incoming connections.
"out of sync" 8 day (s) behind
last block 446519
last block time: Do Mai 31 02:51:48 2018

we need help, please... Cry
newbie
Activity: 11
Merit: 0
I've installed it but it stop working and close by itself every few minutes... windows 64 bit version.. The last version was fine

same
newbie
Activity: 107
Merit: 0


http://www.smilingmining.com/

Server location in Germany
Fee is 1%

SCRYPT

Code:
URL/HOST:stratum+tcp://smilingmining.com:3433
USERNAME:
PASSWORD:c=MARKS

FOR NICEHASH USE
Code:
PORT:9433

------------------------------------------------------------------------------------------------------------------------------------------------------

X17

Code:
URL/HOST:stratum+tcp://smilingmining.com:3737
USERNAME:
PASSWORD:c=MARKS-X

------------------------------------------------------------------------------------------------------------------------------------------------------

LYRA2V2

Code:
URL/HOST:stratum+tcp://smilingmining.com:4533
USERNAME:
PASSWORD:c=MARKS-L

FOR NICEHASH USE
Code:
PORT:8533

------------------------------------------------------------------------------------------------------------------------------------------------------

YESCRYPT

Code:
URL/HOST:stratum+tcp://smilingmining.com:6233
USERNAME:
PASSWORD:c=MARKS-Y

Smiley

Any plans to add Cryptonight, Equihash, and Argon2 to your pool?

Next week.
newbie
Activity: 13
Merit: 0


http://www.smilingmining.com/

Server location in Germany
Fee is 1%

SCRYPT

Code:
URL/HOST:stratum+tcp://smilingmining.com:3433
USERNAME:
PASSWORD:c=MARKS

FOR NICEHASH USE
Code:
PORT:9433

------------------------------------------------------------------------------------------------------------------------------------------------------

X17

Code:
URL/HOST:stratum+tcp://smilingmining.com:3737
USERNAME:
PASSWORD:c=MARKS-X

------------------------------------------------------------------------------------------------------------------------------------------------------

LYRA2V2

Code:
URL/HOST:stratum+tcp://smilingmining.com:4533
USERNAME:
PASSWORD:c=MARKS-L

FOR NICEHASH USE
Code:
PORT:8533

------------------------------------------------------------------------------------------------------------------------------------------------------

YESCRYPT

Code:
URL/HOST:stratum+tcp://smilingmining.com:6233
USERNAME:
PASSWORD:c=MARKS-Y

Smiley

Any plans to add Cryptonight, Equihash, and Argon2 to your pool?
full member
Activity: 163
Merit: 100
Hi dbkeys!

When is the v0.9.7 version for Windows released?

Windows Wallets:

Win64:

https://github.com/project-bitmark/bitmark/releases/download/v0.9.7.0/bitmark-0.9.7-win64-setup.exe

Win32:

https://github.com/project-bitmark/bitmark/releases/download/v0.9.7.0/bitmark-0.9.7-win32-setup.exe

CheckSums (shasum -a 256)
49a10a1240f2953a5519c83f944a0169a07986314e97e2e4e151ff607ae19ea3 bitmark-0.9.5-win32-rc1.setup.exe
76c0abb680ab867d6253c284cfcb0618d9c4e1e0039dd70da859d51006f137c7 bitmark-0.9.5-win64-rc1.setup.

--


Wallets for MacOS and binaries for Raspberry Pi are next.

It seems my wallet has a problem "out of sync" 7 day (s) behind. Huh


It might be necessary to open the wallet with more rights. Have this report from Candy Erdmann on Slack:
" I have opened the program with full access rights and now its synchronizes"

Also, make sure to connect to v0.9.7 nodes. Here is a list for your bitmark.conf file:

Code:
addnode=108.170.1.134
addnode=139.162.122.138
addnode=139.162.128.92
addnode=139.162.232.242
addnode=169.0.84.73
addnode=172.104.157.27
addnode=173.255.252.140
addnode=204.68.122.12
addnode=204.68.122.40
addnode=216.240.168.226
addnode=216.240.168.227
addnode=216.240.168.228
addnode=42.118.134.98
addnode=79.143.180.57
addnode=85.10.51.66
addnode=94.189.240.43
addnode=94.23.33.83
addnode=95.90.243.191

The wallet of t still can not be synchronized. It runs for a while, then automatically exits on my Window computer(Window 64 bit).
copper member
Activity: 98
Merit: 0
I've installed it but it stop working and close by itself every few minutes... windows 64 bit version.. The last version was fine

also does not work
newbie
Activity: 15
Merit: 0
I've installed it but it stop working and close by itself every few minutes... windows 64 bit version.. The last version was fine
newbie
Activity: 15
Merit: 0
Yeah i regularly backups  my wallets...
full member
Activity: 486
Merit: 104
if i update my windows wallet from 95 to 97 will i automaticly keep  the coins i had?

still no deposit on poloniex and the fork seem to be done...

It's always a good idea to make a backup of your wallet.dat file.

I would make backups regularly.

But to answer your question, the upgrade from v0.9.5 to v0.9.7 will keep the coins you have.

It should not affect your wallet.dat file.
newbie
Activity: 34
Merit: 0
some forecast to release the wallet at the Polo
newbie
Activity: 15
Merit: 0
if i update my windows wallet from 95 to 97 will i automaticly keep  the coins i had?

still no deposit on poloniex and the fork seem to be done...
newbie
Activity: 13
Merit: 0
Get some actual working nodes from the pool. Click on connections count.
but now 7 day ago~and stop syn
newbie
Activity: 13
Merit: 0
Get some actual working nodes from the pool. Click on connections count.

THX,is working Smiley
newbie
Activity: 107
Merit: 0
Get some actual working nodes from the pool. Click on connections count.
newbie
Activity: 13
Merit: 0
Hi dbkeys!

When is the v0.9.7 version for Windows released?

Windows Wallets:

Win64:

https[Suspicious link removed]

CheckSums (shasum -a 256)
49a10a1240f2953a5519c83f944a0169a07986314e97e2e4e151ff607ae19ea3 bitmark-0.9.5-win32-rc1.setup.exe
76c0abb680ab867d6253c284cfcb0618d9c4e1e0039dd70da859d51006f137c7 bitmark-0.9.5-win64-rc1.setup.

--


Wallets for MacOS and binaries for Raspberry Pi are next.

It seems my wallet has a problem "out of sync" 7 day (s) behind. Huh


It might be necessary to open the wallet with more rights. Have this report from Candy Erdmann on Slack:
" I have opened the program with full access rights and now its synchronizes"

Also, make sure to connect to v0.9.7 nodes. Here is a list for your bitmark.conf file:

Code:
addnode=108.170.1.134
addnode=139.162.122.138
addnode=139.162.128.92
addnode=139.162.232.242
addnode=169.0.84.73
addnode=172.104.157.27
addnode=173.255.252.140
addnode=204.68.122.12
addnode=204.68.122.40
addnode=216.240.168.226
addnode=216.240.168.227
addnode=216.240.168.228
addnode=42.118.134.98
addnode=79.143.180.57
addnode=85.10.51.66
addnode=94.189.240.43
addnode=94.23.33.83
addnode=95.90.243.191

not work.
Pages:
Jump to: