Bitcoin Forum
May 06, 2024, 11:58:34 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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 »
121  Alternate cryptocurrencies / Altcoin Discussion / Re: The YACoin Superfun Premine Thread on: May 09, 2013, 07:58:25 PM
Excellent conspiracy theories in this thread.  You guys continue to entertain me.  The reality is that you had to be there for the launch.  I was browsing the forums at 1AM PST and saw the launch of it, downloaded, and profited big time.  All you guys who were hours late and got caught out by the massive zerg rush can continue QQ'ing.
122  Alternate cryptocurrencies / Altcoin Discussion / Re: [CLOSED] 2000 YAC bounty for adapting minerd for YAC on: May 09, 2013, 10:51:41 AM
I'm stuck here:

Code:
/c/github/cpuminer
$ LIBCURL="-lcurldll" ./configure CFLAGS="-O3"
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking dependency style of gcc -std=gnu99... gcc3
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... no
checking syslog.h presence... no
checking for syslog.h... no
checking for sys/sysctl.h... no
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
checking for gawk... (cached) gawk
checking for curl-config... /mingw/bin/curl-config
checking for the version of libcurl... 7.30.0
checking for libcurl >= version 7.10.1... yes
checking whether libcurl is usable... no
configure: error: Missing required libcurl >= 7.10.1

It finds my curl-config that I made with ./configure in curl directory and placed in C:\MinGW\bin.  It finds libcurl.m4 which is 7.30.0 and placed in C:\MinGW\share\aclocal.  However, it says the version isn't usable??
123  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: May 09, 2013, 05:53:48 AM
Tried to compile my own GUI with uPnP support to help out the noobs.  Ended up with this mess:

Code:
C:\GitHub\yacoin>mingw32-make -f Makefile.Release
gcc -c -pipe -O3 -msse2 -O2 -Wall -Wextra -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_
GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DSCRYPT_CHACHA -DSCRYPT_KE
CCAK512 -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_THREAD_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW
-DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_NEEDS_QMAIN -I"..\..\Qt\4.8.4
\include\QtCore" -I"..\..\Qt\4.8.4\include\QtGui" -I"..\..\Qt\4.8.4\include" -I"
src" -I"src\json" -I"src\qt" -I"..\..\deps\miniupnpc-1.6.20120509-mgw" -I"..\..\
deps\boost-1.52.0-mgw" -I"..\..\deps\db-4.8.30.NC-mgw\build_unix" -I"..\..\deps\
openssl-1.0.1c-mgw\include" -I"..\..\Qt\4.8.4\include\ActiveQt" -I"build" -I"bui
ld" -I"..\..\Qt\4.8.4\mkspecs\win32-g++" -o build\scrypt-jane.o src\scrypt-jane\
scrypt-jane.c
In file included from src\scrypt-jane\/code/scrypt-jane-portable.h:280:0,
                 from src\scrypt-jane\scrypt-jane.c:10:
src\scrypt-jane\/code/scrypt-jane-portable-x86.h: In function 'detect_cpu':
src\scrypt-jane\/code/scrypt-jane-portable-x86.h:275:18: warning: variable 'vend
or' set but not used [-Wunused-but-set-variable]
In file included from src\scrypt-jane\/code/scrypt-jane-chacha.h:12:0,
                 from src\scrypt-jane\/code/scrypt-jane-romix.h:2,
                 from src\scrypt-jane\scrypt-jane.c:12:
src\scrypt-jane\/code/scrypt-jane-romix-basic.h: In function 'scrypt_romix_nop':

src\scrypt-jane\/code/scrypt-jane-romix-basic.h:8:37: warning: unused parameter
'blocks' [-Wunused-parameter]
src\scrypt-jane\/code/scrypt-jane-romix-basic.h:8:52: warning: unused parameter
'nblocks' [-Wunused-parameter]
src\scrypt-jane\/code/scrypt-jane-romix-basic.h: In function 'scrypt_romix_conve
rt_endian':
src\scrypt-jane\/code/scrypt-jane-romix-basic.h:13:48: warning: unused parameter
 'blocks' [-Wunused-parameter]
src\scrypt-jane\/code/scrypt-jane-romix-basic.h:13:63: warning: unused parameter
 'nblocks' [-Wunused-parameter]
