Bitcoin Forum
September 21, 2024, 06:18:53 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] || RADIUS || X11 || INSTANT X || 90% MASTERNODE REWARDS|| ATOMIC SWAPS on: June 07, 2018, 11:38:41 AM
same problem here. My Wallet does not sync anymore. Could anybody maybe share a list of addnodes?
Thanks.
2  Economy / Exchanges / Re: [Exchange] GRAVIEX Exchange: low fees, fast withdrawals, high security on: May 24, 2018, 09:44:19 PM
Can anybody log in into Graviex now? Seems that whole website is down.
Any news whether they have been attacked?
Thanks for any response
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡ [ANN]⚡[PRUFUS]⚡[X11]⚡MASTERNODES⚡POS⚡High Reward's Eco friendly PRUFUS. on: April 14, 2018, 07:42:41 AM

I think this is great project with  interesting future. We will see like it will grow because and their service is very useful for many users in the world!


What interesting service do you mean? I assume the users in the world would survive even without this coin.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔥[ANN] 🌟🌟 [ABS] 🌟🌟🌟 ABSOLUTE ��🌟🌟 MASTERNODES 🌟🌟 POW 🌟🌟 ASIC RES🔥 on: April 02, 2018, 09:22:18 PM
Hi,
Is something wrong with the masternode?
my masternode has been running for almost 2 days and i have not got any profit yet



Mine also shows "Restart_Required" in local wallet. On VPS it says "Masternode successfully started."
I did not get any payment today, yesterday i did get.
Strange ... shall the daemon really be restarted on VPS? This would meen I get to the end of the queue, right?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AGENA - Autonomous Smart Masternodes // Low Supply // No ICO // MNO on: March 28, 2018, 10:42:53 PM
I bought on crypto-bridge.org and set up my first massternode. Went well so far .. now waiting for income
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CREAMcoin • by CREAMteam • Pow/Pos • 4MB • 4 min • Stealth • Masternode on: March 25, 2018, 03:06:40 PM

Dear Dev,

would love to run the Cream wallet on Ubuntu 16.04, but i just got the error message:
./Cream-qt: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

Is there any how-to?

Would appreciate your help. Thanks


Try this: 

Code:
sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.3++-dev libminiupnpc-dev

it's published here:

https://github.com/creamcoin/CREAM-cryptocurrency#install


Thanks, i followed the description, but the compilation still does not work.
The failure is:

bignum.h: In function ‘bool operator>(const CBigNum&, const CBigNum&)’:
bignum.h:720:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
 operator>(const CBigNum& a, const CBigNum& b)  { return (BN_cmp(&a, &b) > 0); }
                                                                       ^
makefile.unix:217: die Regel für Ziel „obj/alert.o“ scheiterte
make: *** [obj/alert.o] Fehler 1


Could anybody please advice what to do? Or maybe there is somewhere a binary which run on Ubuntu 16.04, Intel, 64 Bit
Thanks.

problem appears to system with openssl version >=1.1.0 due to changes in BIGNUM function.

solved this by installing these packages:

libssl1.0-dev
libssl1.0.2

or as workaround add the following to /etc/apt/sources.list

# jessie-backports, from stretch-level but with no dependencies
deb http://httpredir.debian.org/debian/ jessie-backports main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie-backports main contrib non-free

Then run sudo apt-get update and sudo apt-get remove libssl-dev and then sudo apt-get install -t jessie-backports libssl-dev to get the version expected until we upgrade the code.



or try to run this binary: https://drive.google.com/open?id=1jK2j88yY2MvXQ89EIcqY8HvxSezd_otR


Thanks for your response.
I tried the 3 possible solutions:

- the binary does not work, i get the following errors:
./creamd: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

-installing the libs libssl1.0-dev and libssl1.0.2
I did not succeed to install them. What would be the correct apt-get install command?

- modifying /etc/apt/sources.list
I performed your steps and then re-compiled, but get the same error:

