Bitcoin Forum
May 30, 2024, 01:01:14 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 37 »
101  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: YoBit.Net - CRYPTOCURRENCY EXCHANGE & MultiCoin DICE - Free Coins every 1-24 hrs on: July 05, 2016, 01:44:01 PM
Please fix PostCoin wallet. Thank you.
102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]|PostCoin|[POST] | Pure POS | Revenue Sharing Board Partnership | 50% BURNT on: July 04, 2016, 08:18:33 AM
https://novaexchange.com/market/BTC_POST/ didnt seen this before. For how long has been POST on nova? Cheesy
EDIT: from 1st of July

I didn't even see this myself I always thought POST was a YoBit only coin, well I guess not anymore.

Is the Forum still around that rewards you in POST for posting on there ?
Yep, https://thealtcoinboard.com
So there are 3 exchanges now

https://www.coinexchange.io/market/POST/BTC
https://yobit.net/en/trade/POST/BTC
https://novaexchange.com/market/BTC_POST/

BtW its funny though, how the price could be pumped.
At https://novaexchange.com/market/BTC_POST/ - 0.01 BTC for a price like 600 sat, and around 0.2 to 2k sat
At https://www.coinexchange.io/market/POST/BTC -0.4 BTC for a price like 3k sat
103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]|PostCoin|[POST] | Pure POS | Revenue Sharing Board Partnership | 50% BURNT on: July 03, 2016, 08:43:14 PM
https://novaexchange.com/market/BTC_POST/ didnt seen this before. For how long has been POST on nova? Cheesy
EDIT: from 1st of July
104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]|PostCoin|[POST] | Pure POS | Revenue Sharing Board Partnership | 50% BURNT on: July 02, 2016, 01:02:26 PM
Nice price and volume at https://www.coinexchange.io/market/POST/BTC. Yobit should follow it Cheesy
105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TES] ϟϟ The Tesla ϟϟ Decentralize the Energy System ϟϟ Bittrex - Cryptopia on: June 28, 2016, 11:40:55 AM
Why new topic started? This coin was released 2.5 years ago.
106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [MOJO] Mojocoin - Trust in Crypto - Pure PoS | V2 wallets out now on: June 27, 2016, 11:52:25 PM
I get continuously the following error even if i have libevent built.

Code:
atdsrc\tor\compat_libevent.h:18:25: fatal error: event2/util.h: No such file or
directory

Dunno what could be the problem.

Edit: BTW i have a prebuilt version of secp256k, which was working with many coins before. I can send it to you and you can give a try.

This is why we are in a bit of a pickle. ok


looking at your backslashes i assume your building on Windows... Basically you need to have the event libs compiled

basic steps...
1) download the source from here http://libevent.org/
2) extract using tar xvfz in MSYS
3) using MSYS perform the usual stuff...
    ./autogen.sh
    ./configure
    make
    make install    (as long as you have autoreconf installed this will move the libs and headers into the correct MinGW paths.
4) ensure the MinGW lib and include paths are specified in the mojocoin.pro recipe

Then try building again


Yep, i'm on windows.I've did it this way. Probably that autoreconf stuff is fuckin me over and over again Tongue.
How could i check if libevent is build correctly? i can't get to much information from make verify
107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [MOJO] Mojocoin - Trust in Crypto - Pure PoS | V2 wallets out now on: June 27, 2016, 11:15:37 PM
v2.0.0.0 windows wallet built, just doing some testing.
If anyone wants to send a small test transaction to MHpc5N5R1YkLMdpJXHhhhs6nTYAWmrp5yk, I will return the value sent (minus txfee ofc). Please don't send much



Great. Cheesy Can you check my previous posts? what could be wrong at my try? some lesson would be great from my own fault Cheesy
108  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: YoBit.Net - CRYPTOCURRENCY EXCHANGE & MultiCoin DICE - Free Coins every 1-24 hrs on: June 27, 2016, 11:04:58 PM
Please fix PostCoin wallet. Thank you SIR Cheesy
109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [MOJO] Mojocoin - Trust in Crypto - Pure PoS | V2 wallets out now on: June 27, 2016, 10:29:27 PM
I have the same problem ^^

Code:
atdsrc\tor\compat_libevent.h:18:25: fatal error: event2/util.h: No such file or
directory

The secp256k1 makes no problems... i think you have a error in your tor config. Check this #ifdef HAVE_EVENT2_EVENT_H
Yes, i know that there is no problem with secp, at least i hope, since the compilation doesn't reached that stadium.
There is a problem with libevent, in which event2/util.h is located. I see there, but the "compiler" doesn't finds.
What could be the wrong with tor config, if not the libevent library is the guilty?
110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [MOJO] Mojocoin - Trust in Crypto - Pure PoS | V2 wallets out now on: June 27, 2016, 08:53:49 PM
I get continuously the following error even if i have libevent built.

Code:
atdsrc\tor\compat_libevent.h:18:25: fatal error: event2/util.h: No such file or
directory

Dunno what could be the problem.

Edit: BTW i have a prebuilt version of secp256k, which was working with many coins before. I can send it to you and you can give a try.

can you provide a download link for it ?

Regards

Sent in pm to you

Thanks.

At the first look it looks like toe one in coindeps - I will try all three versions .

ragards
You just have to copy the folder in your deps folder, and then modify the mojocoin.pro to find it
111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [MOJO] Mojocoin - Trust in Crypto - Pure PoS | V2 wallets out now on: June 27, 2016, 08:38:09 PM
I get continuously the following error even if i have libevent built.

Code:
atdsrc\tor\compat_libevent.h:18:25: fatal error: event2/util.h: No such file or
directory

Dunno what could be the problem.

Edit: BTW i have a prebuilt version of secp256k, which was working with many coins before. I can send it to you and you can give a try.

can you provide a download link for it ?

Regards

Sent in pm to you
112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [MOJO] Mojocoin - Trust in Crypto - Pure PoS | V2 wallets out now on: June 27, 2016, 08:07:11 PM
I get continuously the following error even if i have libevent built.

Code:
atdsrc\tor\compat_libevent.h:18:25: fatal error: event2/util.h: No such file or
directory

Dunno what could be the problem.

Edit: BTW i have a prebuilt version of secp256k, which was working with many coins before. I can send it to you and you can give a try.

This is why we are in a bit of a pickle. ok
What error do you get exactly? I just send you a pm in a few minutes with a download link with secp256k
113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [MOJO] Mojocoin - Trust in Crypto - Pure PoS | V2 wallets out now on: June 27, 2016, 07:41:02 PM
I get continuously the following error even if i have libevent built.

Code:
atdsrc\tor\compat_libevent.h:18:25: fatal error: event2/util.h: No such file or
directory

Dunno what could be the problem.

Edit: BTW i have a prebuilt version of secp256k, which was working with many coins before. I can send it to you and you can give a try.

can you provide a download link for it ?

Regards

I just give it to the dev to help him Tongue
114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [MOJO] Mojocoin - Trust in Crypto - Pure PoS | V2 wallets out now on: June 27, 2016, 07:08:00 PM
I get continuously the following error even if i have libevent built.

Code:
atdsrc\tor\compat_libevent.h:18:25: fatal error: event2/util.h: No such file or
directory

Dunno what could be the problem.

Edit: BTW i have a prebuilt version of secp256k, which was working with many coins before. I can send it to you and you can give a try.
115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: June 21, 2016, 08:32:06 AM
I got a migraine on all the other threads/slacks/exchanges/trollboxes while doing my daily routine of checking in on things....
and then i come here.... its so ZEN Smiley
the only project that has:
- not much trading volume
- +100BTC Sell wall on yobit @ upto 3 sat
-  0 Buy support on BTC
- very shy LTC movement
- First exchange that hosted the launch got hacked and flopped... yet no one lost anything huge (if any)

and everybody is happy and calm... no pumps.... no dumps.... no freak-outs...

proud to be part of this community and i hope it continues to develop as it is now... slowly but surly... above all.. positively
We are either on to something or all are "ON" something... and that shit is good.....

Cheers Fellows, all the best...
 
Well said mister, well said
116  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: YoBit.Net - CRYPTOCURRENCY EXCHANGE & MultiCoin DICE - Free Coins every 1-24 hrs on: June 06, 2016, 05:31:03 PM
its back. Thats why you dont have to panic
117  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: YoBit.Net - CRYPTOCURRENCY EXCHANGE & MultiCoin DICE - Free Coins every 1-24 hrs on: June 06, 2016, 03:59:59 PM
What the fuck people? why are you fudding and scolding on yobit. Tell me one other trusted exchange that adds new coins and offers some volume to them.
Yobit was growing rapidly in the last few months and imo it's the best exchange for new coins these days.
Shut your mouth and think about these things a little bit.


Wake up bro'
Yobit down since 3 hours and no info about it.

Lol and who the fuck cares? These 3 hours are nothing. Do you think that panicing helps the situation is some way?
Keep calm and stop the fudding and crying, people
118  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: YoBit.Net - CRYPTOCURRENCY EXCHANGE & MultiCoin DICE - Free Coins every 1-24 hrs on: June 06, 2016, 03:54:46 PM
What the fuck people? why are you fudding and scolding on yobit. Tell me one other trusted exchange that adds new coins and offers some volume to them.
Yobit was growing rapidly in the last few months and imo it's the best exchange for new coins these days.
Shut your mouth and think about these things a little bit.
119  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]|PostCoin|[POST] | Pure POS | Revenue Sharing Board Partnership | 50% BURNT on: June 06, 2016, 03:50:00 PM
I guess there is no need of panic .  Grin
120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: EMPORIUM | Lisk Fork | Decentralized Marketplace | POW distribution now on: May 30, 2016, 05:25:41 PM
wow, great news. now its time to rocket
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 37 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!