Search content
Sort by

Showing 14 of 14 results by mattv
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICO] | HEDGE TOKEN | Platform for crypto instruments and crypto index
by
mattv
on 17/03/2018, 21:39:06 UTC
*! Let you guys know! ——>
Move you HDG to wallets and be ready for the Swap(Rebranding) in April, the “old” HDG Token will be not tradable from Thursday 22 of Feb(Tomorrow) because of regulations in Swiss. It will be frozen until the swap happens! After that we are going beyond the Moon! Be patient!

Any news on this "swap"? When is it supposed to happen and how?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICO] | HEDGE TOKEN | Platform for crypto instruments and crypto index
by
mattv
on 23/02/2018, 16:32:09 UTC
So what is this delisting/rebranding thing about?

Any official statement from the team?

The last post on their Medium blog is from January 31st
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BWK] BULWARK | NO ICO | Masternodes | Accelerated PoW | Seesaw PoS/MN
by
mattv
on 12/02/2018, 20:56:17 UTC
I get this when I try to run the new bulwark-qt:

./bulwark-qt: error while loading shared libraries: libzmq.so.5: cannot open shared object file: No such file or directory


Ubuntu 16.04

Can anyone help?
Post
Topic
Board Exchanges
Re: HitBTC.com - The most advanced cryptocurrency exchange
by
mattv
on 12/01/2018, 02:23:42 UTC
Anybody had their MAID withdrawal go through in the recent days or are they all stuck?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Bitcore- BTX - SEGWIT - lowest fee - hybrid fork 1:0.5 of Bitcoin
by
mattv
on 07/01/2018, 19:47:42 UTC

How do I get the Linux wallet to work on Ubuntu?

https://github.com/LIMXTEC/BitCore/releases

I tried both 4.1Linux-0-14-1-6.tar.gz and 4.2.Prerelease.Linux_0.15.0.1.tar.gz , extracted the files but but when I try to run bitcore-qt or bitcore-cli, nothing happens..

Anyone?

Try starting bitcore-qt in a text console and post the output here. You can also run ldd bitcore-qt (enter the full path to the binary if required) and see what libraries you are probably missing.

Thanks. Tried to run bitcore-qt in a text console and got this:

Error while loading shared libraries: libboost_program_options.so.1.58.0: cannot open shared object file: No such file or directory

So you are actually missing a library. It is part of the Boost package, and I guess you should install a development version of it to get the missing library.

Thanks. OK, so I installed Boost. Now I'm getting:

./bitcore-qt: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory

I did install libdb4.8++ but it didn't help.

Trying to install libdb4.8-dev gives me this:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libdb4.8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libdb4.8-dev' has no installation candidate

It might be that libdb4.8++ is considered obsolete on your system, so, basically, you can't install it via the package manager. But you can always link a newer version of BerkelyDB to the one required, though it is not guaranteed that the wallet will work without errors.

First you should find where your BerkelyDB libraries are:

Code:
find /usr/lib -iname "libdb_cxx*"

Then you make a symbolic link (note the path to the library, it can be different in your case):

Code:
ln -s /usr/lib/libdb_cxx-5.3.so /usr/lib/libdb_cxx-4.8.so

After that, you can try to run your wallet.

"permission denied"

I dont have time for this. other wallets are running just fine on the same machine. i appreciate your help though
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Bitcore- BTX - SEGWIT - lowest fee - hybrid fork 1:0.5 of Bitcoin
by
mattv
on 06/01/2018, 22:22:34 UTC

How do I get the Linux wallet to work on Ubuntu?

https://github.com/LIMXTEC/BitCore/releases

I tried both 4.1Linux-0-14-1-6.tar.gz and 4.2.Prerelease.Linux_0.15.0.1.tar.gz , extracted the files but but when I try to run bitcore-qt or bitcore-cli, nothing happens..

Anyone?

Try starting bitcore-qt in a text console and post the output here. You can also run ldd bitcore-qt (enter the full path to the binary if required) and see what libraries you are probably missing.

Thanks. Tried to run bitcore-qt in a text console and got this:

Error while loading shared libraries: libboost_program_options.so.1.58.0: cannot open shared object file: No such file or directory

So you are actually missing a library. It is part of the Boost package, and I guess you should install a development version of it to get the missing library.

Thanks. OK, so I installed Boost. Now I'm getting:

./bitcore-qt: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory

I did install libdb4.8++ but it didn't help.

Trying to install libdb4.8-dev gives me this:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libdb4.8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libdb4.8-dev' has no installation candidate
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BWK] BULWARK | NO ICO | Masternodes | Accelerated PoW | Seesaw PoS/MN
by
mattv
on 06/01/2018, 19:24:55 UTC
I just installed the Linux wallet but it's not syncing.

"No block source available"..??

add nodes to your bulwark conf file

addnode=45.77.0.54:52543
addnode=185.81.165.163:52543
addnode=45.32.234.172:52543
addnode=94.176.235.15:52543
addnode=5.9.51.209:52543
addnode=45.76.43.202:52543
addnode=209.250.228.37:52543
addnode=18.216.103.42:52543
addnode=80.209.228.94:52543
addnode=172.104.74.77:52543
addnode=207.246.81.57:52543
addnode=5.196.4.159:52543
addnode=46.101.19.182:52543
addnode=104.238.171.6:52543
addnode=51.15.43.138:52543
addnode=45.63.8.183:52543

nodes taken from https://www.cryptopia.co.nz/CoinInfo/?coin=BWK

Thanks a lot
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Bitcore- BTX - SEGWIT - lowest fee - hybrid fork 1:0.5 of Bitcoin
by
mattv
on 06/01/2018, 18:12:46 UTC

How do I get the Linux wallet to work on Ubuntu?

https://github.com/LIMXTEC/BitCore/releases

I tried both 4.1Linux-0-14-1-6.tar.gz and 4.2.Prerelease.Linux_0.15.0.1.tar.gz , extracted the files but but when I try to run bitcore-qt or bitcore-cli, nothing happens..

Anyone?

Try starting bitcore-qt in a text console and post the output here. You can also run ldd bitcore-qt (enter the full path to the binary if required) and see what libraries you are probably missing.

Thanks. Tried to run bitcore-qt in a text console and got this:

Error while loading shared libraries: libboost_program_options.so.1.58.0: cannot open shared object file: No such file or directory
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BWK] BULWARK | NO ICO | Masternodes | Accelerated PoW | Seesaw PoS/MN
by
mattv
on 06/01/2018, 16:35:47 UTC
I just installed the Linux wallet but it's not syncing.

"No block source available"..??
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Bitcore- BTX - SEGWIT - lowest fee - hybrid fork 1:0.5 of Bitcoin
by
mattv
on 06/01/2018, 02:19:37 UTC

How do I get the Linux wallet to work on Ubuntu?

https://github.com/LIMXTEC/BitCore/releases

I tried both 4.1Linux-0-14-1-6.tar.gz and 4.2.Prerelease.Linux_0.15.0.1.tar.gz , extracted the files but but when I try to run bitcore-qt or bitcore-cli, nothing happens..

Anyone?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Bitcore- BTX - SEGWIT - lowest fee - hybrid fork 1:0.5 of Bitcoin
by
mattv
on 05/01/2018, 19:02:26 UTC
Newbie question, I suppose.

How do I get the Linux wallet to work on Ubuntu?

https://github.com/LIMXTEC/BitCore/releases

I tried both 4.1Linux-0-14-1-6.tar.gz and 4.2.Prerelease.Linux_0.15.0.1.tar.gz , extracted the files but but when I try to run bitcore-qt or bitcore-cli, nothing happens..
Post
Topic
Board Service Announcements (Altcoins)
Re: YoBit.Net - CRYPTOCURRENCY EXCHANGE & MultiCoin DICE - Free Coins every 1-24 hrs
by
mattv
on 07/04/2016, 12:51:12 UTC
I have a withdrawal "in process" since yesterday and no reply from support.

Is that normal at Yobit?
Post
Topic
Board Announcements (Altcoins)
Re: ***TRUMP COIN***TRADING**TRUMP COIN***MAKING CRYPTO GREAT ONE BLOCK AT A TIME**
by
mattv
on 06/04/2016, 18:00:06 UTC
Noob here. Sorry for being so basic but how do I mine this coin?

I set up the QT client/wallet but I can't see the option to mine there?

CPU mining from the wallet will not make you much coin at all but if you want to play around and try to win a solo block, you certainly can.

1. In the wallet, click Help->Debug Window.
2. Click the Console tab
3. In the command box at the bottom of the console window, type     setgenerate true


Note that this will 100% your cpu and will likely not find any blocks because the difficulty is well above what a CPU miner can keep up with. But you could get lucky.

To stop it, use the same steps as above but...   setgenerate false

For Pool mining with a cpu, you will need an x11 mining program. I recommend grabbing whatever download NiceHash is offering since they usually provide the latest and greatest tools.


For any real mining, you would need a GPU or ASIC rig.

BUT - I have to recommend that you not go out and start building a mining rig for Trumpcoin.
To do that before the next announcement will be a costly mistake.


Also - welcome. We were all noobs once. Please feel free to ask questions if you have them.


Hey. Thanks for your reply.

So if I do win a solo block, how many TRUMPs would that be?

Post
Topic
Board Announcements (Altcoins)
Re: ***TRUMP COIN***TRADING**TRUMP COIN***MAKING CRYPTO GREAT ONE BLOCK AT A TIME**
by
mattv
on 05/04/2016, 19:17:38 UTC
Noob here. Sorry for being so basic but how do I mine this coin?

I set up the QT client/wallet but I can't see the option to mine there?