Search content
Sort by

Showing 20 of 31 results by primosource
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 15/04/2015, 02:21:33 UTC
The Crave Adrenaline Surge Windows wallet link is now updated in the OP.  This update has the unlock-for-staking fix, in wallet adrenaline node count and list, and in-wallet configuration of your adrenaline nodes.  You can use it to quickly setup your VPS's and then start them by clicking a button.  The in-wallet configurator doesn't pull in the info from the conf file, it is self contained.

Cheesy

now is it possible to run more than 1 masternode in a single wallet ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 14/04/2015, 08:12:11 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 14/04/2015, 08:03:50 UTC
What is the total masternode count now? Is there a way I can check this?

 150 right now  Cool  says the total at the bottom  https://crave.ninja/

Thanks, that is impressive for so early on.
In the wallet you can use the masternode count command from the RPC console.  Or in the upcoming update, I added the updating count in the wallet.

ICM, how long to a MN fully start working? Do you now the refresh time of crave.ninja?
I set my first MN then I do masternode list in console and I can see it, but then, I start the second node in another wallet and I can see it but I can't see both running at same time in a single wallet console. And masternode count raise just +1 in both wallet consoles.

You wouldn't happen to be on block 32713 would you? I think new nodes are going to have a lot of difficulty getting past that block without a fix from the dev. The network for the fork that stops at 32713 is highly fractured. It could be your problem.


I'm on block 37750 right now
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 14/04/2015, 07:49:39 UTC
What is the total masternode count now? Is there a way I can check this?

 150 right now  Cool  says the total at the bottom  https://crave.ninja/

Thanks, that is impressive for so early on.
In the wallet you can use the masternode count command from the RPC console.  Or in the upcoming update, I added the updating count in the wallet.

ICM, how long to a MN fully start working?
I set my first MN then I do masternode list in console and I can see it, but then, I start the second node in another wallet and I can see it but I can't see both running at same time in a single wallet console. And masternode count raise just +1 in both wallet consoles.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 14/04/2015, 01:35:29 UTC
You need the latest wallet from Friday.  The latest Windows wallet is in the OP, for Linux you can clone github and compile it.

Oh, think it's working now. thank you.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 14/04/2015, 01:08:13 UTC
I noticed you have listen=0.  Try listen=1.

ICM, can you help me with that problem ?

I'm trying to setup my second MN from my desktop with same IP but different port and i'm receiving this error from second wallet MN, first MN is running fine on port 9999. But I can't run on any other port. My wallet version is v1.4.1.0-g32a928e.

http://i.imgur.com/6otCfDp.png

Now, I'm trying this conf
first crave.conf MN
Code:
maxconnections=100
rpcuser=***
rpcpassword=***
rpcport=9970
port=9999
listen=1
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=192.168.25.55:9999
masternode=1
masternodeprivkey=****
rpcallowip=127.0.0.1

second crave.conf MN
Code:
maxconnections=100
rpcuser=***
rpcpassword=***
rpcport=9971
port=9998
listen=1
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=192.168.25.55:9998
masternode=1
masternodeprivkey=****
rpcallowip=127.0.0.1

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 13/04/2015, 21:45:25 UTC

I tried to change everything, look, I change masternodeaddr only port, already put rpcport=9999 both but same error i'm running v1.4.1.0-g32a928e


You sure you have them set up in different data directories and have each conf in corresponding directories,  all separate instance wallets sync'd ?

Should work


Yes i'm sure, if i'm not i can't run 2 wallet at same time, the problem is run 2 masternode at same time with same ip but different ports
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 13/04/2015, 21:35:31 UTC

but it was working on the other computer at first and then stopped once i installed it on the other one. Is it a tor problem? only thing i can think to try is make whole new wallets for the nodes and see if that works but that seems a pain in the arse
I have the same problem .For sure is port issue.My first masternode doing good but second at second system getting "error  "setup masternode=1 in configuration" I did but isn't help.Instead of that my second wallet got freezing an got message that another system have the same IP ..But when I turn of first system  and first masternode  ,then second is start working.How to fix this ports I don't have idea???How people set up 5 or 6 masternodes if I can't start second???

Here is an example of running three master nodes. You need to make sure each using their own 'port'.
https://bitcointalk.org/index.php?topic=997356.msg11053604#msg11053604


I'm trying to setup my second MN from my desktop and i'm receiving this error from second MN, first MN is running fine on port 9999. But I can't run on any other port.

http://i.imgur.com/6otCfDp.png

first crave.conf
Code:
maxconnections=100
rpcuser=***
rpcpassword=***
rpcport=9970
port=9999
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=192.168.25.55:9999
masternode=1
masternodeprivkey=***
rpcallowip=127.0.0.1

second crave.conf
Code:
maxconnections=100
rpcuser=***
rpcpassword=***
rpcport=9971
port=9998
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=192.168.25.55:9998
masternode=1
masternodeprivkey=***
rpcallowip=127.0.0.1
i think rpcport= always stays 9999 what you change is port=? or am i wrong?

I tried to change everything, look, I change masternodeaddr only port, already put rpcport=9999 both but same error i'm running v1.4.1.0-g32a928e
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 13/04/2015, 21:20:29 UTC

but it was working on the other computer at first and then stopped once i installed it on the other one. Is it a tor problem? only thing i can think to try is make whole new wallets for the nodes and see if that works but that seems a pain in the arse
I have the same problem .For sure is port issue.My first masternode doing good but second at second system getting "error  "setup masternode=1 in configuration" I did but isn't help.Instead of that my second wallet got freezing an got message that another system have the same IP ..But when I turn of first system  and first masternode  ,then second is start working.How to fix this ports I don't have idea???How people set up 5 or 6 masternodes if I can't start second???

Here is an example of running three master nodes. You need to make sure each using their own 'port'.
https://bitcointalk.org/index.php?topic=997356.msg11053604#msg11053604


I'm trying to setup my second MN from my desktop and i'm receiving this error from second MN, first MN is running fine on port 9999. But I can't run on any other port.

http://i.imgur.com/6otCfDp.png

first crave.conf
Code:
maxconnections=100
rpcuser=***
rpcpassword=***
rpcport=9970
port=9999
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=192.168.25.55:9999
masternode=1
masternodeprivkey=***
rpcallowip=127.0.0.1

second crave.conf
Code:
maxconnections=100
rpcuser=***
rpcpassword=***
rpcport=9971
port=9998
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=192.168.25.55:9998
masternode=1
masternodeprivkey=***
rpcallowip=127.0.0.1
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 13/04/2015, 02:47:26 UTC
http://i.imgur.com/6otCfDp.png

I'm trying to setup my second MN from my desktop and i'm receiving this error from second MN, first MN is running fine on port 9999.

first crave.conf
Code:
maxconnections=100
rpcuser=user
rpcpassword=userpass
rpcport=9999
port=9999
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=192.168.25.55:9999
masternode=1
masternodeprivkey=MYPRIVKEY
rpcallowip=127.0.0.1

second crave.conf
Code:
maxconnections=100
rpcuser=user
rpcpassword=userpass
rpcport=7777
port=9980
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=192.168.25.55:9980
masternode=1
masternodeprivkey=MYPRIVKEY
rpcallowip=127.0.0.1
someone can help me?

second crave.conf rpcport=9980

doesn't work. the error is about only port 9999 running on main net, and i'm running v1.4.1.0-g32a928e
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 13/04/2015, 02:16:57 UTC
http://i.imgur.com/6otCfDp.png

I'm trying to setup my second MN from my desktop and i'm receiving this error from second MN, first MN is running fine on port 9999.

first crave.conf
Code:
maxconnections=100
rpcuser=user
rpcpassword=userpass
rpcport=9999
port=9999
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=192.168.25.55:9999
masternode=1
masternodeprivkey=MYPRIVKEY
rpcallowip=127.0.0.1

second crave.conf
Code:
maxconnections=100
rpcuser=user
rpcpassword=userpass
rpcport=7777
port=9980
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=192.168.25.55:9980
masternode=1
masternodeprivkey=MYPRIVKEY
rpcallowip=127.0.0.1
someone can help me?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 13/04/2015, 00:46:17 UTC
PnD just occured because of ShadowTrahsCommunity, look all these trolls here like YourMom, he has no life, just get paid for whales from ShadowTrash/Dash to dump weak hands and scare new investors. All is working fine, no reason to dump but dirty whales.

the dump that happened here was caused by dirty whales that are behind shadowtrash
They always act like that.
As soon as they see a coin that can menace them, they buy thousands in its beginning and when it is growing promote a fud storm and then do a dump causing panic sell.
SDC It is the dirtiest community that exists in the crypto universe.
If you guys go back to read the posts before the two dump waves, a few minutes before they happen, trolls from shadowtrash were here announcing that would happen.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
primosource
on 12/04/2015, 06:38:49 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8
by
primosource
on 11/04/2015, 03:06:19 UTC
Code:
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

^where i find crave.conf ? is this config working ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8
by
primosource
on 10/04/2015, 17:20:24 UTC
where are you dumpers? i'm waiting my order @450k get filled
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8
by
primosource
on 10/04/2015, 16:13:13 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8
by
primosource
on 10/04/2015, 16:06:45 UTC
please dump on me!!
Post
Topic
Board Announcements (Altcoins)
Re: ★[ANN] [NAV] NAVAJO COIN - Anonymous Technology BETA STARTED ● CHAT ● Faucet!
by
primosource
on 01/02/2015, 22:47:23 UTC
I received 11 NAB yet

NfdGPywiAxMSXvnPQAz1Etjyqjvwjt2mc8
Post
Topic
Board Announcements (Altcoins)
Re: ★[ANN] [NAV] NAVAJO COIN - Anonymous Technology BETA STARTED ● CHAT ● Faucet!
by
primosource
on 01/02/2015, 22:35:14 UTC
NAB guys

NfdGPywiAxMSXvnPQAz1Etjyqjvwjt2mc8
Post
Topic
Board Investor-based games
Re: WeeklyPonzi.com 'v3' | 100% Automated | Secure | 130% Return | 700+ BTC Invested
by
primosource
on 21/01/2015, 01:05:12 UTC
this game is dead!!