Bitcoin Forum
May 13, 2024, 09:30:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 [91] 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 ... 167 »
  Print  
Author Topic: Execoin: | First Open-Source Stealth Wallet Released! | Fast | ASIC-proof  (Read 281627 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
zerxus
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile
April 06, 2014, 05:19:05 PM
 #1801

Some pictures of Android wallet beta-testing process:
   


Amazing!
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715592656
Hero Member
*
Offline Offline

Posts: 1715592656

View Profile Personal Message (Offline)

Ignore
1715592656
Reply with quote  #2

1715592656
Report to moderator
1715592656
Hero Member
*
Offline Offline

Posts: 1715592656

View Profile Personal Message (Offline)

Ignore
1715592656
Reply with quote  #2

1715592656
Report to moderator
COMKORT
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile WWW
April 06, 2014, 08:34:18 PM
 #1802

Hello and Congratulations! EXE coin was added to COMKORT exchange.

3 MARKETS for EXE

https://comkort.com/market/trade/exe_btc

https://comkort.com/market/trade/exe_ltc

https://comkort.com/market/trade/exe_doge


Convenient exchange for convenient alt-coin trading! Join and enjoy!


gsupp
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
April 06, 2014, 08:47:12 PM
 #1803

Hello and Congratulations! EXE coin was added to COMKORT exchange.

3 MARKETS for EXE

https://comkort.com/market/trade/exe_btc

https://comkort.com/market/trade/exe_ltc

https://comkort.com/market/trade/exe_doge


Convenient exchange for convenient alt-coin trading! Join and enjoy!


Thanks!
FryguyUK
Legendary
*
Offline Offline

Activity: 801
Merit: 1000


View Profile
April 06, 2014, 10:34:24 PM
 #1804

Think execoin is readjusting the hashrate has been a bit crazy today, possibly slumping to 0.00004-5 again like it did before. Be patient though guys it'll likely be back up in a few days / weeks
jjc6676
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
April 06, 2014, 10:55:31 PM
 #1805

Hello and Congratulations! EXE coin was added to COMKORT exchange.

3 MARKETS for EXE

https://comkort.com/market/trade/exe_btc

https://comkort.com/market/trade/exe_ltc

https://comkort.com/market/trade/exe_doge


Convenient exchange for convenient alt-coin trading! Join and enjoy!



Added to the list of exchanges on reddit sub
xycco
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 07, 2014, 07:18:37 AM
 #1806

The lack of popularity!need faucet!
jjc6676
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
April 07, 2014, 01:59:18 PM
 #1807

Anyone know a faucet developer?
haggis
Hero Member
*****
Offline Offline

Activity: 984
Merit: 1000


View Profile
April 07, 2014, 04:23:32 PM
 #1808

This coin looks promising. I'm in - without any faucet  Tongue
gsupp
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
April 07, 2014, 05:46:40 PM
 #1809

I'm trying to compile the wallet under Ubuntu 12.04 and I keep getting the following error:

Code:
/usr/bin/ld: cannot find -lboost_system-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw48-mt-s-1_55
collect2: ld returned 1 exit status
make: *** [execoin-qt] Error 1

Does anyone have any ideas? I'm thinking it's because libboost1.48-dev is the highest available under Ubuntu 12.04. I think I need Ubuntu 13.04 for libboost 1.55.

-gsupp
spikers
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
April 07, 2014, 06:38:37 PM
 #1810

I'm trying to compile the wallet under Ubuntu 12.04 and I keep getting the following error:

Code:
/usr/bin/ld: cannot find -lboost_system-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw48-mt-s-1_55
collect2: ld returned 1 exit status
make: *** [execoin-qt] Error 1

Does anyone have any ideas? I'm thinking it's because libboost1.48-dev is the highest available under Ubuntu 12.04. I think I need Ubuntu 13.04 for libboost 1.55.

-gsupp

Try to comment line 30 in bitcoin-qt.pro file:
BOOST_LIB_SUFFIX=-mgw48-mt-s-1_55
craigdabbs
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 07, 2014, 07:03:55 PM
 #1811

I had the same thing on my arch install.

I ended up linking the files it was looking for.

ln -s

you can find what files its looking for by using

ld -lboost_thread-mgw48-mt-s-1_55 --verbose
Doom4535
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile
April 08, 2014, 12:25:00 AM
 #1812

Any chance of porting the android wallet to ios and sneaking it past apple (and/or putting one up on cydia)?  Looks sick, keep up the good work.

FLAP: FDf1mMgvMU5CxT1vR33iZr5sf9u2Mb4gcr
EXE: EKtwmweMBLtg5xNXp1anofonJsJiao1DYY
free bitcoin lottery
mjsrs
Full Member
***
Offline Offline

Activity: 172
Merit: 100


View Profile
April 08, 2014, 01:56:01 AM
 #1813

Some pictures of Android wallet beta-testing process:


   







very nice

https://dash-stats.com XoPGniokL6rRahoKviBza8oqWSTyUQPkAF
ololo
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
April 08, 2014, 10:23:55 AM
 #1814

HELP ME!

I downloaded Execoin-QT (www.execoin.net/files/execoin-qt) on Ubuntu, but it does not run. I do not know much Linux. There is guidance on installation? Maybe lacks any system components?

And on BAMT not run. I want to run solomining. See the picture run (just double click) execoin-qt on the BAMT.
http://s43.radikal.ru/i099/1404/9f/3639efc8ac0c.jpg
haggis
Hero Member
*****
Offline Offline

Activity: 984
Merit: 1000


View Profile
April 08, 2014, 11:16:25 AM
 #1815

Make the file executable (right click -> ...)

or via console:
chmod +x execoin-qt
gsupp
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
April 08, 2014, 02:33:47 PM
 #1816

I'm trying to compile the wallet under Ubuntu 12.04 and I keep getting the following error:

Code:
/usr/bin/ld: cannot find -lboost_system-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw48-mt-s-1_55
collect2: ld returned 1 exit status
make: *** [execoin-qt] Error 1

Does anyone have any ideas? I'm thinking it's because libboost1.48-dev is the highest available under Ubuntu 12.04. I think I need Ubuntu 13.04 for libboost 1.55.

-gsupp

Try to comment line 30 in bitcoin-qt.pro file:
BOOST_LIB_SUFFIX=-mgw48-mt-s-1_55

That worked, thanks!  Grin
ololo
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
April 08, 2014, 02:41:47 PM
 #1817

Make the file executable (right click -> ...)

or via console:
chmod +x execoin-qt

On BAMT. I made the file executable, but after a double click, nothing happens.
Then tried to console, but again nothing happened.
What am I doing wrong?

http://s52.radikal.ru/i137/1404/be/ea59fa989741.jpg
http://i031.radikal.ru/1404/52/6e031ae1ff87.jpg
gsupp
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
April 08, 2014, 02:49:07 PM
 #1818

Make the file executable (right click -> ...)

or via console:
chmod +x execoin-qt

On BAMT. I made the file executable, but after a double click, nothing happens.
Then tried to console, but again nothing happened.
What am I doing wrong?




Maybe the wallet is compiled for 64bit? I believe BAMT is 32bit.

Do you have a 64-bit Linux system you can try it on?
execoin (OP)
Full Member
***
Offline Offline

Activity: 204
Merit: 100


View Profile
April 08, 2014, 04:58:34 PM
 #1819


Important!

Please send request to Moolah to add Execoin!

We need your support to be added to Moolah. It is an important step since Moolah is a popular platform for online merchants and if Execoin will be added there it has a high chance to be widely supported by merchants.

We have already sent an official request few days ago, but they need a proof of community support, so please send a request or short message explaining why you want Execoin to be added to both hi@moolah.ch and support@moolah.ch

Thank you!



haggis
Hero Member
*****
Offline Offline

Activity: 984
Merit: 1000


View Profile
April 08, 2014, 05:47:02 PM
 #1820


Important!

Please send request to Moolah to add Execoin!

We need your support to be added to Moolah. It is an important step since Moolah is a popular platform for online merchants and if Execoin will be added there it has a high chance to be widely supported by merchants.

We have already sent an official request few days ago, but they need a proof of community support, so please send a request or short message explaining why you want Execoin to be added to both hi@moolah.ch and support@moolah.ch

Thank you!

Nice, I didn't know them so far. Looks like a nice platform. Mails sent Smiley
Pages: « 1 ... 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 [91] 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 ... 167 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!