Bitcoin Forum
March 19, 2024, 11:15:21 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: How many BottleCaps do you own?
None - 86 (39.1%)
1-1k - 30 (13.6%)
1k-10k - 28 (12.7%)
More than 10k - 76 (34.5%)
Total Voters: 220

Pages: « 1 ... 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 [163] 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 ... 219 »
  Print  
Author Topic: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS  (Read 388602 times)
coinbasesucks
Full Member
***
Offline Offline

Activity: 135
Merit: 100


View Profile
April 02, 2016, 09:24:15 PM
 #3241


Roger that.  Hey, thanks btw.  Do you have a bottlecaps address?  Ill send you some.

so that will mean you succeeded with the wallet Smiley

i'll pm

Hey, as the blockchain is being downloaded via megasync, i noticed in my wallet that i have 1 connection and 124 bytes sent.  Thats good right?

you really need more to learn than i can imagine.

megasync has absolutely no connection to crypto, mega.nz is just a file storage cloud

perhaps your wallet just found a peer or seednode while you wait

the predownloaded chain files are used to cut the time needed for sync

I thought bitcoin was hard to learn, that was a walk in the park compared to this altcoin.  Ill waste 1 more hour and if I dont get anywhere Ill throw in the towel and send you whatever CAPS I have left. 

Ok,  So I tried sending 50 caps to my wallet but on cryptopia, but it said that it was pending withdraw, pool pending.  As far as downloading the blockchain goes, megasync is stuck at 31%.  I upgraded to the free account but it has more than enough space, no error there.  Wallet is still out of sync.  Ill send you some bottlecaps, I dont have much.  whatever order just got filled on cyptopia.

Screw it,

I'll find a different coin without the headaches.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710846921
Hero Member
*
Offline Offline

Posts: 1710846921

View Profile Personal Message (Offline)

Ignore
1710846921
Reply with quote  #2

1710846921
Report to moderator
1710846921
Hero Member
*
Offline Offline

Posts: 1710846921

View Profile Personal Message (Offline)

Ignore
1710846921
Reply with quote  #2

1710846921
Report to moderator
1710846921
Hero Member
*
Offline Offline

Posts: 1710846921

View Profile Personal Message (Offline)

Ignore
1710846921
Reply with quote  #2

1710846921
Report to moderator
Hilux74
Legendary
*
Offline Offline

Activity: 912
Merit: 1000



View Profile
April 03, 2016, 03:51:22 AM
 #3242


I'll find a different coin without the headaches.

pal, there's no headache really,
all that stuff is the same for all coins.
my guess you just dont' want to wait until it syncs on its own.
unfortunately it takes very much time for some of them

Agree.  Not sure if he is slow or just being a pest.  Bottlecaps is as EZ-mode as crypto comes.   
Hilux74
Legendary
*
Offline Offline

Activity: 912
Merit: 1000



View Profile
April 03, 2016, 03:54:05 AM
 #3243

I recall a few pages back someone was detailing what they did to get one to compile but I haven't heard much since. I have a RPi on hand and I'm willing to put up 30k CAP if anyone is interested. Also have a Pine64x on the way so maybe we can loop someone in who can focus on helping share CAPs more easily across platforms. 

I believe I had Bottlecaps QT running on my RPi1.  I absolutely have bottlecapsd running on RPi1.  I'll have a look tonight to see if I can remember what changes I had to make.  Both Hobonickels and Bottlecaps had a few things that needed tweeked to work on RPi1.

I have been able to get Bottlecaps-QT to compile on Rpi1 after some tweaks but my RPi with the weird 3.5" screen doesn't run X so I haven't been able to test it yet.
ReydeApio
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
April 05, 2016, 09:40:29 PM
 #3244

I recall a few pages back someone was detailing what they did to get one to compile but I haven't heard much since. I have a RPi on hand and I'm willing to put up 30k CAP if anyone is interested. Also have a Pine64x on the way so maybe we can loop someone in who can focus on helping share CAPs more easily across platforms. 

I believe I had Bottlecaps QT running on my RPi1.  I absolutely have bottlecapsd running on RPi1.  I'll have a look tonight to see if I can remember what changes I had to make.  Both Hobonickels and Bottlecaps had a few things that needed tweeked to work on RPi1.

I have been able to get Bottlecaps-QT to compile on Rpi1 after some tweaks but my RPi with the weird 3.5" screen doesn't run X so I haven't been able to test it yet.

I'll double down on the RPi make that 60k CAP.
Trimegistus
Legendary
*
Offline Offline

Activity: 1564
Merit: 1027



View Profile
April 05, 2016, 11:15:21 PM
 #3245


I'll double down on the RPi make that 60k CAP.

Try this (for the Raspian OS on the RPi2):

- Start by increasing performance by overclocking CPU, GPU and RAM while bumping voltage up a bit for stability:
Code:
sudo nano /boot/config.txt

arm_freq=1000
sdram_freq=500
core_freq=500
over_voltage=2

- Now, if you are running the Raspberry Pi 2 in a hot environment, here are some settings to help lower temps (The Raspberry Pi 2 will now only clock to 900MHz when needed):

arm_freq_min=400
sdram_freq_min=250
core_freq_min=250
initial_turbo = 30 #Does not affect warranty. (Speeds up boot)

- Raspberry Pi 2 gpu_mem (1GB memory) allocation
for a Web server, wireless access point, firewall, weather station, etc
->gpu_mem=16

or for GUI usage, eg. OpenELEC, Raspbmc, RetroPie, XFCE, qt-wallets
->gpu_mem=320

- Update your software

Code:
sudo apt-get update
sudo apt-get upgrade

- Add libraries

Code:
sudo apt-get install build-essential build-essential g++ libssl-dev libboost-all-dev libgmp-dev libminiupnpc-dev miniupnpc libdb++-dev libgd2-xpm-dev

Code:
sudo apt-get install git

- Install QT compiler

Code:
sudo apt-get qt4-qmake libqt4-dev

- Compile

Get source code from github

Code:
git clone...

1) Install newest boost sudo apt-get install libboost1.50-all
2) Double check if makefile.unix does not have any references to -msse2 ( this is for Windows)
3) Replace scrypt-arm.S with the proper one for the ARM v7 CPU

I got mine from:

http://starflakenights.net/crypto/wallets.html

This guy optimized the file to run on the RPI 2. As as good practice, you might want to compile your one files like I did or you might want to try the ones compiled by him. Your choice, your risk .I'm telling you to use only the scrypt-arm.S file.

I used this optimized file in several other wallets for other coins with no problem whatsoever.

4) Remove the line #include <xmmintrin.h> from the file scrypt_mine.cpp

5)
Code:
qmake "USE_UPNP=1"
6)
Code:
make

Done! CAP Qt-Wallet for the RPi 2

If you want a headless wallet, run:

5)
Code:
make -f makefile.unix USE_UPNP=1

Good luck!

PS: If you find this useful, send me some CAP to F1FnLnHU9UScwH2FBU3odGFX5HQbq77CLs  Grin

Hilux74
Legendary
*
Offline Offline

Activity: 912
Merit: 1000



View Profile
April 05, 2016, 11:29:30 PM
 #3246

I recall a few pages back someone was detailing what they did to get one to compile but I haven't heard much since. I have a RPi on hand and I'm willing to put up 30k CAP if anyone is interested. Also have a Pine64x on the way so maybe we can loop someone in who can focus on helping share CAPs more easily across platforms. 

I believe I had Bottlecaps QT running on my RPi1.  I absolutely have bottlecapsd running on RPi1.  I'll have a look tonight to see if I can remember what changes I had to make.  Both Hobonickels and Bottlecaps had a few things that needed tweeked to work on RPi1.

I have been able to get Bottlecaps-QT to compile on Rpi1 after some tweaks but my RPi with the weird 3.5" screen doesn't run X so I haven't been able to test it yet.

I'll double down on the RPi make that 60k CAP.

I'll try and get it tested tonight.  Visiting relatives have turned my office into a bedroom. Sad
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
April 06, 2016, 12:20:48 AM
 #3247

I recall a few pages back someone was detailing what they did to get one to compile but I haven't heard much since. I have a RPi on hand and I'm willing to put up 30k CAP if anyone is interested. Also have a Pine64x on the way so maybe we can loop someone in who can focus on helping share CAPs more easily across platforms. 

I believe I had Bottlecaps QT running on my RPi1.  I absolutely have bottlecapsd running on RPi1.  I'll have a look tonight to see if I can remember what changes I had to make.  Both Hobonickels and Bottlecaps had a few things that needed tweeked to work on RPi1.

I have been able to get Bottlecaps-QT to compile on Rpi1 after some tweaks but my RPi with the weird 3.5" screen doesn't run X so I haven't been able to test it yet.

I'll double down on the RPi make that 60k CAP.

Been working on a distribution package for the RPi2 that is both statically linked AND binary compatible across all platforms (ie, the datadirs/wallets are portable). Still doing testing/verification but the end result will be a simple gzip archive download that contains both Qt/Headless binaries that will run on Raspbian stock (no extra packages required).
ReydeApio
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
April 06, 2016, 01:04:12 AM
 #3248

I recall a few pages back someone was detailing what they did to get one to compile but I haven't heard much since. I have a RPi on hand and I'm willing to put up 30k CAP if anyone is interested. Also have a Pine64x on the way so maybe we can loop someone in who can focus on helping share CAPs more easily across platforms. 

I believe I had Bottlecaps QT running on my RPi1.  I absolutely have bottlecapsd running on RPi1.  I'll have a look tonight to see if I can remember what changes I had to make.  Both Hobonickels and Bottlecaps had a few things that needed tweeked to work on RPi1.

I have been able to get Bottlecaps-QT to compile on Rpi1 after some tweaks but my RPi with the weird 3.5" screen doesn't run X so I haven't been able to test it yet.

I'll double down on the RPi make that 60k CAP.

Been working on a distribution package for the RPi2 that is both statically linked AND binary compatible across all platforms (ie, the datadirs/wallets are portable). Still doing testing/verification but the end result will be a simple gzip archive download that contains both Qt/Headless binaries that will run on Raspbian stock (no extra packages required).

Thanks for all your hard work Hilux74 and Fuzzbawls.

Multiple variations for platforms like BottleCapsd on a RPi 1 along with a distro for the RPi 2 both qualify.  The more options we have available going forward the better.

Until today I didnt even know about StakeBox's Bottlecaps - https://github.com/StakeBox/BottleCaps - Tested by any yet?

Someone had also sent me a message about: Raspberry PI ___coin Web Wallet - https://github.com/tvl83/RaspPaycoin

Even with no official bounty page there are CAPs to be had for those who have more time than BottleCaps. 
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
April 06, 2016, 01:15:44 AM
 #3249

Haven't looked at StakeBox since I discovered that he was making non-static binaries and expecting people to blindly add libs to their system paths from his repository (a HUGE no-no on many different levels). Not sure if he corrected that in the time since I brought this up to him months ago...

Bnrtx
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 06, 2016, 03:53:43 PM
 #3250

I recall a few pages back someone was detailing what they did to get one to compile but I haven't heard much since. I have a RPi on hand and I'm willing to put up 30k CAP if anyone is interested. Also have a Pine64x on the way so maybe we can loop someone in who can focus on helping share CAPs more easily across platforms. 

I believe I had Bottlecaps QT running on my RPi1.  I absolutely have bottlecapsd running on RPi1.  I'll have a look tonight to see if I can remember what changes I had to make.  Both Hobonickels and Bottlecaps had a few things that needed tweeked to work on RPi1.

I have been able to get Bottlecaps-QT to compile on Rpi1 after some tweaks but my RPi with the weird 3.5" screen doesn't run X so I haven't been able to test it yet.

I'll double down on the RPi make that 60k CAP.

Been working on a distribution package for the RPi2 that is both statically linked AND binary compatible across all platforms (ie, the datadirs/wallets are portable). Still doing testing/verification but the end result will be a simple gzip archive download that contains both Qt/Headless binaries that will run on Raspbian stock (no extra packages required).

Got a few RPI's that i can use to help test

BnrtxCoin address: XSyiem9EMKZ8gzrA7NxZPzXeghgLLMD
GoldTiger69
Hero Member
*****
Offline Offline

Activity: 582
Merit: 502


View Profile WWW
April 06, 2016, 08:54:21 PM
 #3251


I'll double down on the RPi make that 60k CAP.

Try this (for the Raspian OS on the RPi2):

- Start by increasing performance by overclocking CPU, GPU and RAM while bumping voltage up a bit for stability:
Code:
sudo nano /boot/config.txt

arm_freq=1000
sdram_freq=500
core_freq=500
over_voltage=2

- Now, if you are running the Raspberry Pi 2 in a hot environment, here are some settings to help lower temps (The Raspberry Pi 2 will now only clock to 900MHz when needed):

arm_freq_min=400
sdram_freq_min=250
core_freq_min=250
initial_turbo = 30 #Does not affect warranty. (Speeds up boot)

- Raspberry Pi 2 gpu_mem (1GB memory) allocation
for a Web server, wireless access point, firewall, weather station, etc
->gpu_mem=16

or for GUI usage, eg. OpenELEC, Raspbmc, RetroPie, XFCE, qt-wallets
->gpu_mem=320

- Update your software

Code:
sudo apt-get update
sudo apt-get upgrade

- Add libraries

Code:
sudo apt-get install build-essential build-essential g++ libssl-dev libboost-all-dev libgmp-dev libminiupnpc-dev miniupnpc libdb++-dev libgd2-xpm-dev

Code:
sudo apt-get install git

- Install QT compiler

Code:
sudo apt-get qt4-qmake libqt4-dev

- Compile

Get source code from github

Code:
git clone...

1) Install newest boost sudo apt-get install libboost1.50-all
2) Double check if makefile.unix does not have any references to -msse2 ( this is for Windows)
3) Replace scrypt-arm.S with the proper one for the ARM v7 CPU

I got mine from:

http://starflakenights.net/crypto/wallets.html

This guy optimized the file to run on the RPI 2. As as good practice, you might want to compile your one files like I did or you might want to try the ones compiled by him. Your choice, your risk .I'm telling you to use only the scrypt-arm.S file.

I used this optimized file in several other wallets for other coins with no problem whatsoever.

4) Remove the line #include <xmmintrin.h> from the file scrypt_mine.cpp

5)
Code:
qmake "USE_UPNP=1"
6)
Code:
make

Done! CAP Qt-Wallet for the RPi 2

If you want a headless wallet, run:

5)
Code:
make -f makefile.unix USE_UPNP=1

Good luck!

PS: If you find this useful, send me some CAP to F1FnLnHU9UScwH2FBU3odGFX5HQbq77CLs  Grin


I couldn't find the file scrypt-arm.S on the link you mention: http://starflakenights.net/crypto/wallets.html

Perhaps they moved/erased already?

Thanks in advance.

I can help you to restore/recover your wallet or password.
https://bitcointalk.org/index.php?topic=1234619.0
Hilux74
Legendary
*
Offline Offline

Activity: 912
Merit: 1000



View Profile
April 06, 2016, 09:11:39 PM
 #3252

https://learn.adafruit.com/raspberry-pi-pipboy-3000/overview


Wouldn't that make a great mobile Bottlecaps wallet  Grin
Trimegistus
Legendary
*
Offline Offline

Activity: 1564
Merit: 1027



View Profile
April 06, 2016, 10:04:05 PM
 #3253


I couldn't find the file scrypt-arm.S on the link you mention: http://starflakenights.net/crypto/wallets.html

Perhaps they moved/erased already?

Thanks in advance.

You'll have to download one of the source files (master.zip). I used the one from DMD  Grin

GoldTiger69
Hero Member
*****
Offline Offline

Activity: 582
Merit: 502


View Profile WWW
April 07, 2016, 02:17:45 AM
 #3254


I couldn't find the file scrypt-arm.S on the link you mention: http://starflakenights.net/crypto/wallets.html

Perhaps they moved/erased already?

Thanks in advance.

You'll have to download one of the source files (master.zip). I used the one from DMD  Grin

After doing all that you described (except for the install libboost1.50-all and qt4-qmake libqt4-dev), I'm getting this error:

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

I must say that I'm trying to install bottlecaps on Rokos V5 system running on RPi-3.

Thanks in advance for any help.

I can help you to restore/recover your wallet or password.
https://bitcointalk.org/index.php?topic=1234619.0
Trimegistus
Legendary
*
Offline Offline

Activity: 1564
Merit: 1027



View Profile
April 07, 2016, 08:45:01 AM
 #3255


I couldn't find the file scrypt-arm.S on the link you mention: http://starflakenights.net/crypto/wallets.html

Perhaps they moved/erased already?

Thanks in advance.

You'll have to download one of the source files (master.zip). I used the one from DMD  Grin

After doing all that you described (except for the install libboost1.50-all and qt4-qmake libqt4-dev), I'm getting this error:

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

I must say that I'm trying to install bottlecaps on Rokos V5 system running on RPi-3.

Thanks in advance for any help.

My instructions are for Raspian on RPI2.

Hilux74
Legendary
*
Offline Offline

Activity: 912
Merit: 1000



View Profile
April 07, 2016, 04:28:46 PM
 #3256

Finally got some time last night to play with the Pi but alas discovered the SD card had corrupted.  I'll start over tonight... 

Good reminder to ALWAYS make frequent backups of your wallets.   Wink 
mybitcoin101
Sr. Member
****
Offline Offline

Activity: 378
Merit: 251


View Profile
April 09, 2016, 02:00:11 AM
 #3257

What good is owning bottlecaps when there is zero volume?  Is this coin a joke?
ReydeApio
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
April 09, 2016, 03:47:11 AM
 #3258

CAPs? Random video unrelated to BottleCaps.

https://www.youtube.com/watch?v=Ln342caKBHs
ReydeApio
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
April 09, 2016, 05:55:25 PM
 #3259


I'll double down on the RPi make that 60k CAP.

Try this (for the Raspian OS on the RPi2):

- Start by increasing performance by overclocking CPU, GPU and RAM while bumping voltage up a bit for stability:
Code:
sudo nano /boot/config.txt

arm_freq=1000
sdram_freq=500
core_freq=500
over_voltage=2

- Now, if you are running the Raspberry Pi 2 in a hot environment, here are some settings to help lower temps (The Raspberry Pi 2 will now only clock to 900MHz when needed):

arm_freq_min=400
sdram_freq_min=250
core_freq_min=250
initial_turbo = 30 #Does not affect warranty. (Speeds up boot)

- Raspberry Pi 2 gpu_mem (1GB memory) allocation
for a Web server, wireless access point, firewall, weather station, etc
->gpu_mem=16

or for GUI usage, eg. OpenELEC, Raspbmc, RetroPie, XFCE, qt-wallets
->gpu_mem=320

- Update your software

Code:
sudo apt-get update
sudo apt-get upgrade

- Add libraries

Code:
sudo apt-get install build-essential build-essential g++ libssl-dev libboost-all-dev libgmp-dev libminiupnpc-dev miniupnpc libdb++-dev libgd2-xpm-dev

Code:
sudo apt-get install git

- Install QT compiler

Code:
sudo apt-get qt4-qmake libqt4-dev

- Compile

Get source code from github

Code:
git clone...

1) Install newest boost sudo apt-get install libboost1.50-all
2) Double check if makefile.unix does not have any references to -msse2 ( this is for Windows)
3) Replace scrypt-arm.S with the proper one for the ARM v7 CPU

I got mine from:

http://starflakenights.net/crypto/wallets.html

This guy optimized the file to run on the RPI 2. As as good practice, you might want to compile your one files like I did or you might want to try the ones compiled by him. Your choice, your risk .I'm telling you to use only the scrypt-arm.S file.

I used this optimized file in several other wallets for other coins with no problem whatsoever.

4) Remove the line #include <xmmintrin.h> from the file scrypt_mine.cpp

5)
Code:
qmake "USE_UPNP=1"
6)
Code:
make

Done! CAP Qt-Wallet for the RPi 2

If you want a headless wallet, run:

5)
Code:
make -f makefile.unix USE_UPNP=1

Good luck!

PS: If you find this useful, send me some CAP to F1FnLnHU9UScwH2FBU3odGFX5HQbq77CLs  Grin


I was thinking more along the lines of a distro package like Fuzzbawls had mentioned but I'll definitely try to build one with your instruction set.

F1FnLnHU9UScwH2FBU3odGFX5HQbq77CLs  = http://www.presstab.pw/phpexplorer/CAP/tx.php?tx=50aa7e4798c6952fa77793c4a67baf6f4b0721dc2fc584a278034a1415a9e4e4

Thanks!

Anyone want to make a BottleCaps node as an Amazon EC2 instance? ...Azure?
Trimegistus
Legendary
*
Offline Offline

Activity: 1564
Merit: 1027



View Profile
April 09, 2016, 11:48:37 PM
 #3260


Anyone want to make a BottleCaps node as an Amazon EC2 instance? ...Azure?

I already have a few of those but to stake other coins because CAPS requires more RAM than the amount provided in the free AWS trial.

Pages: « 1 ... 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 [163] 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 ... 219 »
  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!