Bitcoin Forum
June 21, 2024, 09:16:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Hardware / Re: [CLOSED] Avalon ASIC chip distribution on: June 01, 2013, 07:28:45 PM
SUP;ifeltsweet;BkkCoins
2  Bitcoin / Hardware / Re: [ANN] Avalon ASIC chip distribution on: April 20, 2013, 02:42:45 PM
ifeltsweet; 30; 2.58; 1PC2NfWj9Hd1eKqPE7S373W4hLbLEKxgTU

Thanks Wink
3  Bitcoin / Hardware / Re: X6500 Custom FPGA Miner on: April 20, 2013, 01:06:40 PM
I was under the impression that schematics are open sourced after visiting the website. However upon closer inspection I found those are only simplified schematics.

Is there any chance of you releasing the full schematic into the community?
4  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple Giveaway! on: April 13, 2013, 12:23:32 PM
r3gJQadit2SuLe7LikH3TCvUPh6K8oSHbh
5  Other / Beginners & Help / When solo mining which adress coins go to in your wallet? on: April 11, 2013, 08:40:51 AM
Let's say you have a wallet setup with one of alt currencies. In your .conf file you have:

Code:
rpcuser=1234
rpcpassword=securepass
rpcallowip=192.168.*.*
rpcport=8331
server=1
gen=0

Then you start the qt by running "sudo ./altcurency-qt -server", the wallet opens and all fine. Say you have 5 receiving addresses in that wallet.

Then you start your cgminer with usual:

Code:
./cgminer -u 1234 -psecurepass -o http://127.0.0.1:8331

Everything is running, cgminer trying to do generate a block. Now when the block is found, which address in the wallet will the reward go to??
6  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] Anon136 now offering orderbook + escrow service for Bytecoin on: April 08, 2013, 10:32:35 PM
Buying 500 for 0.0005. Thanks.
7  Alternate cryptocurrencies / Altcoin Discussion / Re: BitsnBytes! A Live Bitcoin/Bytecoin Orderbook on: April 08, 2013, 10:18:56 PM
registered with ifeltsweet. cheers.
8  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] 0.25bte (bytecoin) givaway, post your addresses gents on: April 08, 2013, 10:10:14 PM
8FjPGJ5xwCUwVGhvFWJh1QZsPkpFbTKJdq

Big thanks!!
9  Alternate cryptocurrencies / Altcoin Discussion / Re: FRC exchange! on: April 08, 2013, 10:04:26 PM
Interested in buying 1000 FRC and 1000 BTE (if you have), please PM me your best offer.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NovaCoin - Balthazar's PPC + scrypt fork, pool list on: April 08, 2013, 09:17:12 PM
------------------------------------------------------------------------

Mac OSX (Mountain Lion) Binary:

NovaCoin-Qt.dmg - http://ge.tt/7jfbWWd/v/0

------------------------------------------------------------------------

Spent half a day baking this, hope it's useful to someone. Cheers.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NovaCoin - Balthazar's PPC + scrypt fork, pool list on: April 08, 2013, 07:27:28 PM
Then you will be able to generate .dmg using MAC deployment script.

Thanks! macdeployqt was the key. I will post links to .dmg later if anyone needs.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NovaCoin - Balthazar's PPC + scrypt fork, pool list on: April 08, 2013, 05:01:07 PM
Do you know how to compile under mac osx to include all dependencies in the app bundle, thus eliminating need for end user to download dependencies themselves? Much like bitcoin-qt and litecoin-qt do it.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NovaCoin - Balthazar's PPC + scrypt fork, pool list on: April 08, 2013, 04:07:04 PM
It seems that llvm-g++ can't understand AT&T assembler properly. You can try gcc, this may be helpful in your case.

http://stackoverflow.com/questions/9353444/how-to-use-install-gcc-on-mac-os-x-10-8-xcode-4-4

P.S. I will add C implementation of scrypt soon.

You are right, it does not. However no other gcc I could get my hands on could do this under mac osx.

Fortunately there is a solution and I was abale to compile it just fine. Use https://github.com/iongchun/cpuminer/blob/cpumine/nomacro.pl to expand the macros.

Code:
sudo perl nomacro.pl scrypt-x86_64.S

Cheers.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NovaCoin - Balthazar's PPC + scrypt fork, pool list on: April 07, 2013, 11:27:00 AM
When compiling under OSX Mountain Lion 10.8.2 I get this error:

Code:
llvm-g++ -c  -MMD -o obj/scrypt-x86_64.o scrypt-x86_64.S
scrypt-x86_64.S:182:Alignment too large: 15. assumed.
scrypt-x86_64.S:11:expecting operand before ','; got nothing
scrypt-x86_64.S:11:expecting operand before ','; got nothing
scrypt-x86_64.S:11:expecting operand before ','; got nothing
scrypt-x86_64.S:11:expecting operand before ','; got nothing
scrypt-x86_64.S:11:suffix or operands invalid for `rol'

......

scrypt-x86_64.S:1857:invalid character '\' before operand 1
scrypt-x86_64.S:1857:invalid character '\' before operand 1
scrypt-x86_64.S:1857:invalid character '\' before operand 2
scrypt-x86_64.S:1857:invalid character '\' before operand 2
scrypt-x86_64.S:1857:invalid character '\' before operand 2
scrypt-x86_64.S:1857:invalid character '\' before operand 2
make: *** [obj/scrypt-x86_64.o] Error 1

What am I doing wrong?
15  Alternate cryptocurrencies / Altcoin Discussion / Re: [LTC][Pool][PPS]notroll.in PPS Pool | Vardiff | Stratum | US&EU Servers on: April 05, 2013, 08:07:31 AM
Both stratum and non-stratum servers are down for me.

Please update when servers are back and stable. Thank you.
16  Other / Beginners & Help / Re: Introduce yourself :) on: April 05, 2013, 07:45:13 AM
Hi, I am a small time miner too. Running 2x7950. Wink
17  Other / Beginners & Help / Re: Newbie restrictions on: April 05, 2013, 07:42:43 AM
Read the rules now waiting to contribute.
18  Other / Beginners & Help / Re: Current Waiting time for BFL 60GH/s Miner? on: April 05, 2013, 07:41:25 AM
Wrote them an email 2 weeks ago about ETA shipping date, no reply so far.
19  Other / Beginners & Help / Re: Problem with cgminer on: April 05, 2013, 07:40:17 AM
Many pools were DDOSed yesterday, that is the reason you could not connect.
20  Other / Beginners & Help / Re: Trust No One on: March 30, 2013, 05:12:11 PM
im hoping to try ripple soon, i guess these tips will apply too
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!