In file included from src\scrypt-jane\scrypt-jane.c:13:0:
src\scrypt-jane\/code/scrypt-jane-test-vectors.h: At top level:
src\scrypt-jane\/code/scrypt-jane-test-vectors.h:9:2: warning: missing initializ
er [-Wmissing-field-initializers]
src\scrypt-jane\/code/scrypt-jane-test-vectors.h:9:2: warning: (near initializat
ion for 'post_settings[2].salt') [-Wmissing-field-initializers]
{standard input}: Assembler messages:
{standard input}:23: Warning: .type pseudo-op used outside of .def/.endef ignore
d.
{standard input}:23: Error: junk at end of line, first unrecognized character is
 `h'
{standard input}:24: Warning: .size pseudo-op used outside of .def/.endef ignore
d.
{standard input}:24: Error: junk at end of line, first unrecognized character is
 `h'
{standard input}:142: Warning: .type pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:142: Error: junk at end of line, first unrecognized character i
s `s'
{standard input}:143: Warning: .size pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:143: Error: junk at end of line, first unrecognized character i
s `s'
{standard input}:265: Warning: .type pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:265: Error: junk at end of line, first unrecognized character i
s `s'
{standard input}:266: Warning: .size pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:266: Error: junk at end of line, first unrecognized character i
s `s'
{standard input}:398: Warning: .type pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:398: Error: junk at end of line, first unrecognized character i
s `s'
{standard input}:399: Warning: .size pseudo-op used outside of .def/.endef ignor
ed.
{standard input}:399: Error: junk at end of line, first unrecognized character i
s `s'
mingw32-make: *** [build/scrypt-jane.o] Error 1

Oh well, will try again tomorrow. If anyone is interested, my fork is here - https://github.com/phorensic/yacoin . Tried using miniupnpc-1.6.20120509.  Oh, and pocopoco's yacoin fork would not let me fork it for some reason.  Every time it clicked the fork button it took me to the wrong page, so I created a repo from scratch.
124  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: May 08, 2013, 11:11:55 PM
Does anyone know how to turn off uPnP in the client?

That's the only thing I can possibly think of that's limiting me to 8 connections (I have ports forwarded to router, and allowed in firewall)

K.
Even though the box is checked, it is greyed out because the binary was built without support for uPnP.  You must manually forward the port.  As a new bitcoin developer I know why he did this.  It is really hard to get dependencies compiled and included in the build.
125  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: May 08, 2013, 10:52:24 PM
help should help



addmultisigaddress <nrequired> <'["key","key"]'> [account]
backupwallet <destination>
checkwallet
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
decoderawtransaction <hex string>
dumpprivkey <yacoinaddress>
encryptwallet <passphrase>
getaccount <yacoinaddress>
getaccountaddress <account>
getaddressesbyaccount <account>
getbalance [account] [minconf=1]
getblock <hash> [txinfo]
getblock <number> [txinfo]
getblockcount
getblockhash <index>
getblocktemplate [params]
getcheckpoint
getconnectioncount
getdifficulty
getgenerate
gethashespersec
getinfo
getmininginfo
getnewaddress [account]
getnewpubkey [account]
getpeerinfo
getrawmempool
getrawtransaction <txid> [verbose=0]
getreceivedbyaccount <account> [minconf=1]
getreceivedbyaddress <yacoinaddress> [minconf=1]
gettransaction <txid>
getwork [data]
getworkex [data, coinbase]
help [command]
importprivkey <yacoinprivkey> [label]
keypoolrefill
listaccounts [minconf=1]
listaddressgroupings
listreceivedbyaccount [minconf=1] [includeempty=false]
listreceivedbyaddress [minconf=1] [includeempty=false]
listsinceblock [blockhash] [target-confirmations]
listtransactions [account] [count=10] [from=0]
listunspent [minconf=1] [maxconf=9999999] ["address",...]
makekeypair [prefix]
move <fromaccount> <toaccount> <amount> [minconf=1] [comment]
repairwallet
resendtx
reservebalance [<reserve> [amount]]
sendalert <message> <privatekey> <minver> <maxver> <priority> <id> [cancelupto]
sendfrom <fromaccount> <toyacoinaddress> <amount> [minconf=1] [comment] [comment-to]
sendmany <fromaccount> {address:amount,...} [minconf=1] [comment]
sendrawtransaction <hex string>
sendtoaddress <yacoinaddress> <amount> [comment] [comment-to]
setaccount <yacoinaddress> <account>
setgenerate <generate> [genproclimit]
settxfee <amount>
signmessage <yacoinaddress> <message>
signrawtransaction <hex string> [{"txid":txid,"vout":n,"scriptPubKey":hex},...] [<privatekey1>,...] [sighashtype="ALL"]
stop <detach>
submitblock <hex data> [optional-params-obj]
validateaddress <yacoinaddress>
validatepubkey <yacoinpubkey>
verifymessage <yacoinaddress> <signature> <message>
Way too much logic in your post.  Instead you should just reply to every noob who keeps screaming SCAM and wants you to personally walk them through every step of the process.
126  Alternate cryptocurrencies / Altcoin Discussion / Re: Good fraud detection method (reduce losses)!!!!! on: May 08, 2013, 06:54:58 PM
Epic thread is epic.

http://youtu.be/XvkC4t2d9Ok
127  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: May 08, 2013, 05:47:43 PM
I can't stop laughing at all the noobs in this thread who can't figure out how to run the client and then yell SCAM.  Or the ones who run it for 3 minutes and because they didn't mine 40,000 YAC they yell SCAM.  You guys need to calm down, go read about cryptocurrency mining, difficulty, variance/luck, solo mining caveats, and more.  I would suggest learning from the first one - Bitcoin.  You can't just come in here, download a zip file and go "OK I downloaded this ZIP thingy and I want to get rich, now what do I do?".
128  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][CHNcoin][CNC][PPLNS Pool] **Stratum** chn.mnlan.net on: May 07, 2013, 07:58:27 AM
I just received coin from there a few minutes ago and I haven't mined for the pool for more than a week. If you're missing coin maybe open your wallet and see if anything miraculously showed up.
I think I just got paid from this pool as well.  Random payment showed up in my wallet, lol.  I abandoned this pool because pool operator is a bit noobish and can't get the payments working 100%.  It's OK, though, I once ran a Bitcoin pool and was a n00b and screwed up and lost my whole MySQL database  Embarrassed

I am a "n00b" when it comes to mmcFE/stratum pool.  I have been working with a few other respected pool ops on using proper settings for the pool and mostly things were right, it's just the share payouts were off for some miners.  I wish I had an answer on why it had happened, but I don't.  I am not the only one that is/was having pool issues.  This software was made years ago and has had virtually no updates, bug fixes, etc..  Included with the pool software is a file that will go through and count shares from missed blocks and add the missed coins back to the miners account.  I ran it and it paid out all the missed blocks.  Well, it paid out alright, it completely exhausted the central pools wallet.  

For the coins that were magically showing in people's wallets...  I re-set all the account thresholds to 0.10 to force payouts.  Seriously, I don't want your coins.  I also did it because I am assuming some miners were pissed and would never be back.  I am actually surprised how many miners don't add a payout address to their account.  If you are one and happen to be reading this, feel free to stop back and add your wallet address so you can collect your coins.

I see most people have labeled me a scammer and my pool will likely never be mined because of it.  However, I'm still mining my pool and I'm hopeful that payouts have been fixed and are working properly.  Also, if any pool ops would have any insight on why payouts break, I'm all ears.
It sounds like you are using a fork of the code I ran my pool on a long time ago.  It was called "Mining Farm" back then.  It was written by a coder who barely knew what he was doing and had spelling mistakes everywhere in the code besides just not working.  I ended up re-writing about 90% of the code on my own fork.  In the end it never quite worked due to fundamental design flaws.  I was backing up my database every hour and *poof* something went wrong.  Well, when I got everything back the code wouldn't pay out properly from the gap in time it was down.  I ended up paying everyone manually and shutting down the pool.  Good times  Undecided
129  Alternate cryptocurrencies / Altcoin Discussion / Re: Need Help mining Scrypt currency's? skype/TeamViewer to adjust in exchange of on: May 07, 2013, 05:33:18 AM
Windows 8, driver 13.1, whichever default SDK comes with that driver.  On pushpool's with gpu-threads 2 I get 735kh/s.  On p2pool's with gpu-threads 1 I get 620kh/s.  That is for the 7970.  On my 5830's I get 270-280kh/s.
130  Other / Beginners & Help / Re: Problem with building (Windows, MinGW) on: May 07, 2013, 04:24:33 AM
OH SNAP!!

I figured it out..

Cd build_unix
../dist/configure --enable-cxx --enable-mingw --disable-pthread_api --disable-replication

After this completes

@ Line 113 Replace

typedef pthread_t db_threadid_t;

with

typedef u_int32_t db_threadid_t;

