Search content
Sort by

Showing 20 of 27 results by DutchRIG
Post
Topic
Board Announcements (Altcoins)
Re: [XC][XCurrency] Decentralised Trustless Privacy Platform / Encrypted XChat / Pos
by
DutchRIG
on 23/08/2014, 10:56:17 UTC
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?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NEW FuelCoin - FC2 Re-Distribution x11/pos 2% interest
by
DutchRIG
on 22/08/2014, 22:05:59 UTC
Received my FC2 on bittrex today thanks for the exchange!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NEW FuelCoin - FC2 Re-Distribution x11/pos 2% interest
by
DutchRIG
on 21/08/2014, 12:54:44 UTC
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!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FuelCoin - Charity Project
by
DutchRIG
on 30/07/2014, 08:12:25 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FuelCoin - Charity Project
by
DutchRIG
on 30/07/2014, 07:52:42 UTC
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?

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
DutchRIG
on 19/07/2014, 19:30:53 UTC
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!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
DutchRIG
on 15/07/2014, 10:20:09 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
DutchRIG
on 15/07/2014, 08:47:39 UTC
Hi Guys,

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

Location: Amsterdam (Netherlands)
Server: btcdp2p.altmining.farm:13632
Username:
Password: X
Fee: 0.5%

Post
Topic
Board Mining (Altcoins)
Re: [ANN][P2Pool][Multipool][Hybrid minig] Dutchpool.eu
by
DutchRIG
on 10/07/2014, 08:18:38 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin V1.10, Energy Saving Coin *27 Exchanges *60 Merchants
by
DutchRIG
on 09/07/2014, 10:34:29 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XC][OFFICIAL] PoS/Privacy
by
DutchRIG
on 09/07/2014, 10:30:29 UTC
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
Post
Topic
Board Mining (Altcoins)
Topic OP
[ANN][P2Pool][Multipool][Hybrid minig] Dutchpool.eu
by
DutchRIG
on 09/07/2014, 10:26:43 UTC
!!! - 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

Post
Topic
Board Pools
Re: [460 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
DutchRIG
on 15/06/2014, 12:29:51 UTC
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/
Post
Topic
Board Games and rounds
Re: BTCJam forum name verification
by
DutchRIG
on 14/06/2014, 21:02:34 UTC
'I want to link my Bitcointalk name with BTCJam's. Verification code: 6efae79f-398e-4352-9774-02b80f2c0841'
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Global Denomination (GDN) X11 + DigiShield + Auctions, Exchanges, Dice
by
DutchRIG
on 27/05/2014, 11:05:48 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Global Denomination (GDN) X11 + DigiShield + Auctions, Exchanges, Dice
by
DutchRIG
on 26/05/2014, 14:22:50 UTC
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/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Global Denomination (GDN) X11 + DigiShield *ReLaunch 16:00 GMT TODAY!*
by
DutchRIG
on 26/05/2014, 11:25:07 UTC
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.
Post
Topic
Board Reputation
Re: DutchRIG reputation thread
by
DutchRIG
on 21/05/2014, 11:08:07 UTC
?
 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.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN]SummerCoin|X11/POS coin|Summer coin|3 mining days left
by
DutchRIG
on 29/04/2014, 22:24:07 UTC
Where can I find the network.py for p2pool mining summercoin?
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Profit switching pool - wafflepool.com
by
DutchRIG
on 21/04/2014, 15:47:23 UTC
Please add a blackcoin payout ! Smiley

+1