Pages:
Author

Topic: ⌗ BOSON ⌗ Launched ⌗ - page 4. (Read 31643 times)

sr. member
Activity: 679
Merit: 254
November 21, 2016, 02:35:01 PM
#74
The wallet is not synchronized
Add this node

Code:
addnode=84.200.210.130
addnode=185.11.195.45
addnode=91.241.174.7
addnode=116.16.214.134

Yeah..thanks for update of node list, now my windows wallet has sync  Wink
member
Activity: 92
Merit: 10
November 21, 2016, 02:25:24 PM
#73
The wallet is not synchronized
Add this node

Code:
addnode=84.200.210.130
addnode=185.11.195.45
addnode=91.241.174.7
addnode=116.16.214.134
sr. member
Activity: 371
Merit: 250
November 21, 2016, 01:40:11 PM
#72
The wallet is not synchronized
newbie
Activity: 46
Merit: 0
November 21, 2016, 08:39:02 AM
#71
hi there.

wallet is down.
anybody know why? or how long for? Cry
full member
Activity: 215
Merit: 100
November 20, 2016, 08:53:34 PM
#70
Nice name of the coin, do we have an exchange yet?
hero member
Activity: 868
Merit: 1003
November 19, 2016, 07:14:29 PM
#69
I downloaded the git-repository, but I was not able to build it.
QT Creator complained about missing kits.

The INSTALL file is talking about a doc folder that is not present in the git-repository.

Is something missing in git, or is it something with the configuration of QT Creator that I don't get?

Help appreciated.

You need to add your locations of the library files in qt.pro file, in the location where it says:
# Dependency library locations can be customized with:
#    BOOST_INCLUDE_PATH, BOOST_LIB_PATH, BDB_INCLUDE_PATH,
#    BDB_LIB_PATH, OPENSSL_INCLUDE_PATH and OPENSSL_LIB_PATH respectively

dev usually don't put their locations tehre because anyway it will not work for you. It will be something like this:

BOOST_LIB_SUFFIX=-mgw45-mt-s-1_55
BOOST_INCLUDE_PATH=C:/deps/boost_1_55_0
BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1m/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1m
MINIUPNPC_INCLUDE_PATH=C:/deps
MINIUPNPC_LIB_PATH=C:/deps/miniupnpc

use your own path

Thank you.

I am on mint-linux, and it was able to find the libs and include files.
I just wasn't aware that I had to run qmake first. That generated the  Makefile.
And the file 'src/leveldb/build_detect_platform' didn't have run permission, so I had to change that.
After that it build.

On linux you just need daemon, which you can build by slightly modify one of the makefile in the src dir. Unless you want to run UI, then you will need to build the QT.
member
Activity: 85
Merit: 10
November 19, 2016, 06:47:24 PM
#68
I downloaded the git-repository, but I was not able to build it.
QT Creator complained about missing kits.

The INSTALL file is talking about a doc folder that is not present in the git-repository.

Is something missing in git, or is it something with the configuration of QT Creator that I don't get?

Help appreciated.

You need to add your locations of the library files in qt.pro file, in the location where it says:
# Dependency library locations can be customized with:
#    BOOST_INCLUDE_PATH, BOOST_LIB_PATH, BDB_INCLUDE_PATH,
#    BDB_LIB_PATH, OPENSSL_INCLUDE_PATH and OPENSSL_LIB_PATH respectively

dev usually don't put their locations tehre because anyway it will not work for you. It will be something like this:

BOOST_LIB_SUFFIX=-mgw45-mt-s-1_55
BOOST_INCLUDE_PATH=C:/deps/boost_1_55_0
BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1m/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1m
MINIUPNPC_INCLUDE_PATH=C:/deps
MINIUPNPC_LIB_PATH=C:/deps/miniupnpc

use your own path

Thank you.

I am on mint-linux, and it was able to find the libs and include files.
I just wasn't aware that I had to run qmake first. That generated the  Makefile.
And the file 'src/leveldb/build_detect_platform' didn't have run permission, so I had to change that.
After that it build.
member
Activity: 115
Merit: 10
November 19, 2016, 12:17:54 PM
#67
I downloaded the git-repository, but I was not able to build it.
QT Creator complained about missing kits.