https://bitcointalk.org/index.php?topic=45507.0
Thank you, you solved my issue.  Your extra configure options are also documented here: https://forums.oracle.com/forums/thread.jspa?messageID=4018239 .  Not entirely sure what it does, but at least Berkeley DB finally compiles.
131  Alternate cryptocurrencies / Altcoin Discussion / Re: Need Help mining Scrypt currency's? skype/TeamViewer to adjust in exchange of on: May 07, 2013, 04:03:40 AM
He says he has 2x 7950....??
132  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][CHNcoin][CNC][PPLNS Pool] **Stratum** chn.mnlan.net on: May 07, 2013, 03:33:40 AM
I just received coin from there a few minutes ago and I haven't mined for the pool for more than a week. If you're missing coin maybe open your wallet and see if anything miraculously showed up.
I think I just got paid from this pool as well.  Random payment showed up in my wallet, lol.  I abandoned this pool because pool operator is a bit noobish and can't get the payments working 100%.  It's OK, though, I once ran a Bitcoin pool and was a n00b and screwed up and lost my whole MySQL database  Embarrassed
133  Alternate cryptocurrencies / Altcoin Discussion / Re: Need Help mining Scrypt currency's? skype/TeamViewer to adjust in exchange of on: May 07, 2013, 03:31:00 AM
No need to TeamViewer session this.  Here is my example config for a 7970 and two 5830's for mining scrypt based alt-coins.  This is on the verge of stability.  You should be able to gather enough from this to get your own config going.  Read the README's in cgminer documentation.  Look at every variable.  I have this really tweaked, so you may not necessarily want some of the values I have below such as fan speeds, temp target, etc.

Code:
{
"pools" : [
{
"url" : "p2pool.org:9388",
"user" : "xxxxxxxxxxxxxx",
"pass" : "xxxxxxxxxxxxxx"
},
{
"url" : "127.0.0.1:8108",
"user" : "xxxxxxxxxxxxxx",
"pass" : "xxxxxxxxxxxxxx"
}
]
,
"intensity" : "13,15,15",
"shaders" : "2048,1120,1120",
"gpu-engine" : "1170,955,935",
"gpu-fan" : "55-88,50-85,50-85",
"auto-fan" : true,
"gpu-memclock" : "1700,1175,1150",
"gpu-powertune" : "20,20,20",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "77,77,77",
"api-port" : "4028",
"expiry" : "1",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
134  Alternate cryptocurrencies / Altcoin Discussion / Re: How can we make a coin/hardware that will go the poor, in the third world on: May 06, 2013, 01:45:10 PM
You realize that in these parts of the world electricity is an extremely rare commodity?  It would be foolish, if not potentially deadly to waste their precious electricity on something like cryptocurrency mining.
135  Alternate cryptocurrencies / Altcoin Discussion / Re: which power supply to pick? on: May 06, 2013, 01:41:34 PM
dont forget to check amp rating, some 600 watt psu have less amps then a corsair 430. amperage is more vital in carrying large loads that just rated wattage. i was going to upgrade to a 600 until i realized my 430 corsair has more amps then many 600's. my 7850 under full load and overclocked to 1150 mhz only pulls my 12v voltage down by 0.03 volts.
Yes you should pay attention to what the different rails can put out.  Some manufacturers rate their PSU a high total wattage and then stupidly put a ton of amp capacity into one of the unused rails which doesn't help anyone.  They should get the "scammer" title hahahaha.
136  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][CNC][P2pool] - Fast ChnCoin P2Pool - http://cnc.crabdance.com:8400 on: May 06, 2013, 01:35:44 PM
did some more testing and for me Scantime=1 and Expiry=1 seems to slightly lower rejects compared to Scantime=5 and Expiry=5

so I recommend to use Scantime 1 and Expiry 1 for the moment, anyone else observed this?

updating first post cmdline's accordingly
Yes I set both to 1 as recommended by many other scrypt tuning threads and it works well.
137  Alternate cryptocurrencies / Altcoin Discussion / Re: which power supply to pick? on: May 06, 2013, 01:27:53 AM
Besides wattage you are going to want an 80plus gold PSU.  I blew up a few 80plus bronze and silvers, before investing in a gold that is putting down the power 100% reliably for way longer.
138  Alternate cryptocurrencies / Altcoin Discussion / Re: CNC PushPool - Fundraising on: May 06, 2013, 12:32:04 AM
You might have missed the boat.  Profitability under Litecoin and Feathercoin at the moment.  Exchange tanking hard.
139  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 05, 2013, 10:14:39 PM
bter.com: "under maintaining, coming back very soon"

Not going to help the price with the multiple exchange outages today.  C'mon btc-e, get this coin on your site and show everyone how it's done.
140  Alternate cryptocurrencies / Altcoin Discussion / Re: bter.com: Buggy on: May 05, 2013, 08:57:22 PM
Yes it is buggy just like any other small BTC/LTC related site.  It leaves "dust" around on me.  Meaning it doesn't round my transactions and trades properly so it leaves little 0.0001 amounts all over the place...I hate that.
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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!