bignum.h: In function ‘bool operator>(const CBigNum&, const CBigNum&)’:
bignum.h:720:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
 inline bool operator>(const CBigNum& a, const CBigNum& b)  { return (BN_cmp(&a, &b) > 0); }
                                                                                   ^
makefile.unix:217: die Regel für Ziel „obj/alert.o“ scheiterte
make: *** [obj/alert.o] Fehler 1


Do you have any idea of what to do? Would love to have Crean Wallet on Ubuntu. Best solution would be a fix in the code, in oder to be able to compile.
Thanks for your afford
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CREAMcoin • by CREAMteam • Pow/Pos • 4MB • 4 min • Stealth • Masternode on: March 23, 2018, 12:08:54 PM
Dear Dev,

would love to run the Cream wallet on Ubuntu 16.04, but i just got the error message:
./Cream-qt: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

Is there any how-to?

Would appreciate your help. Thanks


Try this: 

Code:
sudo apt-get install build-essential libssl-dev libboost-all-dev git libdb5.3++-dev libminiupnpc-dev

it's published here:

https://github.com/creamcoin/CREAM-cryptocurrency#install


Thanks, i followed the description, but the compilation still does not work.
The failure is:

bignum.h: In function ‘bool operator>(const CBigNum&, const CBigNum&)’:
bignum.h:720:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
 operator>(const CBigNum& a, const CBigNum& b)  { return (BN_cmp(&a, &b) > 0); }
                                                                       ^
makefile.unix:217: die Regel für Ziel „obj/alert.o“ scheiterte
make: *** [obj/alert.o] Fehler 1


Could anybody please advice what to do? Or maybe there is somewhere a binary which run on Ubuntu 16.04, Intel, 64 Bit
Thanks.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CREAMcoin • by CREAMteam • Pow/Pos • 4MB • 4 min • Stealth • Masternode on: March 16, 2018, 02:43:09 PM
Dear Dev,

would love to run the Cream wallet on Ubuntu 16.04, but i just got the error message:
./Cream-qt: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

Is there any how-to?

Would appreciate your help. Thanks
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0 on: March 03, 2018, 03:51:17 PM
Welcome back Fullzero!
I am using nvOC with a lot of pleasure - great job. Also thanks to all the other members.

@papampi, thanks for the update script.
I have one question, maybe it was already answered but i couldnt find ...
We have a lot of miner software in the OS build. Is there any overview, which miner servers best with witch algo?
Für Claymore or zcash miners its quite clear, but there are so many derivates of ccminer, so i really get lost which derivate serves good for which algo.
Would be great if somebody has such an overview.
thanks.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🚀[ANN][ICO]|[BSX] Bitspace |POW/POS |NIST5| ICO ends in 24 hours 🚀 on: March 02, 2018, 03:40:17 PM
Great that we have another NIST5 coin. I was already bored by the huge amount of Neoscrypt coins what we had in the last couple of days.
BSX mining seem to work great with nvidia-Cards and mining on Hash4Life runs quite smoothly.
I press my thumbs for good price on first exchange and a great future for the project!
Good luch to all new BSX fans.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🚀[ANN][ICO]|[BSX] Bitspace |POW/POS |NIST5| ICO ends in 24 hours 🚀 on: March 02, 2018, 12:52:43 PM
Some beginner experience ...
I was searching some time for a good staking coin and finally found BSX.
The wallet works fine and after mining some BSX, POS really is really starting to work. I got two times the POS reward, yesterday and today.
I really like POS coins and BSX seems to be quite a good long term investment.
The dev were really helpful on discord channel.
All the best for this interesting project, i will definately stay with BSX.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW/POS/POA] Ellerium Project [ASIC resistant][XEVAN][Masternodes] on: February 20, 2018, 07:23:15 AM
Good Morning,

is there anybody who knows, why the wallet stopps syncing at block 10766?
The malfunctions is present since 3 days.
Thanks for any answer.
update your wallet

thanks, i thought i already had the newest, but you were right, now sync is complete. Only the virus warning, but i hope it is a false positive ...
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW/POS/POA] Ellerium Project [ASIC resistant][XEVAN][Masternodes] on: February 20, 2018, 07:13:46 AM
Good Morning,

is there anybody who knows, why the wallet stopps syncing at block 10766?
The malfunctions is present since 3 days.
Thanks for any answer.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW/POS/POA] Ellerium Project [ASIC resistant][XEVAN][Masternodes] on: February 19, 2018, 07:52:24 PM
I've just downloaded the wallet, overwrote the old exe and it's fully synced. Did not even update the node list.

thanks for your answer. I did the same now, with newest wallet version, but i cannot go further than block 10766. Out of sync 8 hours.
This means i cannot see my balance. Its a pitty that the wallet is that weak. No sense for mining ELP like this.
Hope this gets solved in time.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW/POS/POA] Ellerium Project [ASIC resistant][XEVAN][Masternodes] on: February 19, 2018, 02:46:10 PM
i have the same problem with the wallet here, just another block where it stopped to synchronize (10768).
I added the latest nodes and deleted the file in the directory as requested.
No improvement ...
I would like to mine this coin, but currently there is no fun witht he wallet.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BWK] BULWARK | NO ICO | Masternodes | Accelerated PoW | Seesaw PoS/MN on: February 13, 2018, 06:05:18 PM
https://stocks.exchange is lagging it seems: announcing 77 confirmations when I received 96, according to the block explorer.
Now 77 vs 154, that's not great.

i have sent BWK to both, stocks.exchange and crypto-bridge, at the same time.
Crypto-bridge was normal (quite fast) with the confirmation, but stocks.exchange took me already 6 hours and hasn't been confirming yet. -> no recommendation
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ARGO - Masternodes | Skein | PoW | Microtransaction | ZeroCoin Protocol on: February 13, 2018, 10:17:27 AM
Hi guys!

We have just released our new Crypto Mining Profitability Calculator: https://crypt0.zone/calculator/ with support for ARGO and many others!

Feel free to send us some feedback. We are open for all suggestions.

 Cool

Hi,
thank you, looks very good. Did not see Argo on other calculators, so i am happy that you have included.

EDIT: would ge great to also see Bulwark there

Bulwark (BWK) has just been added to our calculator as requested.

Thanks for your very quick response, looks good and is currently on rank #4 for my setup.
One additional feature on your website would be great: is there any possibility to add a link to difficulty charts for each coin (like explorer, exchange, bitcointalk, ...) ?
Thank you for your good job.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ARGO - Masternodes | Skein | PoW | Microtransaction | ZeroCoin Protocol on: February 12, 2018, 03:21:03 PM
Hi guys!

We have just released our new Crypto Mining Profitability Calculator: https://crypt0.zone/calculator/ with support for ARGO and many others!

Feel free to send us some feedback. We are open for all suggestions.

 Cool

Hi,
thank you, looks very good. Did not see Argo on other calculators, so i am happy that you have included.

EDIT: would ge great to also see Bulwark there
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NYXCOIN POW Masternode Complex Coin Project on: February 10, 2018, 09:24:25 AM
New servers have been installed at

https://minadorespool.gq/

Low 0.2% fee

Remember to spread the hashrate between all pools

Code:
-a neoscrypt -o stratum+tcp://us1.minadorespool.gq:4233 -u NYX_WALLET -p c=NYX

Thank you, i will go and try this one for sure.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ARGO - Masternodes | Skein | PoW | Microtransaction | ZeroCoin Protocol on: February 09, 2018, 04:32:47 PM
We need some more decent exchange. Like cryptopia or at least tradesatoshi
 wallet.crypto-bridge.org Can you trade normally?

I cant even login. Seems that they have an issue with their certificate

Is that exchange legit guys?




At least their way of communication is 10 times better than Coinsmarkets ...
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!