Pages:
Author

Topic: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS - page 73. (Read 388610 times)

legendary
Activity: 1564
Merit: 1027
Really wish I could figure out how to compile the wallet on a Raspberry PI 2.

Anyone had any success at all?

This is what I did:

1) Edit bottlecaps-qt.pro and remove the "msse2" flags
2) Edit bottlecaps-qt.pro and add "src/scrypt-arm.S \" right after "src/scrypt-x86_64.S \"
3) Add the scrypt-arm.S file to the \src folder

You can get this file from a number of other wallets. I used the one optimized for the ARMv7 and modificed for the Pi 2 DMD wallet. Get it here: https://github.com/feldenthorne/Diamond

4) Edit scrypt_mine.cpp and remove "#include "
5) qmake "USE_UPNP=1"
6) make

Voilà! A fully functional qt-wallet for the Rasberry Pi 2

Good luck! :-)
sr. member
Activity: 266
Merit: 250
Really wish I could figure out how to compile the wallet on a Raspberry PI 2.

Anyone had any success at all?

I haven't tried it yet but for future attempts I intended to reference:

http://hyperstake.wikia.com/wiki/How_to_build_for_Raspberry

https://www.peercointalk.org/index.php?topic=2878.0



Cheers, I already have Hyp staking on the PI. Having trouble with Caps though.
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
If anyone wants to unload 100,000 CAP at market price. I just posted a 1btc buy order on cryptsy. Even if you want to unload a few thousand , I appreciate it.

https://www.cryptsy.com/markets/view/CAP_BTC

Vegas
full member
Activity: 152
Merit: 100
Really wish I could figure out how to compile the wallet on a Raspberry PI 2.

Anyone had any success at all?

I haven't tried it yet but for future attempts I intended to reference:

http://hyperstake.wikia.com/wiki/How_to_build_for_Raspberry

https://www.peercointalk.org/index.php?topic=2878.0
sr. member
Activity: 266
Merit: 250
Really wish I could figure out how to compile the wallet on a Raspberry PI 2.

Anyone had any success at all?
full member
Activity: 216
Merit: 100
I too have many blocks that need to be combined. I have been going into coin control via sendcoin and selecting small blocks sorted by the current day. I select these coins from the list and then send the entire group of coins to cryptsy and then send them back as a single block. Is this a good way to do combine blocks or is there a more efficient way?

I combined like this too. But just send them to yourself, that works faster. Keep in mind not to combine blocks much in excess of 10000 CAP to avoid hitting the max stake of 1000 CAP. And when you have combined your stash, you can use the splitthreshold command to control their splitting after they have staked.

hero member
Activity: 808
Merit: 502
I too have many blocks that need to be combined. I have been going into coin control via sendcoin and selecting small blocks sorted by the current day. I select these coins from the list and then send the entire group of coins to cryptsy and then send them back as a single block. Is this a good way to do combine blocks or is there a more efficient way?
hero member
Activity: 808
Merit: 502
Hi Tranz,

I waited for about 5 hours and it did not stake. I switched back to the older wallet and it started working again. I will work on it some more this weekend. If I cannot get it working I may try reloading the blockchain from scratch that usually fixes things.

Thanks
legendary
Activity: 994
Merit: 1000
Question if maybe the wallet can be more CPU optimized.

It constantly using much CPU power, up about 50% or more from my CPU (Intel i5 4.Gen) , compared to other Coins/ Stakewallets it`s huge:

Any thought´s why CAp wallet using so much CPU?

This is often a sign of a high number of coin blocks. Check your coin control. If you have over 500 blocks, you might want to combine them.  either using the split/combine thresholds or manually.

There is some code enhancements that can be done to further optimize the staking.  A future release may have this.

Thanks!

Forgot so combine after restart wallet  Roll Eyes
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Question if maybe the wallet can be more CPU optimized.

It constantly using much CPU power, up about 50% or more from my CPU (Intel i5 4.Gen) , compared to other Coins/ Stakewallets it`s huge:

Any thought´s why CAp wallet using so much CPU?

This is often a sign of a high number of coin blocks. Check your coin control. If you have over 500 blocks, you might want to combine them.  either using the split/combine thresholds or manually.

There is some code enhancements that can be done to further optimize the staking.  A future release may have this.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Hey Tranz... I Just got the new wallet V2.2.1.0 and it connected and synced just fine. I am also able to send coins to it with no problem. For some strange reason it is not staking coins. It is unlocked and enabled for staking. It says I have a 50% chance of staking in the next 30 seconds. It has not staked in the last 3 hours. Any idea what might be wrong? If it does not start staking soon I guess I will drop back to the old wallet.


No not sure, I haven't had any issues with it. There was very small changes between 2.2.0 and 2.2.1. And but for 3 lines of code nothing was really changed around the staking.

It has been 24 hours. Has it still not staked?
legendary
Activity: 994
Merit: 1000
Question if maybe the wallet can be more CPU optimized.

It constantly using much CPU power, up about 50% or more from my CPU (Intel i5 4.Gen) , compared to other Coins/ Stakewallets it`s huge:



Any thought´s why CAp wallet using so much CPU?
legendary
Activity: 994
Merit: 1000
hero member
Activity: 808
Merit: 502
Is there a working Richlist for Bottlecaps?
hero member
Activity: 808
Merit: 502
Hey Tranz... I Just got the new wallet V2.2.1.0 and it connected and synced just fine. I am also able to send coins to it with no problem. For some strange reason it is not staking coins. It is unlocked and enabled for staking. It says I have a 50% chance of staking in the next 30 seconds. It has not staked in the last 3 hours. Any idea what might be wrong? If it does not start staking soon I guess I will drop back to the old wallet.
legendary
Activity: 994
Merit: 1000
Hi,

i not understand that my wallet weight is almost double network weight

Normal?

Yes they are calculated different.

Thank you!
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Hi,

i not understand that my wallet weight is almost double network weight

Normal?

Yes they are calculated different.
legendary
Activity: 994
Merit: 1000
Hi,

i not understand that my wallet weight is almost double network weight




Normal?
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Guys,

I've been trying to compile the CAP wallets on the new Rasberry PI 2 running the latest Rasbian OS, but I've failed miserably.

Here's what I did, following previous instructions found on the net:

For the QT-wallet

qmake "USE_UPNP=1"

edit makefile and remove the  "-msse2" references

edit scrypt_mine.cpp and remove "#include "

make

End of log:

src/scrypt_mine.cpp: In function ‘void* scrypt_buffer_alloc()’:
src/scrypt_mine.cpp:65:19: error: ‘SCRYPT_BUFFER_SIZE’ was not declared in this scope
src/scrypt_mine.cpp: In function ‘void scrypt(const void*, size_t, uint32_t*, void*)’:
src/scrypt_mine.cpp:86:21: error: ‘scrypt_core’ was not declared in this scope
src/scrypt_mine.cpp: In function ‘void* scrypt_buffer_alloc()’:
src/scrypt_mine.cpp:66:1: warning: control reaches end of non-void function [-Wreturn-type]
Makefile:2017: recipe for target 'build/scrypt_mine.o' failed
make: *** [build/scrypt_mine.o] Error 1

For the headless wallet

edit makefile.unix and remove the  "-msse2" references

edit scrypt_mine.cpp and remove "#include "

make -f makefile.unix USE_UPNP=1 -e PIE=1

End of log:

scrypt_mine.cpp: In function ‘void* scrypt_buffer_alloc()’:
scrypt_mine.cpp:65:19: error: ‘SCRYPT_BUFFER_SIZE’ was not declared in this scope
scrypt_mine.cpp: In function ‘void scrypt(const void*, size_t, uint32_t*, void*)’:
scrypt_mine.cpp:86:21: error: ‘scrypt_core’ was not declared in this scope
scrypt_mine.cpp: In function ‘void* scrypt_buffer_alloc()’:
scrypt_mine.cpp:66:1: warning: control reaches end of non-void function [-Wreturn-type]
makefile.unix:160: recipe for target 'obj/scrypt_mine.o' failed
make: *** [obj/scrypt_mine.o] Error 1

What am I doing wrong?  Huh Huh Huh Any ideas?

Thanks!

I think at a min, we need to add this:
https://github.com/Tranz5/HoboNickels/blob/master/src/scrypt_mine.cpp#L57

Perhaps the entire commit (not that long):
https://github.com/Tranz5/HoboNickels/commit/03f341154627c07ecc758ca047d7a0e8b837face
legendary
Activity: 1564
Merit: 1027
Guys,

I've been trying to compile the CAP wallets on the new Rasberry PI 2 running the latest Rasbian OS, but I've failed miserably.

Here's what I did, following previous instructions found on the net:

For the QT-wallet

qmake "USE_UPNP=1"

edit makefile and remove the  "-msse2" references

edit scrypt_mine.cpp and remove "#include "

make

End of log:

src/scrypt_mine.cpp: In function ‘void* scrypt_buffer_alloc()’:
src/scrypt_mine.cpp:65:19: error: ‘SCRYPT_BUFFER_SIZE’ was not declared in this scope
src/scrypt_mine.cpp: In function ‘void scrypt(const void*, size_t, uint32_t*, void*)’:
src/scrypt_mine.cpp:86:21: error: ‘scrypt_core’ was not declared in this scope
src/scrypt_mine.cpp: In function ‘void* scrypt_buffer_alloc()’:
src/scrypt_mine.cpp:66:1: warning: control reaches end of non-void function [-Wreturn-type]
Makefile:2017: recipe for target 'build/scrypt_mine.o' failed
make: *** [build/scrypt_mine.o] Error 1

For the headless wallet

edit makefile.unix and remove the  "-msse2" references

edit scrypt_mine.cpp and remove "#include "

make -f makefile.unix USE_UPNP=1 -e PIE=1

End of log:

scrypt_mine.cpp: In function ‘void* scrypt_buffer_alloc()’:
scrypt_mine.cpp:65:19: error: ‘SCRYPT_BUFFER_SIZE’ was not declared in this scope
scrypt_mine.cpp: In function ‘void scrypt(const void*, size_t, uint32_t*, void*)’:
scrypt_mine.cpp:86:21: error: ‘scrypt_core’ was not declared in this scope
scrypt_mine.cpp: In function ‘void* scrypt_buffer_alloc()’:
scrypt_mine.cpp:66:1: warning: control reaches end of non-void function [-Wreturn-type]
makefile.unix:160: recipe for target 'obj/scrypt_mine.o' failed
make: *** [obj/scrypt_mine.o] Error 1

What am I doing wrong?  Huh Huh Huh Any ideas?

Thanks!
Pages:
Jump to: