Pages:
Author

Topic: [ANN][PoW] 🚀BBSCoin: a cryptocurrency built for exchanging virtual credits 🚀 - page 25. (Read 41998 times)

newbie
Activity: 61
Merit: 0
newbie
Activity: 5
Merit: 0
Hi,

I downloaded the "cryptonote-easy-miner" tool from "http://pool.bbscoin.xyz/#getting_started" web link.

Miner works fine and it also created a new wallet for me.

But when i try to open it with simplewallet.exe ;

It asked for the wallet file and password. I gave the wallet file and password, it opened the wallet sucessfully but gave the following error;

"Error: wallet failed to connect to daemon (http://localhost:18081). Daemon either is not started or passed wrong port. Please, make sure that daemon is running or restart the wallet with correct daemon address."

Anybody has any idea?
newbie
Activity: 81
Merit: 0
newbie
Activity: 81
Merit: 0
Hi,

I can't withdraw more than 500000 BBS (with anonymity level 1) because the transaction is too high.. that's less than 1 block reward..

I am doing something wrong? Do you intend to fix this?

Good luck!

This is a common question about cryptonight.
You can use GUI Wallet -> Preferences -> Wallet Optimization to relieve this problem
member
Activity: 196
Merit: 10
StasyQ
Hi,

I can't withdraw more than 500000 BBS (with anonymity level 1) because the transaction is too high.. that's less than 1 block reward..

I am doing something wrong? Do you intend to fix this?

Good luck!
newbie
Activity: 81
Merit: 0
please build, to debian user

Answer
Answer

Reading && Answer


==============================

/Desktop/wallet$ git clone https://github.com/bbscoin/bbscoin-wallet
 Cloning into 'bbscoin-wallet'...
remote: Counting objects: 738, done.
remote: Compressing objects: 100% (380/380), done.
remote: Total 738 (delta 379), reused 710 (delta 351), pack-reused 0
Receiving objects: 100% (738/738), 4.54 MiB | 12.00 KiB/s, done.
Resolving deltas: 100% (379/379), done.
Checking connectivity... done.

/Desktop/wallet$ ln -s ../bbscoin/ cryptonote

/Desktop/wallet$ mkdir build && cd build

/Desktop/wallet/build$ cmake ..
CMake Error: The source directory "/home/isecure/Desktop/wallet" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.







Bored, the problem not resolved
wallet, not build to all platform
You cloned bbscoin-wallet to bbscoin-wallet folder, so you shuold cd bbscoin-wallet first, as the error displayed.





https://prnt.sc/ij3t7g

https://prnt.sc/ij3t7g

          /||\
           ||
           ||
           ||  Look this screenshot

so what should I do, please tell me what steps and what I should do
ln -s ../bbscoin/ cryptonote
mkdir build && cd build
cmake ..
make

maybe you need install boost and qt5 library first



so, how to install boost, qt5 library please?

I think you should build the CLI Wallet, not GUI Wallet, it's easy to build.

Try to follow the ubuntu building
https://github.com/bbscoin/bbscoin
newbie
Activity: 322
Merit: 0
please build, to debian user

Answer
Answer

Reading && Answer


==============================

/Desktop/wallet$ git clone https://github.com/bbscoin/bbscoin-wallet
 Cloning into 'bbscoin-wallet'...
remote: Counting objects: 738, done.
remote: Compressing objects: 100% (380/380), done.
remote: Total 738 (delta 379), reused 710 (delta 351), pack-reused 0
Receiving objects: 100% (738/738), 4.54 MiB | 12.00 KiB/s, done.
Resolving deltas: 100% (379/379), done.
Checking connectivity... done.

/Desktop/wallet$ ln -s ../bbscoin/ cryptonote

/Desktop/wallet$ mkdir build && cd build

/Desktop/wallet/build$ cmake ..
CMake Error: The source directory "/home/isecure/Desktop/wallet" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.







Bored, the problem not resolved
wallet, not build to all platform
You cloned bbscoin-wallet to bbscoin-wallet folder, so you shuold cd bbscoin-wallet first, as the error displayed.





https://prnt.sc/ij3t7g

https://prnt.sc/ij3t7g

          /||\
           ||
           ||
           ||  Look this screenshot

so what should I do, please tell me what steps and what I should do
ln -s ../bbscoin/ cryptonote
mkdir build && cd build
cmake ..
make

maybe you need install boost and qt5 library first



so, how to install boost, qt5 library please?
newbie
Activity: 322
Merit: 0
newbie
Activity: 81
Merit: 0
please build, to debian user

Answer
Answer

Reading && Answer


==============================

/Desktop/wallet$ git clone https://github.com/bbscoin/bbscoin-wallet
 Cloning into 'bbscoin-wallet'...
remote: Counting objects: 738, done.
remote: Compressing objects: 100% (380/380), done.
remote: Total 738 (delta 379), reused 710 (delta 351), pack-reused 0
Receiving objects: 100% (738/738), 4.54 MiB | 12.00 KiB/s, done.
Resolving deltas: 100% (379/379), done.
Checking connectivity... done.

/Desktop/wallet$ ln -s ../bbscoin/ cryptonote

/Desktop/wallet$ mkdir build && cd build

/Desktop/wallet/build$ cmake ..
CMake Error: The source directory "/home/isecure/Desktop/wallet" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.







Bored, the problem not resolved
wallet, not build to all platform
You cloned bbscoin-wallet to bbscoin-wallet folder, so you shuold cd bbscoin-wallet first, as the error displayed.





https://prnt.sc/ij3t7g

https://prnt.sc/ij3t7g

          /||\
           ||
           ||
           ||  Look this screenshot

so what should I do, please tell me what steps and what I should do
ln -s ../bbscoin/ cryptonote
mkdir build && cd build
cmake ..
make

maybe you need install boost and qt5 library first
hero member
Activity: 784
Merit: 503
Bitcoin King BTC
Is it better to mine with a CPU or with a GPU now while the difficulty is low?

that doesn't matter what the difficulty is, cryptonight will also be good to mine with cpu also, its not like the cpu will be less efficient then the gpu's on higher difficulty, the ratio remains the same.

for example amd fx8120 can do  400 hash, amd rx550 can do 500 hash, reyzen 1600 cpu can do 600 hash i think.
full member
Activity: 168
Merit: 100
I learnt about experts they're experts on fuck all
Is it better to mine with a CPU or with a GPU now while the difficulty is low?
full member
Activity: 168
Merit: 100
I learnt about experts they're experts on fuck all
First time I caught a coin in its early phase. Let's hope it'll be big.
newbie
Activity: 322
Merit: 0
please build, to debian user

Answer
Answer

Reading && Answer


==============================

/Desktop/wallet$ git clone https://github.com/bbscoin/bbscoin-wallet
 Cloning into 'bbscoin-wallet'...
remote: Counting objects: 738, done.
remote: Compressing objects: 100% (380/380), done.
remote: Total 738 (delta 379), reused 710 (delta 351), pack-reused 0
Receiving objects: 100% (738/738), 4.54 MiB | 12.00 KiB/s, done.
Resolving deltas: 100% (379/379), done.
Checking connectivity... done.

/Desktop/wallet$ ln -s ../bbscoin/ cryptonote

/Desktop/wallet$ mkdir build && cd build

/Desktop/wallet/build$ cmake ..
CMake Error: The source directory "/home/isecure/Desktop/wallet" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.







Bored, the problem not resolved
wallet, not build to all platform
You cloned bbscoin-wallet to bbscoin-wallet folder, so you shuold cd bbscoin-wallet first, as the error displayed.





https://prnt.sc/ij3t7g

https://prnt.sc/ij3t7g

          /||\
           ||
           ||
           ||  Look this screenshot

so what should I do, please tell me what steps and what I should do
newbie
Activity: 81
Merit: 0
please build, to debian user

Answer
Answer

Reading && Answer


==============================

/Desktop/wallet$ git clone https://github.com/bbscoin/bbscoin-wallet
 Cloning into 'bbscoin-wallet'...
remote: Counting objects: 738, done.
remote: Compressing objects: 100% (380/380), done.
remote: Total 738 (delta 379), reused 710 (delta 351), pack-reused 0
Receiving objects: 100% (738/738), 4.54 MiB | 12.00 KiB/s, done.
Resolving deltas: 100% (379/379), done.
Checking connectivity... done.

/Desktop/wallet$ ln -s ../bbscoin/ cryptonote

/Desktop/wallet$ mkdir build && cd build

/Desktop/wallet/build$ cmake ..
CMake Error: The source directory "/home/isecure/Desktop/wallet" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.







Bored, the problem not resolved
wallet, not build to all platform
You cloned bbscoin-wallet to bbscoin-wallet folder, so you shuold cd bbscoin-wallet first, as the error displayed.
newbie
Activity: 322
Merit: 0
please build, to debian user

Answer
Answer

Reading && Answer


==============================

/Desktop/wallet$ git clone https://github.com/bbscoin/bbscoin-wallet
 Cloning into 'bbscoin-wallet'...
remote: Counting objects: 738, done.
remote: Compressing objects: 100% (380/380), done.
remote: Total 738 (delta 379), reused 710 (delta 351), pack-reused 0
Receiving objects: 100% (738/738), 4.54 MiB | 12.00 KiB/s, done.
Resolving deltas: 100% (379/379), done.
Checking connectivity... done.

/Desktop/wallet$ ln -s ../bbscoin/ cryptonote

/Desktop/wallet$ mkdir build && cd build

/Desktop/wallet/build$ cmake ..
CMake Error: The source directory "/home/isecure/Desktop/wallet" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.







Bored, the problem not resolved
wallet, not build to all platform
member
Activity: 672
Merit: 35
#BUIDL team to become delegates-validator
We're support for BBS coin, go go

the big reward mining BBS 600K  Shocked Kiss Kiss

so!! dont be out for mining with algo cryptonight BBScoin  Wink
newbie
Activity: 77
Merit: 0
Hi,

Do you have an estimate date of the first block reward decrease (1/6 - reward 351843)?

Do you plan to list BBS on exchanges after first decrease?

Thank you and good luck!

Blockchain data is here: https://explorer.bbscoin.xyz/
You can calculate it out. We are planned to list in mid-March to early April.
newbie
Activity: 77
Merit: 0
Pages:
Jump to: