Bitcoin Forum
June 16, 2024, 10:22:44 AM *
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 »
681  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 05:35:24 PM
@allyouracid

You're like people that all believe in fantasy "gods"  

You talk a lot of b.s. but do not offer much solid proof.

This is opensource,  if worse comes to worse..  we can fork and keep with the original design/roadmap/intentions.
See my previous post. I have explained where you can find proof.
Also, just because it is open source, this does not - at least in my opinion - justify the devs and their crew stealing money from you. Didn't you work hard for what you earned?

1. There is no proof of what you say in previous posts,  please prove dev is also under which names you speak of.

Quote
the devs and their crew stealing money from you.

2.  So you have proof that they are "stealing money from me" ?  Where..  I've actually done nothing but make money from this coin!

No proof.  Just your colored viewpoints/opinions.

682  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 04:26:49 PM
@allyouracid

You're like people that all believe in fantasy "gods"  

You talk a lot of b.s. but do not offer much solid proof.

This is opensource,  if worse comes to worse..  we can fork and keep with the original design/roadmap/intentions.



683  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 04:03:49 PM


Thanks! but say if i set up adrenaline node on VPN and i don't want my standard linked crave wallet on a home laptop can i have both node and wallet on same server pointing them to different data directories?

Should be able to with -datadir=pathtodatadir  option 

684  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 03:56:45 PM
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)

Thanks for pointing that out !
685  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 03:54:10 PM
Thanks to original guide author.. I revised..  

Setting up a Masternode - Windows

We will be using your home computer for this Smiley nothing fancy

Create a new .txt file, we need to copy/paste a few codes/addresses

Start with a new wallet (0 balance) but first back up your old wallet.dat if you have coins in it Wink
Open te QT, and make sure you have your firewall accepting connections from the CRAVE QT Wink


Nex, Let it sync up


After you synced, go to Tools=>Debugconsole=>Console
Then typ : masternode genkey              
Press enter

You will see a large code, copy this code to the .txt file for now. We need this code later on when we are setting up a new crave.conf file

Go back to your Wallet=>Tools=>Debugconsole=>Console
Then typ : getaccountaddress 0

This will give you a new CRAVE address. Copy this address to the .txt file for now. We need this address later on to sent EXACTLY 500 CRAVE to it (more or less will not work!) so you are able to be a masternode Wink

Next you need to encrypt your wallet! Make sure you think of a strong password!

Settings=>encrypt wallet

After doing that your wallet needs to restart.
Close wallet and re-open.

Alright, It is time to sent those 500 CRAVE to the "address 0" you copy/pasted in the .txt file. make sure it is EXACTLY 500!!  Cheesy

If you have coins in your backed up wallet. Close down the CRAVE QT and just switch your wallet.dat with the back up wallet.dat (the one with your coins in it Wink) make sure you dont remove or lose the other "masternode" one, just put it away somewhere else for a sec.
Restart the CRAVE QT, Let it load, and you should see you have balance again from your backup wallet.

Send 500 coins to the CRAVE address we put in the .txt file earlier. Let it fully confirm in the blockchain.
Close the CRAVE QT and swap the wallet.dat files again. You will now need the masternode wallet.dat file again.

Next, we need to make a new .conf file

Code:
maxconnections=100
rpcuser=yourusername
rpcpassword=yourpassword
rpcallowip=127.0.0.1
rpcport=5555
gen=0
listen=0
server=1
daemon=1
reservebalance=9999999
logtimestamps=1
masternodeaddr=YOURIPADDRESS:9999
masternode=1
masternodeprivkey=YOUR GENERATED PRIV KEY

Change username/password
Replace YOURIPADDRESS with your ip address  Smiley
Replace the YOUR GENERATED PRIV KEY with the one you copy/pasted in the .txt file
Save as crave.conf (we all know where to put this right?)


Open the CRAVE QT

Go to Tools=>Debugconsole=>Console

Typ masternode start walletpassword

Then typ masternode list

If you did everything right, and followed this guide step by step you should see you ip addres in the list with :1 behind it... then it is all set! Leave your wallet open though Smiley

If you want to do multiple Masternodes do similar to this:


You can change the port and setup more if you want. You will need to have multiple copies of the datadir and you crave-qt.exe

something like this for your .bat files and make sure you have a folder to hold the data for each running MN.

StartMasterNode1.bat
crave-qt -datadir=C:\SubFolders\CraveMasterNode1

StartMasterNode2.bat
crave-qt -datadir=C:\SubFolders\CraveMasterNode2

StartMasterNode3.bat
crave-qt -datadir=C:\SubFolders\CraveMasterNode3

Crave Master Node 1 Config
Code:
maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=9970
port=9999
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=YouIPAddress:9999
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1

Crave Master Node 2 Config
Code:
maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=9971
port=9998
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=YouIPAddress:9998
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1

Crave Master Node 3 Config
Code:
maxconnections=100
rpcuser=YourRPCUser
rpcpassword=YourRPCPassword
rpcport=9972
port=9997
gen=0
server=1
daemon=1
staking=0
reservebalance=9999999
masternodeaddr=YouIPAddress:9997
masternode=1
masternodeprivkey=YourMasterKey
rpcallowip=127.0.0.1

686  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 03:46:33 PM
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.

687  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 03:39:49 PM
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.

688  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 03:35:46 PM


