Bitcoin Forum
June 23, 2024, 04:39:27 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 9 10 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: EMBERCOIN [X13, POW/POS] on: September 07, 2017, 03:38:12 AM


EmberCoin has been added with 0.5% fee - no signup required Smiley

Code:
stratum+tcp://new.brutum-pool.com:3084 -u <WALLET_ADDRESS> -p x

new.Brutum-Pool.com


Node for wallet
Code:
addnode=new.brutum-pool.com

Follow me on twitter @BrutumPool Smiley
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Doubloons[BOAT]⚓⚓PoW/PoS⚓⚓HMQ1725⚓⚓NVIDIA MINING!!⚓CPU Pillaging!!⚓YAARR!!⚓ on: September 07, 2017, 03:35:25 AM


Doubloons has been added with 0.5% fee - no signup required Smiley

Code:
stratum+tcp://new.brutum-pool.com:3074 -u <WALLET_ADDRESS> -p x

new.Brutum-Pool.com


Node for wallet
Code:
addnode=new.brutum-pool.com

Follow me on twitter @BrutumPool Smiley
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO] NetM - Blockchain network oriented to corporate use - LIVE! on: September 07, 2017, 03:32:50 AM


NetM has been added with 0.5% fee - no signup required Smiley

Code:
stratum+tcp://new.brutum-pool.com:8021 -u <WALLET_ADDRESS> -p x

new.Brutum-Pool.com


Node for wallet
Code:
addnode=new.brutum-pool.com

Follow me on twitter @BrutumPool Smiley



NetM address: DDdcMEurVRGH1vRM3fFv4g7fNTHCt9ys7V
64  Alternate cryptocurrencies / Pools (Altcoins) / Re: [NEW] [POOL] Brutum Pool on: September 06, 2017, 04:47:42 PM
The new server is up and running (new.brutum-pool.com). The switch will happen tonight at 10pm EST.

Again nothing is required from the miners, the switch should only take a few minutes for DNS to propagate.

There will also be fee discount for on the new pool
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PoW/PoS180%]AltCommunityCoin[Coin Swap]- We Decide The Future! on: September 06, 2017, 04:37:58 PM
Cant wait to see the new wallet. Good job dev, i hope everything goes well with the new wallet launch
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: EMBERCOIN [X13, POW/POS] on: September 06, 2017, 01:34:52 PM
Hi
Anyone can explain that why circulating supply is increasing everyday?

Please explain about it. Is it good that increasing circulating supply and total supply?

Please

The coin is being mined, so there are new coins being generated
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Denarius [DNR] - NEW "Tribus" PoW Algo >> PoW/PoS Hybrid >> Satoshi Core on: September 06, 2017, 01:23:34 PM
Im not sure if im the only one getting this error when building the linux wallet, but i cant seam to get it working (the pre-compiled windows wallet works great tho)

Code:
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/pool/wallets/denarius/src -I/home/pool/wallets/denarius/src/obj -I/home/pool/wallets/denarius/src/json -DIS_ARCH_64 -DUSE_UPNP=1 -I/home/pool/wallets/denarius/src/leveldb/include -I/home/pool/wallets/denarius/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/txdb-leveldb.d -o obj/txdb-leveldb.o txdb-leveldb.cpp
txdb-leveldb.cpp:26:10: error: ‘DB’ in namespace ‘leveldb’ does not name a type
 leveldb::DB *txdb; // global pointer for LevelDB object instance
          ^
txdb-leveldb.cpp:28:17: error: ‘Options’ in namespace ‘leveldb’ does not name a type
 static leveldb::Options GetOptions() {
                 ^
txdb-leveldb.cpp:36:31: error: variable or field ‘init_blockindex’ declared void
 void init_blockindex(leveldb::Options& options, bool fRemoveOld = false) {
                               ^
txdb-leveldb.cpp:36:22: error: ‘Options’ is not a member of ‘leveldb’
 void init_blockindex(leveldb::Options& options, bool fRemoveOld = false) {
                      ^
txdb-leveldb.cpp:36:40: error: ‘options’ was not declared in this scope
 void init_blockindex(leveldb::Options& options, bool fRemoveOld = false) {
                                        ^
txdb-leveldb.cpp:36:49: error: expected primary-expression before ‘bool’
 void init_blockindex(leveldb::Options& options, bool fRemoveOld = false) {
                                                 ^
makefile.unix:182: recipe for target 'obj/txdb-leveldb.o' failed
make: *** [obj/txdb-leveldb.o] Error 1


I tried with these two commands but got the same issue
Code:
make -f makefile.unix
make -f makefile.unix USE_LEVELDB=1



Did anyone else encounter this issue?
Let me know if you need more info to debug


Hey I do apologize, I changed some under the hood workings of LEVELDB vs BDB. I realized I forgot a commit, which I just added: https://github.com/carsenk/denarius/commit/2291d5c50e9166fff2cb3ba8de2407a7f85bcc4d

Go ahead and pull the github again, you should now be able to build no problem with make -f makefile.unix Cool You do not have to use the USE_LEVELDB=1 command now as well only for building the QT.


Thanks for the quick fix. It worked and now its up and running Smiley
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Denarius [DNR] - NEW "Tribus" PoW Algo >> PoW/PoS Hybrid >> Satoshi Core on: September 06, 2017, 05:05:28 AM
Im not sure if im the only one getting this error when building the linux wallet, but i cant seam to get it working (the pre-compiled windows wallet works great tho)

Code:
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/pool/wallets/denarius/src -I/home/pool/wallets/denarius/src/obj -I/home/pool/wallets/denarius/src/json -DIS_ARCH_64 -DUSE_UPNP=1 -I/home/pool/wallets/denarius/src/leveldb/include -I/home/pool/wallets/denarius/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/txdb-leveldb.d -o obj/txdb-leveldb.o txdb-leveldb.cpp
txdb-leveldb.cpp:26:10: error: ‘DB’ in namespace ‘leveldb’ does not name a type
 leveldb::DB *txdb; // global pointer for LevelDB object instance
          ^
txdb-leveldb.cpp:28:17: error: ‘Options’ in namespace ‘leveldb’ does not name a type
 static leveldb::Options GetOptions() {
                 ^
txdb-leveldb.cpp:36:31: error: variable or field ‘init_blockindex’ declared void
 void init_blockindex(leveldb::Options& options, bool fRemoveOld = false) {
                               ^
txdb-leveldb.cpp:36:22: error: ‘Options’ is not a member of ‘leveldb’
 void init_blockindex(leveldb::Options& options, bool fRemoveOld = false) {
                      ^
txdb-leveldb.cpp:36:40: error: ‘options’ was not declared in this scope
 void init_blockindex(leveldb::Options& options, bool fRemoveOld = false) {
                                        ^
txdb-leveldb.cpp:36:49: error: expected primary-expression before ‘bool’
 void init_blockindex(leveldb::Options& options, bool fRemoveOld = false) {
                                                 ^
makefile.unix:182: recipe for target 'obj/txdb-leveldb.o' failed
make: *** [obj/txdb-leveldb.o] Error 1


I tried with these two commands but got the same issue
Code:
make -f makefile.unix
make -f makefile.unix USE_LEVELDB=1



Did anyone else encounter this issue?
Let me know if you need more info to debug
69  Alternate cryptocurrencies / Pools (Altcoins) / Re: [NEW] [POOL] Brutum Pool on: September 05, 2017, 10:04:59 PM
Testing of the pool is almost done, the move will be done by DNS Change so nothing has to be done on the miner's part
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ICO] PROVIDE: DECENTRALIZED RIDE SHARING (PRVD) on: September 05, 2017, 01:46:28 PM
Its a cool concept, but it feels a bit gimmicky.

Im not sure i can get mass adoption. I will like to see where the dev will take this
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD) on: August 30, 2017, 04:33:16 PM
This is a great coin for masternodes, cant wait to see where the dev will take this Smiley
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] - Linda's Sister Coin - PoW/PoS-99% APR- BOUNTIES -MULTI-WALLET on: August 29, 2017, 02:36:51 PM
Jesus this coin looks like a mess. There is still a lot of people mining but will the dev(or community) really build this coin?
73  Alternate cryptocurrencies / Mining (Altcoins) / Re: Baikal Giant Miner Plus- Group Buy $1000 on: August 29, 2017, 11:56:08 AM
100% scam, they won't sell for that price. We had a group buy going a few weeks ago for 100 units at 2500$. They might of reduced the price a bit but I dont think they would sell them for 1000$
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Flericoin - The fair community-driven altcoin on: August 29, 2017, 11:44:59 AM

Flericoin
What is Flericoin?
Flericoin is a community-driven alt coin that is designed to be fair. What this means is that anyone can request for features, and, if they are feasible, they will be added. As the alt coin is designed to be fair, all feature additions must take the fairness into account. If you know how to code, you can create a pull request on GitHub with the feature name and the code changes. This will make sure that the coin will be exactly what was wanted, creating something that none of the other coin creators could ever have done. Until 19th September, 2017, the specifications of the coin can be requested to change. The coin is scheduled to go live on 25th September, 2017. In this period (29th august to 19th September), feature additions can also be requested, and pull requests are always welcome. The GitHub link is https://github.com/flericoin-project/flericoin.
Specifications:-
  • Algorithm:- CryptoNight(Only specification that cannot be changed, as it contributes to the fairness)
  • Block time:- 6 seconds
  • Block reward:- Fixed at 0.50 XFC/block
  • Divisible up to:- 108 units
  • Total coins:- 2,100,000,000,000,000 units = 21 million XFC
Extra information
There will be an ICO after the coin is released, and the release will be created in a separate topic, which will be linked here.

That's a nice way to launch the coin. Implement features and then deploy it. Will be keeping an eye on this
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: SHROOMS [SHRM] 30% POS | The Sacred Shrooms Of Crypto Trip with us! | Cryptopia on: August 29, 2017, 11:38:57 AM
is there a bootstrap?
what do you mean about bootstrap sir ?

A bootstrap to get the wallet synced faster
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE] on: August 29, 2017, 11:36:05 AM
Wallet synced, will be keeping an eye on this coin! Smiley
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: PIECOIN REBOOT on: August 29, 2017, 11:34:24 AM
Seam like a nice reboot. I hope this goes well
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: EMBERCOIN [X13, POW/POS] on: August 28, 2017, 07:57:50 PM
Not sure where the hype is coming from. This coin hasn't seen a commit in 10months and most services (pool/block explorer) are offline. Might make a pool if this coin has potential.
79  Alternate cryptocurrencies / Pools (Altcoins) / Re: [NEW] [POOL] Brutum Pool on: August 28, 2017, 12:35:48 PM
Currently setting up the new server. Will be more powerful, and have better uptime.

We will be able to grow the pool without causing downtime
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: WiserCoin - New Coin Launch - Official Thread on: August 27, 2017, 01:29:33 PM
WiserCoin (WSC) - Premine percent: 5%
A New Cryptocurrency!


Web: http://www.wisercoin.com
Mining Pool: http://pool.wisercoin.com
Source Code: http://github.com/databir/WiserCoin
Support: help@wisercoin.com


Windows Wallet: http://www.wisercoin.com/windows.zip
Linux Wallet: http://www.wisercoin.com/linux.tar.gz

Pool: http://pool.wisercoin.com

Create account & your worker than start mining today!

Sample: ./minerd -a scrypt  -o stratum+tcp://pool.wisercoin.com:3333 -u username.worker -p password -t 48

Quick Facts
  • Algorithm: Scrypt
  • Type: PoW
  • Coin name: WiserCoin
  • Coin abbreviation: WSC
  • Address letter: W
  • Block reward: 50 coins
  • Block halving: 210000
  • blocksTotal coin supply: 22105263 coins
  • Premine percent: 5%
  • Coinbase maturity: 20 blocks
  • Target spacing: 5 minutes
  • Target timespan: 10 minutes
  • Transaction confirmations: 3 blocks


Start mining today & Earn Fast!




So what will this coin try to accomplish?
It's nice that you provided a pool already! Smiley
Pages: « 1 2 3 [4] 5 6 7 8 9 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!