Bitcoin Forum
May 28, 2024, 05:57:14 PM *
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 »
201  Alternate cryptocurrencies / Altcoin Discussion / Re: NanoToken Cryptobin contest on: July 02, 2013, 01:26:25 AM
See, the problem none of you are seeing, is that anyone can import the key. The person who transfers the money to an address only they control is the winner.

In other words, the real winner is the first person to import the address who isn't a bloody idiot.

Do any of you even know how addresses work?  Roll Eyes
202  Alternate cryptocurrencies / Altcoin Discussion / Re: NanoToken Cryptobin contest on: July 01, 2013, 11:55:13 PM
...what?

inside of the cryptobin is a private key. the address it belongs to contains 20,000 NAN

Care to share what the hell the cryptobin is?

cryptobin is alot like pasteboard. you paste something there and password protect it. he who has the password gets whatever is inside.

The link is what was missing, I see you've added it now though.
203  Alternate cryptocurrencies / Altcoin Discussion / Re: NanoToken Cryptobin contest on: July 01, 2013, 11:45:40 PM
...what?

inside of the cryptobin is a private key. the address it belongs to contains 20,000 NAN

Care to share what the hell the cryptobin is?
204  Alternate cryptocurrencies / Altcoin Discussion / Re: is this really the official place to download devcoin wallet on: July 01, 2013, 11:43:53 PM
I´m joining to the question.

It is realy the right place or SCAM?
same virus message appears when i use this site: http://devcoin.org/

As far as I know the only official devcoin site is http://devtome.com
205  Alternate cryptocurrencies / Altcoin Discussion / Re: is this really the official place to download devcoin wallet on: July 01, 2013, 11:41:47 PM
That's the right place last i checked.

There's a few receivers missing (18-24) that you can grab from here: http://www.darkgamex.ch/devcoin/

It looks like crap, still bitcoin branded everywhere, and virus scanners hate it (pretty sure it's actually clean though), but it's the only qt wallet for windows. Hopefully a new one will be available once markm finishes mergecoin.
206  Alternate cryptocurrencies / Altcoin Discussion / Re: NanoToken Cryptobin contest on: July 01, 2013, 11:34:00 PM
...what?
207  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][OBC]Obamacoin - Projected Launch July 31 - JOIN THE DEV TEAM! on: July 01, 2013, 11:30:46 PM
fishy, wat r u doin

fishy, stahp
208  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] {}NanoToken: rolling smoothly. bounties still open on: July 01, 2013, 11:20:28 PM
I will setup a P2Pool when binaries for Linux are complete.

EDIT: It is coming now.

EDIT2: Seems that I can't access to my school server during the holidays  Undecided . I keep trying to.

...you're trying to run a p2pool on your schools server?
209  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] {}NanoToken: rolling smoothly. bounties still open on: July 01, 2013, 09:28:16 PM
post address. will send you appreciation gift for providing linux packages.

MkWpSAUuKvfBrwNSJzgyXvhvU2apzwaxAG
210  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] {}NanoToken: chugging along nicely. need linux compilers on: July 01, 2013, 09:16:37 PM
so what your telling me is to just try to run the qt and don't compile this correct ?

Yes, the first file I uploaded were compiled binaries. I've also now uploaded the nano-qt.pro file i used if you still want to compile it yourself.

Here's the nano-qt.pro file I used, if you still want/need to compile it yourself. I used muddafudda's repo for the source. (replace his qt.pro with mine)
211  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] {}NanoToken: chugging along nicely. need linux compilers on: July 01, 2013, 09:07:48 PM
ok i tried what you told me still nothing errrrrr
EDIT ok i did download that now what just replace the qt there is there now with that one? btw i'm trying to compile src does that matter ?

I uploaded the compiled binaries for linux. It should work for most people (especially if you're on Ubuntu 13.04) if you just run it as is.

Edit: Here's the nano-qt.pro file I used, if you still want/need to compile it yourself. I used muddafudda's repo for the source. (replace his qt.pro with mine)
212  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] {}NanoToken: chugging along nicely. need linux compilers on: July 01, 2013, 08:49:59 PM
Cat I did that still same error ,

What's the actual error you're getting?
obj/addrman.o: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
make: *** [nanotokend] Error 1


Make sure that
Code:
OBJECTS_DIR = build
MOC_DIR = build
UI_DIR = build
are all set to equal build.

Also make sure you have all the dependencies installed:
Code:
sudo apt-get install libboost-all-dev qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libminiupnpc-dev qt4-default libdb++-dev git qt-sdk
should cover everything.

I'm building on my laptop right now (Ubuntu-GNOME 13.04) and I'll share the binaries as soon as it's done.

Edit: nanotokend and nano-qt for linux are now available here.
213  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] {}NanoToken: chugging along nicely. need linux compilers on: July 01, 2013, 08:40:24 PM
Cat I did that still same error ,

What's the actual error you're getting?
214  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] {}NanoToken: chugging along nicely. need linux compilers on: July 01, 2013, 08:35:29 PM
Is this correct?

CGMiner:
Quote
cgminer --scrypt -o 127.0.0.1:7578 -u 1 -p 1 --intensity 10 --worksize 256 -g 2

.conf:
Quote
rpcuser=1   
rpcpassword=1
rpcallowip=127.0.0.1
rpcport=7578
port=17578
daemon=1
server=1
gen=0
addnode=60.230.201.155
addnode=173.216.107.124
queue=0
scantime=1

This doesn't go in the conf:
Code:
queue=0
scantime=1

Those are options for the miner, not the wallet. You'd add them by putting "-q 0 -s 1" at the end of the miner string like so:
Code:
cgminer --scrypt -o 127.0.0.1:7578 -u 1 -p 1 --intensity 10 --worksize 256 -g 2 -q 0 -s 1

Otherwise, yeah, if you've made sure to restart the client after saving the conf that should work. It may take awhile for anything to start pouring in though, so be patient.
215  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] {}NanoToken: chugging along nicely. need linux compilers on: July 01, 2013, 08:30:56 PM
LINUX USERS: download the linux tar.gz source, and replace the nano-qt.pro with this: http://nano.coinbit.pw/x_dl/nano-qt.pro
ok i tried this also not working can you just update the zip with the correct info so people can download it Huh?

Find these lines near the top
Code:
windows:LIBS += -lshlwapi
LIBS += $$join(BOOST_LIB_PATH,,-L,) $$join(BDB_LIB_PATH,,-L,) $$join(OPENSSL_LIB_PATH,,-L,) $$join(QRENCODE_LIB_PATH,,-L,)
LIBS += -lssl -lcrypto -ldb_cxx$$BDB_LIB_SUFFIX
windows:LIBS += -lws2_32 -lole32 -loleaut32 -luuid -lgdi32
LIBS += -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53
BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
BOOST_INCLUDE_PATH=C:/deps/boost
BOOST_LIB_PATH=C:/deps/boost/stage/lib
BDB_INCLUDE_PATH=c:/deps/db/build_unix
BDB_LIB_PATH=c:/deps/db/build_unix
OPENSSL_INCLUDE_PATH=c:/deps/ssl/include
OPENSSL_LIB_PATH=c:/deps/ssl
and either comment them all out (prefix with "# ") or just delete them.
216  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] {}NanoToken: chugging along nicely. need linux compilers on: July 01, 2013, 08:15:29 PM
And how can I solo mine in cgminer?

its a scrypt coin, so may want to try guiminer-scrypt it comes with 3 different mining softwares preconfigured for scrypt


If he's using straight cgminer that's better.

Code:
cgminer.exe --scrypt -o 127.0.0.1:7578 -u <username> -p <password>

Is all the necessary bits for mining it, assuming you're on the same machine as the client.

You need to make sure that server=1 and <username>/<password> are the same as it is set in the .conf, in my case this is usually "Jack" and "fnord".

Make sure you've restarted the client after saving the .conf.
217  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] {}NanoToken: chugging along nicely. need linux compilers on: July 01, 2013, 07:34:18 PM
You aren't going to make the git repo public?
218  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] {}NanoToken: marching towards the future, one delusional minute at a time. on: July 01, 2013, 08:03:33 AM
i'm a drunk retard and i made another compiling error. i need shakes help but he hasn't been online for days. Days i tell you!

Well, he's moving isn't he?

What errors are you having?
219  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] ★FERRETCOIN★ Launch exactly one week from now. No premine. Surprise params on: July 01, 2013, 07:41:08 AM
* The_Catman doesn't even
220  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Ybcoin will be launched on 0:00 June 29th, 2013 (GMT+8) on: June 30, 2013, 08:01:51 PM
Well, there's no obvious pre-mine in the code anyway (such as larger early/genesis blocks), at least as far as i can tell. Haven't spent much time with PoS coins so I may have missed something.

Can't say much about any regular pre-mine though.
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!