Bitcoin Forum
June 23, 2024, 05:35:48 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 29, 2017, 02:35:24 PM
Hi everyone!
New release: v2.0.3.5

*Fighting against incorrect masternodes

Now wallet check connection for each new masternode relay before adding it to masternode list. Delete mncache.dat before updating.

Update your PoS wallets. Masternodes don't need this update.
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 29, 2017, 02:34:01 PM
The style of this project is very personal. I like your LOGO. I hope you can do more and more

This logo is impregnated with dark shops and a dark web!

Where can I read about the parameters of the Crave blockchain: block size, complexity recalculation and the fight against centralization due to the use of PoS algorithm.

You can read it in Crave sources )))
Blocksize: 40 mbytes
Recalculations: Each 2 blocks
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 28, 2017, 11:14:45 AM
Hi everyone!
New release: v2.0.3.4

*Reworked IRC is back
*Fixed bad per connection without uPnP
*Fixed masternode list page glitch
*Added "Protocol" column in masternode list page
*Added context menu in masternode list page
*Network peer load tuning
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 25, 2017, 08:06:31 AM
Sorry about cryptoblock.xyz:30002 explorer. It connected to my node where I'm testing new code.And explorer may stuck after node restart and sometimes I forget check it((( I need to change something in cron for fixing it forever.
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 23, 2017, 04:11:12 AM
What is the total supply of crave? Cryptopia.nz shows in info ...   2000000000.00000000. This should be fixed,it looks scary.
Good luck.It is a very interesting good coin .

If that number is there on cryptopia, it should be fixed.  I'll contact them in a bit.

Total supply - https://cryptobe.com/chain/Crave/q/totalbc

Right now, the supply 1,275,270 CRAVE

All is fine. Crave blockchain can hold total 2 billions coins. We reach this nuber after 3900 years))
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 21, 2017, 08:49:50 AM
Yes. Cryptopia updates wallet to the latest 2.0.3.3.
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 19, 2017, 05:57:26 PM
actually this coin has a good rate on exchange but I cant mine it, I dont know why
What do you mean? You can't mine? You can't PoS or you can't make masternode?
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 19, 2017, 05:31:54 PM
WOW! Crave coin is live! I remember how it was cool to follow the first developer, it was a cool project. I really wanted to raise the master node, but it was very expensive for me. After so much time I can raise the node Smiley How many active wallets now and coins? Is there a Russian community here?

Around 130 masternodes running. Almost 1.3 million coins, but some are probably lost in the limbo.
The synchronization of the wallet has just ended. How many coins will be extracted if 500 coins are in the wallet, or master node be created?

Masternode will be profitable. You will get about 3 coins in a day.
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Sling | Decentralized Markets | HTML5 UI | Rebasing on: June 19, 2017, 10:33:17 AM
Hello !

Dev You can fix this damn error ? she's already got me



Thx

Hi, Can you send me more information on how to replicate the error?

It's simple. Just start to complete resync blockachain from network or bootstrap.dat.
Windows wallet can't do it. It's get this error on some blocks and stuck.
Mac OS wallet have no this error and completely resync.
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 19, 2017, 08:33:46 AM
I have created whitepaper wallet generator.
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 17, 2017, 09:34:18 PM
Multiple Masternodes setup Guide

Step-by-step guide for starting multiple masternodes (3 masternodes in this example)

Requirements

     - crave wallet running on your local computer with at least 500 cravecoins for every masternode
     - white static IP with open ports for masternodes

STEP 1 : Prepairing masternodes

    1 - Choose the place where you will hold you masternodes dirs (you need 1,5Gb free space for every masternode)
    2 - Create folder "CraveMN1" there
    3 - Copy file "crave-qt.exe" in folder "CraveMN1"
    4 - Create in folder "CraveMN1" new folder "data"
    5 - Copy file "blk0001.dat" and folder "txleveldb" in created folder "data"
    6 - Rename "crave-qt.exe" to the "crave-mn1.exe"
    7 - Press Win+R and type "cmd" and press Enter
    8 - Now type there:

Code:
echo start crave-mn1.exe -datadir=./data > %homepath%/Desktop/startmn1.cmd
   
    9 - Move file "startmn1.cmd" from Desktop to the "CraveMN1" folder
   10 - Repeat the process from step 2 for each masternode you want to created, with changing mn1 to mn2, mn3
   11 - Run startmn1.cmd, startmn2.cmd and startmn3.cmd, wait for complete loading wallets and complete syncing with blockchain
   12 - Now you can exit from each running masternode wallets

STEP 2 : Prepairing controller wallet

    1 - Open your main wallet where you have your coins
    2 - Go to Recieve tab
    3 - Press button "New address" and enter "Masternode 1" in Label (do not check "Stealth address")
    4 - Send to this address exactly 500 CRAVE
    5 - Wait for 1 confirmation of transaction and go to the Debug console
    6 - Run command "masternode genkey" and write down generated key (this is your masternode private key)
    7 - Run command "masternode outputs" and write down hexnumbers (this is your masternode tx) and digit after ":" (this is tx index)
    8 - Go to Masternodes tab and switch to the "My Masternodes"
    9 - Press button "Create"
   10 - Enter "Alias" - "MN1" (do not use spaces and special charatcers)
   11 - Enter "Address" - "YOUREXTERNALIP:PORT" (your external white ip and port for masternode)
   12 - Enter "Privkey" - masternode private key you generated with "masternode genkey"
   13 - Enter "TxHash" - masternode tx from "masternode outputs" command
   14 - Enter "Output Index" - tx index from "masternode outputs" command
   15 - Now you can press "Ok"
   16 - Repeat process from step 2 for MN2 and MN3. With renaming MN1 to MN2 and MN3 and changing port

#################################################################################################################################################

When you get to step 7 "masternode outputs" in second time you will see 2 lines with txhash and index. You must choose the new line with txhash.
When you get to step 7 "masternode outputs" in third time you will see 3 lines with txhash and index. You must choose the new line with txhash.

#################################################################################################################################################

   17 - Press "Update" and you will see all three masternodes in list with status "Not in the masternode list."
   
#################################################################################################################################################

Steps 8-15 creates masternode.conf. You can skip this steps and create it by yourself.
It have format:
Code:
ALIAS IP:PORT PRIVKEY TXHASH OUTPUTINDEX
One line - one masternode config

#################################################################################################################################################

STEP 3 : Configuring masternodes

    1 - Go to "CraveMN1/data" folder
    2 - Open "crave.conf" in Notepad
    3 - Type there:

Code:
port=PORT
masternode=1
masternodeaddr=IP:PORT
masternodeprivkey=PRIVKEY
       
    4 - Replace PORT with port for your Masternode 1, IP:PORT with your external white ip and the same port for you Masternode 1
    5 - Replace PRIVKEY with masternode private key you generated with "masternode genkey" in controller wallet for Masternode 1
    6 - Save it and repeat process for Masternode 2 and Masternode 3.

STEP 4 : Starting masternodes

    1 - Now you can start all your masternodes with "startmn1.cmd", "startmn2.cmd" and "startmn3.cmd"
    2 - Go to controller wallet, check that your coins in Masternode 1, 2 and 3 addresses have at least 15 confirmations.
    3 - Go to Masternodes tab and switch to the "My Masternodes"
    4 - Press "Start All"

Thats all folks. You have created 3 working masternodes.
Don't be afraid to running PoS on controller wallet. It's do not damaged your masternode transactions because all masternode coins will be excluded from PoS.

72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 15, 2017, 01:00:47 PM
New release - v2.0.3.3

*Forced DNS Seeding
*IRC Removed (now wallet do not stay in memory after exit)
*Added Peer/Ban tab in Debug console

Warning!!!
Not compatible with old blockchain database < v2.0.2.0
First of all backup your wallet.dat. You can make resync by 3 ways,

Delete txleveldb folder and blk0001.dat for resync from network.(takes 7-8 hours/highly recommended)
Delete txleveldb folder and rename blk0001.dat to bootstrap.dat for faster resync from raw blockchain file. (takes 3-4 hours/recommended)
Delete txleveldb folder and blk0001.dat, download blockchain.7z with new txleveldb folder and blk0001.dat and unpack it (2-3 minutes/not recommended).
http://cryptoblock.xyz:30002/bootstrap.dat
http://cryptoblock.xyz:30002/blockchain.7z
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 13, 2017, 08:05:43 PM
Hey guys, I think that for a project to survive it must have a fund support because donations never work. This coin was really brought from the death, so what about if the new Dev can add in the code a little portion of the reward of every block for Crave team, then they can work full time on this. I think it is totally fair for his hard work.
Thank you, but I don't need it  Smiley
BTW. The ability to make donations from masternodes reward is planned in future.
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE: Revival on: June 13, 2017, 10:14:58 AM
Any bounty or airdrop will be held rld soon?
Will be added soon.
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE:Now Live on Cryptopia and new Faucet on: June 13, 2017, 10:05:36 AM
76  Alternate cryptocurrencies / Announcements (Altcoins) / CRAVE: Revival on: June 13, 2017, 10:03:19 AM



Latest version: v2.1.0.3
Changelog


Hashing Algorithm: Scrypt
PoW Money Supply: 520k CRAVE were mined during the PoW period, which is now over.
Total PoW: 10,000 Blocks
PoW Reward: 100 CRAVE OVER
PoS Reward: 1 CRAVE HiPOS (1/3 to the staker 2/3 to the masternode)
Block space: 60 Seconds
Diff retarget: 2 Blocks
Maturity: 188 Blocks
Stake Min Age: 8 Hours
Premine:None

40 MB maximum block size.
Magic Bytes: 0x1f 0x22 0x05 0x31

Rel code has some tweak, IRC seed.
Port: 30104
RPC Port: 30105



Whitepaper Wallet Generator


PoW is over.


CryptoBE
CryptoBlock


mnrank.com
masternodes.pro





Don't trade on Yobit!!! Yobit CRAVE Wallet is not working!!!









Multiple Masternodes setup Guide
Masternode setup Guide for a VPS (LINUX OS)

Future plans:
* New website design
* New announce page
* Wallet redesign
* Brainwallet integration
* New exchanges
* Masternode system improvements
* ZeroCoin protocol implementation
* Bugfixes




Old thread
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE:Now Live on Cryptopia and new Faucet on: June 13, 2017, 08:36:19 AM
Ok guys. The next build.

https://github.com/CooleRRSA/crave/releases/tag/v2.0.3.0
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE:Now Live on Cryptopia and new Faucet on: June 11, 2017, 07:00:51 PM
Hi, when I attempt to send coins from my Crave windows wallet it says "transaction error" - could someone help with this?
Hi.

Could you post a bit more information?  Screenshots, wallet version used, etc?

Or join our slack: https://join.slack.com/cravecommunity/shared_invite/MTczMTI3MTU2MzcyLTE0OTI4NzQ1ODEtODI1ZDNkYzM4ZQ/

Hi,

Sure thing. I'm currently using the version of the wallet supplied by CooleRRSA. I was using the latest version of the wallet from the ANN post previously, but when I saw the error sending my coins, I backed up my wallet.dat, deleted that older wallet, downloaded CooleRRSA's wallet, network resynced and restored my wallet.dat, thinking that would solve the issue. My coins are spendable according to the wallet, but still come up with an error when sending them. I have ran the repairwallet command in the debug console but that didn't solve the issue. Here is a screenshot:



Hello. Sorry for that. I'm still developing my wallet version, and trying to make it stable.

Disable Darksend in bottom of window.

If it don't helps you can do this:
- enter in debug console "dumpprivkey YOURADDRESS" where YOURADDRESS is adress contains your coins.
- write down key you recieve
- shut down wallet
- remove wallet.dat
- start wallet
- open debug console
- enter "importprivkey YOURKEY" where YOURKEY is key you recieved above
- after 1-2 minutes wallet is hangouts and rescan process begins. depends of your hard drive speed it will be several 5-10 minutes (when I do this process I create RAMDISK and make it there)
- your coins appears in your wallet.

You can take my version of wallet, or get old version.
If you take old version of wallet and start complete waallet resync I recommend you make "improtprivkey" at the beginning of resync process.

This worked perfectly. Thanks.

I recommend to everyone, get your privatekeys and keep it in safe place. For every cryptocoin you have.
Because it give you ability to restore your wallet anytime.
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE:Now Live on Cryptopia and new Faucet on: June 11, 2017, 01:58:41 PM
Hi, when I attempt to send coins from my Crave windows wallet it says "transaction error" - could someone help with this?
Hi.

Could you post a bit more information?  Screenshots, wallet version used, etc?

Or join our slack: https://join.slack.com/cravecommunity/shared_invite/MTczMTI3MTU2MzcyLTE0OTI4NzQ1ODEtODI1ZDNkYzM4ZQ/

Hi,

Sure thing. I'm currently using the version of the wallet supplied by CooleRRSA. I was using the latest version of the wallet from the ANN post previously, but when I saw the error sending my coins, I backed up my wallet.dat, deleted that older wallet, downloaded CooleRRSA's wallet, network resynced and restored my wallet.dat, thinking that would solve the issue. My coins are spendable according to the wallet, but still come up with an error when sending them. I have ran the repairwallet command in the debug console but that didn't solve the issue. Here is a screenshot:



Hello. Sorry for that. I'm still developing my wallet version, and trying to make it stable.

Disable Darksend in bottom of window.

If it don't helps you can do this:
- enter in debug console "dumpprivkey YOURADDRESS" where YOURADDRESS is adress contains your coins.
- write down key you recieve
- shut down wallet
- remove wallet.dat
- start wallet
- open debug console
- enter "importprivkey YOURKEY" where YOURKEY is key you recieved above
- after 1-2 minutes wallet is hangouts and rescan process begins. depends of your hard drive speed it will be several 5-10 minutes (when I do this process I create RAMDISK and make it there)
- your coins appears in your wallet.

You can take my version of wallet, or get old version.
If you take old version of wallet and start complete waallet resync I recommend you make "improtprivkey" at the beginning of resync process.
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRAVE:Now Live on Cryptopia and new Faucet on: June 07, 2017, 02:39:51 PM
New release on air.

https://github.com/CooleRRSA/crave/releases/tag/v2.0.2.1

Please read comments carefully!!!

Release have freeze issue. Bugfix needed.
Don't use it.
Pages: « 1 2 3 [4] 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!