Pages:
Author

Topic: [ANN] [KRB] Karbo (Ҝ) Кapбoвaнeць - Anon / stable transaction costs - page 22. (Read 493160 times)

member
Activity: 140
Merit: 10
Is it Ukrainian cryptocurrency?
newbie
Activity: 17
Merit: 0


2>------ Build started: Project: karbowanec, Configuration: Release Win32 ------
2>mocs_compilation.cpp
2>Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version.  Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.
2>c:\test\karbowanecwallet\build\karbowanec_autogen\include_release\mxuweoxilk\../../../../src/gui/SendFrame.h(41): error C2039: 'TransactionId': is not a member of 'CryptoNote'
2>C:\test\karbowanecwallet\cryptonote\include\IWallet.h(25): note: see declaration of 'CryptoNote'
2>c:\test\karbowanecwallet\build\karbowanec_autogen\include_release\mxuweoxilk\../../../../src/gui/SendFrame.h(41): error C2061: syntax error: identifier 'TransactionId'
2>Done building project "karbowanec.vcxproj" -- FAILED.



32bit? As a workaround  comment out https://github.com/seredat/karbowanec/blob/master/src/crypto/slow-hash.c#L51 like this:
Code:
#if !defined NO_AES && (defined(__x86_64__) || (defined(_MSC_VER)/* && defined(_WIN64)*/))

And why don't you open it in QT Creator?

Compiling for 64bit still fails to the 2nd error (TransactionId not a member of CryptoNote), your workaround doesn't fix it (it does fix the 1st error but it becomes irrelevant when compiling for 64 bits).


Thanks again.
newbie
Activity: 154
Merit: 0
newbie
Activity: 17
Merit: 0
Hi,

Indeed, I was trying to build for 32 bits, my bad.

I'm only familiar with VS but if QT Creator is the way to go, can someone please quickly outline the basic procedure for the compilation?

What to install, what file to open with it..

I installed QT Creator and checked the MINGW box, Cmake was installed already, tried to open CMakeLists.txt with the QT Creator app, but it didn't do much.

Thank you.
legendary
Activity: 1750
Merit: 1101
karbo.io
Дoбpый дeнь,

Пытaюcь cкoмпилиpoвaть wallet c https://github.com/seredat/karbowanecwallet.git

Hacкoлькo иcxoдники cooтвeтcтвyют peлизaм?  Бeз cooтвeтcвyющиx иcxoдникoв я пpocтo тaк нe зaпycкaю.

B Win 10 / VS2017, c QT 5.10:



1>------ Build started: Project: cryptonote, Configuration: Release Win32 ------
1>slow-hash.c
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1153): warning C4028: formal parameter 3 different from declaration
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1153): error C2371: 'aesb_single_round': redefinition; different basic types
1>c:\test\karbowanecwallet\cryptonote\src\crypto\aesb.h(143): note: see declaration of 'aesb_single_round'
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1154): warning C4028: formal parameter 3 different from declaration
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1154): error C2371: 'aesb_pseudo_round': redefinition; different basic types
1>c:\test\karbowanecwallet\cryptonote\src\crypto\aesb.h(154): note: see declaration of 'aesb_pseudo_round'
1>Done building project "cryptonote.vcxproj" -- FAILED.


2>------ Build started: Project: karbowanec, Configuration: Release Win32 ------
2>mocs_compilation.cpp
2>Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version.  Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.
2>c:\test\karbowanecwallet\build\karbowanec_autogen\include_release\mxuweoxilk\../../../../src/gui/SendFrame.h(41): error C2039: 'TransactionId': is not a member of 'CryptoNote'
2>C:\test\karbowanecwallet\cryptonote\include\IWallet.h(25): note: see declaration of 'CryptoNote'
2>c:\test\karbowanecwallet\build\karbowanec_autogen\include_release\mxuweoxilk\../../../../src/gui/SendFrame.h(41): error C2061: syntax error: identifier 'TransactionId'
2>Done building project "karbowanec.vcxproj" -- FAILED.



32bit? As a workaround  comment out https://github.com/seredat/karbowanec/blob/master/src/crypto/slow-hash.c#L51 like this:
Code:
#if !defined NO_AES && (defined(__x86_64__) || (defined(_MSC_VER)/* && defined(_WIN64)*/))