the same on windows
not capable masternode: Unknown. Check debug.log for more information.



That's not the same problem... the other is with linux or whatever he's compiling on.
689  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 03:31:42 PM
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?

690  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 03:09:29 PM
New Crave BCT Signature is out !!!!


do you like it? Do you want to use it?  


PM me here so I will send you the code to put in your profile/signature

 Wink

Looks awesome !!!   Grin
691  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 03:08:44 PM

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

Did you put the correct masternode ip address?

Are you running the client as a separate instance?
692  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 03:05:32 PM
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.




Hmm that's strange..  after I did make install I didn't have to do any of that, it worked fine without having to do the patch or anything you mention.

693  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 02:25:05 PM
i still get this error when i want to start mn: not capable masternode: Unknown. Check debug.log for more information.

can enyone help? i working on windows

Did you make sure your ports are opened in router etc.. ?

yes port 9999 is open

I would try with a separate daemon listening,  I don't have much luck with those windows instructions the way its written.
When I set up a separate daemon, it works.

694  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 02:13:25 PM
i still get this error when i want to start mn: not capable masternode: Unknown. Check debug.log for more information.

can enyone help? i working on windows

Did you make sure your ports are opened in router etc.. ?
695  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 01:40:50 PM
@Trolls 

Thanks for keeping Crave bumped to the top!
 Smiley
696  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 12:41:24 PM

How much crave is needed to run a masternode? I dont have any atm  Cheesy

500 needed for masternode.  and better guides, with pictures would be appreciated! 
Be sure to leave your donation address, I know I would tip you!

697  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 12:39:16 PM
I pmed the dev about this a few days ago, but haven't received any response, nor has anything been done about these, so I'm posting this here now hoping it'll get some answers. This is not the message I sent, this is reworded for general users who I don't expect to know much about the code.

There are multiple things I've found in the code that seem like problems. In the masternode payment enforcement, the code for checking that masternodes are being paid is checking the wrong transaction. In btc(and pow coins like darkcoin which the code came from) the block reward is in the first transaction (vtx[0]), and in PoS forks like crave is, vtx[0] is always left empty and the block reward is in vtx[1]. It can be seen here https://github.com/industrialcoinmagic/crave/blob/master/src/main.cpp#L2375 and https://github.com/industrialcoinmagic/crave/blob/master/src/main.cpp#L2357 that the code was not updated to look in vtx[1], and continues to look at vtx[0]. It can also be seen a little higher up in the same function that the block verification does check that vtx[0] is empty https://github.com/industrialcoinmagic/crave/blob/master/src/main.cpp#L2302 . Since block verification checks that vtx[0] is empty to even get to masternode payment verification, payment verification will never find an output to a masternode in that loop, and should reject all blocks, except it doesn't deadlock due to the next point.

The hard fork never happened. If you scroll up a little from the previous section, you'll see a flag used for enabling masternode enforcement. https://github.com/industrialcoinmagic/crave/blob/master/src/main.cpp#L2341 Right below it checks it against a timestamp, and sets the flag to true if we're past the fork time. Before we actually use the flag, there's another condition calling the IsSporkActive function https://github.com/industrialcoinmagic/crave/blob/master/src/main.cpp#L2341 which is capable of turning the flag back off. If you follow that function https://github.com/industrialcoinmagic/crave/blob/master/src/spork.cpp#L80 what happens in that call is it doesn't see that flag in the map, so heads into the else block where it copies SPORK_1_MASTERNODE_PAYMENTS_ENFORCEMENT_DEFAULT to r, and then compares r to the current time. If you take a look at the value compared https://github.com/industrialcoinmagic/crave/blob/master/src/spork.h#L28 , and convert that timestamp(2428537599) to normal time ( http://www.epochconverter.com/ ), you'll see that the timestamp used is Dec 16 2046. Clearly this hasn't happened yet, so IsSporkActive returns false, and that causes it to set the flag back to false so the masternode payment enforcement code is skipped over. Until ICM quieted the logging, it could also be seen in the logs that the skipped message was still being logged after the fork supposedly happened.

Lastly at https://github.com/industrialcoinmagic/crave/blob/master/src/main.cpp#L2320 the constant passed to IsSporkActive is the timestamp from before, not a spork ID, which causes the InstantX checks to be skipped.

Why don't you report these issues on github so we all can work on them (those who know how to code)  and eventually, maybe push commits.

Thanks for looking into this and reporting here,  if they really are issues

Edit:  Or maybe that's not how dev wants to use github,  I don't know... but it would just seem like a normal route as in how other projects do things.



698  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TRON] Positron - Fair Ninja Launch - Dynamic POS - 4.09% of BTC Nethash on: April 13, 2015, 08:46:50 AM
No anon market...  what's the point,  just a run of the mill PoS.

Don't buy *this* stupid pump.

699  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 03:12:58 AM
Also trying to set up my master node. Do I unlock wallet like I would for staking? Or keep it locked?

has to be unlocked at the prompt you have option to unlock for staking only disabling send transactions

Code:
./craved -walletpassphrase [passhere] 99999999 true
700  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark= on: April 13, 2015, 01:38:59 AM

I see $0.28 per coin. So that means for each transaction a MN processes that node gets $0.1866666648.

Funny how some of those people don't take into account supply,  difficult to see that its worth more Smiley
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!