Bitcoin Forum
May 06, 2024, 03:03:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
261  Local / Projektentwicklung / Re: Miner-Control.de - DER POOL Thread - on: September 13, 2017, 03:51:06 PM
I check this on next week, when iam at home
262  Local / Projektentwicklung / Re: Miner-Control.de - DER POOL Thread - on: September 12, 2017, 06:24:51 PM
Help to connect to your pool. I can not connect to AMS

Hy, use

cpuminer.exe -o stratum+tcp://miner-control.de:3345 -u <WALLET_ADDRESS> -p AMS
263  Local / Projektentwicklung / Re: Miner-Control.de - DER POOL Thread - on: September 11, 2017, 05:46:16 PM
I not at home, so i dont can check the hole system. Only normal https logs.
When iam at home, i check the complete System.

After 21.09

https://www.amsterdamblockchain.info/address/AdZcZSkc3Z8uDMso3A6L8dZyURAEQN2mph

I can from here only see wallet value from block explorer. So here i have a positive value.
When i at home, i Check it directly, when the coins are there, so i make a manuelle payout
264  Local / Projektentwicklung / Re: Miner-Control.de - DER POOL Thread - on: September 11, 2017, 02:38:16 PM
Thx for the tipp.

I found Nothing in logs and secure my page with

Code:
if(isset($_GET) && is_array($_GET)) {
foreach ($_GET as $value) {
$value = strtolower($value);
if (strpos($value, 'select') !== false ||
strpos($value, 'union') !== false  ||
strpos($value, 'insert') !== false ||
strpos($value, 'values') !== false ||
strpos($value, 'Password') !== false ||
strpos($value, 'databases') !== false ||
strpos($value, '%') !== false) {
header("HTTP/1.0 404 Not Found");
exit;
}
}
}

if(isset($_POST) && is_array($_POST)) {
foreach ($_POST as $value) {
$value = strtolower($value);
if (strpos($value, 'select') !== false ||
strpos($value, 'union') !== false  ||
strpos($value, 'insert') !== false ||
strpos($value, 'values') !== false ||
strpos($value, 'Password') !== false ||
strpos($value, 'databases') !== false ||
strpos($value, '%') !== false) {
header("HTTP/1.0 404 Not Found");
exit;
}
}
}
265  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AMS] AmsterdamCoin™ | XEVAN | PoW, PoS, Masternodes, Obfuscation, Seesaw on: September 02, 2017, 08:13:51 AM
Hy,

I open a AMS pool for Mining.

1% fee, actuell speed is around 8MHs.

https://miner-control.de

Feel free to mine Wink
266  Local / Projektentwicklung / Re: Miner-Control.de - DER POOL Thread - on: September 01, 2017, 09:06:25 PM
Hy, i have clean the AMS earnings, because the pool have you send the tBSD coins as AMS coins and i have now a minus value in it.

I hope this helps. To clean it.

On BSD coin i dont have an Block, it must be rejected.

Ps luck from AMS is actuelly 245%
267  Local / Projektentwicklung / Re: Miner-Control.de - DER POOL Thread - on: August 31, 2017, 01:36:44 PM
Hy,

The 343 coins are from the tBSD Coin. You can see this on your wallet page, on the right site.
I must clean this manuell in the database.

I been now 2 weeks in holidays. Feel free to mine more Wink

When you have time, can you test BSD coin, too?
I hope this works now.

Best Regards
268  Local / Projektentwicklung / Re: Miner-Control.de - DER POOL Thread - on: August 30, 2017, 03:35:55 PM

AMS is running.

I use c=AMS, but mined only testBitsend.
My wallet AMS   AL5xtWVCtfHs5jMBisRPpa5AAceQmPiMjP
Regards




Hy, test it again, i change the stratum code for address validation.

https://github.com/djspacedevil/yiimp/commit/28cce80ae9da3043d1554a8fdc372ed0c9cd8441
269  Local / Projektentwicklung / Re: Miner-Control.de - DER POOL Thread - on: August 29, 2017, 10:14:05 PM

AMS is running.
270  Local / Projektentwicklung / Re: Miner-Control.de - DER POOL Thread - on: August 28, 2017, 11:25:15 PM
Hy,

so i change a many things, the coins is now under a new ID in the system, with so same options like the testnet coin.

i set as Charity percent = 1 and Address = iHPSU1itYHWtUTq5KmxEZL3cYn4CrcGVkV
Its my own. I dont know if its right, or i must it blank ?

i dont can check if my new options are right or if a block will rejected..
271  Local / Projektentwicklung / Re: Miner-Control.de - DER POOL Thread - on: August 28, 2017, 08:34:56 PM
Hy,

the Pool is not scam.

