presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
December 05, 2016, 09:33:51 PM |
|
I am just happy that the title still warns us about the 2014 hard fork.
|
|
|
|
Hilux74
Legendary
Offline
Activity: 912
Merit: 1000
|
|
December 05, 2016, 10:26:36 PM |
|
I am just happy that the title still warns us about the 2014 hard fork.
It's like a monument to remember a better time.
|
|
|
|
GoldTiger69
|
|
December 05, 2016, 10:27:51 PM |
|
Has anyone had any luck building the wallet on ARM eg: RPi or OPi? I attempted to build using the git source, and altering the makefile.unix by removing the sse2 instructions. But it still fails, assuming because I'm missing the "scrypt-arm.S" file. Creating this file or migrating from another project is beyond my ability.
Does anyone have any suggestions? Ideas?
This is the guide I used and it worked for me: https://bitcointalk.org/index.php?topic=241445.msg14497146#msg14497146Thanks again to Hilux74!
|
|
|
|
logictense
|
|
December 05, 2016, 10:50:52 PM |
|
I am just happy that the title still warns us about the 2014 hard fork.
It's like a monument to remember a better time. No better sweep ur memory clean. Terrible year.
|
|
|
|
Fuzzbawls
|
|
December 06, 2016, 01:19:40 AM |
|
Has anyone had any luck building the wallet on ARM eg: RPi or OPi? I attempted to build using the git source, and altering the makefile.unix by removing the sse2 instructions. But it still fails, assuming because I'm missing the "scrypt-arm.S" file. Creating this file or migrating from another project is beyond my ability.
Does anyone have any suggestions? Ideas?
RPI2 wallet was released some time ago in binary form, read back a couple pages (also quoted below): Evening all, Fuzzbawls shared RPi binaries for BottleCaps-qt AND the bottlecapsd. If you appreciate it here is his BottleCaps address = Et4a2FrRzRxC4RAh88haNag3UaFFubyaPo Thanks Fuzzbawls! Got a successful stake on the RPi2 Here is the link to the binaries: https://drive.google.com/open?id=0B-oIh2h7uqLSakE4c0llTmhCYlUIncluded in the file is the BottleCaps-qt AND the bottlecapsd binaries, statically compiled for use on Raspbian Wheezy or Raspbian Jessie (RPi2 intended target). They MAY work on a RPi1 or RPi3, but as I don't have such hardware myself, I cannot verify. As noted previously, the rather large size of the CAP blockchain may result in inherent instability of the program when running on any SBC platform. Users should monitor and make frequent backups of their wallet.dat files (which is general good practice for any coin wallet on any platform). RPi2 Binaries were compiled using OpenSSL 1.0.2d, BerkeleyDB 4.8.30, and Qt 5.4.2. UPNP disabled Raspbian Jessie has seen some updates that aren't included in the default image that seem to have fixed the instability issues I was previously having. These aren't "extra" packages, but newer/fixed versions of the packages that are installed by default on a base system. Users of Raspbian Jessie should ensure that their packages/system are updated if they are experiencing any stability problems with the wallet. The same may hold true for Raspbian Wheezy, but I have yet to do extensive testing on that platform (especially since Wheezy is becoming older) https://twitter.com/bottlecapsio/status/726529083018870784Just wanted to chime in myself and state that the files produced from my RPi2 binaries are completely portable with other binary distributions of the BottleCaps wallet. Though if you have followed previously mentioned steps to self-compile, you are probably running with bdb5.x (in which case your blockchain and wallet files are NOT compatible)
|
|
|
|
RidgyDidge
|
|
December 06, 2016, 07:44:43 AM |
|
I am just happy that the title still warns us about the 2014 hard fork.
It's like a monument to remember a better time. It seems like that was the time where GPU scrypt mining ruled the scene and coins like Litecoin were valued at $50 each, I think I remember seeing CAPs on Cryptsy at one stage with the price of 0.00044000 satoshi per coin, now scrypt coins are 1 satoshiers in general.
|
|
|
|
Vault 101
Newbie
Offline
Activity: 9
Merit: 0
|
|
December 06, 2016, 04:23:20 PM |
|
Hey, thanks. This wouldn't come up in my searches. I'll build this tonight
|
|
|
|
Vault 101
Newbie
Offline
Activity: 9
Merit: 0
|
|
December 08, 2016, 03:01:58 PM |
|
I was able to build the wallet successfully, and sync the blocks. But I get an error about the Checkpoint being too old: bottlecapsd getinfo { "version" : "v2.2.0.0-ge1d17f0-Caps2.0", "protocolversion" : 70004, "walletversion" : 60002, "encrypted" : false, "balance" : 0.00000000, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 2432823, "moneysupply" : 90712283.12883100, "connections" : 6, "proxy" : "", "ip" : "47.55.177.73", "difficulty" : 0.52315000, "testnet" : false, "keypoololdest" : 1481075472, "keypoolsize" : 101, "paytxfee" : 0.00100000, "mininput" : 0.00100000, "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers." }
With that said. I attempted a solo mining test, and I get these errors: [2016-12-08 11:01:13] 4 miner threads started, using 'scrypt' algorithm. [2016-12-08 11:01:13] Empty data received in json_rpc_call. [2016-12-08 11:01:13] getblocktemplate failed, falling back to getwork [2016-12-08 11:01:13] Empty data received in json_rpc_call. [2016-12-08 11:01:13] json_rpc_call failed, retry after 10 seconds
Here's my conf file: rpcuser=user rpcpassword=x rcpallowip=192.168.*.* rpcallowip=localhost rpcport=8385 daemon=1 server=1 listen=1
addnode=69.85.86.195 addnode=98.115.147.74 addnode=62.64.86.44 addnode=72.241.235.204 addnode=62.210.122.161 addnode=176.37.67.61 addnode=108.61.10.9 addnode=62.64.86.4 addnode=176.37.67.6 addnode=72.241.235.20
Any ideas on whats happening?
|
|
|
|
Vault 101
Newbie
Offline
Activity: 9
Merit: 0
|
|
December 08, 2016, 03:32:19 PM |
|
OK that's odd. I built from the github code and only ended up with 2.2.0. Time to rebuild I guess. Thanks
|
|
|
|
Vault 101
Newbie
Offline
Activity: 9
Merit: 0
|
|
December 08, 2016, 03:45:51 PM |
|
I swear I cloned the current git. I don't know what happened. Either way, it's building now.
|
|
|
|
ReydeApio
|
|
December 09, 2016, 11:16:27 PM |
|
I swear I cloned the current git. I don't know what happened. Either way, it's building now. Git it built?
|
|
|
|
Vault 101
Newbie
Offline
Activity: 9
Merit: 0
|
|
December 10, 2016, 02:31:53 AM |
|
I swear I cloned the current git. I don't know what happened. Either way, it's building now. Git it built? Heh, yup. All built. Does anyone know if you can mine from several hosts to a single wallet? It's been about 2 years since I touched this stuff.
|
|
|
|
ReydeApio
|
|
December 12, 2016, 11:29:30 PM |
|
I registered and put up some CAPs Registration - From iSpace home screen, click Login (located in the upper-right).
- From the Login screen, click Sign Up (located at the top).
> > Alternatively, click http://ispace.co.uk/component/users/?view=registration - From User Registration and Profile, enter the required information then click Register (located at the bottom).
> > A registration email is sent to the profile address. - From your email click the link provided.
- Enter your username and password then click Log In.
Address Generation- From iSpace home screen, click Login and enter your required credentials (located in the upper-right).
- From the address bar, navigate: My Mining > PoS Mining.
- From the PoS Mining page, locate BottleCaps (CAP) then 'Click to generate deposit wallet address'.
- Highlight and copy the address to save in your BottleCaps Address Book.
Sent some earlier to the iSpace PoS address for staking: Eq988H7HScxcpetc7s2XyQMgfaYVZwBfWs
|
|
|
|
ReydeApio
|
|
December 12, 2016, 11:32:57 PM |
|
I swear I cloned the current git. I don't know what happened. Either way, it's building now. Git it built? Heh, yup. All built. Does anyone know if you can mine from several hosts to a single wallet? It's been about 2 years since I touched this stuff. I'm about on the same timeframe for forgetting the hands-on aspects of mining. For anything scrypt I ususally include DOGE in my search strings; Shibe tend to be prolific content creators. If nobody chimes in i'll see what I can track down or maybe give a solo setup a shot myself.
|
|
|
|
*Sakura*
Legendary
Offline
Activity: 1624
Merit: 1005
I wish you all love and profitable investments!!!
|
|
December 13, 2016, 11:19:23 AM |
|
I registered and put up some CAPs Registration - From iSpace home screen, click Login (located in the upper-right).
- From the Login screen, click Sign Up (located at the top).
> > Alternatively, click http://ispace.co.uk/component/users/?view=registration - From User Registration and Profile, enter the required information then click Register (located at the bottom).
> > A registration email is sent to the profile address. - From your email click the link provided.
- Enter your username and password then click Log In.
Address Generation- From iSpace home screen, click Login and enter your required credentials (located in the upper-right).
- From the address bar, navigate: My Mining > PoS Mining.
- From the PoS Mining page, locate BottleCaps (CAP) then 'Click to generate deposit wallet address'.
- Highlight and copy the address to save in your BottleCaps Address Book.
Sent some earlier to the iSpace PoS address for staking: Eq988H7HScxcpetc7s2XyQMgfaYVZwBfWs Thanks for explanations! Will try soon.
|
|
|
|
dnp
|
|
December 16, 2016, 08:01:36 AM |
|
the 2.2.2 qt wallet i'm running on windose is creakingly slow. are there no longer any active developers for this coin?
cant even find an 'official' website for this coin.
|
Explorer and full node hosting at explorer.dognose.net
|
|
|
Vault 101
Newbie
Offline
Activity: 9
Merit: 0
|
|
December 16, 2016, 04:36:25 PM |
|
the 2.2.2 qt wallet i'm running on windose is creakingly slow. are there no longer any active developers for this coin?
cant even find an 'official' website for this coin.
The wallet is a memory hog and syncs very slowly. There's a blockchain download a few pages back, that would get you synced a bit faster. I don't think there ever was an official site.
|
|
|
|
dnp
|
|
December 17, 2016, 03:52:54 AM |
|
The wallet is a memory hog and syncs very slowly. There's a blockchain download a few pages back, that would get you synced a bit faster. I don't think there ever was an official site.
so, no developers then?
|
Explorer and full node hosting at explorer.dognose.net
|
|
|
Vault 101
Newbie
Offline
Activity: 9
Merit: 0
|
|
December 18, 2016, 12:45:40 AM |
|
The wallet is a memory hog and syncs very slowly. There's a blockchain download a few pages back, that would get you synced a bit faster. I don't think there ever was an official site.
so, no developers then? Tranz5 is the main dev for the coin now. There isn't really anything that needs changing or fixing right now. Here is the Github: https://github.com/Tranz5/bottlecaps/He also handles HoboNickels.
|
|
|
|
Belligerent Fool
Legendary
Offline
Activity: 1218
Merit: 1001
|
|
December 18, 2016, 01:35:44 AM |
|
Is Bottlecaps still minable or have all the pools closed down ?
I see there is a maximum amount of coins that can be awarded per stake, is that to limit the annual inflation rate or have I misread ?
|
|
|
|
|