Bitcoin Forum
May 25, 2024, 04:35:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 [30] 31 32 33 34 35 36 »
581  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast | on: August 13, 2017, 09:55:07 AM
Does anyone have the unix files? Compile it myself, didn't work...

https://github.com/RangaBoom/CrocodileCash

There's a link to the Source code.. What issues did you run into while trying to compile it? I'm pretty sure someone here would be able to help you compile it. I don't think I had any issues trying to compile it, but I could be wrong.

I don't really know where the issue begins, but here are some rows:

Quote
/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/home/cmento/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:189: recipe for target 'CrocodileCashd' failed



make: *** [CrocodileCashd] Error 1




Try to Make clean in leveldb.  Then sudo make libleveldb.a libmemenv.a
recompile and let us know

I received my twitter airdrop Thanks so much

I am looking to buy a couple hundred more if anyone wants to sell please PM me.

Awesome, that worked out. You can PM me your Croc Address, I will send you some.


I tried to compile it on my RPi with the following:

cd /home/pi
git clone https://github.com/RangaBoom/CrocodileCash
cd CrocodileCash
qmake
Quote
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
make
Quote
cd /home/pi/CrocodileCash/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/pi/CrocodileCash/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: Datei oder Verzeichnis nicht gefunden
make[1]: *** No rule to make target 'build_config.mk'.  Schluss.
make[1]: Leaving directory '/home/pi/CrocodileCash/src/leveldb'
Makefile:593: recipe for target '/home/pi/CrocodileCash/src/leveldb/libleveldb.a' failed
make: *** [/home/pi/CrocodileCash/src/leveldb/libleveldb.a] Error 2


What's wrong?

It's saying that permission is denied for build_detect_platform. Try chmod 755 src/leveldb/build_detect_platform or if that doesn't work, do like I mentioned a few posts back and grab the level db files from another coin you have managed to compile successfully

Thanks.
This worked well as it seems, the GUI starts, but LXTerminal states libEGL warning: DRI2: failed to authenticate
This is why my wallet doesn't sync now? (have done the CrocodileCash.conf including the nodes)
582  Local / Altcoins (Deutsch) / Re: Antminer D3 ist gerade verfügbar ;-) on: August 13, 2017, 09:45:12 AM
Okay.
Was ich noch nicht ganz verstehe - läuft der Antminer per LAN eigenständig über sein Netzteil, oder muss er an einen vollwertigen PC angeschlossen sein?
das Netzteil brauchst du auch noch, bei den "großen" Antminern braucht man eins von Servern, bei den kleineren reicht ein altes Computernetzteil, wo man eine Pin brücken muss. Ich hab meins an einer Funksteckdose hängen, immer wenn die Solarzellen Strom bringen, kann ich die mit meinem Handy anschalten

Und wie profitabel war das bisher für dich wenn ich fragen darf?

583  Local / Altcoins (Deutsch) / Re: Antminer D3 ist gerade verfügbar ;-) on: August 13, 2017, 09:12:38 AM
D# -> X11 Algorithmus
S# -> sha-256 Algorithmus
L# -> scrypt Algorithmus

da es wenige D# und L# Miner gibt, sind die noch rentabel im Gegensatz zu den S#
ziehen tun die alle ca. 1kW-1,2kW

Okay.
Was ich noch nicht ganz verstehe - läuft der Antminer per LAN eigenständig über sein Netzteil, oder muss er an einen vollwertigen PC angeschlossen sein?
584  Local / Altcoins (Deutsch) / Re: Antminer D3 ist gerade verfügbar ;-) on: August 13, 2017, 08:39:10 AM
Was ist denn der Unterschied zwischen den einzelnen Antminern, sprich Antminder D3, Antminer S9 & Antminer L3+ ?

Sind die jeweils für verschiedene Cointypen geeignet?
Welche Vor-/Nachteile hat der jeweilige?
Was ziehen die an kW/h?
585  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast | on: August 13, 2017, 08:18:16 AM
Does anyone have the unix files? Compile it myself, didn't work...

https://github.com/RangaBoom/CrocodileCash

There's a link to the Source code.. What issues did you run into while trying to compile it? I'm pretty sure someone here would be able to help you compile it. I don't think I had any issues trying to compile it, but I could be wrong.

I don't really know where the issue begins, but here are some rows:

Quote
/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/home/cmento/CrocodileCash/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/cmento/CrocodileCash/src/txdb-leveldb.h:84: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:189: recipe for target 'CrocodileCashd' failed



make: *** [CrocodileCashd] Error 1




Try to Make clean in leveldb.  Then sudo make libleveldb.a libmemenv.a
recompile and let us know

I received my twitter airdrop Thanks so much

I am looking to buy a couple hundred more if anyone wants to sell please PM me.

Awesome, that worked out. You can PM me your Croc Address, I will send you some.


I tried to compile it on my RPi with the following:

cd /home/pi
git clone https://github.com/RangaBoom/CrocodileCash
cd CrocodileCash
qmake
Quote
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
make
Quote
cd /home/pi/CrocodileCash/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/pi/CrocodileCash/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: Datei oder Verzeichnis nicht gefunden
make[1]: *** No rule to make target 'build_config.mk'.  Schluss.
make[1]: Leaving directory '/home/pi/CrocodileCash/src/leveldb'
Makefile:593: recipe for target '/home/pi/CrocodileCash/src/leveldb/libleveldb.a' failed
make: *** [/home/pi/CrocodileCash/src/leveldb/libleveldb.a] Error 2


What's wrong?
586  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| CrocodileCash | PoW/DPOS/PoS Hybrid | Snap Them Up Fast | on: August 12, 2017, 01:14:49 PM
Hope I'm not too late for joining.
PM'd you.
587  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ▉ANN▉ Masternodecoin ▉▉▉▉░ Airdrop ░▉▉▉▉ Dark Send & Economic of Masternode on: August 12, 2017, 12:12:59 PM
i'm really appreciate for two friends' support () , i think we can be in exchange in advance.

if sb wanna support us ,please pm me,we got 0.15btc already.



Though I cannot join the airdrop, I am an early adopter .. I can confirm my new balance of 50.000 MTNC!

Get this ship heading to horizon! Cool

588  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WINK] WINK! Unleash your selfie potential on: August 11, 2017, 02:53:07 PM
wallet is still offline.

Start Wink by running one of these commands to add working node.
wink.exe -addnode=213.239.212.246
wink.exe -addnode=110.55.67.96

Create a SHORTCUT to wink.exe
click 'properties' and type -addnode=110.55.67.96  {after wink.exe}
that is the only node working NOW

But working fine, I just withdraw my WINK from Yobit to the wallet
to be on the safe side for this investment







it still doesn't work, it's still offline, i have 1300000 coins to put in this wallet for staking.
can you please show me a sreenprint of this manipulation, because i did like you told, and still nothing, maybe i did it wrong.
thank you

I've got an equal amount .. what'd be the reward for that?
589  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🌟🌟🚀[ANN][PRESALE] Snapup - A revolutionary way to shop for premium products on: August 10, 2017, 06:01:27 PM


VLOG 8 - Metrics, Open Source & Tokens Distribution




Alex tunes in from his apartment for important announcements on the project. We are open sourcing a metrics system that will be able to help companies for their upcoming icos keeping track of the investments with the various cryptocurrencies they accept during their crowdsale.

FOLLOW US ON TWITTER
LIKE OUR PAGE ON FACEBOOK





Could you explain a bit more detailed what is meant by metrics system?

I'm not sure if I got it correctly - do you guys invent a new way to store different tokens and cash it out into one currency like ETH or what?
590  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 【ANN】 🔥WWAM🔥 - Anonymous messaging protocol - 【ICO LIVE !】 on: August 10, 2017, 05:55:20 PM
The potential market is huge of course. I wonder how long it would take until the general public would adopt a technology like this. A new Wikileaks leak about how the NSA and other organisations monitor everything we do, would really give a technology like this a real push!

This will happen in some years after the mass has come to crypto, not even before that.
The herd is always known for being lazy, most of the times being that much too long as they regret it later badly.
But every single one of us can help to archieve this goal by supporting this promising project.
Spread the word of WWAM!

It could also play out in the opposite way. If they(or someone else) just makes a really great messaging app, without the public needing to know that much about crypto, or the foundation/protocol behind the app, it could also be huge. Then you would have the cryptopeople behind it, and the general public using it, but without the need for them to really know the technology.

True, though I like to imagine it this way as well.
Would make things much more simple and the use case of WWAM better adoptable.
Let's see what will work out sooner.
591  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 【ANN】 🔥WWAM🔥 - Anonymous messaging protocol - 【ICO LIVE !】 on: August 10, 2017, 03:13:01 PM
The potential market is huge of course. I wonder how long it would take until the general public would adopt a technology like this. A new Wikileaks leak about how the NSA and other organisations monitor everything we do, would really give a technology like this a real push!

This will happen in some years after the mass has come to crypto, not even before that.
The herd is always known for being lazy, most of the times being that much too long as they regret it later badly.
But every single one of us can help to archieve this goal by supporting this promising project.
Spread the word of WWAM!
592  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🌟🌟🚀[ANN][PRESALE] Snapup - A revolutionary way to shop for premium products on: August 10, 2017, 12:36:20 PM
Yes,it is right! if the product which might be available in their local market and not expansive than the platform,they will buy in local place!

They should deal with special products that are only made in its' origin and export it globally.

Such as handmade swatches from Swiss, whiskey from Ireland, clothes made out of silk from india, etc. ..
593  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 【ANN】 🔥WWAM🔥 - Anonymous messaging protocol - 【ICO LIVE !】 on: August 10, 2017, 12:21:47 PM
Hey,

I think your project is something worth to keep an eye on, because in recent days we lose more and more control about our privacy. To be honest I am not a programmer or someone with a lot of knowledge how all this protocols work but before investing into a coin I want to understand it and know if it fits for me.

I have two questions at the moment.

The first one is: Your project ist build on an anonymous messaging protocol. Do you think this could be abused for bad? And would there be a backdoor or something for the developers to reveal abuse?

The second one is: Recently there were news about other coins that got revelead as not so anonymous than it was thought, do you think that something like that could happen in any way to you? I mean, never say never, but have you plans to keep it as anonymous as it should be? Smiley

Anyways, keep the good work up!

Whitepaper p. 9

Quote
WWAM seeks to make it impossible, for communication between users, to be compromised in any
instance, when communicating over the internet. All messages between users on the WWAM network will
be encrypted. Encryption will be mandatory, and un-encrypted messages rejected automatically by the
network.

The nodes will have zero knowledge about the users on the platform, and they will not be able to read
messages and content. Users will not be required to register to use WWAM, thereby rendering login and
password combinations useless. There will be no central server to store private information, and all
messages will stay in the blockchain. Contact lists and message history are non-existent unless the user
opts to maintain one.

WWAM will use a large network of many nodes. Whenever a user sends a message, the network will
process the message on different nodes. If a node on the network sees the user's Internet Protocol (IP)
address, the rest of the network would be oblivious to that information. With a network of thousands of
nodes, it is impossible for an attacker to control enough nodes to access the Internet Protocol (IP) address
of a specific user. Should the improbable happen, and the attacker is able to see the users IP address, they
will not be able to access the users messages

read more about it here: http://wwam.io/Whitepaper.pdf

And as it is supposed to be decentralized, I think there should'nt be the possibility of backdoors for anyone.

Summarize it pretty well, there will be no such thing as a backdoor, the code will be open-sourced anyway  Wink

Thank you for the answers. Well this could be a big help for sending informations anonymously and I think people like Snowden would have loved to be able to use this protocol. Would love to see a smartphone messanger using this protocol someday Smiley

Snwoden is just a Promi in that case .. I'd say everyone has to hide something, so there's a need for people all over the world.

Get in touch with the ICO and save your 15% bonus now!
594  Local / Altcoins (Deutsch) / Re: Aktuelle Airdrops on: August 10, 2017, 04:51:48 AM
funktioniert wieder.

Quote
The cost of building the 6 components of the ACT decentralized platform on Ethereum is: *

$170,000

Which of the following described in the ACT White Paper is not a Crypto Token? *
 
ACTIVATE
 
Social Accountability is best described as: *

the extent and capability of citizens to hold the state accountable and make it responsive to their needs

Those participating in Pre-Release Access will receive "A" more ACT tokens as those in the ICO this November: *


A = 100%


I was referred by an existing ACT contributor with the following Ethereum address:

0xD754509Ae3cA3546E3a8607002bbc59E17cAdc03



Folgende Meldung zum Schluss erhalten :

Bear with us! Our processing time is about 7 days currently.

sollte jetzt funktionieren.Richtige Meldung erhalten?

Ja, das ist korrekt!
595  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 【ANN】 🔥WWAM🔥 - Anonymous messaging protocol - 【ICO LIVE !】 on: August 10, 2017, 04:49:37 AM
I can see windows and Linux clients in the roadmap but no mention about Android and iOS. Are there any plans about supporting mobile OS ?

Please spend at least 5 minutes in reading the previous pages before asking what has been already answered many times!

CCEDKaps

I want to understand. You ll also have mobile apps? Or you planning releasing adnroid and ios apps? Cause its more demand now

WWAM is a protocol. Anyone can build an application on top of it. If anybody wants to build a mobile app he'll be able too.

Sooner than later, I'm sure someone will pick WWAM's source code to do a mobile client with its' protocol.
Many promising projects that are just uprising today will have its' real use-cases later in 2018 IMO.
596  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 【ANN】 🔥WWAM🔥 - Anonymous messaging protocol - 【ICO LIVE !】 on: August 09, 2017, 09:42:10 PM

actual news of a delicate change in german legislation regarding to the encryption of messengers like whatsapp

http://www.politico.eu/article/german-government-to-spy-on-encrypted-messaging-services/

Just to list a few, I've heard something similiar from the UK government as well.
Times are getting worse and worse - just one more reason for WWAM!

What if any implementations of WWAM are forced to implement backdoors by the governments? Also observe that the German and UK governments have been elected democratically, therefore the majority of the population are afraid of encrypted messaging. That fear is fueled for a significant amount by terrorism, which in turn is caused by inequality. I don't think we'll solve inequality by putting backdoors in people's phones. It's also a vicious circle, more surveillance leads to more anonymous messaging.

Once the token is deployed on the ethereum blockchain, you (WWAM Devs) cannot change anything it its' code later on.
And as we know, crypto in whole cannot be regulated by anyone, nor by a single government.
To do so, you'd have to shutdown the internet totally. Here we go - this won't ever happen and this is why we all love cryptos!  Cool

This fact is i.e. an ongoing issue on Minerum, so that the dev decided to develop a new (MNE2) coin including the missing features of MNE1.
597  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 【ANN】 🔥WWAM🔥 - Anonymous messaging protocol - 【ICO LIVE !】 on: August 09, 2017, 08:59:19 PM
We all think the same thing, we are all exhausted about lost of privacy on internet and chat, big actor like GAFA take all of our data and sell it le price it. There is a big demand on private messaging service, but a real private service how afford anonimity and a strong data protection. WWAM can do that and will do that. With the blochain application, they can revolutionate the messaging services all around the world.

actual news of a delicate change in german legislation regarding to the encryption of messengers like whatsapp

http://www.politico.eu/article/german-government-to-spy-on-encrypted-messaging-services/

Just to list a few, I've heard something similiar from the UK government as well.
Times are getting worse and worse - just one more reason for WWAM!
598  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 【ANN】 🔥WWAM🔥 - Anonymous messaging protocol - 【ICO LIVE !】 on: August 09, 2017, 08:40:53 PM
Hey,

I think your project is something worth to keep an eye on, because in recent days we lose more and more control about our privacy. To be honest I am not a programmer or someone with a lot of knowledge how all this protocols work but before investing into a coin I want to understand it and know if it fits for me.

I have two questions at the moment.

The first one is: Your project ist build on an anonymous messaging protocol. Do you think this could be abused for bad? And would there be a backdoor or something for the developers to reveal abuse?

The second one is: Recently there were news about other coins that got revelead as not so anonymous than it was thought, do you think that something like that could happen in any way to you? I mean, never say never, but have you plans to keep it as anonymous as it should be? Smiley

Anyways, keep the good work up!

Whitepaper p. 9

Quote
WWAM seeks to make it impossible, for communication between users, to be compromised in any
instance, when communicating over the internet. All messages between users on the WWAM network will
be encrypted. Encryption will be mandatory, and un-encrypted messages rejected automatically by the
network.

The nodes will have zero knowledge about the users on the platform, and they will not be able to read
messages and content. Users will not be required to register to use WWAM, thereby rendering login and
password combinations useless. There will be no central server to store private information, and all
messages will stay in the blockchain. Contact lists and message history are non-existent unless the user
opts to maintain one.

WWAM will use a large network of many nodes. Whenever a user sends a message, the network will
process the message on different nodes. If a node on the network sees the user's Internet Protocol (IP)
address, the rest of the network would be oblivious to that information. With a network of thousands of
nodes, it is impossible for an attacker to control enough nodes to access the Internet Protocol (IP) address
of a specific user. Should the improbable happen, and the attacker is able to see the users IP address, they
will not be able to access the users messages

read more about it here: http://wwam.io/Whitepaper.pdf

And as it is supposed to be decentralized, I think there should'nt be the possibility of backdoors for anyone.
599  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 【ANN】 🔥WWAM🔥 - Anonymous messaging protocol - 【ICO LIVE !】 on: August 09, 2017, 08:31:28 PM
The bigger the project gets the more nodes could be set up and your safety increases.

Have you guys already thought of suggesting Bitcointalk.org an integrated chat using WWAM's protocol?
I surely bet a great amount of people would love to see this around here!

600  Local / Altcoins (Deutsch) / Re: Modum - Diskussions Tread on: August 09, 2017, 08:03:43 PM
Die Dividende wird zwischen allen Anlegern ausgeschüttet - je nachdem, wie viel % du von der AG in Anteilen besitzt, berechnet sich also dein Anteil, bzw. deine persönliche Dividende.

Dieser variiert je nach Jahresschlussbilanz/Gewinn der AG und wird wie beschrieben durch den Vorstand festgelegt.

@BTT: Vielversprechendes Projekt, werde wohl versuchen, auch in den Pre-ICO reinzukommen! Smiley
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 [30] 31 32 33 34 35 36 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!