Bitcoin Forum
May 24, 2024, 06:01:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XC][XCurrency] Decentralised Trustless Privacy Platform / Encrypted XChat / Pos on: August 23, 2014, 10:56:17 AM
Where are the files stored of the CDN? In the Blockchain? If so every wallet needs a full Blockchain with all the files stored in that blockchain? Aren't we talking about a massive storage that every node need?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NEW FuelCoin - FC2 Re-Distribution x11/pos 2% interest on: August 22, 2014, 10:05:59 PM
Received my FC2 on bittrex today thanks for the exchange!
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NEW FuelCoin - FC2 Re-Distribution x11/pos 2% interest on: August 21, 2014, 12:54:44 PM
So whats up with fuel? Source code is broken? No response on my twitter message for couple of days?

Is this a dead project? I really want to see my almost 1mil coins converted so I can exchange it to BTC!
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FuelCoin - Charity Project on: July 30, 2014, 08:12:25 AM
Code:
eu1:/home/fuelcoinwallet/FuelCoinCode/src# make -f makefile.unix clean
rm -f FuelCoind test_FuelCoin
rm -f obj/*.o
rm -f obj-test/*.o
rm -f obj/*.P
rm -f obj-test/*.P
rm -f obj/build.h
cd leveldb && make clean || true
find: `.//util': No such file or directory
find: `.//table': No such file or directory
make[1]: Entering directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb'
rm -f db_bench leveldbutil arena_test bloom_test c_test cache_test coding_test corruption_test crc32c_test db_test dbformat_test env_test filename_test filter_block_test log_test memenv_test skiplist_test table_test version_edit_test version_set_test write_batch_test db_bench_sqlite3 db_bench_tree_db libleveldb.a libleveldb.so libleveldb.so.1 libleveldb.so.1.9 libmemenv.a */*.o */*/*.o ios-x86/*/*.o ios-arm/*/*.o build_config.mk
rm -rf ios-x86/* ios-arm/*
make[1]: Leaving directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb'
root@eu1:/home/fuelcoinwallet/FuelCoinCode/src# make -j2 -f makefile.unix USE_UPNP=-
Building LevelDB ...
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/fuelcoinwallet/FuelCoinCode/src -I/home/fuelcoinwallet/FuelCoinCode/src/obj -DUSE_IPV6=1 -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/include -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
find: `.//util': No such file or directory
find: `.//table': No such file or directory
make[1]: Entering directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb'
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/fuelcoinwallet/FuelCoinCode/src -I/home/fuelcoinwallet/FuelCoinCode/src/obj -DUSE_IPV6=1 -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/include -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -c db/builder.cc -o db/builder.o
In file included from db/builder.cc:5:0:
./db/builder.h:8:28: fatal error: leveldb/status.h: No such file or directory
 #include "leveldb/status.h"
                            ^
compilation terminated.
make[1]: *** [db/builder.o] Error 1
make[1]: Leaving directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2
make: *** Waiting for unfinished jobs....


Still doesn't work.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FuelCoin - Charity Project on: July 30, 2014, 07:52:42 AM
How hard is it to upload the source on github that compiles without a million errors?

Code:
eu1:/home/fuelcoinwallet# git clone https://github.com/FuelCoinDev/FuelCoinCode.git
Cloning into 'FuelCoinCode'...
remote: Counting objects: 615, done.
remote: Total 615 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (615/615), 6.83 MiB | 1.50 MiB/s, done.
Resolving deltas: 100% (77/77), done.
Checking connectivity... done

eu1:/home/fuelcoinwallet# cd FuelCoinCode/src/
root@eu1:/home/fuelcoinwallet/FuelCoinCode/src# make -j2 -f makefile.unix
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/fuelcoinwallet/FuelCoinCode/src -I/home/fuelcoinwallet/FuelCoinCode/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/include -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
Building LevelDB ...
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2
make: *** Waiting for unfinished jobs....


Code:
eu1:/home/fuelcoinwallet/FuelCoinCode/src# chmod +x leveldb/build_detect_platform 

Code:
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/fuelcoinwallet/FuelCoinCode/src -I/home/fuelcoinwallet/FuelCoinCode/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/include -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
Building LevelDB ...
find: `.//util': No such file or directory
find: `.//table': No such file or directory
make[1]: Entering directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb'
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/fuelcoinwallet/FuelCoinCode/src -I/home/fuelcoinwallet/FuelCoinCode/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/include -I/home/fuelcoinwallet/FuelCoinCode/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -c db/builder.cc -o db/builder.o
In file included from db/builder.cc:5:0:
./db/builder.h:8:28: fatal error: leveldb/status.h: No such file or directory
 #include "leveldb/status.h"
                            ^
compilation terminated.
make[1]: *** [db/builder.o] Error 1
make[1]: Leaving directory `/home/fuelcoinwallet/FuelCoinCode/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2
make: *** Waiting for unfinished jobs....
alert.cpp:260:1: fatal error: opening dependency file obj/alert.d: No such file or directory
 }
 ^
compilation terminated.
make: *** [obj/alert.o] Error 1
root@eu1:/home/fuelcoinwallet/FuelCoinCode/src#

Okay where is the util and the table directory in leveldb?
Where is the status.h file?

6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: July 19, 2014, 07:30:53 PM
Hi Guys!

We have just add BTCD to our multipool http://AltMining.Farm you can mine there and get paid in BTCD!

AltMining.Farm have nodes in EU / Asia / USA and you can mine with Scrypt / SHA256 and X11

Let get some buy pressure on BTCD and mine with us!
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: July 15, 2014, 10:20:09 AM
btcd.minerpools.com/ is down


Let's hope they come back online. I mine very slowly compared to lots of people out there, so I only had about 40-50 coins. It'd be a shame to lose them. My paltry ~40GH/s wasted.  Sad

Go mine at p2pool node. You will never have the risk that you don't get paid as you have with other pools.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: July 15, 2014, 08:47:39 AM
Hi Guys,

We have also put a p2pool online to support this coin!

Location: Amsterdam (Netherlands)
Server: btcdp2p.altmining.farm:13632
Username: <your btcd address>
Password: X
Fee: 0.5%

9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][P2Pool][Multipool][Hybrid minig] Dutchpool.eu on: July 10, 2014, 08:18:38 AM
Update: US Node is on-line!


This is cool! You should list it in the Mintcoin Website and Business Directory here: http://mintcoin.pw

Which coins are being mined and exchanged for PoS coins? Just curious. Smiley

I will have a look at your forum! At the moment we mine DOGE/LTC/FTC/DRK/HIRO/GDN/TRC and will add or change coins when needed. For now we are busy with stabilising the back-end the automatic trading part.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MINT]Mintcoin V1.10, Energy Saving Coin *27 Exchanges *60 Merchants on: July 09, 2014, 10:34:29 AM
Unfortunately Cryptoalts.com shutdown because of the owner didn’t had any time to maintain the pool. I was the node operator of Cryptoalts and start re-writing the code to continue this pool.

After two weeks of coding / testing the pool is now open for open beta-testing under the name:

http://www.DutchPool.eu

DutchPool is a Hybrid p2pool multipool where you can mine POS coins like Blackcoin / Mintcoin and X11Coin. There is no registration needed just use your coin address as username and start mining. You can also get paid in multiple POS coins (Hybrid mining). Combine the address with a period (.) as username see our getting started page for more info. We have nodes online in Europe and Asia for Scrypt / X11 and SHA256.

We hope to see all Cryptoalts miners back at Dutchpool!

Dutcpool ANN thread: https://bitcointalk.org/index.php?topic=683332.0
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] PoS/Privacy on: July 09, 2014, 10:30:29 AM
Unfortunately Cryptoalts.com shutdown because of the owner didn’t had any time to maintain the pool. I was the node operator of Cryptoalts and start re-writing the code to continue this pool.

After two weeks of coding / testing the pool is now open for open beta-testing under the name:

http://www.DutchPool.eu

DutchPool is a Hybrid p2pool multipool where you can mine POS coins like Blackcoin / Mintcoin and X11Coin. There is no registration needed just use your coin address as username and start mining. You can also get paid in multiple POS coins (Hybrid mining). Combine the address with a period (.) as username see our getting started page for more info. We have nodes online in Europe and Asia for Scrypt / X11 and SHA256.

We hope to see all Cryptoalts miners back at Dutchpool!

Dutcpool ANN thread: https://bitcointalk.org/index.php?topic=683332.0
12  Alternate cryptocurrencies / Mining (Altcoins) / [ANN][P2Pool][Multipool][Hybrid minig] Dutchpool.eu on: July 09, 2014, 10:26:43 AM
!!! - DutchPool mining network with nodes in EU and Asia !!!!
             This pool is currently in open-beta


Dutchpool is a multipool based on p2pool mining. You can mine with us and get paid in Blackcoin / Mintcoin and X11Coin. These coins are POS and can’t be minded directly. With us you mine other altcoins that we exchange for you for Blackcoin/Mintcoin or X11Coin.

Features
- Daily payout
- Nodes in EU, USA and ASIA
- Scrypt, SHA256 and X11
- Hybrid mining (get paid in multiple coins for example if you use your BCaddress.Mintaddress as username then you get paid in BC and MINT.
- P2Pool mining. Take advantage of the larger hash rate so with low miners on our side we still find blocks!
- IRC Channel for chat/support #dutchpool @ freenode

For more information see our website http://www.dutchpool.eu

13  Bitcoin / Pools / Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: June 15, 2014, 12:29:51 PM
Hi Guys,

I have added a p2pool node hosted in Amsterdam (Netherlands). Feel free to use it and spread the hash!

http://btcp2p.dutchpool.eu:9332/static/
14  Economy / Games and rounds / Re: BTCJam forum name verification on: June 14, 2014, 09:02:34 PM
'I want to link my Bitcointalk name with BTCJam's. Verification code: 6efae79f-398e-4352-9774-02b80f2c0841'
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global Denomination (GDN) X11 + DigiShield + Auctions, Exchanges, Dice on: May 27, 2014, 11:05:48 AM
Seems Suchpool is closing the pool for GDN.
They say:
"This pool will close. We are having weird issues with the wallet that needs constany babying and manual fixing."
Is it true? What's happening? Usually they are serious and reliable...
Do you have some suggestions on another trustable pool to use?
Thank u!

I'm running multiple p2pool for GDN and no problems with the wallet. I dont believe it tbh.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global Denomination (GDN) X11 + DigiShield + Auctions, Exchanges, Dice on: May 26, 2014, 02:22:50 PM
Guys the p2pool for GDN is on a decent hashrate now for some good block finding !!!

Join us on the p2pool network our EU (Netherlands node) is on http://gdn.dutchpool.eu:8347/static/

ps.

GlobalDenomination can you add this pool to the start topic plz? http://gdn.dutchpool.eu:8347/static/
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Global Denomination (GDN) X11 + DigiShield *ReLaunch 16:00 GMT TODAY!* on: May 26, 2014, 11:25:07 AM
Does anybody knows where is the administrator of the pool in gdn.altmine.net?
Can you suggest how to contact him?  His pool is still displaying this message:
Global Denomination will re-launch 25/05/2014.
My pool is succesfully working in solo mode, but the p2pools should work together. And his pool specified as the main pool.
I am outraged by such irresponsibility.

Please add gdn.dutchpool.eu to your BOOTSTRAP_ADDRS setting. http://gdn.dutchpool.eu:8347/static/ is online and have a ~50MH/s peer also connected to it.
18  Economy / Reputation / Re: DutchRIG reputation thread on: May 21, 2014, 11:08:07 AM
?
 Undecided


Sorry I'm not really active on this forum and never have seen your message. This is about your rental Mon May 12th? That is already 9 days ago and I cant see anything back from that long ago. Your graph looks like there is one gridseed not working properly at the time.

I will reply on your private message to come up with a solution for a refund or a discount on your next rental.

19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]SummerCoin|X11/POS coin|Summer coin|3 mining days left on: April 29, 2014, 10:24:07 PM
Where can I find the network.py for p2pool mining summercoin?
20  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][POOL] Profit switching pool - wafflepool.com on: April 21, 2014, 03:47:23 PM
Please add a blackcoin payout ! Smiley

+1
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!