The INSTALL file is talking about a doc folder that is not present in the git-repository.

Is something missing in git, or is it something with the configuration of QT Creator that I don't get?

Help appreciated.

You need to add your locations of the library files in qt.pro file, in the location where it says:
# Dependency library locations can be customized with:
#    BOOST_INCLUDE_PATH, BOOST_LIB_PATH, BDB_INCLUDE_PATH,
#    BDB_LIB_PATH, OPENSSL_INCLUDE_PATH and OPENSSL_LIB_PATH respectively

dev usually don't put their locations tehre because anyway it will not work for you. It will be something like this:

BOOST_LIB_SUFFIX=-mgw45-mt-s-1_55
BOOST_INCLUDE_PATH=C:/deps/boost_1_55_0
BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1m/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1m
MINIUPNPC_INCLUDE_PATH=C:/deps
MINIUPNPC_LIB_PATH=C:/deps/miniupnpc

use your own path
member
Activity: 85
Merit: 10
November 19, 2016, 09:53:45 AM
#66
I downloaded the git-repository, but I was not able to build it.
QT Creator complained about missing kits.

The INSTALL file is talking about a doc folder that is not present in the git-repository.

Is something missing in git, or is it something with the configuration of QT Creator that I don't get?

Help appreciated.
sr. member
Activity: 263
Merit: 250
semux
November 18, 2016, 08:19:21 PM
#65
Roadmap (                                ) ?
sr. member
Activity: 392
Merit: 252
November 18, 2016, 06:12:12 PM
#64
Cryptominers Pool


http://cryptominers.online:8080/getting_started

Configure Your Miners

stratum+tcp://cryptominers.online:5004 -u YOUR WALLET -p x

ports vardriff

Port: 5003, Diff: 0.01 Port: 5004, Diff: 0.1 Port: 5006, Diff: 0.5 
 

Happy Mining  Smiley Payouts are every 20 mins after blocks has been confirmed

Twitter: https://twitter.com/Cryptoman82 - Skype - cryptominers.online

Thank you on new pool!

no problem at all , i missed this coin when it was launched i norm got a pool running within 5 mins of launch lol
member
Activity: 92
Merit: 10
November 18, 2016, 05:43:17 PM
#63
Cryptominers Pool


http://cryptominers.online:8080/getting_started

Configure Your Miners

stratum+tcp://cryptominers.online:5004 -u YOUR WALLET -p x

ports vardriff

Port: 5003, Diff: 0.01 Port: 5004, Diff: 0.1 Port: 5006, Diff: 0.5 
 

Happy Mining  Smiley Payouts are every 20 mins after blocks has been confirmed

Twitter: https://twitter.com/Cryptoman82 - Skype - cryptominers.online

Thank you on new pool!
sr. member
Activity: 616
Merit: 251
November 18, 2016, 05:34:29 PM
#62
Boson a nice name, when we will get an exchange?
sr. member
Activity: 392
Merit: 252
November 18, 2016, 05:32:51 PM
#61
Cryptominers Pool


http://cryptominers.online:8080/getting_started

Configure Your Miners

stratum+tcp://cryptominers.online:5004 -u YOUR WALLET -p x

ports vardriff

Port: 5003, Diff: 0.01 Port: 5004, Diff: 0.1 Port: 5006, Diff: 0.5 
 

Happy Mining  Smiley Payouts are every 20 mins after blocks has been confirmed

Twitter: https://twitter.com/Cryptoman82 - Skype - cryptominers.online
legendary
Activity: 1134
Merit: 1003
November 18, 2016, 11:21:47 AM
#57
I am having no luck mining in the pool, I have a Radeon HD 7700, can this GPU mine?

When i try bfgminer it detects no devices.

use cgminer or sgminer....bfgminer only asic miner not gpu! Wink
legendary
Activity: 1106
Merit: 1006
I ♥ BitcoinTalk
November 18, 2016, 11:17:03 AM
#56
sr. member
Activity: 420
Merit: 250
November 18, 2016, 10:20:57 AM
#55
will put some hash on boson, good luck dev
I'm actually testing mining right now. Its going pretty well.
Pages:
Jump to: