Pages:
Author

Topic: [ANN]--★★BumbaCoin★★-- POS X11 - page 13. (Read 94264 times)

sr. member
Activity: 356
Merit: 259
airdrop-pepe.art
January 10, 2017, 06:13:14 PM
Any whales looking to sell big amounts anywhere?

Someone dumped his coins to 22 sat on cryptopia when btc goes to 1100, you can try by setting a buy order on it Smiley
i keep mine.

I dont trust that site.

Exept their trollbox, never get problems in more than one year using it

As long you are polite by using them, no problems

Can the dev get a yobit listing?

Bumba on Yobit?

YAY Bumba to the Moon/Pump/Dump when Bumba Yobit Wallet will be in Maintenance Smiley
hero member
Activity: 590
Merit: 500
January 10, 2017, 05:23:34 AM
Any whales looking to sell big amounts anywhere?

Someone dumped his coins to 22 sat on cryptopia when btc goes to 1100, you can try by setting a buy order on it Smiley
i keep mine.

I dont trust that site.

Exept their trollbox, never get problems in more than one year using it

As long you are polite by using them, no problems

Can the dev get a yobit listing?

Bumba on Yobit?
sr. member
Activity: 448
Merit: 250
January 09, 2017, 10:29:46 PM
Any whales looking to sell big amounts anywhere?

Someone dumped his coins to 22 sat on cryptopia when btc goes to 1100, you can try by setting a buy order on it Smiley
i keep mine.

I dont trust that site.

Exept their trollbox, never get problems in more than one year using it

As long you are polite by using them, no problems

Can the dev get a yobit listing?
sr. member
Activity: 356
Merit: 259
airdrop-pepe.art
January 09, 2017, 10:27:20 PM
Any whales looking to sell big amounts anywhere?

Someone dumped his coins to 22 sat on cryptopia when btc goes to 1100, you can try by setting a buy order on it Smiley
i keep mine.

I dont trust that site.

Exept their trollbox, never get problems in more than one year using it

As long you are polite by using them, no problems
sr. member
Activity: 448
Merit: 250
January 09, 2017, 10:13:51 PM
Any whales looking to sell big amounts anywhere?

Someone dumped his coins to 22 sat on cryptopia when btc goes to 1100, you can try by setting a buy order on it Smiley
i keep mine.

I dont trust that site.
sr. member
Activity: 308
Merit: 290
January 09, 2017, 03:25:54 PM
How much is 1 bumba coin worth now?

Next to nothing. I bought 600K and sent them to my step-brother as a birthday gift. He is 59 yo but I have no problem to beat the shit out of him and take my token back in case things ramp up and prices lift up.

I see a future Springer episode - My step-bro took ma Bumba!



sr. member
Activity: 356
Merit: 259
airdrop-pepe.art
January 09, 2017, 01:31:12 PM

Yup i have not, and i'm not expert on tux, did you have a nice tuto working to do that ?
thanks.



Here's a quick walk through for linux.

First, get all the build tools you'll need


> sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev  libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev

You will need git for the source
>sudo apt-get install git

Get the source files
>git clone https://github.com/bumbacoin/bumbacoin2-test.git

move to the source directory
>cd bumbacoin2-test/src
>make -f makefile.unix

When it finishes you'll have a bumbacoin2d  

when you run that it will create a ~/.bumbacoin2 directory


Woot many thanks Smiley

Code:
touch ~/.bumbacoin2/bumbacoin2.conf
vim ~/.bumbacoin2/bumbacoin2.conf
added rpcuser & rpcpassword

started as ./bumbacoin2d --daemon

is working and running Smiley

Many thanks again Smiley
hero member
Activity: 592
Merit: 500
January 09, 2017, 11:25:32 AM
How much is 1 bumba coin worth now?

Next to nothing. I bought 600K and sent them to my step-brother as a birthday gift. He is 59 yo but I have no problem to beat the shit out of him and take my token back in case things ramp up and prices lift up.
sr. member
Activity: 308
Merit: 290
January 09, 2017, 11:19:12 AM

Oops, missed that. Yes, the Bumba Devs have been giving the coin some love with an update. Use -test it fixed a few issues and is stable. I changed the posting.
legendary
Activity: 1638
Merit: 1036
January 09, 2017, 06:04:31 AM

Yup i have not, and i'm not expert on tux, did you have a nice tuto working to do that ?
thanks.



Here's a quick walk through for linux.

First, get all the build tools you'll need


> sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev  libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev

You will need git for the source
>sudo apt-get install git

>git clone https://github.com/bumbacoin/bumbacoin2-source.git

move to the source directory
>cd bumbacoin2-source/src
>make -f makefile.unix

When it finishes you'll have a bumbacoin2d 

when you run that it will create a ~/.bumbacoin2 directory



or you could try
https://github.com/bumbacoin/bumbacoin2-test
Wink
legendary
Activity: 1638
Merit: 1036
January 09, 2017, 05:54:11 AM

https://github.com/bumbacoin/bumbacoin2-test/releases/tag/v1.1.0.0

probably will still need a permissions thing
Code:
chmod +x

yes for the chmod +x