But somthing is wrong with the Stratum from yiimp. ( https://github.com/tpruvot/yiimp )
yiimp gives no support and answers no questions to the scripts. I can understand that, but the issues sections was closed everytime when i have questions. So any another person cant see never the problems.

With Testnet it works great, but when you use the realnet with exakt the same options, all blocks was rejected.

Code:
2017-08-11 02:56:15: REJECTED DEM block 1377115
2017-08-11 04:12:08: REJECTED DEM block 1377190
2017-08-11 06:58:43: REJECTED DEM block 1377352
2017-08-11 08:19:57: REJECTED DEM block 1377440
2017-08-11 09:09:38: REJECTED DEM block 1377492
2017-08-11 09:16:34: REJECTED DEM block 1377495
2017-08-11 10:06:10: REJECTED DEM block 1377544
2017-08-11 10:13:08: REJECTED DEM block 1377550
2017-08-11 10:41:31: REJECTED DEM block 1377579
2017-08-11 11:03:30: REJECTED DEM block 1377593
2017-08-11 11:04:00: REJECTED DEM block 1377594
2017-08-11 11:21:47: REJECTED DEM block 1377613
2017-08-11 12:04:20: REJECTED DEM block 1377657
2017-08-11 12:15:28: REJECTED DEM block 1377665
2017-08-11 12:47:46: REJECTED DEM block 1377708
2017-08-11 13:26:45: REJECTED DEM block 1377740
2017-08-11 16:00:46: REJECTED DEM block 1377903
2017-08-16 08:10:47: REJECTED BSD block 353378
2017-08-16 10:47:05: REJECTED BSD block 353428
2017-08-16 10:49:01: REJECTED BSD block 353428
2017-08-16 17:34:36: REJECTED BSD block 353555
2017-08-16 17:55:19: REJECTED BSD block 353561
2017-08-16 20:58:17: REJECTED BSD block 353613
2017-08-16 21:28:19: REJECTED BSD block 353627
2017-08-16 22:31:33: REJECTED BSD block 353649
2017-08-16 22:39:46: REJECTED BSD block 353651
2017-08-16 22:56:05: REJECTED BSD block 353659
2017-08-17 00:17:31: REJECTED tBSD block 15
2017-08-17 09:09:49: REJECTED DEM block 1386089
2017-08-17 10:09:44: REJECTED DEM block 1386148
2017-08-17 10:28:37: REJECTED DEM block 1386165
2017-08-17 11:28:10: REJECTED DEM block 1386232
2017-08-17 22:48:42: REJECTED tBSD block 118
2017-08-17 22:54:19: REJECTED tBSD block 120
2017-08-17 22:56:11: REJECTED tBSD block 121
2017-08-17 22:56:45: REJECTED tBSD block 122
2017-08-19 09:00:25: REJECTED BSD block 354781
2017-08-19 10:06:54: REJECTED BSD block 354805
2017-08-19 10:07:10: REJECTED BSD block 354805
2017-08-19 10:07:45: REJECTED BSD block 354805
2017-08-20 19:06:40: REJECTED DEM block 1390965
2017-08-28 17:09:55: REJECTED BSD block 359063
2017-08-28 17:28:38: REJECTED BSD block 359067

i what really run a nice pool, but i need help from some miners, with enough hashpower, so i can recompile the stratum and / or delete the old options an create a new "coin" in system with BSD as symbole and exakt the same options from the testnet.

i hope we can work here together.
272  Local / Projektentwicklung / Re: Miner-Control.de - DER POOL Thread - on: August 13, 2017, 08:51:42 PM
Ich habe das jetzt was an den Einstellungen geändert.

Es sieht auch erstmal gut aus, allerdings brauche ich mal ordentlich Hashpower um zu sagen ob es auch so klappt oder ob ich noch was anderes einstellen muss.

Blöd das eMark kein Testnet hat...

UNIT habe ich auch wieder gestartet, die sync dauert aber lange. der ist erst bei Mai 2017.

273  Local / Projektentwicklung / Re: Miner-Control.de - DER POOL Thread - on: August 11, 2017, 04:55:41 PM
Hy,

der UNIT Pool wurde eine lange Zeit nicht benutzt. Und die Rundenzeit ist so kurz, das geht ganz gut auf die CPU.
Daher erstmal abgeschaltet.

Ich habe Probleme mit dem DEM Pool.

https://github.com/tpruvot/yiimp/issues/148

Die Blöcke werden immer abgewiesen und ich weiß nicht wie ich es beheben kann.
Jemand eine Idee?

Das hat wohl etwas mit dem Stratum zu tun der bei dem Script beiliegt....
Gibs davon eine bessere Version?
274  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔹🔹🔹[ANN][BSD] BitSend -XEVAN -10MB- DK3 -Airdrop 600+ Members on: August 10, 2017, 09:27:24 PM
Hy,

new Mining Pool for Bitsend

https://miner-control.de

Xevan

1% Fee

Happy Mining Wink
275  Local / Biete / Re: Youtube Auto-Viewer, View Generator | Youtube Mining mit dem Raspberry Pi on: August 08, 2017, 07:45:15 PM
Also bis jetzt sieht es gut aus.

Klar, kann sein das es aktuell nicht geprüft wurde, da ja noch keine Auszahlung Anstand.
Genaueres kann ich erst sagen, wenn die erste Auszahlung erfolgt ist.

Das gute ist ja, das ein regulärer Browser benutzt wird, bei dem die Einstellungen jedes mal zurück gesetzt werden und es werden Proxys benutzt um verschiedene IP Adressen zu bekommen. Der User-Agent ändert sich auch immer und auch die Auflösung läuft per Random.

Kp ob da die Erkennung von denen auch so gut greift.
276  Local / Biete / Re: Youtube Auto-Viewer, View Generator | Youtube Mining mit dem Raspberry Pi on: August 07, 2017, 04:09:55 PM
Hy Leute,

ich habe am We den Pi mal so eingestellt, das kein Proxy verwendet wird.
Anscheint blocken die Proxys bei dem Chromium Plugin schon die Werbung.

Daher mal die direkte Verbindung.



wenn man davon den Durchschnittswert nimmt, hat man die ROI, mit Stromkosten für das Jahr in ca. 7 Monaten erreicht.

Für die nächsten 5 Leute die das Script kaufen möchten, mache ich sogar ein Sonderpreis von 29 Euro.

Einfach eben PN an mich, ich schicke euch die BTC Adresse und nach 6 Bestätigungen dann den Link zur File.
Ab dann überlege ich mir, ob ich ein Webfrontend baue, mit dem man das ganze dann im Browser sehen und steuern kann.

Beste Grüße,
277  Local / Projektentwicklung / Re: 💹 Coinlend.de - Der Lending-Bot für Poloniex und Bitfinex on: August 03, 2017, 09:37:03 PM
Hy,

es fehlt ganz dringend eine 2-Faktoren Auth. um den Account abzusichern.

278  Local / Biete / Re: Youtube Auto-Viewer, View Generator | Youtube Mining mit dem Raspberry Pi on: August 01, 2017, 05:45:17 PM
Hy,

also ich habs nun mit 4 Threads laufen, man könnte aber auch 5 oder mehr starten.
Dabei kommen so ca. 1200 Views zusammen, je nachdem.

Ich habe es allerdings so eingestellt, das die durchschnittliche Viewlänge von 30 sek bis 550 sek geht.
Die Zeit kann man natürlich ändern. z.b. auf 40 Sek und damit die View-Anzahl erhöhen.

Wer sein Konto monetarisiert hat, freut sich da natürlich über jede Werbeeinblendung Wink
Die übriges auch kommen, wenn man ein Video länger anschaut :


279  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Cash - Fork 1:1 of Bitcoin - Pro on-chain scaling on: August 01, 2017, 04:43:40 PM
Can anyone post there config for a fullnode mining pool?

eg. what is the  rpcport?
is uacomment needed? And what is the value?

ThX
280  Local / Biete / Youtube Auto-Viewer, View Generator | Youtube Mining mit dem Raspberry Pi on: July 31, 2017, 05:08:37 PM
Hy Leute,

ich habe in der letzten Woche einen Youtube Auto-Viewer gebastelt, der für einen automatisch seine Videos anschaut.
Wer ein Youtube Account hat, das monetarisiert ist, freut sich über jeden View der länger als 30 Sek ist. Bei genug Views, kann da schon mal gut etwas bei rum kommen. Einige Youtuber bekommen da für 1.000 Views schon mal gut 1 Dollar. (Youtube Mining mit dem Raspberry Pi? *G)

https://www.youtube.com/watch?v=HuhHq_7nECc

http://sven-goessling.de/27/07/2017/raspberry-pi-auto-youtube-viewer/

Das Script läuft auf einem Pi mit Desktopumgebung.

Die Handhabung ist sehr einfach.

1. Pi starten.
2. Mit Remote Desktop verbinden oder normal starten (Mit Bildschirm, Tastatur, Maus)
3. Script auf den Pi laden.
4. Youtube Videos in die TXT Datei schreiben
5. Optional: Freie Proxys Eintragen in TXT
6. Script starten und laufen lassen.

Optional kann in Chromium ein gratis VPN Dienst Plugin geladen werden und ein automatischen User-Agent Switcher.

Das Script kann für 49 Dollar erworben werden. Der Quellcode ist frei lesbar. Darf jedoch nicht weiter gegeben oder weiter verkauft werden.
https://gourl.io/zbmxg

Wer möchte kann das Script erweitern, z.b. durch weitere Aufrufe, wenn der Pi z.b. 6 Threads auf machen soll.

Wer das Script gekauft hat, darf gerne Verbesserungsvorschläge geben Wink

Beste Grüße,

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!