Search content
Sort by

Showing 20 of 21 results by fnz
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 16/04/2015, 06:31:47 UTC
The key points why people don't use other coins to do a market are the same, nobody develops the market. Generally we can't even trust javascript for anonymity. And I believe that's the major problem for a decentralized market. there should be some sort of application, that connects trough tor, much like crave is trying to do. But if there's not a decentralized market system (you can put your thing to buy/sale). maybe there will be a really decentralized market, but I don't see that on the code. What I see is that the node acting as market must have 10k crave. That's not solving the problem... you could put a multisig option in some other coin (shadow or whatever) that's just the software interface. The nicest thing I saw was in #bitcoin-otc, you can choose someone to escrow you, and validate his credentials trough pgp... there's eventually a decentralized web of trust (using pgp, maybe if we can put the pgp in the blockchain, like a distributed db or so) So there it is, a really decentralized anonymous market. I could be wrong and crave's developer has that already, but that's the most difficult part in a p2p market.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 15/04/2015, 20:52:19 UTC
trimmed
Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3
Working Bootle coming soon, still working on that Tongue
Quote
Don't run with sudo, run ./darkpoold.py server
Quote
It may allow you to run with or without sudo. Some setups you can run ./darkpoold.py server, and others require root.
By the way, if you manage to get it running with the tutorial, please post the result of "./darkpoold.py asset BLUR" here to see if it's working properly
Quote
You only need to run as root if you fucked up your filesystem, it's very, very wrong to run that as root!
what are the consequences?

http://askubuntu.com/questions/16178/why-is-it-bad-to-login-as-root
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 15/04/2015, 20:28:22 UTC
Running darkpoold on Ubuntu linux tutorial:
Code:
sudo apt-get update && upgrade
sudo apt-get install git python python3
sudo apt-get update && upgrade
git clone --recursive https://github.com/industrialcoinmagic/darkpoold
sudo pip3 install bottle appdirs==1.2.0 prettytable==0.7.2 python-dateutil==2.2 requests==2.1.0 cherrypy==3.2.4 json-rpc==1.1 pycoin==0.25 pytest==2.5.1
sudo pip3 install https://github.com/rogerbinns/apsw/archive/master.zip
sudo apt-get install sqlite3
sudo apt-get update && upgrade

Location for darkpoold.conf: /home/yourusername/.local/share/darkpoold/

Sample darkpoold.conf:
Code:
[Default]
rpc-user = crave-username
rpc-password = crave-password
backend-rpc-password = crave-password
backend-rpc-user = crave-user
backend-rpc-port = 9999
craved-rpc-user = crave-user
craved-rpc-password = crave-password
craved-rpc-port = 9999
craved-rpc-connect = localhost (or the IP of the node you have configured)

Needed crave.conf:
Code:
maxconnections=100
rpcuser=crave-username
rpcpassword=crave-password
rpcport=9999
gen=0
server=1
daemon=1
txindex=1
rpcallowip=127.0.0.1
To run:
start an instance of craved or crave-qt and:
Code:
cd /darkpoold/
sudo ./darkpoold.py server
Wait for the chain to finish parsing, and after that, open a new terminal window, cd /darkpoold/, sudo ./darkpoold.py -h, and have fun Cheesy
Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3
Working Bootle coming soon, still working on that Tongue
Don't run with sudo, run ./darkpoold.py server
It may allow you to run with or without sudo. Some setups you can run ./darkpoold.py server, and others require root.
By the way, if you manage to get it running with the tutorial, please post the result of "./darkpoold.py asset BLUR" here to see if it's working properly

You only need to run as root if you fucked up your filesystem, it's very, very wrong to run that as root!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 15/04/2015, 20:01:56 UTC
Running darkpoold on Ubuntu linux tutorial:
Code:
sudo apt-get update && upgrade
sudo apt-get install git python python3
sudo apt-get update && upgrade
git clone --recursive https://github.com/industrialcoinmagic/darkpoold
sudo pip3 install bottle appdirs==1.2.0 prettytable==0.7.2 python-dateutil==2.2 requests==2.1.0 cherrypy==3.2.4 json-rpc==1.1 pycoin==0.25 pytest==2.5.1
sudo pip3 install https://github.com/rogerbinns/apsw/archive/master.zip
sudo apt-get install sqlite3
sudo apt-get update && upgrade

Location for darkpoold.conf: /home/yourusername/.local/share/darkpoold/

Sample darkpoold.conf:
Code:
[Default]
rpc-user = crave-username
rpc-password = crave-password
backend-rpc-password = crave-password
backend-rpc-user = crave-user
backend-rpc-port = 9999
craved-rpc-user = crave-user
craved-rpc-password = crave-password
craved-rpc-port = 9999
craved-rpc-connect = localhost (or the IP of the node you have configured)

Needed crave.conf:
Code:
maxconnections=100
rpcuser=crave-username
rpcpassword=crave-password
rpcport=9999
gen=0
server=1
daemon=1
txindex=1
rpcallowip=127.0.0.1
To run:
start an instance of craved or crave-qt and:
Code:
cd /darkpoold/
sudo ./darkpoold.py server
Wait for the chain to finish parsing, and after that, open a new terminal window, cd /darkpoold/, sudo ./darkpoold.py -h, and have fun Cheesy
Donation addy: CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3
Working Bootle coming soon, still working on that Tongue
Don't run with sudo, run ./darkpoold.py server
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 15/04/2015, 18:04:04 UTC
Why the fuck there's not a white paper describing how the markets will run?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 15/04/2015, 17:29:19 UTC
all the evidences is already out there suggest this person purpose is to scam out of dumb morons

out...
masternode copy/paste
pos android copy/paste
crave to blur copy/paste
stealth address copy/paste
encrypt message copy/paste

idea and hype...
multisig escrow
urge self serve market

why these two are not out? because he have no one to copy and paste from.  Grin

You have a point.


There is more incentive for the DEV to hold a few of these coins and deliver those ideas ....why? Because they are priceless...thats why there is so much fud. Once the DEV does deliver everything one Crave could be worth god knows how much and I'm sure he'll be much more proud and satisfied with himself if he delivers something beautiful for the people.

Anyone can have a bunch of ideas and copy/paste some code, with a convenient 5 bucks image to scam you all.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 15/04/2015, 17:22:27 UTC
all the evidences is already out there suggest this person purpose is to scam out of dumb morons

out...
masternode copy/paste
pos android copy/paste
crave to blur copy/paste
stealth address copy/paste
encrypt message copy/paste

idea and hype...
multisig escrow
urge self serve market

why these two are not out? because he have no one to copy and paste from.  Grin

You have a point.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 14/04/2015, 20:59:46 UTC
can anyone confirm this patch please http://pastebin.com/K1HCS8hW

i am trying to compile new nodes but getting that nasty secp256k1 error, git reset a0d3b8 didn't help.. so if anyone can confirm that patch is save so i can use it? thanks

Code:
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
git reset a0d3b8
./autogen.sh
./configure
make
sudo make install
cd ..
ldconfig
didn't work tried already.. maybe imc can update crave git with latest secp256k1!?

I did the patch, PM if you like.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 13/04/2015, 17:33:10 UTC
For those of you that want to compile crave:
Assuming you have all the dependencies.

For libsecp256k1:
Code:
git clone https://github.com/bitcoin/secp256k1.git
cd secp256k1
./autogen.sh
./configure
make
sudo make install
sudo ldconfig
plz help
Code:
@ubu:~/secp256k1$ sudo make install
make[1]: Bxoд в кaтaлoг `/home/user/secp256k1'
 /bin/mkdir -p '/usr/local/lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libsecp256k1.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libsecp256k1.so.0.0.0 /usr/local/lib/libsecp256k1.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libsecp256k1.so.0.0.0 libsecp256k1.so.0 || { rm -f libsecp256k1.so.0 && ln -s libsecp256k1.so.0.0.0 libsecp256k1.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libsecp256k1.so.0.0.0 libsecp256k1.so || { rm -f libsecp256k1.so && ln -s libsecp256k1.so.0.0.0 libsecp256k1.so; }; })
libtool: install: /usr/bin/install -c .libs/libsecp256k1.lai /usr/local/lib/libsecp256k1.la
libtool: install: /usr/bin/install -c .libs/libsecp256k1.a /usr/local/lib/libsecp256k1.a
libtool: install: chmod 644 /usr/local/lib/libsecp256k1.a
libtool: install: /usr/bin/ranlib /usr/local/lib/libsecp256k1.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/usr/local/include'
 /usr/bin/install -c -m 644 include/secp256k1.h '/usr/local/include'
 /bin/mkdir -p '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 libsecp256k1.pc '/usr/local/lib/pkgconfig'
make[1]: Bыxoд из кaтaлoгa `/home/user/secp256k1'

That's right, is installed, now move on to crave build :-)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 13/04/2015, 15:52:15 UTC
You can check the patch, it does nothing abnormal, just updates crave to use the latest API after this commit (https://github.com/bitcoin/secp256k1/commit/a9b6595ef812e8e52b0cb56d22109de5636b82aa)
You're right to have those concerns.


You could be right,  I guess I wish someone else would confirm.

After sudo make install...   the craved compiled fine for me.
No patch was required..  I compiled it fine without.

Not after April 11, this commit broke crave (https://github.com/bitcoin/secp256k1/commit/a9b6595ef812e8e52b0cb56d22109de5636b82aa)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 13/04/2015, 15:45:35 UTC
Answered you, compile crate yourself like this:
https://bitcointalk.org/index.php?topic=997356.msg11075114#msg11075114

I wouldn't apply that patch until someone else can verify it.

Only reason I say is ..  I didn't have to do any patch for the compile to work.



Because you didn't compiled crave, that's even more dangerous! to just download a binary without having its signature verified.
You can check the patch, it does nothing abnormal, just updates crave to use the latest API after this commit (https://github.com/bitcoin/secp256k1/commit/a9b6595ef812e8e52b0cb56d22109de5636b82aa)
You're right to have those concerns.
you can rollback libsecp to a older commit:

Code:
git reset a0d3b8

And then compile it.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 13/04/2015, 15:35:18 UTC
Please help. Please masternode detailed instructions on https://my.vultr.com/  I did everything in your instructions and I can not run masternode. At the end I ./craved & and pops root@vultr:~# ./craved: error while loading shared libraries: libboost_system.so                       .1.46.1: cannot open shared object file: No such file or directory

WRITE STEP BY STEP instructions VULTR.COM. How does CRAVE become popular as a beginner can not set up according to your instructions node? The whole day I struggle with this and NIEPOTRAFIĘ Sad and the worst that nobody wants to HELP me


Sounds like you didn't install the right dependencies.   or /src/obj is missing?



Answered you, compile crate yourself like this:
https://bitcointalk.org/index.php?topic=997356.msg11075114#msg11075114
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 13/04/2015, 15:08:58 UTC
i still get this error when i want to start mn: not capable masternode: Unknown. Check debug.log for more information.
I do according to this:

How do I set up a Master Node??

in linux

http://www.cravecoin.info/master-node-guide/


Here are instructions on how to set up a masternode in Windows environment:
Start up and sync your wallet.  
Open debug console, type: masternode genkey
Copy output key into a text file to be used later
Then, in debug console type: getaccountaddress 0
Copy output address into a text file to be used later
Send 500 CRAVE to address output above, no more, no less.  Exactly 500.
Close Wallet
Create/Edit crave.conf:
Code:
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=9999
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:9999
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=127.0.0.1
Save
Wait 15 blocks (see confirmations from wallet you sent 500 CRAVE)
To start masternode wallet, open debug console and type: masternode start


First of all, that Linux guide is a disaster. Doesn't show where a command to install dependents begins and where one ends. There's no section showing how to actually compile a qt wallet, and the section where you set up TOR's confusing. The Windows instructions are very easy. Good luck with the Linux part is all I can say.

can enyone help? i working on windows


no one help me?
port 9999 is open, still not work

Are you behind a router?
If so you need to forward from your router's port 9999 to your ip at 9999
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 13/04/2015, 15:01:58 UTC
For those of you that want to compile crave:
Assuming you have all the dependencies.

For libsecp256k1:
Code:
git clone https://github.com/bitcoin/secp256k1.git
cd secp256k1
./autogen.sh
./configure
make
sudo make install
sudo ldconfig

Crave:
Code:
git clone https://github.com/industrialcoinmagic/crave.git

Now we have the latest secp256k1, but crave doesn't support that, you should apply this simple patch to crave,
Copy this in the same directory as crave/ to a file named latest_libsec.patch
http://pastebin.com/K1HCS8hW
Code:
cd crave
patch -p0 < latest_libsec.patch

If just compiling the daemon:
Code:
cd src/
make -f makefile.unix

If compiling with gui (make sure you're using qt5)
Code:
qmake
make

Hope that can help.


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 13/04/2015, 12:33:32 UTC
[1]+  Exit 127                ./craved
root@vultr:~# ./craved &
[1] 8719
root@vultr:~# ./craved: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory

Pleas Help Sad(

You probably have a different boost lib, try to compile crave-qt
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
fnz
on 13/04/2015, 11:55:22 UTC
./craved &
[2] 29601
[1] Exit 127 ./craved
root@vultr:~# ./craved: symbol lookup error: ./craved: undefined symbol: secp256k1_start


Sad


Help someone what I'm doing wrong? Why do I get this message on the server?

do a reset in secp256k1 to commit a0d3b89
Code:
git reset a0d3b89
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8
by
fnz
on 11/04/2015, 20:06:53 UTC
Finally managed to get it working in linux with tor... Damn, the instructions at http://www.cravecoin.info/master-node-guide/ are confusing!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8
by
fnz
on 11/04/2015, 16:03:37 UTC
Ok, another noob clarification. If I manage to get 500 coins and set up a masternode, will I have to keep changing my conf file because I am linked with Comcast? I assume my IP is dynamic with them. I gather I can find my current IP with Google. Huh

Just use TOR, so you'll have a .onion address.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8
by
fnz
on 11/04/2015, 15:35:09 UTC
I'm trying to compile crave in a linux machine. It gives me a bunch of errors regarding libsecp256k1, like:

error: ‘SECP256K1_START_SIGN’ was not declared in this scope.
What version of secp256k1 they use? Not the latest for sure.


For the love of God can someone help me compile the wallet on Linux and set up a masternode?! A comprehensive guide, video, something? I'm about to head to YouTube. Is Sologap still around or whatever his name is?

Code:
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev automake libdb++-dev libssl-dev git
Code:
sudo aptitude install libminiupnpc-dev
Code:
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
./autogen.sh
./configure
make
sudo make install
cd ..
ldconfig
wget http://104.207.135.209/craved
chmod 777 craved

I'm trying to compile crave (https://github.com/industrialcoinmagic/crave) and not use this binary


same thing just dot wget the binary  Grin , ocminer have reported a problem after secp256k1 updated thier repo. you can try.

Code:
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
./autogen.sh
./configure
make
sudo make install
cd ..
ldconfig

Just reset secp256 to a version that works so:
Code:
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
git reset a0d3b8
./autogen.sh
./configure
make
sudo make install
cd ..
ldconfig
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8
by
fnz
on 11/04/2015, 15:20:36 UTC
I'm trying to compile crave in a linux machine. It gives me a bunch of errors regarding libsecp256k1, like:

error: ‘SECP256K1_START_SIGN’ was not declared in this scope.
What version of secp256k1 they use? Not the latest for sure.


For the love of God can someone help me compile the wallet on Linux and set up a masternode?! A comprehensive guide, video, something? I'm about to head to YouTube. Is Sologap still around or whatever his name is?

Code:
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev automake libdb++-dev libssl-dev git
Code:
sudo aptitude install libminiupnpc-dev
Code:
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
./autogen.sh
./configure
make
sudo make install
cd ..
ldconfig
wget http://104.207.135.209/craved
chmod 777 craved

I'm trying to compile crave (https://github.com/industrialcoinmagic/crave) and not use this binary