Search content
Sort by

Showing 20 of 24 results by AllgaeuSchuerfer
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] || RADIUS || X11 || INSTANT X || 90% MASTERNODE REWARDS|| ATOMIC SWAPS
by
AllgaeuSchuerfer
on 07/06/2018, 11:38:41 UTC
same problem here. My Wallet does not sync anymore. Could anybody maybe share a list of addnodes?
Thanks.
Post
Topic
Board Exchanges
Re: [Exchange] GRAVIEX Exchange: low fees, fast withdrawals, high security
by
AllgaeuSchuerfer
on 24/05/2018, 21:44:19 UTC
Can anybody log in into Graviex now? Seems that whole website is down.
Any news whether they have been attacked?
Thanks for any response
Post
Topic
Board Announcements (Altcoins)
Re: ⚡ [ANN]⚡[PRUFUS]⚡[X11]⚡MASTERNODES⚡POS⚡High Reward's Eco friendly PRUFUS.
by
AllgaeuSchuerfer
on 14/04/2018, 07:42:41 UTC

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.
Post
Topic
Board Announcements (Altcoins)
Re: 🔥[ANN] 🌟🌟 [ABS] 🌟🌟🌟 ABSOLUTE ��🌟🌟 MASTERNODES 🌟🌟 POW 🌟🌟 ASIC RES🔥
by
AllgaeuSchuerfer
on 02/04/2018, 21:22:18 UTC
Hi,
Is something wrong with the masternode?
my masternode has been running for almost 2 days and i have not got any profit yet

https://www.pic-upload.de/view-35099860/Unbenannt.jpg.html

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?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AGENA - Autonomous Smart Masternodes // Low Supply // No ICO // MNO
by
AllgaeuSchuerfer
on 28/03/2018, 22:42:53 UTC
I bought on crypto-bridge.org and set up my first massternode. Went well so far .. now waiting for income
Post
Topic
Board Announcements (Altcoins)
Re: CREAMcoin • by CREAMteam • Pow/Pos • 4MB • 4 min • Stealth • Masternode
by
AllgaeuSchuerfer
on 25/03/2018, 15:06:40 UTC

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
Post
Topic
Board Announcements (Altcoins)
Re: CREAMcoin • by CREAMteam • Pow/Pos • 4MB • 4 min • Stealth • Masternode
by
AllgaeuSchuerfer
on 23/03/2018, 12:08:54 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: CREAMcoin • by CREAMteam • Pow/Pos • 4MB • 4 min • Stealth • Masternode
by
AllgaeuSchuerfer
on 16/03/2018, 14:43:09 UTC
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
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
AllgaeuSchuerfer
on 03/03/2018, 15:51:17 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: 🚀[ANN][ICO]|[BSX] Bitspace |POW/POS |NIST5| ICO ends in 24 hours 🚀
by
AllgaeuSchuerfer
on 02/03/2018, 15:40:17 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: 🚀[ANN][ICO]|[BSX] Bitspace |POW/POS |NIST5| ICO ends in 24 hours 🚀
by
AllgaeuSchuerfer
on 02/03/2018, 12:52:43 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW/POS/POA] Ellerium Project [ASIC resistant][XEVAN][Masternodes]
by
AllgaeuSchuerfer
on 20/02/2018, 07:23:15 UTC
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 ...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW/POS/POA] Ellerium Project [ASIC resistant][XEVAN][Masternodes]
by
AllgaeuSchuerfer
on 20/02/2018, 07:13:46 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW/POS/POA] Ellerium Project [ASIC resistant][XEVAN][Masternodes]
by
AllgaeuSchuerfer
on 19/02/2018, 19:52:24 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW/POS/POA] Ellerium Project [ASIC resistant][XEVAN][Masternodes]
by
AllgaeuSchuerfer
on 19/02/2018, 14:46:10 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BWK] BULWARK | NO ICO | Masternodes | Accelerated PoW | Seesaw PoS/MN
by
AllgaeuSchuerfer
on 13/02/2018, 18:05:18 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ARGO - Masternodes | Skein | PoW | Microtransaction | ZeroCoin Protocol
by
AllgaeuSchuerfer
on 13/02/2018, 10:17:27 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ARGO - Masternodes | Skein | PoW | Microtransaction | ZeroCoin Protocol
by
AllgaeuSchuerfer
on 12/02/2018, 15:21:03 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NYXCOIN POW Masternode Complex Coin Project
by
AllgaeuSchuerfer
on 10/02/2018, 09:24:25 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ARGO - Masternodes | Skein | PoW | Microtransaction | ZeroCoin Protocol
by
AllgaeuSchuerfer
on 09/02/2018, 16:32:47 UTC
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?


https://i.imgur.com/Nl6cPzh.png

At least their way of communication is 10 times better than Coinsmarkets ...