And why don't you open it in QT Creator?
newbie
Activity: 17
Merit: 0
Дoбpый дeнь,

Пытaюcь cкoмпилиpoвaть wallet c https://github.com/seredat/karbowanecwallet.git

Hacкoлькo иcxoдники cooтвeтcтвyют peлизaм?  Бeз cooтвeтcвyющиx иcxoдникoв я пpocтo тaк нe зaпycкaю.

B Win 10 / VS2017, c QT 5.10:



1>------ Build started: Project: cryptonote, Configuration: Release Win32 ------
1>slow-hash.c
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1153): warning C4028: formal parameter 3 different from declaration
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1153): error C2371: 'aesb_single_round': redefinition; different basic types
1>c:\test\karbowanecwallet\cryptonote\src\crypto\aesb.h(143): note: see declaration of 'aesb_single_round'
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1154): warning C4028: formal parameter 3 different from declaration
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1154): error C2371: 'aesb_pseudo_round': redefinition; different basic types
1>c:\test\karbowanecwallet\cryptonote\src\crypto\aesb.h(154): note: see declaration of 'aesb_pseudo_round'
1>Done building project "cryptonote.vcxproj" -- FAILED.


2>------ Build started: Project: karbowanec, Configuration: Release Win32 ------
2>mocs_compilation.cpp
2>Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version.  Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.
2>c:\test\karbowanecwallet\build\karbowanec_autogen\include_release\mxuweoxilk\../../../../src/gui/SendFrame.h(41): error C2039: 'TransactionId': is not a member of 'CryptoNote'
2>C:\test\karbowanecwallet\cryptonote\include\IWallet.h(25): note: see declaration of 'CryptoNote'
2>c:\test\karbowanecwallet\build\karbowanec_autogen\include_release\mxuweoxilk\../../../../src/gui/SendFrame.h(41): error C2061: syntax error: identifier 'TransactionId'
2>Done building project "karbowanec.vcxproj" -- FAILED.
full member
Activity: 183
Merit: 100
Will be gratefull if every people, who read this comment gonna vote on next exchange https://nextexchange.featureupvote.com/suggestions/2431/karbo-krb
We need you help, so please just do not be lazy and make 2 clicks
legendary
Activity: 1750
Merit: 1101
karbo.io
We did not promote this from privacy concerns but maybe it's pointless because for those who know how to get this data they can easily obtain them so maybe we will publish the map of Karbo active peers too.
member
Activity: 356
Merit: 13
War... War Never Changes.
interestingly, I read in Karbowanec's Ann the part of the remote Daemon and --fee-andress, a lot of people in Niobio Cash use Remote Daemon, the developers did it with the Seeds Nodes, it was very efficient for me to spin a Faucet on a machine virtual google 1vCpu and 0.6GB of memory, I did not run a full daemon saved much processing power.
Of course, they are our fork so they have this feature. Actually every CryptoNote has, but only Karbo and it's forks have reward for nodes.


Yes, exactly, it has this positive point, and the peer list http://bolsomito2018-vitor.ddns.net:8314/peers is not every coin you have, at least not in Bytecoin, Intense Coin and Luka Coin (intense Coin Fork)
legendary
Activity: 1750
Merit: 1101
karbo.io
interestingly, I read in Karbowanec's Ann the part of the remote Daemon and --fee-andress, a lot of people in Niobio Cash use Remote Daemon, the developers did it with the Seeds Nodes, it was very efficient for me to spin a Faucet on a machine virtual google 1vCpu and 0.6GB of memory, I did not run a full daemon saved much processing power.
Of course, they are our fork so they have this feature. Actually every CryptoNote has, but only Karbo and it's forks have reward for nodes.
full member
Activity: 183
Merit: 100
More than 1000 downloads and just 35 estimates?! Do not be lazy, rate the application, it's totally FREE!

https://play.google.com/store/apps/details?id=org.karbo.karbon#details-reviews




Sorry i have ios but next time i will vote on phone my father
member
Activity: 356
Merit: 13
War... War Never Changes.

This is Great, congratulations, I think it's one of the few android wallet for the cryptonight algorithm, if I'm not mistaken the only one is Freewallet for Bytecoin, Digital note and Monero.
Thanks. If we are talking about standalone wallets where users actually control their private keys and wallets, i.e. wallets are stored on the device, not server based clients where money belong to the wallet developers.... There are only two, - Monerujo for Monero (and thanks to it's open source - Monero clones forks) and second one is ours. We developend it from scratch, at the moment it works in a bit different  way than monerujo, but similar approach - it doesn't store blockchain on the device, instead it relies on remote daemons. But unlike Monero, where there's no any incentive for node owners to run a node for someone's free ride, our masternodes receive fees from the wallets when they are sending transactions. At least some reward for expenses.

There are more server based clients,  like for example official Bytecoin wallet which is a client for their web wallet....

 interestingly, I read in Karbowanec's Ann the part of the remote Daemon and --fee-andress, a lot of people in Niobio Cash use Remote Daemon, the developers did it with the Seeds Nodes, it was very efficient for me to spin a Faucet on a machine virtual google 1vCpu and 0.6GB of memory, I did not run a full daemon saved much processing power.
full member
Activity: 275
Merit: 100
More than 1000 downloads and just 35 estimates?! Do not be lazy, rate the application, it's totally FREE!

https://play.google.com/store/apps/details?id=org.karbo.karbon#details-reviews




done ,give my personaly support to this project .
sr. member
Activity: 499
Merit: 254
More than 1000 downloads and just 35 estimates?! Do not be lazy, rate the application, it's totally FREE!

https://play.google.com/store/apps/details?id=org.karbo.karbon#details-reviews


legendary
Activity: 1750
Merit: 1101
karbo.io

This is Great, congratulations, I think it's one of the few android wallet for the cryptonight algorithm, if I'm not mistaken the only one is Freewallet for Bytecoin, Digital note and Monero.
Thanks. If we are talking about standalone wallets where users actually control their private keys and wallets, i.e. wallets are stored on the device, not server based clients where money belong to the wallet developers.... There are only two, - Monerujo for Monero (and thanks to it's open source - Monero clones forks) and second one is ours. We developend it from scratch, at the moment it works in a bit different  way than monerujo, but similar approach - it doesn't store blockchain on the device, instead it relies on remote daemons. But unlike Monero, where there's no any incentive for node owners to run a node for someone's free ride, our masternodes receive fees from the wallets when they are sending transactions. At least some reward for expenses.

There are more server based clients,  like for example official Bytecoin wallet which is a client for their web wallet....
member
Activity: 356
Merit: 13
War... War Never Changes.

Karbo Mobile Wallet for Android

Karbo, the first CryptoNote coin that is not a fork of Monero has released its independently developed standalone mobile wallet that holds private keys and wallet files on the device. It is a so called “light wallet” that works with Karbo network through remote nodes (masternodes) and does not store blockchain on the phone. Thanks to this, the wallet is ready to use upon installation. Now Karbo users have the ability to pay and get paid using their smartphones with QR codes or NFC. This is but first cryptocurrency wallet with NFC support actually ready to use. NFC is used to share payment requests (like a POS terminal).




This is Great, congratulations, I think it's one of the few android wallet for the cryptonight algorithm, if I'm not mistaken the only one is Freewallet for Bytecoin, Digital note and Monero.
legendary
Activity: 1750
Merit: 1101
karbo.io
Karbo  is listed  on new exchanges  at crex24.com and tradeogre.com.
legendary
Activity: 1750
Merit: 1101
karbo.io

Karbo Mobile Wallet for Android

Karbo, the first CryptoNote coin that is not a fork of Monero has released its independently developed standalone mobile wallet that holds private keys and wallet files on the device. It is a so called “light wallet” that works with Karbo network through remote nodes (masternodes) and does not store blockchain on the phone. Thanks to this, the wallet is ready to use upon installation. Now Karbo users have the ability to pay and get paid using their smartphones with QR codes or NFC. This is but first cryptocurrency wallet with NFC support actually ready to use. NFC is used to share payment requests (like a POS terminal).


member
Activity: 105
Merit: 10
http://krb.hashgang.io/
Fee: 0%
A pool that does not let you down. We have a bot for the telegram @krb_mining_bot which will show your statistics, which is very convenient. All for the sake of you miners. We are waiting for you.
Pages:
Jump to: