Pages:
Author

Topic: CRAVE: Revival - page 22. (Read 54975 times)

full member
Activity: 252
Merit: 100
Aliens are real!
July 31, 2017, 04:33:09 AM
another issue , my AVG is always blocking when i open crave-qt, it said "detected a malware threat..."  and it push it in quarantine.  Sad
full member
Activity: 252
Merit: 100
Aliens are real!
July 30, 2017, 07:58:39 AM
I got a problem, I have downloaded the latest version v2.1.0.0  but i can't run it, so i've deleted it and keep running the version v1.4.5.0-g32axxx. Is that ok? or i have to update it, how?  Huh


Ps: where is the awesome roadmap to get Crave to the crypto billionaires club  Grin
1.4.5 chain isnt compatible.
what you mean? i see it still sync correctly... How can i update now? Did i lose my coins?   Cry



thanks
This was addressed in the release that followed 2.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/recommended)
Delete txleveldb folder and rename blk0001.dat to bootstrap.dat for faster resync from raw blockchain file. (takes 2-3 hours/highly 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
So, i need resync with version 2.0.2.0 and then i can update to the latest version right? can you give me a compiled version of 2.0.2.0? thanks
Just download the last release and sync. If its not working, try to compile the wallet yourself.

It works, thanks!

newbie
Activity: 34
Merit: 0
July 30, 2017, 05:48:29 AM
Hello, I'm looking to set up a masternode from the Windows wallet.  Can someone direct me to instructions?  I saw the Linux masternode steps, but would like to know if a Windows wallet masternode is possible.  I have a static external IP.

https://bitcointalksearch.org/topic/m.19621353
Thanks!

EDIT: All set up, works great.
sr. member
Activity: 434
Merit: 251
July 30, 2017, 05:38:21 AM
Hello, I'm looking to set up a masternode from the Windows wallet.  Can someone direct me to instructions?  I saw the Linux masternode steps, but would like to know if a Windows wallet masternode is possible.  I have a static external IP.

https://bitcointalksearch.org/topic/m.19621353
newbie
Activity: 34
Merit: 0
July 30, 2017, 05:36:07 AM
Hello, I'm looking to set up a masternode from the Windows wallet.  Can someone direct me to instructions?  I saw the Linux masternode steps, but would like to know if a Windows wallet masternode is possible.  I have a static external IP.
full member
Activity: 346
Merit: 100
July 30, 2017, 04:00:32 AM
I got a problem, I have downloaded the latest version v2.1.0.0  but i can't run it, so i've deleted it and keep running the version v1.4.5.0-g32axxx. Is that ok? or i have to update it, how?  Huh


Ps: where is the awesome roadmap to get Crave to the crypto billionaires club  Grin
1.4.5 chain isnt compatible.
what you mean? i see it still sync correctly... How can i update now? Did i lose my coins?   Cry



thanks
This was addressed in the release that followed 2.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/recommended)
Delete txleveldb folder and rename blk0001.dat to bootstrap.dat for faster resync from raw blockchain file. (takes 2-3 hours/highly 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
So, i need resync with version 2.0.2.0 and then i can update to the latest version right? can you give me a compiled version of 2.0.2.0? thanks
Just download the last release and sync. If its not working, try to compile the wallet yourself.
And if the problem is not resolved and you do not have a backup, then your funds can not recover
full member
Activity: 251
Merit: 100
Official
July 29, 2017, 09:12:28 PM
Hello, I'm practicing cross compiling the windows client on Linux.  I get the following error. Any idea what may be causing it?

obj/txdb-leveldb.o: In function `ZN25zero_after_free_allocatorIcE10deallocateEPcj':
src/crave/src/allocators.h:245: undefined reference to `memory_cleanse(void*, unsigned int)'
src/crave/src/allocators.h:245: more undefined references to `memory_cleanse(void*, unsigned int)' follow
collect2: error: ld returned 1 exit status
makefile.linux-mingw:179: recipe for target 'craved.exe' failed
make: *** [craved.exe] Error 1

I think you're the first one to try cross-compiling the wallet, i didnt try it myself. Coolerrsa uses this to compile on Windows, try to get the same boost + mingw version   :
-boost 1.57
-miniupnpc 1.9
-berkeleydb 5.3.28.NC
-openssl 1.0.2k
-qt 5.5.1
-libpng 1.6.29
-secp256k1 included in sources
-mingw i686-4.8.3-release-posix-dwarf-rt_v3-rev0

Also i dont know if the makefile for this is correct since you're the first one to experience it.


Thanks, I'll try with those versions and report back.
Edited the first message for a makefile fix, give it a try.

BINGO!  It appears the OBJS was the issue. At least got me past a couple of errors.  Still compiling.  Thanks for the assist!!!

I finally go this to compile. secp256k1 was a pain  in arse. It was a worhtwhile experiment.

Now, looking forward to some mooning.
full member
Activity: 140
Merit: 100
Crave is the furure
July 29, 2017, 08:51:27 AM
Transfercoin has quite a good android wallet which looks just like the QT app, is that something that could be done with the Crave codebase or does it need a whole lot of work?  It could also be too heavy as is with a full blockchain DB. 

PIVX has just launched their android wallet and that's quite nice, it uses a new version of their masternode code to create a trusted node that the mobile wallet connects to and that makes it fast to load and easy to use.

I guess it will be our next goal  Wink
hero member
Activity: 615
Merit: 502
July 29, 2017, 08:09:53 AM
Transfercoin has quite a good android wallet which looks just like the QT app, is that something that could be done with the Crave codebase or does it need a whole lot of work?  It could also be too heavy as is with a full blockchain DB. 

PIVX has just launched their android wallet and that's quite nice, it uses a new version of their masternode code to create a trusted node that the mobile wallet connects to and that makes it fast to load and easy to use.
member
Activity: 81
Merit: 10
July 29, 2017, 06:01:02 AM
Thank's the add from:

Code:
externalip=xx.75.141.164
port=9999
and edit to
Code:
masternodeaddr=xx.75.141.164:9999

had solve this problem.
hero member
Activity: 824
Merit: 1000
July 29, 2017, 05:26:25 AM
I got a problem, I have downloaded the latest version v2.1.0.0  but i can't run it, so i've deleted it and keep running the version v1.4.5.0-g32axxx. Is that ok? or i have to update it, how?  Huh


Ps: where is the awesome roadmap to get Crave to the crypto billionaires club  Grin
1.4.5 chain isnt compatible.
what you mean? i see it still sync correctly... How can i update now? Did i lose my coins?   Cry



thanks
This was addressed in the release that followed 2.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/recommended)
Delete txleveldb folder and rename blk0001.dat to bootstrap.dat for faster resync from raw blockchain file. (takes 2-3 hours/highly 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
So, i need resync with version 2.0.2.0 and then i can update to the latest version right? can you give me a compiled version of 2.0.2.0? thanks
Just download the last release and sync. If its not working, try to compile the wallet yourself.
hero member
Activity: 824
Merit: 1000
July 29, 2017, 05:25:33 AM
Hi
i've problems to setup my MN on my server

If i ty to use some Ports i get this error:
Code:
2017-07-29 07:19:39 CActiveMasternode::ManageStatus() - Checking inbound connection to 'XX.75.141.164:50423'
2017-07-29 07:19:39 connect() to 62.75.141.164:50423 failed after select(): Connection refused
2017-07-29 07:19:39 CActiveMasternode::ManageStatus() - not capable: Could not connect to XX.75.141.164:50423


This ports are all open...
If i use higher Ports like 80423 i get this:

Code:
2017-07-29 07:20:29  addr XX.75.141.164:80423
2017-07-29 07:20:29 CActiveMasternode::ManageStatus() - Checking inbound connection to 'XX.75.141.164:0'

Masternode would start, but i think this is not right. seems like an Integer overflow on the Port because its markt "0"

I'had run the node for 1 day but no income an i don't see the node on the MN-List.

Code:
{
    "version" : "v2.1.0.0-60025",
    "protocolversion" : 60025,
    "walletversion" : 60000,
    "balance" : 500.00000000,
    "darksend_balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 809899,
    "timeoffset" : 0,
    "moneysupply" : 1324174.00000000,
    "connections" : 2,
    "proxy" : "",
    "ip" : "XX.75.141.164",
    "difficulty" : 81150.71818611,
    "testnet" : false,
    "keypoololdest" : 1501257658,
    "keypoolsize" : 101,
    "paytxfee" : 0.00001000,
    "mininput" : 0.00000000,
    "unlocked_until" : 0,
    "errors" : ""
}

The IP is also ok by the Node.

What could the problem be??? Huh Huh
Port 65535 is the highest possible on a machine.
Add externalip=YOUR_IP and port=YOUR_PORT in your conf file.
And check if its reachable from outside.
full member
Activity: 252
Merit: 100
Aliens are real!
July 29, 2017, 03:42:55 AM
I got a problem, I have downloaded the latest version v2.1.0.0  but i can't run it, so i've deleted it and keep running the version v1.4.5.0-g32axxx. Is that ok? or i have to update it, how?  Huh


Ps: where is the awesome roadmap to get Crave to the crypto billionaires club  Grin
1.4.5 chain isnt compatible.
what you mean? i see it still sync correctly... How can i update now? Did i lose my coins?   Cry



thanks
This was addressed in the release that followed 2.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/recommended)
Delete txleveldb folder and rename blk0001.dat to bootstrap.dat for faster resync from raw blockchain file. (takes 2-3 hours/highly 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
So, i need resync with version 2.0.2.0 and then i can update to the latest version right? can you give me a compiled version of 2.0.2.0? thanks
member
Activity: 81
Merit: 10
July 29, 2017, 03:27:20 AM
Hi
i've problems to setup my MN on my server

If i ty to use some Ports i get this error:
Code:
2017-07-29 07:19:39 CActiveMasternode::ManageStatus() - Checking inbound connection to 'XX.75.141.164:50423'
2017-07-29 07:19:39 connect() to 62.75.141.164:50423 failed after select(): Connection refused
2017-07-29 07:19:39 CActiveMasternode::ManageStatus() - not capable: Could not connect to XX.75.141.164:50423


This ports are all open...
If i use higher Ports like 80423 i get this:

Code:
2017-07-29 07:20:29  addr XX.75.141.164:80423
2017-07-29 07:20:29 CActiveMasternode::ManageStatus() - Checking inbound connection to 'XX.75.141.164:0'

Masternode would start, but i think this is not right. seems like an Integer overflow on the Port because its markt "0"

I'had run the node for 1 day but no income an i don't see the node on the MN-List.

Code:
{
    "version" : "v2.1.0.0-60025",
    "protocolversion" : 60025,
    "walletversion" : 60000,
    "balance" : 500.00000000,
    "darksend_balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 809899,
    "timeoffset" : 0,
    "moneysupply" : 1324174.00000000,
    "connections" : 2,
    "proxy" : "",
    "ip" : "XX.75.141.164",
    "difficulty" : 81150.71818611,
    "testnet" : false,
    "keypoololdest" : 1501257658,
    "keypoolsize" : 101,
    "paytxfee" : 0.00001000,
    "mininput" : 0.00000000,
    "unlocked_until" : 0,
    "errors" : ""
}

The IP is also ok by the Node.

What could the problem be??? Huh Huh
full member
Activity: 251
Merit: 100
Official
July 28, 2017, 07:25:19 PM
Hello, I'm practicing cross compiling the windows client on Linux.  I get the following error. Any idea what may be causing it?

obj/txdb-leveldb.o: In function `ZN25zero_after_free_allocatorIcE10deallocateEPcj':
src/crave/src/allocators.h:245: undefined reference to `memory_cleanse(void*, unsigned int)'
src/crave/src/allocators.h:245: more undefined references to `memory_cleanse(void*, unsigned int)' follow
collect2: error: ld returned 1 exit status
makefile.linux-mingw:179: recipe for target 'craved.exe' failed
make: *** [craved.exe] Error 1

I think you're the first one to try cross-compiling the wallet, i didnt try it myself. Coolerrsa uses this to compile on Windows, try to get the same boost + mingw version   :
-boost 1.57
-miniupnpc 1.9
-berkeleydb 5.3.28.NC
-openssl 1.0.2k
-qt 5.5.1
-libpng 1.6.29
-secp256k1 included in sources
-mingw i686-4.8.3-release-posix-dwarf-rt_v3-rev0

Also i dont know if the makefile for this is correct since you're the first one to experience it.


Thanks, I'll try with those versions and report back.
Edited the first message for a makefile fix, give it a try.

BINGO!  It appears the OBJS was the issue. At least got me past a couple of errors.  Still compiling.  Thanks for the assist!!!
hero member
Activity: 824
Merit: 1000
July 28, 2017, 06:19:33 PM
Hello, I'm practicing cross compiling the windows client on Linux.  I get the following error. Any idea what may be causing it?

obj/txdb-leveldb.o: In function `ZN25zero_after_free_allocatorIcE10deallocateEPcj':
src/crave/src/allocators.h:245: undefined reference to `memory_cleanse(void*, unsigned int)'
src/crave/src/allocators.h:245: more undefined references to `memory_cleanse(void*, unsigned int)' follow
collect2: error: ld returned 1 exit status
makefile.linux-mingw:179: recipe for target 'craved.exe' failed
make: *** [craved.exe] Error 1

I think you're the first one to try cross-compiling the wallet, i didnt try it myself. Coolerrsa uses this to compile on Windows, try to get the same boost + mingw version   :
-boost 1.57
-miniupnpc 1.9
-berkeleydb 5.3.28.NC
-openssl 1.0.2k
-qt 5.5.1
-libpng 1.6.29
-secp256k1 included in sources
-mingw i686-4.8.3-release-posix-dwarf-rt_v3-rev0

Also i dont know if the makefile for this is correct since you're the first one to experience it.


Thanks, I'll try with those versions and report back.
Edited the first message for a makefile fix, give it a try.
full member
Activity: 251
Merit: 100
Official
July 28, 2017, 06:15:31 PM
Hello, I'm practicing cross compiling the windows client on Linux.  I get the following error. Any idea what may be causing it?

obj/txdb-leveldb.o: In function `ZN25zero_after_free_allocatorIcE10deallocateEPcj':
src/crave/src/allocators.h:245: undefined reference to `memory_cleanse(void*, unsigned int)'
src/crave/src/allocators.h:245: more undefined references to `memory_cleanse(void*, unsigned int)' follow
collect2: error: ld returned 1 exit status
makefile.linux-mingw:179: recipe for target 'craved.exe' failed
make: *** [craved.exe] Error 1

I think you're the first one to try cross-compiling the wallet, i didnt try it myself. Coolerrsa uses this to compile on Windows, try to get the same boost + mingw version   :
-boost 1.57
-miniupnpc 1.9
-berkeleydb 5.3.28.NC
-openssl 1.0.2k
-qt 5.5.1
-libpng 1.6.29
-secp256k1 included in sources
-mingw i686-4.8.3-release-posix-dwarf-rt_v3-rev0

Also i dont know if the makefile for this is correct since you're the first one to experience it.


Thanks, I'll try with those versions and report back.
hero member
Activity: 824
Merit: 1000
July 28, 2017, 06:08:41 PM
Hello, I'm practicing cross compiling the windows client on Linux.  I get the following error. Any idea what may be causing it?

obj/txdb-leveldb.o: In function `ZN25zero_after_free_allocatorIcE10deallocateEPcj':
src/crave/src/allocators.h:245: undefined reference to `memory_cleanse(void*, unsigned int)'
src/crave/src/allocators.h:245: more undefined references to `memory_cleanse(void*, unsigned int)' follow
collect2: error: ld returned 1 exit status
makefile.linux-mingw:179: recipe for target 'craved.exe' failed
make: *** [craved.exe] Error 1

I think you're the first one to try cross-compiling the wallet, i didnt try it myself. Coolerrsa uses this to compile on Windows, try to get the same boost + mingw version   :
-boost 1.57
-miniupnpc 1.9
-berkeleydb 5.3.28.NC
-openssl 1.0.2k
-qt 5.5.1
-libpng 1.6.29
-secp256k1 included in sources
-mingw i686-4.8.3-release-posix-dwarf-rt_v3-rev0

Also i dont know if the makefile for this is correct since you're the first one to experience it.

EDIT : checked the makefile, some lines are missing for the build :
Code:
OBJS= \
    obj/alert.o \
    obj/version.o \
    obj/checkpoints.o \
    obj/netbase.o \
    obj/addrman.o \
    obj/crypter.o \
    obj/key.o \
    obj/init.o \
    obj/bitcoind.o \
    obj/keystore.o \
    obj/core.o \
    obj/main.o \
    obj/net.o \
    obj/protocol.o \
    obj/rpcclient.o \
    obj/rpcprotocol.o \
    obj/rpcserver.o \
    obj/rpcmisc.o \
    obj/rpcnet.o \
    obj/rpcblockchain.o \
    obj/rpcrawtransaction.o \
    obj/script.o \
    obj/sync.o \
    obj/txmempool.o \
    obj/util.o \
    obj/hash.o \
    obj/noui.o \
    obj/kernel.o \
    obj/pbkdf2.o \
    obj/scrypt.o \
    obj/irc.o \
    obj/chainparams.o

Should be replaced by :
Code:
OBJS= \
    obj/alert.o \
    obj/allocators.o \
    obj/support/cleanse.o \
    obj/base58.o \
    obj/version.o \
    obj/checkpoints.o \
    obj/netbase.o \
    obj/addrman.o \
    obj/crypter.o \
    obj/key.o \
    obj/pubkey.o \
    obj/ecwrapper.o \
    obj/init.o \
    obj/bitcoind.o \
    obj/keystore.o \
    obj/core.o \
    obj/main.o \
    obj/net.o \
    obj/protocol.o \
    obj/rpcclient.o \
    obj/rpcprotocol.o \
    obj/rpcserver.o \
    obj/rpcmisc.o \
    obj/rpcnet.o \
    obj/rpcblockchain.o \
    obj/rpcrawtransaction.o \
    obj/rpcsmessage.o \
    obj/script.o \
    obj/scrypt.o \
    obj/sync.o \
    obj/txmempool.o \
    obj/util.o \
    obj/hash.o \
    obj/noui.o \
    obj/kernel.o \
    obj/pbkdf2.o \
    obj/chainparams.o \
    obj/stealth.o \
    obj/activemasternode.o \
    obj/darksend.o \
    obj/darksend-relay.o \
    obj/instantx.o \
    obj/masternodeconfig.o \
    obj/masternodeman.o \
    obj/masternode.o \
    obj/masternode-payments.o \
    obj/rpcdarksend.o \
    obj/spork.o \
    obj/crypto/hmac_sha256.o \
    obj/crypto/hmac_sha512.o \
    obj/crypto/ripemd160.o \
    obj/crypto/sha1.o \
    obj/crypto/sha256.o \
    obj/crypto/sha512.o \
    obj/irc.o \
    obj/smessage.o
full member
Activity: 251
Merit: 100
Official
July 28, 2017, 05:15:43 PM
Hello, I'm practicing cross compiling the windows client on Linux.  I get the following error. Any idea what may be causing it?

obj/txdb-leveldb.o: In function `ZN25zero_after_free_allocatorIcE10deallocateEPcj':
src/crave/src/allocators.h:245: undefined reference to `memory_cleanse(void*, unsigned int)'
src/crave/src/allocators.h:245: more undefined references to `memory_cleanse(void*, unsigned int)' follow
collect2: error: ld returned 1 exit status
makefile.linux-mingw:179: recipe for target 'craved.exe' failed
make: *** [craved.exe] Error 1
hero member
Activity: 658
Merit: 507
Passive Income Bot Trading
July 28, 2017, 01:06:07 PM
I got a problem, I have downloaded the latest version v2.1.0.0  but i can't run it, so i've deleted it and keep running the version v1.4.5.0-g32axxx. Is that ok? or i have to update it, how?  Huh


Ps: where is the awesome roadmap to get Crave to the crypto billionaires club  Grin
1.4.5 chain isnt compatible.
what you mean? i see it still sync correctly... How can i update now? Did i lose my coins?   Cry



thanks
This was addressed in the release that followed 2.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/recommended)
Delete txleveldb folder and rename blk0001.dat to bootstrap.dat for faster resync from raw blockchain file. (takes 2-3 hours/highly 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
Pages:
Jump to: