Bitcoin Forum
June 26, 2024, 05:55:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Altcoin Discussion / Re: Nxt Scripts (progress and discussion) on: February 14, 2014, 09:11:09 PM
Greetings,

Regarding "scripting" language take a look at the Arduino development language. This is a minimal subset of C which has a designer built in Java and complete tool chain.
http://arduino.cc/en/Reference/HomePage
http://www.nongnu.org/avr-libc/user-manual/index.html

Regarding use cases:
Kind of reminds me the Bitcoin payment protocol:
https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki
Although I'm not 100% sure at the moment how to tie this together.
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SWAG] IT'S ALL ABOUT THE SWAG! DO YOU HAVE IT? LAUNCHED on: February 05, 2014, 06:57:31 PM
I mean that if someone poses 1% of all coins in circulation you'll award him 1% of the amount you like to share. However, at the current situation of 0 mining it also makes sense to compensate the would be miners.
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SWAG] IT'S ALL ABOUT THE SWAG! DO YOU HAVE IT? LAUNCHED on: February 05, 2014, 06:50:01 PM
Are you going to promote this coin now ?
If you like to share coins I recommend you do this based on proof of stake.
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SWAG] IT'S ALL ABOUT THE SWAG! DO YOU HAVE IT? LAUNCHED on: February 05, 2014, 06:30:10 PM
You mean that https://freshmarket.co.in/ got hacked ? I had around 13K swag deposited there and the site is down now.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTC] Vertcoin - Adaptive N-factor in Scrypt - No more ASICs on: February 05, 2014, 11:56:50 AM
I keep having problems configurating my small rig witg vertcoin. I use the dedicated cgminer from vertcoin.

2x 7950 CLUB 3D 13oc and 4gb system ram. used different intensitys and configs but the following error keeps showing:



middlecoin at normal cgminer works fine generating a stable 1.3mhs.

Someone seen this before and got some tips?

Thanks!

I had this problem, you have to set --thread-concurrency to a lower value. I'm currently using --thread-concurrency 2048 but I'm still tuning.
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NEM -4 billion coins- Equal Shares for ALL - Registration thread (part 2) on: February 01, 2014, 09:24:35 PM
I'm in, sent 400 NXT.

Transaction id: 15419571008514739833

Good luck everybody.
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SWAG] IT'S ALL ABOUT THE SWAG! DO YOU HAVE IT? LAUNCHED on: January 31, 2014, 09:07:13 PM
Is anyone out there ?
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ██████ SWAG CONTEST ██████ 100.000 SWAG in prizes on: January 30, 2014, 10:14:36 PM
Greetings Swag admins ! Wish you all the best !

https://drive.google.com/file/d/0B6CzL2REgWiMTUh3Z2tIX2F1M3U3N0owWHZrcU9XZXRZSVFJ

SWAG: 9P31Fd3SZ3krD6ibhUQn9MFvb3wh93C1S8
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SWAG] IT'S ALL ABOUT THE SWAG! DO YOU HAVE IT? LAUNCHED on: January 30, 2014, 09:49:52 PM
east1.us.stratum.dedicatedpool.com is down
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SWAG] IT'S ALL ABOUT THE SWAG! DO YOU HAVE IT? LAUNCHED on: January 30, 2014, 09:22:13 PM
I'm mining for 2 hours with 1.1M/H and got 24 confirmed 54 unconfirmed so I guess at the current difficulty you should expect around 80X12 =~ 900 a day
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] PIKA COIN Launches Today 19:00 GMT on: January 30, 2014, 07:00:15 PM
http://pika.dogemoon.com/ is down
32  Other / Beginners & Help / Re: CPUMiner compilation problem on: January 13, 2014, 08:21:55 AM
Silly me, forgot to add C:\MinGW64\bin to the PATH. Now minerd.exe compiles correctly and even runs on my machine (but not on another machine getting 0x7B error) I'll continue to dig.
33  Other / Beginners & Help / CPUMiner compilation problem on: January 08, 2014, 01:07:09 PM
Greetings,

To start with, I'm planing to use cpuminer to mine scrypt jane based coins, I have a relatively new 12 core Windows server, is this a good idea ?

Anyway, since cpuminer is blocked by mcafee I decided to build it from source on my Windows 7 x64 workstation.
I followed the tutorial https://bitcointalk.org/index.php?topic=280114.msg3081964#msg3081964 to the letter.

However, I'm having a problem in the make step.
...
./configure --host=x86_64-w64-mingw32 CFLAGS="-O3 -march=core2"
make

I'm getting the following error message:
$ make
make  all-recursive
make[1]: Entering directory `/home/lyaf/cpuminer'
Making all in compat
make[2]: Entering directory `/home/lyaf/cpuminer/compat'
Making all in jansson
make[3]: Entering directory `/home/lyaf/cpuminer/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/lyaf/cpuminer/compat/jansson'
make[3]: Entering directory `/home/lyaf/cpuminer/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/lyaf/cpuminer/compat'
make[2]: Leaving directory `/home/lyaf/cpuminer/compat'
make[2]: Entering directory `/home/lyaf/cpuminer'
gcc -std=gnu99  -O3 -march=core2   -o minerd.exe minerd-cpu-miner.o minerd-util.
o minerd-sha2.o minerd-scrypt.o  minerd-sha2-x64.o minerd-scrypt-x64.o  -L/mingw
/lib -lcurl -lwldap32 -lws2_32 compat/jansson/libjansson.a -lpthread -lws2_32
minerd-sha2.o:sha2.c:(.text+0x3e74): undefined reference to `sha256_use_4way'
minerd-sha2.o:sha2.c:(.text+0x9789): undefined reference to `sha256d_ms_4way'
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: minerd-sha
2.o: bad reloc address 0x20 in section `.eh_frame'
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: final link
 failed: Invalid operation
collect2.exe: error: ld returned 1 exit status
make[2]: *** [minerd.exe] Error 1
make[2]: Leaving directory `/home/lyaf/cpuminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lyaf/cpuminer'
make: *** [all] Error 2

If I remove the --host flag as seen below compilation works but the resulting executable is 32 bit:
./configure CFLAGS="-O3 -march=core2"
make

$ make
make  all-recursive
make[1]: Entering directory `/home/lyaf/cpuminer'
Making all in compat
make[2]: Entering directory `/home/lyaf/cpuminer/compat'
Making all in jansson
make[3]: Entering directory `/home/lyaf/cpuminer/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/lyaf/cpuminer/compat/jansson'
make[3]: Entering directory `/home/lyaf/cpuminer/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/lyaf/cpuminer/compat'
make[2]: Leaving directory `/home/lyaf/cpuminer/compat'
make[2]: Entering directory `/home/lyaf/cpuminer'
gcc -std=gnu99  -O3 -march=core2   -o minerd.exe minerd-cpu-miner.o minerd-util.
o minerd-sha2.o minerd-scrypt.o minerd-sha2-x86.o minerd-scrypt-x86.o   -L/mingw
/lib -lcurl -lwldap32 -lws2_32 compat/jansson/libjansson.a -lpthread -lws2_32
make[2]: Leaving directory `/home/lyaf/cpuminer'
make[1]: Leaving directory `/home/lyaf/cpuminer'

Any suggestions are appreciated.
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!