Bitcoin Forum
May 20, 2024, 07:07:15 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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 »
301  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 04:13:10 PM
should i make more than one .conf for every wallet.dat on the main pc do they have to be opened 24/7 or just to connect to the node one time and do the next node ?

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

info on the below website it seems like we can make more than one node on the same wallet.dat and start them all at once. but i can not understand it, can anyone please make simple steps ?

https://dashtalk.org/threads/reubens-start-multiple-masternodes-from-one-wallet-guide-start-many.4034/
302  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 03:45:14 PM
so the node payments will start after the fork ?

anyone have made a one wallet.dat that have more than one node address and node key ? or thats not possible ?
node payments already started Smiley i earned with 2 mn around 5 coins (aprox 4 hours)! setting few more mn as we speak Wink this will be profitable for sure $$$$  

EDIT: one mn running 4 hours another one running 30mins Wink new ones coming!

thats nice really profit ~2$
303  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 03:32:34 PM
so the node payments will start after the fork ?

anyone have made a one wallet.dat that have more than one node address and node key ? or thats not possible ?
304  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 03:26:45 PM
fuuuuuuuuuuuuuuck, after renting many many vultr vps's of 15gb ssd and 768 MB ram i found that i cant compile on it because of low memory, so i decided to compile on another vps that have 16gb ram and copied that craved to the 768MB ram and im getting this ( all VPS's are Ubuntu 12.04):

Code:
./craved: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory

what should i do now ?  Shocked Shocked Shocked
i solved the issue with low memory by adding swap file Wink http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/

yes i though of that, thanks anyways
305  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 03:18:52 PM
fuuuuuuuuuuuuuuck, after renting many many vultr vps's of 15gb ssd and 768 MB ram i found that i cant compile on it because of low memory, so i decided to compile on another vps that have 16gb ram and copied that craved to the 768MB ram and im getting this ( all VPS's are Ubuntu 12.04):

Code:
./craved: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory

what should i do now ?  Shocked Shocked Shocked

sudo ldconfig

And try again

 Kiss Kiss
306  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 03:09:44 PM
fuuuuuuuuuuuuuuck, after renting many many vultr vps's of 15gb ssd and 768 MB ram i found that i cant compile on it because of low memory, so i decided to compile on another vps that have 16gb ram and copied that craved to the 768MB ram and im getting this ( all VPS's are Ubuntu 12.04):

Code:
./craved: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory

what should i do now ?  Shocked Shocked Shocked
307  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 03:01:58 PM
how to compile craved ? im getting :

Code:
key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
compilation terminated.
you need to install secp256k1 first "git clone https://github.com/bitcoin/secp256k1"


what about this issue :

Code:
irc.cpp: In function ‘void ThreadIRCSeed2()’:
irc.cpp:321:39: error: expected ‘)’ before ‘PRIu64’
make: *** [obj/irc.o] Error 1
Open the irc.cpp file and add a line #define PRIu64 "llu" near the top. Apparently that constant is defined in the headers in some distros, and not in others. I had to add it in debian, but it compiled without in linux mint.

thanks  Kiss Kiss
308  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 02:49:19 PM
how to compile craved ? im getting :

Code:
key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
compilation terminated.
you need to install secp256k1 first "git clone https://github.com/bitcoin/secp256k1"


what about this issue :

Code:
irc.cpp: In function ‘void ThreadIRCSeed2()’:
irc.cpp:321:39: error: expected ‘)’ before ‘PRIu64’
make: *** [obj/irc.o] Error 1
309  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 02:29:40 PM
how to compile craved ? im getting :

Code:
key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
compilation terminated.
you need to install secp256k1 first "git clone https://github.com/bitcoin/secp256k1"


how to compile craved ? im getting :

Code:
key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
compilation terminated.

If you read on the source page...
Quote
CRAVE is dependent upon libsecp256k1 by sipa, the sources for which can be found here: https://github.com/bitcoin/secp256k1

So you have to set up that first.



thanks
310  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 02:21:06 PM
how to compile craved ? im getting :

Code:
key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
compilation terminated.
311  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 01:28:22 PM
come on motherfuckers give us some info to setup nodes, can i make more than one node address that have 500 coin in one local wallet ?

Scratch that mothetfuckers and you might get an answer

haha yea im angry cuz they all talking bullshit fud/antifud etc and no usefull info  Grin

"No premine" (GPU cluster mining 90% of coins minutes after release) . . solid

stfu i was one of the first ppl who run the wallet and mined, no premine
312  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 01:26:45 PM
come on motherfuckers give us some info to setup nodes, can i make more than one node address that have 500 coin in one local wallet ?

Scratch that mothetfuckers and you might get an answer

haha yea im angry cuz they all talking bullshit fud/antifud etc and no usefull info  Grin

I am interested too.. But i know from dark you can only have one node per account address..  It is probably the same here

im reading those below but they have lots of blah blah and not noob friendly im afraid i make some mistake and lose my coins:  

https://dashtalk.org/threads/taos-masternode-setup-guide-for-dummies.2680/
https://dashtalk.org/threads/reubens-start-multiple-masternodes-from-one-wallet-guide-start-many.4034/
313  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 01:23:04 PM
come on motherfuckers give us some info to setup nodes, can i make more than one node address that have 500 coin in one local wallet ?

Scratch that mothetfuckers and you might get an answer

haha yea im angry cuz they all talking bullshit fud/antifud etc and no usefull info  Grin
314  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 01:20:06 PM
come on motherfuckers give us some info to setup nodes, can i make more than one node address that have 500 coin in one local wallet ?
315  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 01:06:44 PM
i have a vps with 5 ips, can i run 5 nodes on it at same time ?
316  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 01:01:44 PM
Any guide to set the mn?. Thanks in advance
We should have step by step instructions
So people don't make mistakes
Thanks
$1 soon

I need also addnodes, out of synch, Sad

https://dashtalk.org/threads/taos-masternode-setup-guide-for-dummies.2680/
317  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8 on: April 07, 2015, 12:51:48 PM
it is possible to connect more than 1 node to the same local wallet ? i see this options :

masternode <start|start-alias|start-many|stop|stop-alias|stop-many|list|list-conf|count|debug|current|winners|genkey|enforce|outputs> [passphrase]
318  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE HiPOS 40MB blk 0.52M addrindex,stealth,Tor,BLUR = Embrace The Dark = on: April 06, 2015, 11:43:47 PM
When will an android wallet be available?
There is one already.  I will update it with the Adrenaline node stuff etc. now.

release now and let android for later  Undecided also can we have one node key installed on more than 1 node/vps ?
319  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Peercoin "The Alt-ernative" A First Year History on: April 06, 2015, 11:41:28 PM
whats up with old coins poping up

I don't understand what you mean Tongue

those ann within 4-5 hrs lol

Code:
Peercoin "The Alt-ernative" A First Year History 	

Qora | 100% POS | Assets | Names | Voting | Automated Transactions
 
[HEMP] Hemp coins | Scrypt POW+POS
 
 
[ANN][Scrypt] Neutrino Reloaded!
320  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE HiPOS 40MB blk 0.52M addrindex,stealth,Tor,BLUR = Embrace The Dark = on: April 06, 2015, 11:37:04 PM
Do you want to make an Adrenaline node too?

i will make 16 nodes, realseeeeeeeeeeeee now  Grin Grin Grin
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!