balloonum_dev (OP)
Newbie
Offline
Activity: 29
Merit: 0
|
|
July 13, 2019, 10:52:02 PM |
|
worked! Can you mine with same wallet on different pc's? Hard to find blocks Yes, but you need a copy of your wallet in the same directory of the balloonum app on any mining computer. You can open the same wallet of different PC's at same time, is not a problem. Just manage carefuly the wallet file. This is because you need the wallet for sign the blocks you find. Good luck! Best regards!
|
|
|
|
fishytrader
Newbie
Offline
Activity: 19
Merit: 0
|
|
July 13, 2019, 11:00:54 PM |
|
mining requires strong computers and fast networks. I agree what is written from your title. CPU mining only. I am interested in your company. but I'm confused and I don't see BALL tokens with details. What is the price per token? Do I have to make a wallet from your website?
check the youtube vid
|
|
|
|
daydayupup
Newbie
Offline
Activity: 17
Merit: 0
|
|
July 13, 2019, 11:02:42 PM |
|
Start mining
|
|
|
|
balloonum_dev (OP)
Newbie
Offline
Activity: 29
Merit: 0
|
|
July 13, 2019, 11:09:33 PM |
|
but I'm confused and I don't see BALL tokens with details. What is the price per token?
Project is in alpha phase and is not listed at this moment. On Q4 2019 we will pay the fees for be listed on a exchange. Two "small" exchanges (crex24.com or tradeogre.com) can be good options, but we'll see...
|
|
|
|
fishytrader
Newbie
Offline
Activity: 19
Merit: 0
|
|
July 13, 2019, 11:47:07 PM |
|
but I'm confused and I don't see BALL tokens with details. What is the price per token?
Project is in alpha phase and is not listed at this moment. On Q4 2019 we will pay the fees for be listed on a exchange. Two "small" exchanges (crex24.com or tradeogre.com) can be good options, but we'll see... tradeogre would be my choice. Looking forward to monitor this project! Get that discord up
|
|
|
|
tippytoes
|
|
July 13, 2019, 11:51:05 PM |
|
but I'm confused and I don't see BALL tokens with details. What is the price per token?
Project is in alpha phase and is not listed at this moment. On Q4 2019 we will pay the fees for be listed on a exchange. Two "small" exchanges (crex24.com or tradeogre.com) can be good options, but we'll see... tradeogre would be my choice. Looking forward to monitor this project! Get that discord up I would say crex24 is a better choice. I'm biased because I haven't used tradeogre and I'm a regular user of crex. However, wherever it will be listed, I hope the team can achieve a good decent volume and be sustained for long time. Good luck!
|
|
|
|
fishytrader
Newbie
Offline
Activity: 19
Merit: 0
|
|
July 14, 2019, 12:32:16 AM |
|
but I'm confused and I don't see BALL tokens with details. What is the price per token?
Project is in alpha phase and is not listed at this moment. On Q4 2019 we will pay the fees for be listed on a exchange. Two "small" exchanges (crex24.com or tradeogre.com) can be good options, but we'll see... tradeogre would be my choice. Looking forward to monitor this project! Get that discord up I would say crex24 is a better choice. I'm biased because I haven't used tradeogre and I'm a regular user of crex. However, wherever it will be listed, I hope the team can achieve a good decent volume and be sustained for long time. Good luck! It's a better choice for you then.. Either way I think this is a promising project, nice to see some one actually make something instead of the good old copypaste scams. Also i finally found a block. The diff is a bit high for my poor old i5. Wounder what a new ryzen would have done for me! Any one got the 3rd gen ryzen and can share some hashingpower?
|
|
|
|
gigabyted
|
|
July 14, 2019, 12:42:27 AM Last edit: July 14, 2019, 01:01:15 AM by gigabyted |
|
Ok well where to start, first of all this PoW algo has been available over GPU (nvidia & amd) for at least a year, so this wont be a CPU coin for long. Amd here: https://github.com/Belgarion/clballoon and nvidia here: https://github.com/Belgarion/cuballoon. Also i've download the wallet and mined a little and investigate into how it worked. So first of all this aint a local wallet, its a web wallet. All it does is polling every 5 seconds the web server to see if it has something new to mine ( https://node1.balloonum.io/server.php?q=getminingtemplate. Using json as the communication format like this response: {"id":"test","jsonrpc":"1.0","result":{"height":222,"prevhash":"2ySnAjx6DgbfR8Xn8XQFW9FnoiuG1A33FDmgRYNq4zMG4k5NMxtWkrPv4p34urk2ajbFPVB7GnRUvX6 SeVZ7wth9","difficulty":42812734}} If you type "getbalance" it request balance on server (passing your public address). Up to there its meh but its ok, nothing we haven't seen before. Now where it gets more fun is when you find a block, its submitting the nonce, public key and......... the private key! Here a capture of it (You can steal my key if you want for a free 15 BALL reward!) I personnaly wont mine anything where i send my private key to a web server, even if its in HTTPS. This mean they have all private keys at their end.... And since theres no P2P at all, it might not even be a blockchain and/or a network. It could only be a web server database, if so then how is that immutable, what are we even mining with pow? Im sorry, im staying as far as i can from this, do your homework! This balloon has busted!
|
|
|
|
qq386437050
Newbie
Offline
Activity: 113
Merit: 0
|
|
July 14, 2019, 01:03:57 AM |
|
Type in your password and the window closes automatically. What's missing?
|
|
|
|
balloonum_dev (OP)
Newbie
Offline
Activity: 29
Merit: 0
|
|
July 14, 2019, 04:51:11 AM |
|
Ok well where to start, first of all this PoW algo has been available over GPU (nvidia & amd) for at least a year, so this wont be a CPU coin for long. Amd here: https://github.com/Belgarion/clballoon and nvidia here: https://github.com/Belgarion/cuballoon. Also i've download the wallet and mined a little and investigate into how it worked. So first of all this aint a local wallet, its a web wallet. All it does is polling every 5 seconds the web server to see if it has something new to mine ( https://node1.balloonum.io/server.php?q=getminingtemplate. Using json as the communication format like this response: {"id":"test","jsonrpc":"1.0","result":{"height":222,"prevhash":"2ySnAjx6DgbfR8Xn8XQFW9FnoiuG1A33FDmgRYNq4zMG4k5NMxtWkrPv4p34urk2ajbFPVB7GnRUvX6 SeVZ7wth9","difficulty":42812734}} If you type "getbalance" it request balance on server (passing your public address). Up to there its meh but its ok, nothing we haven't seen before. Now where it gets more fun is when you find a block, its submitting the nonce, public key and......... the private key! Here a capture of it (You can steal my key if you want for a free 15 BALL reward!) https://i.imgur.com/OTUbYI4.jpgI personnaly wont mine anything where i send my private key to a web server, even if its in HTTPS. This mean they have all private keys at their end.... And since theres no P2P at all, it might not even be a blockchain and/or a network. It could only be a web server database, if so then how is that immutable, what are we even mining with pow? Im sorry, im staying as far as i can from this, do your homework! This balloon has busted! Sorry. It was used for development purposes and forget to remove it. privkey is no needed for submit a block. I removed it and uploaded new wallet versions. Best regards
|
|
|
|
Exadro
Jr. Member
Offline
Activity: 194
Merit: 1
|
|
July 14, 2019, 05:57:20 AM |
|
what is the level of difficulty now? can we do mining tests on ordinary cpu windows? I see this is very different from the others and might soon get a lot of response from the crypto miner
|
|
|
|
NeroZyF
|
|
July 14, 2019, 06:43:52 AM Last edit: July 14, 2019, 07:02:59 AM by NeroZyF |
|
Ok well where to start, first of all this PoW algo has been available over GPU (nvidia & amd) for at least a year, so this wont be a CPU coin for long. Amd here: https://github.com/Belgarion/clballoon and nvidia here: https://github.com/Belgarion/cuballoon. Also i've download the wallet and mined a little and investigate into how it worked. So first of all this aint a local wallet, its a web wallet. All it does is polling every 5 seconds the web server to see if it has something new to mine ( https://node1.balloonum.io/server.php?q=getminingtemplate. Using json as the communication format like this response: {"id":"test","jsonrpc":"1.0","result":{"height":222,"prevhash":"2ySnAjx6DgbfR8Xn8XQFW9FnoiuG1A33FDmgRYNq4zMG4k5NMxtWkrPv4p34urk2ajbFPVB7GnRUvX6 SeVZ7wth9","difficulty":42812734}} If you type "getbalance" it request balance on server (passing your public address). Up to there its meh but its ok, nothing we haven't seen before. Now where it gets more fun is when you find a block, its submitting the nonce, public key and......... the private key! Here a capture of it (You can steal my key if you want for a free 15 BALL reward!) I personnaly wont mine anything where i send my private key to a web server, even if its in HTTPS. This mean they have all private keys at their end.... And since theres no P2P at all, it might not even be a blockchain and/or a network. It could only be a web server database, if so then how is that immutable, what are we even mining with pow? Im sorry, im staying as far as i can from this, do your homework! This balloon has busted! Sorry. It was used for development purposes and forget to remove it. privkey is no needed for submit a block. I removed it and uploaded new wallet versions. Best regards Do we need to update our wallet versions? If so, please give a small instruction for ubuntu. Thx!
|
If you find my message helpful, please click +Merit
|
|
|
bitwookie
|
|
July 14, 2019, 07:27:27 AM |
|
too hard to mine already, seeya
|
|
|
|
voteformeg
Legendary
Offline
Activity: 1932
Merit: 1005
|
|
July 14, 2019, 07:56:25 AM |
|
will give it a try , i am mining this balloonum on 4 different computer's now , and the first hour already mined no block , hope to get lucky later to find just 1 block
|
|
|
|
balloonum_dev (OP)
Newbie
Offline
Activity: 29
Merit: 0
|
|
July 14, 2019, 10:40:39 AM |
|
Ok well where to start, first of all this PoW algo has been available over GPU (nvidia & amd) for at least a year, so this wont be a CPU coin for long. Amd here: https://github.com/Belgarion/clballoon and nvidia here: https://github.com/Belgarion/cuballoon. Also i've download the wallet and mined a little and investigate into how it worked. So first of all this aint a local wallet, its a web wallet. All it does is polling every 5 seconds the web server to see if it has something new to mine ( https://node1.balloonum.io/server.php?q=getminingtemplate. Using json as the communication format like this response: {"id":"test","jsonrpc":"1.0","result":{"height":222,"prevhash":"2ySnAjx6DgbfR8Xn8XQFW9FnoiuG1A33FDmgRYNq4zMG4k5NMxtWkrPv4p34urk2ajbFPVB7GnRUvX6 SeVZ7wth9","difficulty":42812734}} If you type "getbalance" it request balance on server (passing your public address). Up to there its meh but its ok, nothing we haven't seen before. Now where it gets more fun is when you find a block, its submitting the nonce, public key and......... the private key! Here a capture of it (You can steal my key if you want for a free 15 BALL reward!) I personnaly wont mine anything where i send my private key to a web server, even if its in HTTPS. This mean they have all private keys at their end.... And since theres no P2P at all, it might not even be a blockchain and/or a network. It could only be a web server database, if so then how is that immutable, what are we even mining with pow? Im sorry, im staying as far as i can from this, do your homework! This balloon has busted! Sorry. It was used for development purposes and forget to remove it. privkey is no needed for submit a block. I removed it and uploaded new wallet versions. Best regards Do we need to update our wallet versions? If so, please give a small instruction for ubuntu. Thx! Hi, For update your wallet on linux, just remove (or rename it) old binary and replace it with new version: mv balloonum balloonum.old wget https://balloonum.io/baloonum chmod 755 ballonum ./balloonum Best regards
|
|
|
|
daydayupup
Newbie
Offline
Activity: 17
Merit: 0
|
|
July 14, 2019, 12:47:23 PM |
|
Can I use the video card to mine?
|
|
|
|
gigabyted
|
|
July 14, 2019, 02:37:19 PM |
|
Can I use the video card to mine?
If you are asking the question then the answer is no, not for now. But for those who are'nt asking these questions can.
|
|
|
|
fishytrader
Newbie
Offline
Activity: 19
Merit: 0
|
|
July 14, 2019, 03:53:14 PM |
|
how about making a discord?
|
|
|
|
|
balloonum_dev (OP)
Newbie
Offline
Activity: 29
Merit: 0
|
|
July 14, 2019, 10:17:56 PM |
|
|
|
|
|
|