Bitcoin Forum
July 12, 2024, 11:11:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Should we Merge Mine Other Coins
Fuck Yea!
No! Damn Way

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 »  All
  Print  
Author Topic: .  (Read 49261 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
tema
Hero Member
*****
Offline Offline

Activity: 715
Merit: 500



View Profile WWW
September 12, 2015, 02:12:33 PM
 #241

Why is there so much silence....

 Do not worry! I have been following the  your development and rarely write here. I guess I'm not the only one. You have done that work on Crave! Niitassin you can join us in craveproject.slack.com(contact with jj12880) and add it in OP and https://www.reddit.com/r/crave and http://mycrave.org/ add too

✔ Freedom ✔ Reliability ✔ Global accessibility BITCOIN ✔ Trust and Integrity ✔ Independence
olcaytu2005
Legendary
*
Offline Offline

Activity: 1470
Merit: 1024



View Profile
September 12, 2015, 03:35:30 PM
 #242

Why is there so much silence....

 Do not worry! I have been following the  your development and rarely write here. I guess I'm not the only one. You have done that work on Crave! Niitassin you can join us in craveproject.slack.com(contact with jj12880) and add it in OP and https://www.reddit.com/r/crave and http://mycrave.org/ add too

 we are all here. following your works. and i appreciate .
NEVER.SELL.CRAVE...EVER
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
September 12, 2015, 03:45:23 PM
 #243

Why is there so much silence....

 Do not worry! I have been following the  your development and rarely write here. I guess I'm not the only one. You have done that work on Crave! Niitassin you can join us in craveproject.slack.com(contact with jj12880) and add it in OP and https://www.reddit.com/r/crave and http://mycrave.org/ add too

 we are all here. following your works. and i appreciate .

Yeah,
same here,we're watching  Wink
CDarvin81
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
September 12, 2015, 07:38:22 PM
 #244

Hi.
After the release of the new source i was able to compile rhe new wallet.
But now if i try to run these in the update folder i get this:

vagrant@precise32:~/update/crave/src$ ./craved
./craved: symbol lookup error: ./craved: undefined symbol: secp256k1_start

Any idea?
CryptoVote
Full Member
***
Offline Offline

Activity: 229
Merit: 100



View Profile
September 12, 2015, 07:54:08 PM
 #245

Hi.
After the release of the new source i was able to compile rhe new wallet.
But now if i try to run these in the update folder i get this:

vagrant@precise32:~/update/crave/src$ ./craved
./craved: symbol lookup error: ./craved: undefined symbol: secp256k1_start

Any idea?
You need a different secp256k1 version.  See these instructions:
Code:
git clone http://www.github.com/bitcoin/secp256k1
cd secp256k1
git checkout a1d5ae1
./autogen.sh
./configure
make
make install

CryptoVote
Full Member
***
Offline Offline

Activity: 229
Merit: 100



View Profile
September 12, 2015, 08:03:44 PM
Last edit: September 12, 2015, 09:41:18 PM by CryptoVote
 #246


Could you please be kind to commit the fix for this on the GitHub Repo and share the Windows Binaries


Changed crave.pro in a branch push request on GitHub named CryptoDJ-MissingReferences

I added references to these source code files:
    src/qt/blockbrowser.h
    src/qt/blockbrowser.cpp
    src/qt/forms/blockbrowser.ui

The Qt wallet should compile after that.  I'm working on compiling the Windows version.

CryptoVote
Full Member
***
Offline Offline

Activity: 229
Merit: 100



View Profile
September 13, 2015, 02:53:27 PM
Last edit: September 13, 2015, 04:30:28 PM by CryptoVote
 #247

The new Crave Qt Wallet for 32 bit Windows is here:
https://mega.nz/#!r8ECgI7I!2sMN9ei4q_IOZrMio6iJ9KaMQvLW3657cil91FR1UYM

I am still testing this version but my Linux and Windows instances are having problems synchronizing the blockchain and only have one connection.

We really need DNS seed nodes to help boost connections...
I have 35 active connection and my blockchain is up to date using the new oxytocin release.

when staking with the new release, I am getting many conflicted transactions

Status: conflicted
Date: 9/12/2015 22:34
Source: Generated
Debit: 0.00 CRAVE
To: BxedA7jsReWwU9P5sautzSAKqp8FfxjHmJ
Debit: -0.66666666 CRAVE
Net amount: -9.12 CRAVE
Transaction ID: 9bcba4409dd267ae5d7115dc96f84b09063e48d575def2c31e1e5f1ec0bbd601-000

I got about 20  conflicts in an hour.  I am back to using the previous version.
I got the Linux version to sync by first running the ICM version.

Crave Oxytocin appears to be running okay but I will continue testing.  I will get the Windows version working and test.

Anyone else testing the new version?

ITileclooTI
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
September 13, 2015, 03:35:25 PM
 #248

If what has been relayed regarding the fork, is correct, everyone should stake something during the transition, as it has been advised that there is likely to be a few quick blocks when the fork occurs and then block confirmation time will even itself out.
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
September 13, 2015, 09:34:09 PM
Last edit: September 13, 2015, 10:43:13 PM by cisahasa
 #249

Version Oxytocin Released!

I get this error when I try to compile this new version on Linux 64-bit:
Code:
bitcoingui.cpp:1006: undefined reference to `BlockBrowser::BlockBrowser(QWidget*)'
collect2: error: ld returned 1 exit status
Without this function, the project compiles and runs fine.



new win client crashing..  v1.4.5.0-g32a928e Quantum Loop
looking for reason

ok, forking because old ones not blocked..

CryptoVote
Full Member
***
Offline Offline

Activity: 229
Merit: 100



View Profile
September 14, 2015, 02:50:44 AM
 #250

We will require a windows binary compile again...
Working on the Windows binary compile.

Kamatezo
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
September 14, 2015, 12:22:15 PM
 #251

Crave Bittrex DISABLED
Kamatezo
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
September 14, 2015, 02:33:55 PM
 #252

The new WALLET under windows does not synchronize. What to do???
tema
Hero Member
*****
Offline Offline

Activity: 715
Merit: 500



View Profile WWW
September 14, 2015, 07:46:43 PM
 #253

 do not rush to the issuance and use of new wallets. Dedicate more time testing

✔ Freedom ✔ Reliability ✔ Global accessibility BITCOIN ✔ Trust and Integrity ✔ Independence
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
September 14, 2015, 07:49:15 PM
 #254

do not rush to the issuance and use of new wallets. Dedicate more time testing

glad its source is broken so dev must act now to save damage!
i would send alert to block new wallets

CryptoVote
Full Member
***
Offline Offline

Activity: 229
Merit: 100



View Profile
September 15, 2015, 01:53:13 AM
 #255

Okay - Major Unupdated and Minor Updated, I have patched and caused the old clients to be blocked by the new ones...

We will require a windows binary compile again...

This is the link to the Windows 32-bit binaries:
https://github.com/laptoptip/crave/releases/download/v2015.09.14/crave-oxytocin-win32.7z


Damn! We will have to compile now again
Okay, but before I re-compile, I will test Crave Oxytocin on Linux with the reverted transaction fee.

cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
September 15, 2015, 01:56:30 AM
Last edit: September 15, 2015, 02:22:55 AM by cisahasa
 #256

i can test win by redownloading whole chain if u give link.
that will take time...

hope there are working seeds..

and i would pump protocol to 70001 to gain control

Kamatezo
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
September 15, 2015, 07:42:39 AM
 #257

Okay - Major Unupdated and Minor Updated, I have patched and caused the old clients to be blocked by the new ones...

We will require a windows binary compile again...

This is the link to the Windows 32-bit binaries:
https://github.com/laptoptip/crave/releases/download/v2015.09.14/crave-oxytocin-win32.7z


Damn! We will have to compile now again

This is the link to the newly compiled Windows 32-bit binary (Crave Oxytocin release candidate 3):
https://github.com/laptoptip/crave/releases/download/v2015.09.15/crave-oxytocin-win32-rc3.7z


DOES NOT TAKE NO SYNC BLOCK!


cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
September 15, 2015, 12:02:08 PM
Last edit: September 15, 2015, 12:31:15 PM by cisahasa
 #258

incoming transaction..

full sync!
upto block 186590

now just get other clients the this new chain
old ones are creating fork chain

biggest question is exchanges?
the ones that still trades at old chain?
and new chain?

there was too little time to people react. i would just continue like it is now.
if someone got damage it is not upto you if you informed them.

but new chain is ok and moving..

syberwolfen
Sr. Member
****
Offline Offline

Activity: 790
Merit: 261


View Profile
September 15, 2015, 01:03:00 PM
 #259

incoming transaction..

full sync!
upto block 186590

now just get other clients the this new chain
old ones are creating fork chain

biggest question is exchanges?
the ones that still trades at old chain?
and new chain?

there was too little time to people react. i would just continue like it is now.
if someone got damage it is not upto you if you informed them.

but new chain is ok and moving..
let us know as soon as possible all my coin are in bittrex

Am I spamming? Report me!
HasherMe
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
September 15, 2015, 01:17:09 PM
 #260

incoming transaction..

full sync!
upto block 186590

now just get other clients the this new chain
old ones are creating fork chain

biggest question is exchanges?
the ones that still trades at old chain?
and new chain?

there was too little time to people react. i would just continue like it is now.
if someone got damage it is not upto you if you informed them.

but new chain is ok and moving..

I have 17 connections and fully synced with the most recent client release.  Not as many errors in the log... Looking good.
Get these errors for time to time:
Code:
ERROR: CheckProofOfStake() : INFO: read txPrev failed
ERROR: AcceptBlock() : check proof-of-stake failed for block 4b9357665a81be49b4b0b6c288412f140bad3370b33d9be08ee2cf9e95abcbc2
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckProofOfStake() : INFO: read txPrev failed
ERROR: AcceptBlock() : check proof-of-stake failed for block 4b9357665a81be49b4b0b6c288412f140bad3370b33d9be08ee2cf9e95abcbc2
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckProofOfStake() : INFO: read txPrev failed
ERROR: AcceptBlock() : check proof-of-stake failed for block 4b9357665a81be49b4b0b6c288412f140bad3370b33d9be08ee2cf9e95abcbc2
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckProofOfStake() : INFO: read txPrev failed
ERROR: AcceptBlock() : check proof-of-stake failed for block 4b9357665a81be49b4b0b6c288412f140bad3370b33d9be08ee2cf9e95abcbc2
ERROR: ProcessBlock() : AcceptBlock FAILED
ProcessBlock: ORPHAN BLOCK 47, prev=f2aaec5f4f328aac529725971b12679f55a97eba02609678f012d56d28a16843
Masternode payment to CFF5pnygwUFybwDBxoqfcobWkwJ1wMjgck

Stake is lower than my other nodes running old versions:
My Weight: 1,400
Network Weight: 2,200

I am sending the dev more Crave.  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!