1 2018-04-28 07:57:29 <StayCool> Hey guys. I'm creating a Bitcoin wallet running through RPC for my bachelorproject in web development. At the moment i'm relying on the accounts feature which is deprecated and will be replaced by labels. However it seems like labels won't be released until 0.17 ~ 1st of september and my handin is in June. Is there no way for me to use labels with the current software? Or should i just stick to using deprecated accounts for now
2 2018-04-28 08:59:30 <arubi> StayCool, 1. even when deprecated by 0.17, account rpc calls could still be used by passing -deprecatedrpc=accounts to bitcoind.  they won't be completely removed until 0.18.  2. if you wanna use labels stuff, you can just build and run current master from github
3 2018-04-28 09:05:57 <StayCool> Thank you arubi. I'm currently using the Bitcoin Core GUI, so how would i go about with building/compiling the master? There doesn't seem to be any documentation on this, just a reference to downloading the newest software.
4 2018-04-28 09:07:00 <StayCool> I'm on MacOS btw :-)
5 2018-04-28 09:07:58 <arubi> StayCool, so did you actually visit https://github.com/bitcoin/bitcoin ?  there's https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md
6 2018-04-28 09:08:50 <StayCool> Yes, sorry i missed the doc folder! Thanks man :-)
7 2018-04-28 09:08:58 <arubi> yw :)
8 2018-04-28 19:44:55 <tat> Soes anyone know a tool that can identify to witch blockchain a specific address belongs? so to say something that can validate all kinds of coin prefixes and encodings.