got the problem libboost_system.so.1.54.0 not found because i have the 1.58.0

will try to deal with that thanks

hmmz. should be static. so should have libs included,
i'll havent built many static linux compiles so obviously my technique is poor Sad

i'll have another look ..
newbie
Activity: 59
Merit: 0
January 09, 2017, 05:02:59 AM
Hello bumbacoin! Respect to you, the BTCumBTCaCoin has existed since 2014 and you don't throw it.  Grin Most of all I liked the faucet. Godd luck BUMBA!

Grin From R**a with love (song in Russian) - https://www.youtube.com/watch?v=e1IjwVq9LOU

sr. member
Activity: 308
Merit: 290
January 09, 2017, 03:08:42 AM

Yup i have not, and i'm not expert on tux, did you have a nice tuto working to do that ?
thanks.



Here's a quick walk through for linux.

First, get all the build tools you'll need


> sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev  libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev

You will need git for the source
>sudo apt-get install git

Get the source files
>git clone https://github.com/bumbacoin/bumbacoin2-test.git

move to the source directory
>cd bumbacoin2-test/src
>make -f makefile.unix

When it finishes you'll have a bumbacoin2d  

when you run that it will create a ~/.bumbacoin2 directory

sr. member
Activity: 356
Merit: 259
airdrop-pepe.art
January 09, 2017, 02:09:25 AM
Your favorite Bumba Faucet is dripping again

http://www.BumbaPorn.com

Nice! thx

It compiled fine and synced on 16.04 for me. Make sure you have the typical build environment for coins and make -f makefile.unix

Yup i have not, and i'm not expert on tux, did you have a nice tuto working to do that ?
thanks.

https://github.com/bumbacoin/bumbacoin2-test/releases/tag/v1.1.0.0

probably will still need a permissions thing
Code:
chmod +x

yes for the chmod +x

got the problem libboost_system.so.1.54.0 not found because i have the 1.58.0

will try to deal with that thanks






sr. member
Activity: 308
Merit: 290
January 08, 2017, 03:06:38 AM
Your favorite Bumba Faucet is dripping again

http://www.BumbaPorn.com
legendary
Activity: 1638
Merit: 1036
January 08, 2017, 01:32:40 AM

Heya, is there a nunux 64 compiled somewhere ? i mean for Ubuntu 16.04 64bit

or i have to find/test a tutorial (if that <- any clue ?)
Thanks.

It compiled fine and synced on 16.04 for me. Make sure you have the typical build environment for coins and make -f makefile.unix



bumbacoin releases use berkleydb 4.8 which is non-standard version for general uses,
a standard install of berkley will end up with later version

if you're concerned about compatibility
you don't need to specifically use 4.8, because later versions should handle the snapshots i upload.
legendary
Activity: 1638
Merit: 1036
January 08, 2017, 01:28:00 AM
k.
uploaded a static linux daemon compiled on ubuntu 14,
i havent test it on 16 so you can give it a go :p

https://github.com/bumbacoin/bumbacoin2-test/releases/tag/v1.1.0.0

probably will still need a permissions thing
Code:
chmod +x
sr. member
Activity: 308
Merit: 290
January 08, 2017, 01:02:38 AM

Heya, is there a nunux 64 compiled somewhere ? i mean for Ubuntu 16.04 64bit

or i have to find/test a tutorial (if that <- any clue ?)
Thanks.

It compiled fine and synced on 16.04 for me. Make sure you have the typical build environment for coins and make -f makefile.unix

sr. member
Activity: 356
Merit: 259
airdrop-pepe.art
January 07, 2017, 11:16:03 PM
Any whales looking to sell big amounts anywhere?

Someone dumped his coins to 22 sat on cryptopia when btc goes to 1100, you can try by setting a buy order on it Smiley
i keep mine.
sr. member
Activity: 448
Merit: 250
January 07, 2017, 11:07:29 PM
How much is 1 bumba coin worth now?
Between 25sat and 50sat

Since only 21,500,000 coins exist and a less than 3000 coins are created each day (2440 in theory) it can be valued much more if it get some love.

If i calculate the maximum per day and the maximum actual price at this time : "50sat x 3000 coins = 150 000 sat"

that's only 1.36 usd worth of coins produced per day @$900/btc

But sure : the coin need love from owners Smiley


recent copy of the chain is here
https://drive.google.com/open?id=0BwpY07DfpjCBTnhSVF82djR3ZFU

this is a copy of the chain for direct copying to yr datadirectory, NOT a bootstrap.

simple version --

backup your bumbacoin2 wallet/data,
download copy of bumbasnap zip,
unzip,
copy contents into your datadirectory,
restart the wallet-qt.




Heya, is there a nunux 64 compiled somewhere ? i mean for Ubuntu 16.04 64bit

or i have to find/test a tutorial (if that <- any clue ?)
Thanks.

i havent tried ubuntu 16 but i think linenoise has done so it seems possible.
i generally use 14 because some coins are not ready for 16.

do you want a qt or daemon?
i might give it a try later to see ..

daemon would be enough thanks

Any whales looking to sell big amounts anywhere?
Pages:
Jump to: