Bitcoin Forum
June 08, 2024, 04:42:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 38 39 40 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 ... 165 »
1221  Alternate cryptocurrencies / Mining (Altcoins) / DELETED on: June 14, 2014, 04:13:22 PM



Always Latest Builds

>>> Join Monero Pool http://xmr.hashinvest.net / 0.75% FEE <<<

minerd -a cryptonight -o stratum+tcp://xmr.hashinvest.net:5555 -u YOUR_ADDRESS -p x

XMR Getting Started for Linux, Windows and Mac users.





>>> Join QuazarCoin Pool http://qcn.hashinvest.net / 1% FEE <<<

minerd -a cryptonight -o stratum+tcp://qcn.hashinvest.net:13333 -u YOUR_ADDRESS -p x

QCN Getting Started for Linux, Windows and Mac users.

Now with instant support! / UTC+6



1222  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency on: June 14, 2014, 03:01:57 PM

I am author of brew formulas, what OS X version? Can you try with "-v" flag and post details?

Thanks for your help. It is 10.9.3
BTW - I downloaded the source (I think from Github) and the simple command line wallet runs. Though I have no idea how to use that.
Not sure if that is the same as this? (Run from command line via http://www.monero.cc/getting-started/index.html

Code:
brew -v install --HEAD bitmonero
Homebrew 0.9.5
==> Cloning https://github.com/monero-project/bitmonero.git
git --git-dir /Library/Caches/Homebrew/bitmonero--git/.git status -s
Updating /Library/Caches/Homebrew/bitmonero--git
git config remote.origin.url https://github.com/monero-project/bitmonero.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git checkout -f master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
git reset --hard origin/HEAD
HEAD is now at 94cc5a7 Merge pull request #37 from tewinget/signals_fix
git reset --hard origin/HEAD
HEAD is now at 94cc5a7 Merge pull request #37 from tewinget/signals_fix
git checkout-index -a -f --prefix=/private/tmp/bitmonero-0CSG/
==> make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is Clang 5.1.0
-- The CXX compiler identification is Clang 5.1.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   program_options
-- Found Git: /usr/local/Library/ENV/4.3/git
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.5")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/bitmonero-0CSG/build/release
cd build/release && /Applications/Xcode.app/Contents/Developer/usr/bin/make
Scanning dependencies of target version
fatal: Not a git repository (or any of the parent directories): .git
CMake Warning at src/version.cmake:3 (message):
  Cannot determine current revision.  Make sure that you are building either
  from a Git working tree or from a source archive.


[  0%] Built target version
Scanning dependencies of target upnpc-static
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
[  2%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/miniupnpc.c.o
[  3%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minixml.c.o
[  4%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minisoap.c.o
[  5%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/miniwget.c.o
[  6%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o
[  7%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpcommands.c.o
[  8%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpreplyparse.c.o
[  9%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnperrors.c.o
[ 10%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/connecthostport.c.o
[ 11%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/portlistingparse.c.o
[ 12%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/receivedata.c.o
[ 13%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minissdpc.c.o
Linking C static library libminiupnpc.a
[ 13%] Built target upnpc-static
Scanning dependencies of target crypto
[ 14%] Building C object src/CMakeFiles/crypto.dir/crypto/aesb.c.o
[ 15%] Building C object src/CMakeFiles/crypto.dir/crypto/blake256.c.o
[ 16%] Building C object src/CMakeFiles/crypto.dir/crypto/chacha8.c.o
[ 17%] Building C object src/CMakeFiles/crypto.dir/crypto/crypto-ops-data.c.o
[ 18%] Building C object src/CMakeFiles/crypto.dir/crypto/crypto-ops.c.o
[ 19%] Building CXX object src/CMakeFiles/crypto.dir/crypto/crypto.cpp.o
[ 20%] Building CXX object src/CMakeFiles/crypto.dir/crypto/electrum-words.cpp.o
Scanning dependencies of target common
[ 21%] Building CXX object src/CMakeFiles/common.dir/common/base58.cpp.o
Scanning dependencies of target rpc
[ 22%] Building CXX object src/CMakeFiles/rpc.dir/rpc/core_rpc_server.cpp.o
Scanning dependencies of target cryptonote_core
[ 23%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/account.cpp.o
[ 24%] Building C object src/CMakeFiles/crypto.dir/crypto/groestl.c.o
[ 25%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-blake.c.o
[ 26%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-groestl.c.o
[ 27%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-jh.c.o
[ 28%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-skein.c.o
[ 29%] Building C object src/CMakeFiles/crypto.dir/crypto/hash.c.o
[ 30%] Building C object src/CMakeFiles/crypto.dir/crypto/jh.c.o
[ 31%] Building C object src/CMakeFiles/crypto.dir/crypto/keccak.c.o
[ 32%] Building C object src/CMakeFiles/crypto.dir/crypto/oaes_lib.c.o
/tmp/bitmonero-0CSG/src/crypto/oaes_lib.c:37:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
         ^
1 error generated.
make[3]: *** [src/CMakeFiles/crypto.dir/crypto/oaes_lib.c.o] Error 1
make[2]: *** [src/CMakeFiles/crypto.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 33%] Building CXX object src/CMakeFiles/common.dir/common/command_line.cpp.o
[ 34%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/blockchain_storage.cpp.o
[ 35%] Building CXX object src/CMakeFiles/common.dir/common/util.cpp.o
[ 36%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/checkpoints.cpp.o
Linking CXX static library libcommon.a
[ 36%] Built target common
[ 37%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/cryptonote_basic_impl.cpp.o
[ 38%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/cryptonote_core.cpp.o
[ 39%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/cryptonote_format_utils.cpp.o
[ 40%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/difficulty.cpp.o
[ 41%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o
[ 42%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/tx_pool.cpp.o
Linking CXX static library librpc.a
[ 42%] Built target rpc
Linking CXX static library libcryptonote_core.a
[ 42%] Built target cryptonote_core
make[1]: *** [all] Error 2
make: *** [build-release] Error 2
==> Formula
Tap: sammy007-cryptonight/bitmonero
Path: /usr/local/Library/Taps/sammy007-cryptonight/bitmonero.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 028e632b4f24e88df80fb56b31218fe5ef7d018d
CPU: quad-core 64-bit sandybridge
OS X: 10.9.3-x86_64
Xcode: 5.1.1
MacPorts/Fink: /opt/local/bin/port
X11: N/A
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/miniupnpc/bin:/usr/bin:/bin:/usr/sbin:/sbin

Error: bitmonero HEAD did not build
Logs:
     /Users/earthmansurfer/Library/Logs/Homebrew/bitmonero/01.make
     /Users/earthmansurfer/Library/Logs/Homebrew/bitmonero/01.make.cc

Please read docs how to use it. You have to run bitmonerod and sync it, than generate new wallet using simplewallet -h.
Download blockchain.bin for faster synchronisation and copy it to ~/.bitmonero/.

ATM I have no idea why you can't compile it using brew, probably installed macports is a problem.
1223  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency on: June 14, 2014, 02:39:04 PM

Try 2

Code:
brew install --HEAD bitmonero
==> Installing dependencies for bitmonero: cmake, boost, miniupnpc
==> Installing bitmonero dependency: cmake
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.1
######################################################################## 100.0%
==> Pouring cmake-2.8.12.2.mavericks.bottle.2.tar.gz
🍺  /usr/local/Cellar/cmake/2.8.12.2: 701 files, 36M
==> Installing bitmonero dependency: boost
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/boost-1.55.
######################################################################## 100.0%
==> Pouring boost-1.55.0_2.mavericks.bottle.tar.gz
🍺  /usr/local/Cellar/boost/1.55.0_2: 10036 files, 452M
==> Installing bitmonero dependency: miniupnpc
==> Downloading http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-
######################################################################## 100.0%
==> make INSTALLPREFIX=/usr/local/Cellar/miniupnpc/1.8.20131007 install
🍺  /usr/local/Cellar/miniupnpc/1.8.20131007: 18 files, 216K, built in 13 seconds
==> Installing bitmonero
==> Cloning https://github.com/monero-project/bitmonero.git
Cloning into '/Library/Caches/Homebrew/bitmonero--git'...
remote: Counting objects: 542, done.
remote: Compressing objects: 100% (490/490), done.
remote: Total 542 (delta 64), reused 357 (delta 31)
Receiving objects: 100% (542/542), 6.88 MiB | 616.00 KiB/s, done.
Resolving deltas: 100% (64/64), done.
Checking connectivity... done.
==> make
[ 42%] Built target rpc
Linking CXX static library libcryptonote_core.a
[ 42%] Built target cryptonote_core
make[1]: *** [all] Error 2
make: *** [build-release] Error 2

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/sammy007-cryptonight/bitmonero/issues

I am author of brew formulas, what OS X version? Can you try with "-v" flag and post details?

Update:
Code:
Linking CXX executable coretests
[100%] Built target coretests
Linking CXX executable unit_tests
[100%] Built target unit_tests
==> Cleaning
==> Finishing up
ln -s ../Cellar/bitmonero/HEAD/bin/bitmonerod bitmonerod
ln -s ../Cellar/bitmonero/HEAD/bin/connectivity_tool connectivity_tool
ln -s ../Cellar/bitmonero/HEAD/bin/simpleminer simpleminer
ln -s ../Cellar/bitmonero/HEAD/bin/simplewallet simplewallet
==> Summary
🍺  /usr/local/Cellar/bitmonero/HEAD: 6 files, 10M, built in 7.9 minutes
1224  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency on: June 14, 2014, 02:36:52 PM
I got some problem when sent coin it show large than how to fix Huh

Read thread and don't answer the same question 100 times a day. You have to send in small amounts.
1225  Alternate cryptocurrencies / Altcoin Discussion / Re: THE WALL OF SHAME on: June 14, 2014, 02:06:27 PM
Don't forget to mention Max Keiser. One of the biggest scams in crypto history. Everyone know how he endorsed MaxCoin.
It's not enough for him and now StartCoin there. I noticed his tweets about this scam. FYI, StartCoin is obvious scam, it's traded on mcxnow before even announce on this forum. I noticed a couple of thousands blocks premined. Now this scam trading on bittrex. It's probably on of the insolent scams in crypto history.

https://bitcointalk.org/index.php?topic=651307

http://www.cryptoarticles.com/crypto-news/startcoin-on-mcxnow-despite-50-pre-mine-because-of-max-keiser
1226  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] COMING SOON. (WRL) WORLD RICH LIST COIN. FULL IPO+POS ONLY 1M COINS x11 on: June 13, 2014, 10:25:14 PM
this coin is been switched to x11 algo

FPGA owners will be happy. When you decide to switch to X13 algo I will say the same. But who cares? The problem is not algo, main problem is IPO and premine. You can't fix it. Your retarded dev can switch to Scrypt-N,  it's easy or Hefty. Make it GPU-only.

For my wise suggestions you can send me 0.05 BTC IPO value after launch. Never participated in IPO before =)
1227  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: June 13, 2014, 09:40:46 PM



It's trust pool with the very active dev.

Here're the latest updates & simple instructions & dev's contacts

Yeah, this pool need miners, people should clearly understand that no one wins from hopping for small amount of time.
People who scared of dust from big pools can consider smaller pools in order to receive significant amounts and avoid transfer issues. Later there will be an update to pool, an ability to specify minimal payout. No more dust.
1228  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] COMING SOON. (WRL) WORLD RICH LIST COIN. FULL IPO+POS ONLY 1M COINS on: June 13, 2014, 09:30:01 PM
IPO, Scrypt, 1% premine in Jun 14 2014? No way. It's better to play dice 1/100 really, much more chances to get profit.
1229  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★★★ [CAIx] ★ 100% PoS ★ Upcoming wallet features released ★★★★ on: June 13, 2014, 08:56:15 PM
Some crazy things happened on craptsy, I am surprised Huh
1230  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: June 13, 2014, 08:41:39 PM



>>> http://qcn.hashinvest.ws <<<

Running Latest Daemon Code / Spread Hashrate!

QuazarCoin CPU & GPU mining

minerd -a cryptonight -o stratum+tcp://qcn.hashinvest.ws:13333 -u YOUR_ADDRESS -p x

With instructions for Linux, Windows and Mac users.
1231  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [START] StartCOIN - The digital currency for crowdfunding on: June 13, 2014, 07:38:40 PM
stop making scrypt coin, they are dead and buried like sha256 and x11 will follow soon

You forgot about X13, no difference at all. Waiting for X15 hype  Cool
1232  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [START] StartCOIN - The digital currency for crowdfunding on: June 13, 2014, 07:34:45 PM
Smells like new Keiser coin, he also related to SJ. Mcxnow here again. Launched 24 hours ago, LOL.

I suspect this coins was not launched yesterday but already trading on mcxnow. Please tell me that I am wrong, please. 59 BTC volume there.
1233  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: June 13, 2014, 06:59:45 PM
Quote
[wallet ]: transfer 0 XXXXXXXXXXXXXXXX 1 XXXXXXXXXXXXXXXXXX
Error: transaction <yyyyyyyyyyyyy> is too big. Transaction size: 533889 bytes, transaction size limit: 24400
bytes

What can I do about this problem? xmr and fcn seem to be unaffected by such problem

Already posted ITT many times. You received a lot of dust inputs from pool and can't send big amounts. Try to send small amounts, 1 QCN or even 0.5 QCN.
1234  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★★★ [CAIx] ★ 100% PoS ★ Upcoming wallet features released ★★★★ on: June 13, 2014, 05:34:59 PM
Dear CAIx community,

As some of our members already noticed, we just got added to Cryptsy.
Our market can be found here: https://www.cryptsy.com/markets/view/221

Happy trading!


Yeah, lets get creepy trading started. Here we go:

1235  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency on: June 13, 2014, 05:16:30 PM
Oh now i get why posts change page. You delete your previous post every time you repost Cheesy But come on dude its still a bit of spam when you do it like 2-3 times per day. Could you please post it like twice per week or something?

No problem, I will hold horses if you are so irritated. I tried to make unobtrusive design of my posts to keep your, guys, eyes relaxed.
1236  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][KiB] Kibweecoin | Proof-of-Contribution | Sources release today on: June 13, 2014, 05:06:58 PM

I suspect this proof of contribution is a hidden kind of IPO.
1237  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][KiB] Kibweecoin | Proof-of-Contribution | Sources release today on: June 13, 2014, 05:03:18 PM
Source compilation screwed, time lost. I hope one day all this lame devs will loose all money they got from such launches and will wake up near strip bar absolutely nude and without a dime in a pocket.
1238  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CommunityCoin (COMM) | Pure PoS | Original COMM MultiPools Coming Soon on: June 13, 2014, 11:00:20 AM
hey guys, have you seen new cinni wallet?
it has very good features i think
you may want to try to adding some of em in comm wallet

edit: and thank you sameev for multipool

Yeah, a lot of things can be backported to COMM, I like CAIx feature:



You can specify a reserve and this amount will never stake.

But COMM need something original, original features for original coin.
1239  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FOREXCOIN][FRX] X11 | POW | 0 IPO | Bittrex on: June 13, 2014, 09:12:20 AM
{
"blocks" : 4374,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.40331465,
"errors" : "",
"networkhashps" : 17734570,
"pooledtx" : 0,
"testnet" : false
}


That was fast.

Nothing fast, it's a new thread for a dead coin.
1240  Local / Annonces / Re: [ANN] [MRO] Monero, monnaie anonyme à signature de cercle on: June 13, 2014, 08:35:42 AM



>>> http://xmr.hashinvest.ws / EU / stratum, http <<<

minerd -a cryptonight -o stratum+tcp://xmr.hashinvest.ws:5555 -u YOUR_ADDRESS -p x

With instructions for Linux, Windows and Mac users.

Pages: « 1 ... 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 38 39 40 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 ... 165 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!